We've created a job which loads data from excel source in to sql server. It's working fine both in bids and sql job in dev machine.But in test machine it's working only in bids and not in sql job.it's giving below error.
Pls find the specification of dev...
sqlserver 2008 r2 enterprise edition,
Excel 2010 32bit
Pls find the specification of Test...
sqlserver 2008 r2 standard edition,
Excel 2010 32bit
Error @test machine sql job...
"Excel Connection Manager" Description: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80004005. An OLE DB record is available. Source: "Microsoft Access Database Engine" Hresult:
0x80004005 Description: "Unexpected error from external database driver ().". End Error Error: 2012-08-27 13:15:35.53 Code: 0xC020801C Source: Data Flow Excel Source [17342]
Description: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to the connection manager "Excel Connection Manager" 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: 2012-08-27 13:15:35.59 Code: 0xC0047017 Source: Data Flow SSIS.Pipeline Description:
component "Excel Source" (17342) failed validation and returned error code 0xC020801C. End Error Error: 2012-08-27 13:15:35.65 Code: 0xC004700C Source: Data Flow SSIS.Pipeline
Description: One or more component failed validation. End Error Error: 2012-08-27 13:15:35.72 Code: 0xC0024107 Source: Data Flow Description: There were errors during
task validation. End Error DTExec: The package execution returned DTSER_FAILURE (1). Started: 1:15:28 PM Finished: 1:15:35 PM Elapsed: 7.593 seconds. The package execution failed. The step failed.
I'm not sure, what's exact issue in test environment as the same package runs fine in dev (both bids & job). I can find only the verision mismatch in sql server. pls help, in finding the exact issue of the above error.
Thanks in advance