1
I have a job created in SSIS (working perfectly) that does not work in SQL SERVER AGENT. The job extracts some data from an access table, via ODBC, and loads it into a sql server location table. Sql Server and the access database are on different servers, both with x86 structure. I put both the job in SQL Server and SSIS configuration to run in x86, but I still can’t run the job in Sql Server Agent.
Below the error shown:
01/14/2016 12:49:15,carrega_hlr_join_atem,Error,1,W7RJO071543,carrega_hlr_join_atem,Exec Package,,Run as user: EMBRATEL EGSANTO. Microsoft Package Execution Utility (R) SQL Server Version 11.0.5058.0 for 32-bit Copyright (C) Microsoft Corporation. All rights reserved. Home: 12:49:15 Error: 2016-01-14 13:06:34.12 Code: 0xC0014020 Origin: Package Connection Manager "TB_HLR" Description: ODBC error -1. End of Error Error: 2016-01-14 13:06:34.13 Code: 0xC0014009 Source: Package Connection Manager "TB_HLR" Description: Error when trying to establish an ODBC connection to the database server. End of Error Error: 2016-01-14 13:06:34.13 Code: 0x0000020F Origin: Task Data Flow Nefone (Access) [67] Description: Failed to call the Acquireconnection method to the TB_HLR connection manager with error code 0xC0014009. Perhaps there are error messages posted before this one with more information about why the Acquireconnection method call failed. End of Error Error: 2016-01-14 13:06:34.13 Code: 0xC0047017 Source: Task SSIS.Pipeline Data Flow Description: Nefone (Access) validation failed with error code 0x80004005. End of Error Error: 2016-01-14 13:06:34.13 Code: 0xC004700C Source: Task SSIS.Pipeline Data Flow Description: Failed to validate one or more components. End of Error Error: 2016-01-14 13:06:34.13 Code: 0xC0024107 Source: Task Data Flow Description: There were errors during the validation of the task. End of Dtexec Error: Package execution returned DTSER_FAILURE (1). Start: 12:49:15 Conclusion: 13:06:34 Elapsed time: 1038.37 seconds. Failed package execution. Step failed. ,00:17:19,0,0,,0,0,0
Would you kindly help me with this problem?
Thanks for your help!
But do I need the 64-bit driver even though both environments are 32-bit? I already run the job with this setting checked! Thanks for the help!
– rcockell
Dude, the job you run is on the server ? or is it on the development machine itself ?
– Rodrigão
They are two "deskservers"! One is with SSIS and SQL SERVER AGENT and the other is with the Access database...
– rcockell