I'm trying to sort out and problem for an associate. Any help would be appreciated.
A command file, resident on the same server, runs the following script
dtsrun /SserverName /U\\Domain\UserName /Ppassword /NprogramName /G{4D63AAF5-EDAE-11D6-A314-002035C387A5} /V{4D63AAFF-EDAE-11D6-A314-002035C387A5}
This causes the following response:
DTSRun: Loading...
Error: -2147217843 (80040E4D); Provider Error: 18456 (4818)
Error string: Login failed for user '\\Domain\UserName'.
Error source: Microsoft OLE DB Provider for SQL Server
Help file:
Help context: 0
I've checked that the username exists as a user on the SQL system and tried it with and without the domain suffix. Get the same error.
If I sign on to the server as UserName and run the DTS job interactively it works just fine (i.e. NOT using the command file)
HELP!!
Thanks
BJJJB
A command file, resident on the same server, runs the following script
dtsrun /SserverName /U\\Domain\UserName /Ppassword /NprogramName /G{4D63AAF5-EDAE-11D6-A314-002035C387A5} /V{4D63AAFF-EDAE-11D6-A314-002035C387A5}
This causes the following response:
DTSRun: Loading...
Error: -2147217843 (80040E4D); Provider Error: 18456 (4818)
Error string: Login failed for user '\\Domain\UserName'.
Error source: Microsoft OLE DB Provider for SQL Server
Help file:
Help context: 0
I've checked that the username exists as a user on the SQL system and tried it with and without the domain suffix. Get the same error.
If I sign on to the server as UserName and run the DTS job interactively it works just fine (i.e. NOT using the command file)
HELP!!
Thanks
BJJJB