Hello,
I had created one SSIS package which export the mdb file to SQL server 2005 table.
That package i successfully run using SQL Agent Job.
This package save with the protectionlevel EncryptAllWithUserKey
But i want to run the same package through SP for that i used the following command
'dtsrun /S Cnergies-srv\SQL2005 /E /F "G:\inetpub\wwwroot\AMW\LMS_AMW_Details\DTS_Package\Package (1).dtsx"'
but i got error Error string: The specified DTS Package ('Name = '[not specified]'; ID.VersionID = {[not specified]}.{[not specified]}') does not exist.
Please help me in that.
Thanks and Regards