Hi There ,
I am getting below error while creating an agent job to run dtsx package in file system.
I have copied the package from SSDT 2010 project(in package deployment model) , opened it in SSDT 2017 project(in package deployment model) .
It is running fine when I run it in SSDT 2017 itself, but when I copy the dtsx file to a folder and create a agent job to execute the file ,it is throwing below error
The package failed to load due to error 0xC0010014 "One or more error occurred. There should be more specific errors preceding this one that explains the details of the errors. This message is used as a return value from functions that encounter errors.". This occurs when CPackage::LoadFromXML fails.(Lookup_temp)
------------------------------
Program Location:
at Microsoft.DataTransformationServices.DTSExecUI.Controls.GeneralViewCtrl.GetPackage()
===================================
The package failed to load due to error 0xC0010014 "One or more error occurred. There should be more specific errors preceding this one that explains the details of the errors. This message is used as a return value from functions that encounter errors.". This occurs when CPackage::LoadFromXML fails.
(Lookup_temp)
------------------------------
Program Location:
at Microsoft.SqlServer.Dts.Runtime.Wrapper.ApplicationClass.LoadPackage(String FileName, Boolean loadNeutral, IDTSEvents100 pEvents)
at Microsoft.SqlServer.Dts.Runtime.Application.LoadPackage(String fileName, IDTSEvents events, Boolean loadNeutral)
Please help me to resolve this error
I have already tried changing the protection level to 'DontSaveSensitive' and 'EncryptSensitiveWithPassword'. I have tried changing package mode to 32 bit by making 'Run64BitRuntime' to false but nothing worked.