开发者

permission error in deployment

开发者 https://www.devze.com 2022-12-22 01:37 出处:网络
In SSIS,I had tried to deploy a package, which is for importing data from MySQL to SQL SErver 2008, at another server. When I tried to execute the Package from SQL Server, the deployme开发者_JAVA技巧n

In SSIS,I had tried to deploy a package, which is for importing data from MySQL to SQL SErver 2008, at another server. When I tried to execute the Package from SQL Server, the deployme开发者_JAVA技巧nt failed. The error was access permission denied for MySQL user. What is the solution for this ? should I have to set any permission ? I have installed MySQL data provider at the server.


You most likely have the username and password stored in the package using UserKey encryption.

When you deploy to SQL Server and run it, it's run as a different user, thus not being able to decrypt the passwords. You can either not save sensitive information, encrypt with password, and/or use a configuration file on your SQL Server that also contains the password in the connection string for your MySQL server.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号