Thread: 32 bit ODBC driver for PostgreSQl
Hi,
I’m looking for a 32-bit PostgreSQL driver to be installed on a Windows Server 2003 Standard x64 Edition.
I have already installed PostgreSQL driver version 8.00.01.01.
Basically I’m trying to connect to (using SQL Server Integration Services) PostgreSQL on Linux machine from Windows Server 2003 Standard x64 Edition.
It connects and works perfectly fine when I run the package in design mode. But its failing when I’m trying to execute it as a job.
It fails with the error
“ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified”
eventhough there is a DSN.
What I understood from all my trials is that when run as a service (or a job) package is looking for a 32 bit driver and it is unable to find one.
Can you help in anyway?
Where can I get 32 bit driver to be installed alongside the 64 bit driver.
Regards,
Rahul.
Please consider the environment before printing this e-mail
CONFIDENTIALITY NOTICE: This e-mail and any attachments are for the named person's use only and may contain information that is confidential or legally privileged. If this e-mail has been sent to you by mistake or you are not the intended recipient, you are not entitled to use it in any way and must permanently delete it and any attachments from your computer. Thank you.
Hi. Since an ODBC administrator is 64 bits, the data sauce for 32bit cannot be created. In this case, it is necessary to write direct data sauce in a registry. However, psqlODBC is support 64bit environment now. but, It is necessary to compile it by myself. It is win64.mak. and libpq of PostgreSQL needs to be built by 64bits again. Please, only AMD64 has an examination version here. http://www.geocities.jp/inocchichichi/psqlodbc/index.html Regards, Hiroshi Saito ----- Original Message ----- From: Anumula, Rahul To: pgsql-odbc@postgresql.org Sent: Monday, August 06, 2007 3:35 PM Subject: [ODBC] 32 bit ODBC driver for PostgreSQl Hi, I'm looking for a 32-bit PostgreSQL driver to be installed on a Windows Server 2003 Standard x64 Edition. I have already installed PostgreSQL driver version 8.00.01.01. Basically I'm trying to connect to (using SQL Server Integration Services) PostgreSQL on Linux machine from Windows Server 2003 Standard x64 Edition. It connects and works perfectly fine when I run the package in design mode. But its failing when I'm trying to execute it as a job. It fails with the error "ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified" eventhough there is a DSN. What I understood from all my trials is that when run as a service (or a job) package is looking for a 32 bit driver and it is unable to find one. Can you help in anyway? Where can I get 32 bit driver to be installed alongside the 64 bit driver. Regards, Rahul. Please consider the environment before printing this e-mail CONFIDENTIALITY NOTICE: This e-mail and any attachments are for the named person's use only and may contain information that is confidential or legally privileged. If this e-mail has been sent to you by mistake or you are not the intended recipient, you are not entitled to use it in any way and must permanently delete it and any attachments from your computer. Thank you.