On Production Environment (BNEPRDSQL102)– SSIS package is running without any issue, but when I configure through job, it is throwing below error
On UAT Environment(BNEDEVSQL201)– Job is already running successfully and got the UAT Signoff from Client.
On Dev Environment (on my 9R VM-VPC_o876031VC9R)– Job is successfully running.
PRODUCTION:
Source: 1. DB2 2. Oracle(FMMS)
Destination: SQL Server 2005(Fleet Availability)
Dev Environment VM (VP_o876031VS9R)
Source: 1. DB2, 2. Oracle
Destination: Sql Server 2005
On Prod, when I am trying run job configuring the same SSIS package (which is successfully running to run on Dev) it is failing as below exception:
Message
Executed as user: INTERNAL\_SQLService1. ...0.5000.00 for 64-bit Copyright (C) Microsoft Corp 1984-2005. All rights reserved. Started: 5:18:09 PM Info: 2014-10-15 17:18:15.72 Code: 0x4004300A Source:
Get Location Data DTS.Pipeline Description: Validation phase is beginning. End Info Progress: 2014-10-15 17:18:15.72 Source: Get Location Data Validating: 0% complete End Progress Error:
2014-10-15 17:18:17.30 Code: 0xC0047062 Source: Get Location Data DataReader Source [1] Description: System.Data.Odbc.OdbcException: ERROR [IM014] [Microsoft][ODBC Driver Manager] The specified DSN contains an architecture
mismatch between the Driver and Application at System.Data.Odbc.OdbcConnection.HandleError(OdbcHandle hrHandle, RetCode retcode) at System.Data.Odbc.OdbcConnectionHandle..ctor(OdbcConnection connection, OdbcConnectionString constr,
OdbcEnvironmentHandle environmentHandle) at System.Data.Odbc.OdbcConnectionOpen..c... Process Exit Code 1. The step failed.
package is getting called
C:\Progra~1\Microsoft SQL Server\90\\DTS\Binn\dtexec /sql FleetAvailabilityDataImport /server localhost /decrypt password /MAXCONCURRENT " -1 " /CHECKPOINTING OFF /REPORTING V
I have already verified below
Source and Destination should be same i.e., 32-bit or 64-bit configuration drivers. Particularly this need to be taken care when you build the package in local system. All our local systems are 32-bit and servers 64-bit.
Please Advise
Regards
Rajesh
email id - itsrajesh2002@hotmail.com