Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我总是收到这个错误:0x80040E4D。无效的用户名/密码; 登录被拒绝。我已经在包中设置了具有 EncryptSensitiveWithPassword 保护级别的用户名和密码。我试图将包放入 SSIS 包商店并创建了一个配置文件,但一切都没用。
我应该有一点帮助,拜托。
EncryptSensitiveWithPassword 是保存包的加密数据(如 oracle 的用户名和密码)的选项,因此如果有人尝试在不提供密码的情况下执行包,包执行将失败。
我认为您的配置文件有问题,可能没有从中加载信息敏感信息。