【问题标题】:package runs as child but fails as grandchild包作为孩子运行,但作为孙子失败
【发布时间】:2020-12-02 14:54:33
【问题描述】:

我有三个包: 包 A、包 B 和包 C。 所有包的保护级别 = EncryptSensitiveWithPassword

A 调用 B,B 调用 C

如果我运行 A,那么当 B 尝试调用 C 时我会失败

0xC001405F at CheckTable: Failed to decrypt an encrypted XML node because the password was not specified or not correct. Package load will attempt to continue without the encrypted information.

但是,如果我运行 B,那么 C 运行起来就像一个魅力。这(imo)避免了密码不正确的可能性。

当我调用 A 调用 B 调用 C C 失败并出现“加密”错误

我在任何“孙包”中都注意到了这种行为

【问题讨论】:

    标签: ssis azure-data-factory sql-server-data-tools


    【解决方案1】:

    这似乎是由保护级别引起的。将保护级别设置为DontSaveSensitive 时,问题消失了。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2018-08-24
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-12-01
      • 1970-01-01
      相关资源
      最近更新 更多