Hi
I'm trying to get a SSIS package to run from a sql server agent job but it won't becase I heep getting the below error. I can run the package manually but it won't run from a job and I get the same error when I try to execute it from a DOS command too from a local directory on the server.
Eg
dtexec /F "C:\CommTrak\CTI.dtsx"
I know its somthing to do with the sql server being on a 64 bit computer but just can't work out how to make it run from a job or batch file.
==========================
==========
==========
error
09/10/2007 16:38:53,NewCTimport,Error
,1,SQL36,N
ewCTimport
,NewCTImpo
rt,,Execut
ed as user: SQL1\Administrator. ...9.00.3042.00 for 64-bit Copyright (C) Microsoft Corp 1984-2005. All rights reserved. Started: 4:38:53 pm Error: 2007-09-10 16:38:57.45 Code: 0xC0202009 Source: NewCTImport Connection manager "SourceConnectionOLEDB" Description: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80040154. An OLE DB record is available. Source: "Microsoft OLE DB Service Components" Hresult: 0x80040154 Description: "Class not registered". End Error Error: 2007-09-10 16:38:57.45 Code: 0xC020801C
Source: Data Flow Task Source - qryLenderCriteria [1] Description: SSIS Error Code DTS_E_CANNOTACQUIRECONNECT
IONFROMCON
NECTIONMAN
AGER. The AcquireConnection method call to the connection manager "SourceConnectionOLEDB" failed with error code 0xC0202009.
==========================
==========
==========
==========
==========
==========
==========
==========
==
Start Free Trial