February 3, 2011 at 11:23 pm
I have a package from BIDS that runs fine when I execute it from SSIS. However, as soon as I create a sql server agent job from that package I get the following error. When I built it in BIDS I had ProtectionLevel set to Encrypt Sensitive with Password.
xecuted as user: rmX\SYSTEM. Microsoft (R) SQL Server Execute Package Utility Version 10.0.2531.0 for 64-bit Copyright (C) Microsoft Corp 1984-2005. All rights reserved. Started: 12:40:43 AM Error: 2011-02-04 00:40:44.19 Code: 0xC0202009 Source: Package Connection manager "rm.rm" Description: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80040E4D. An OLE DB record is available. Source: "Microsoft SQL Server Native Client 10.0" Hresult: 0x80040E4D Description: "Login failed for user 'nice\rmX$'.". End Error Error: 2011-02-04 00:40:44.19 Code: 0xC020801C Source: Data Flow Task Provider SQL Query 1 [1082] Description: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to the connection manager "rm.rm" 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: 2011-02-04 00:40:44.19 Code: 0xC0047017 Source: Data Flow Task SSIS.Pipeline Description: component "Provider SQL Query 1" (1082) failed validation and returned error code 0xC020801C. End Error Error: 2011-02-04 00:40:44.19 Code: 0xC004700C Source: Data Flow Task SSIS.Pipeline Description: One or more component failed validation. End Error Error: 2011-02-04 00:40:44.19 Code: 0xC0024107 Source: Data Flow Task Description: There were errors during task validation. End Error DTExec: The package execution returned DTSER_FAILURE (1). Started: 12:40:43 AM Finished: 12:40:44 AM Elapsed: 0.234 seconds. The package execution failed. The step failed.
Any ideas?
Why is it so different in sql server agent?
February 4, 2011 at 12:05 am
Hi
I came across a similar issue in msdn site. please follow this link for solution.
Let me know if you are still facing the issue
Ganesh
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply