Re: Data migration to sql server 2008 - Mailing list pgsql-admin

From Craig Ringer
Subject Re: Data migration to sql server 2008
Date
Msg-id 5023B1EF.8060709@ringerc.id.au
Whole thread Raw
In response to Data migration to sql server 2008  (karthi keyan <karthi2itnet@gmail.com>)
List 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 by date:

Previous
From: Haifeng Liu
Date:
Subject: Re: How to make the row changes inside trigger function visible to the top level sql statement?
Next
From: "Smith, Hazel"
Date:
Subject: Re: PostgreSQL 9.0 authentication against LDAP/AD