Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


Suman Balguri
2022-06-19T04:43:21Z
Hello VC community, Need quick help:

Using v9.9.7, Build-16763

SSIS job execution via visual cron

My SSIS visual cron jobs are constantly hanging with the following:

Unhandled Exception: System.BadImageFormatException: Could not load file or assembly 'SSISExecute2012.exe' or one of its dependencies. An attempt was made to load a program with an incorrect format.

I'm not sure what is going on. Can you please help with possible resolutions for this issue at the earliest.

Thanks,
Suman
Sponsor
Forum information
thomas
2022-06-20T07:34:41Z
BadImageFormatException is pretty much always a 32 bit vs 64 bit compatibility issue. Try this:

image.png

Or probably even better is to use the 64 bit version of SSIS, since I assume your operating system is 64 bit
Scroll to Top