PROBLEM - ERROR EXECUTING SSIS PACKAGE FROM SQL JOB. Error Message would be something like this - failed to load xml file...
SOLUTION - Make sure that your integration services and sql agent services are running under same account, you can check it by typing services.msc at run window and checking for logon options of these 2 services
SOLUTION - Make sure that your integration services and sql agent services are running under same account, you can check it by typing services.msc at run window and checking for logon options of these 2 services
Comments
Post a Comment