Problem with 64 bit

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
jboomer
Posts: 1
Joined: Thu 06 Mar 2014 16:12

Problem with 64 bit

Post by jboomer » Fri 07 Mar 2014 04:31

I am currently testing the ADO Connection with SSIS 2008 to write records to a Postgresql Database. If I Tell SSIS to Run debugger in 32 bit mode it runs and imports fine. Sine I have requirement for 64 bit because of memory issues and other dependent libraries I get the following error "VS_ISBROKEN" not sure what I should do to fix this.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Problem with 64 bit

Post by Shalex » Mon 10 Mar 2014 17:55

The process of Visual Studio is 32-bit. Try running your 64-bit package with SQL Server Agent job in the 64-bit mode.

If this doesn't help, please specify the full text of the error and its call stack with all inner exceptions.

Post Reply