Please Help SSIS - scheduled JOB Files and below is the Error From history

  • Source is the ODBC Connection - DNS Name Created and Tested connection - working fine.

    Destination is SQL Server database

    - Works fine in Business Intelligence

    - Work fine from SQL SERVER MSDB Package Execution.

    - Fails with below Error when I schedule the job or execute from the scheduled jobs

    error from history :

    Executed as user: NT AUTHORITY\NETWORK SERVICE. Microsoft (R) SQL Server Execute Package Utility Version 10.0.5500.0 for 32-bit Copyright (C) Microsoft Corp 1984-2005. All rights reserved. Started: 3:08:33 PM Error: 2013-04-12 15:08:34.65 Code: 0xC0047062 Source: Split [16] Description: System.Data.Odbc.OdbcException: ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified 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..ctor(OdbcConnection outerConnection, OdbcConnectionString connectionOptions) at System.Data.Odbc.OdbcConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject) at System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup) at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) at System.Data.Odbc.OdbcConnection.Open() at Microsoft.SqlServer.Dts.Runtime.ManagedHelper.GetManagedConnection(String assemblyQualifiedName, String connStr, Object transaction) at Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100.AcquireConnection(Object pTransaction) at Microsoft.SqlServer.Dts.Pipeline.DataReaderSourceAdapter.AcquireConnections(Object transaction) at Microsoft.SqlServer.Dts.Pipeline.ManagedComponentHost.HostAcquireConnections(IDTSManagedComponentWrapper100 wrapper, Object transaction) End Error Error: 2013-04-12 15:08:34.65 Code: 0xC0047017 Source: Daily Split SSIS.Pipeline Description: component "Split" (16) failed validation and returned error code 0x80131937. End Error Error: 2013-04-12 15:08:34.65 Code: 0xC004700C Source: Daily Split SSIS.Pipeline Description: One or more component failed validation. End Error Error: 2013-04-12 15:08:34.65 Code: 0xC0024107 Source: Daily Split Description: There were errors during task validation. End Error DTExec: The package execution returned DTSER_FAILURE (1). Started: 3:08:33 PM Finished: 3:08:34 PM Elapsed: 1.656 seconds. The package execution failed. The step failed.

    Thanks

  • I'd start here: Data source name not found and no default driver specified.

    Tell us about the DSN you are using, is it a System, User, or File DSN?

  • USER DNS

    Driver : Openlink Generic 32 bit Driver

    Database : infomix2000

  • John Paul-702936 (4/12/2013)


    USER DNS

    Driver : Openlink Generic 32 bit Driver

    Database : infomix2000

    Doesn't answer my question completely, but if it is a user DNS, does the user running the job actually see it? Is the job running as the same user that runs the SSIS package in BIDS and from SQL SERVER MSDB Package Execution?

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply