dtexec with password

Posted by user1602996 on Stack Overflow See other posts from Stack Overflow or by user1602996
Published on 2012-09-04T15:24:08Z Indexed on 2012/09/04 15:38 UTC
Read the original article Hit count: 1552

Filed under:
|
|
|

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?

© Stack Overflow or respective owner

Related posts about ssis

Related posts about passwords