dtexec with password
- by user1602996
I have added a new step in my job activity monitor which runs ssis package(encrepted with password).
dtexec /f "\\sw-conf-dev-01\projects\dtsx\Email.dtsx" /de "ssispassword"
error message:
Description: The package is encrypted with a password. The password
was not specified, or is not correct. End Error Could not load
package "\sw-conf-dev-01\projects\dtsx\Email.dtsx" because of error
0xC0014037. Description: Failed to remove package protection with
error 0xC0014037 "The package is encrypted with a password. The
password was not specified, or is not correct.". This occurs in the
CPackage::LoadFromXML method
I have used the same password in the package as well, but i don't know why I'm still getting an error message. Any ideas?