Re: Data migration to sql server 2008

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: Data migration to sql server 2008
Дата
Msg-id 5023B1EF.8060709@ringerc.id.au
обсуждение исходный текст
Ответ на Data migration to sql server 2008  (karthi keyan <karthi2itnet@gmail.com>)
Список pgsql-admin
[Replying via mailing list]

On 08/09/2012 08:24 PM, karthi keyan wrote:
Thank you for u r reply.
I have establish the same by sql server linked server method .its is working fine.
But right now i am facing the problem of .

-- Query i used in sql
 Select *     from openquery(Postgre,' dblink_connect(''mycon'',''hostaddr=localhost; dbname=explore ;user=openerp; password=xplore)')


--- the response

Cannot process the object " dblink_connect('mycon','hostaddr=localhost; dbname=explore ;user=openerp; password=xplore)". The OLE DB provider "MSDASQL" for linked server "Postgre" indicates that either the object has no columns or the current user does not have permissions on that object.

Pl help me to fix it out.

You haven't really shown enough information. In particular, where does this 'Postgre' variable/table/whatever come from? What is it?

You should look at the PostgreSQL server logs to see if PostgreSQL is sending an error when you attempt the connection and if so, what it is. Consider also setting log_statement = 'all' in postgresql.conf so you can see exactly what queries this "openquery" tool runs against PostgreSQL.

Please reply via the mailing list ("reply all") in future.

--
Craig Ringer

В списке pgsql-admin по дате отправления:

Предыдущее
От: Haifeng Liu
Дата:
Сообщение: Re: How to make the row changes inside trigger function visible to the top level sql statement?
Следующее
От: "Smith, Hazel"
Дата:
Сообщение: Re: PostgreSQL 9.0 authentication against LDAP/AD