現在 SSIS 2008 を使用しており、私のパッケージ ProtectionLevel は次のように設定されていますEncryptSensitiveWithUserKey
。
最近変更しようとしましたDontSaveSensitive
が、その変更を行った後、次のエラーでパッケージが失敗します。
SSIS package "ImportModerators.dtsx" starting.
Information: 0x4004300A at Data Flow Task, SSIS.Pipeline: Validation phase is beginning.
Error: 0xC020801C at Data Flow Task, Add new Moderators [422]: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to the connection manager "StagingDatabase" failed with error code 0xC0202009. There may be error messages posted before this with more information on why the AcquireConnection method call failed.
Error: 0xC0047017 at Data Flow Task, SSIS.Pipeline: component "Add new Moderators" (422) failed validation and returned error code 0xC020801C.
Error: 0xC004700C at Data Flow Task, SSIS.Pipeline: One or more component failed validation.
Error: 0xC0024107 at Data Flow Task: There were errors during task validation.
SSIS package "ImportModerators.dtsx" finished: Success.
保護レベルを変更した場合 (パッケージを作成したのは私です)、このパッケージは実行できませんか?