January 2, 2009 at 2:46 pm
I am using this code to execute the package on command exec on SQL job
C:\Program Files (x86)\Microsoft SQL Server\90\DTS\Binn\DTExec.exe /f "C:\Documents and Settings\Package.dtsx" /MAXCONCURRENT " -1 " /CHECKPOINTING OFF /REPORTING E
Executed as user: nt\user. ...
ecute Package Utility Version 9.00.3042.00 for 32-bit
Copyright (C) Microsoft Corp 1984-2005. All rights reserved.
Started: 3:36:49 PM Error: 2009-01-02 15:36:50.75
Code: 0xC0202009 Source: Package Connection manager "server.database.sa"
Description: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred.
Error code: 0x80040E4D. An OLE DB record is available.
Source: "Microsoft OLE DB Provider for SQL Server"
Hresult: 0x80040E4D Description: "Login failed for user 'sa'.".
End Error Error: 2009-01-02 15:36:50.75 Code: 0xC020801C
Source: Data Flow Task OLE DB Destination [45]
Description: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER.
The AcquireConnection method call to the connection manager "server.database.sa"
failed with error code 0xC0202009. There may be error messages posted before this
with more information on why the AcquireConnection method call failed. End Error
Error:. The step failed.
what would be wrong.
January 2, 2009 at 3:34 pm
got it working with the adding password = password in connectino.
Thanks
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply