SSIS and Oracle Error code: 0x80040E4D

时光总嘲笑我的痴心妄想 提交于 2020-01-05 07:58:13

问题


I always get this error: 0x80040E4D. Invalid username/password; logon denied. I've set the username and password in the package with EncryptSensitiveWithPassword protection level. I've tried to put the package into the SSIS package store and I've created a config file, but all was useless.

I should have a bit of help, please.


回答1:


EncryptSensitiveWithPassword is a option to save the package's encrypted data (like the oracle's user name and password) so If someone tries to execute the package without providing the password, package execution fails.

I think you have issues on your config file, maybe the information sensitive information is not being loaded from it.



来源:https://stackoverflow.com/questions/11154070/ssis-and-oracle-error-code-0x80040e4d

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!