Hello,
I have multiple packages that need to access a Sharepoint server. So I am using the popular package from here:
http://sqlsrvintegrationsrv.codeplex.com/releases
The way I have it set up, is that there is a job in SQL Server that runs multiple packages every day, however when it tries to run them, it does not work. I am getting authentication and validation errors.
When I run the packages locally, it works fine.
After investigating, I found out that the credentials I provide to connect to Sharepoint are not used. The package uses my windows account even if I specifically set it to use custom credentials. To test this, I simply created a new account on my computer and ran the package with correct custom credentials and found that it didn't work. If I do the same on the account that has access to Sharepoint, it works.
I would like to know if there is a fix or a workaround for this ?
Thank you,
Yan