Page 1 of 1

Problem with 64 bit

Posted: Fri 07 Mar 2014 04:31
by jboomer
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.

Re: Problem with 64 bit

Posted: Mon 10 Mar 2014 17:55
by Shalex
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.