==============================================
error
09/10/2007 16:38:53,NewCTimport,Error,1,SQL36,NewCTimport,NewCTImport,,Executed 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_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to the connection manager "SourceConnectionOLEDB" failed with error code 0xC0202009.
==================================================================================================
Are you are experiencing a similar issue? Get a personalized answer when you ask a related question.
Have a better answer? Share it in a comment.
From novice to tech pro — start learning today.
OK fixed it now.
The fix was to get the job to run on a 64 bit machine there are 2 main points to note.
1. When designing an SSIS project you must set the RUN64BITRUNTIME project property to FALSE, this must be done in debug mode though in VS.
2. You must run the Job to access the dts package via command line like this.
C:\Program Files (x86)\Microsoft SQL Server\90\DTS\Binn\DTExec.