Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ssis will not run in 64 bit mode after re enabling run64bitruntime

Status
Not open for further replies.

tekkerguy

Programmer
Nov 16, 2005
196
0
0
US
I was doing some testing trying to get an ssis package to run successfully in 64 bit mode. After many trials and errors, I decided to run in 32 bit mode by disabling run64bitruntime in the package.

That didn't work because of some parenthesis error, so I re enabled run64bitruntime, and now it keeps saying:

Code:
Hresult: 0x800700C1 Description: "%1 is not a valid Win32 application"

Any ideas as to what could be preventing the ssis to run in 64bit mode again?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top