views:

18

answers:

1

Hi,

I am deploying some integration services into a SQL Server 2005. On my computer, I don't have any validation error but I do on the server.

It comes from an OLE DB connection manager: "Login failed for user 'rw_user'". Whereas I can fully run it on a client, the connection works perfectly.

This is a connection to the server itself.

A: 

Thoughts:

  • If you can run it locally, is it under your credentials?
  • That is, have you fully permissioned rw_user on the target SQL Server?
  • User/password stored OK in the package?
gbn
I can perfectly run it locally using this username and password. And yes, I checked the "save password" option in the connection manager.
Julio Guerra