Re: Login failed for user 'sa'
From: Darren Green (darren.green_at_reply-to-newsgroup-sqldts.com)
Date: 02/25/05
- Next message: x-rays: "Re: Login failed for user 'sa'"
- Previous message: Darren Green: "Re: Last Version Package"
- In reply to: x-rays: "Login failed for user 'sa'"
- Next in thread: x-rays: "Re: Login failed for user 'sa'"
- Reply: x-rays: "Re: Login failed for user 'sa'"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 25 Feb 2005 13:55:24 -0000
No reason for this to fail. Check the names when using global variables,
names are case sensitive.
-- Darren Green http://www.sqldts.com http://www.sqlis.com "x-rays" <xrays@discussions.microsoft.com> wrote in message news:F3BE07EE-D71F-44A0-9CD6-9EEBCB6B03BE@microsoft.com... > Hello all, > > I' ve created a dts package to import some data from another data source. > I've created an SQL connection and specify the provider 'Microsoft OLE DB > Provider for SQL Server'. I parameterize the ServerName, User, Pwd and DBName > and set their values using an activex script. When I run the dts on SQL > Server (in Design Mode) completes successfully, but when I run the package as > a structure storage file, on the first task that executes a stored procedure, > the package fails with an error: > Error: -2147217843 (80040E4D) > Error string: Login failed for user 'sa' > Error source: Microsoft OLE DB Provider for SQL Server > Help file: > Help context: 0 > > My password is simple (for now): 123 > command line: dtsrun /FD:\AccessDBPath\MyPckgName.dts /NMyPckgName /Mpgkpwd > /LD:\AccessDBPath\DTSErrorLog.txt > /AParMDBFilename:8=D:\AccessDBPath\AccessDB.mdb > /AParServer:8=MYSERVER\MYINSTANCE /AParUserID:8=sa /AParPwd:8=123 > > Do you have an idea what might cause this? Maybe I have to specify the > provider again (in my activex scipt)????? > > Thanks in advance.
- Next message: x-rays: "Re: Login failed for user 'sa'"
- Previous message: Darren Green: "Re: Last Version Package"
- In reply to: x-rays: "Login failed for user 'sa'"
- Next in thread: x-rays: "Re: Login failed for user 'sa'"
- Reply: x-rays: "Re: Login failed for user 'sa'"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
Loading