SSIS Package ProtectionLevel

How do I change an SSIS Package ProtectionLevel to ServerStorage

Thanks.




Answer this question

SSIS Package ProtectionLevel

  • Dirk

    How do I save to SQL Server

    Thanks!



  • fer666

    The Server Storage protection level can only be used when saving to SQL Server.

  • Dario_Munoz

    Ok - I figured out how to change it, but I get an error when trying to save.  "Failure saving package."  Additional Information: "Failed to apply package protection with error 0xC0014061 "The protection level Server Storage, cannot be used when saving to this destination.  The system could not verify that the destination supports secure storage capability.".  This error occurs when saving to Xml.  (Package)

    Please advise.  Thanks.



  • Wilka

    1. File Menu... Save Copy of [Your File Name.dtsx] As...

    This action will open "Save Copy of Package" Screen

    2. Specify Target Server

    3. Specify Authentication Type

    4. Specify Package Path (Target Folder within Integration Services)

    Protection Level must be set to "Server Storage"


  • SSIS Package ProtectionLevel