Saturday, July 6, 2013

Running deployed SSIS package from SQL Server job generates an error

If you Do the following Scenario:-

1- Developed an SSIS package in 64Bit with Attunity Connector to connect to Oracle DB. And Configure the package property named "Run64BitRuntime" to fales, to run in 32Bit at runtime.

2- Deploy it to Integration Server.

3- Create an SQL Server Job to schedule running it.

4- Got the following error when running the job "Executed as user: ???. Microsoft (R) SQL Server Execute Package Utility  Version 10.50.4000.0 for 64-bit  Copyright (C) Microsoft Corporation 2010. All rights reserved.    Started:  ??? "running job time"  Error: ??? "running job date and time"     Code: 0xC0014005     Source:       Description: The connection type "MSORA" specified for connection manager "??? Name of your attunity connector" is not recognized as a valid connection manager type. This error is returned when an attempt is made to create a connection manager for an unknown connection type. Check the spelling in the connection type name.  End Error  Error: ??? "End job date and time"     Code: 0xC0010018     Source:       Description: Error loading value "<DTS:ConnectionManager xmlns:DTS="www.microsoft.com/SqlServer/Dts">  <DTS:Property DTS:Name="DelayValidation">0</DTS:Property>  <DTS:Property DTS:Name="ObjectName">Attunity Connector Name</DTS:Property>  <DTS:Property DTS:Name="DTSID">???" from node "DTS:ConnectionManager".  End Error  Could not load package "??? Name of your SSIS Package" because of error 0xC0010014.  Description: The package failed to load due to error 0xC0010014 "One or more error occurred. There should be more specific errors preceding this one that explains the details of the errors. This message is used as a return value from functions that encounter errors.". This occurs when CPackage::LoadFromXML fails.  Source:   Started:  ???  Finished: ???  Elapsed:  ??? seconds.  The package could not be loaded.  The step failed."


    Kindly open the job>>>open the step that call your SSIS package>>>Excution Options>>> Check the option "Use 32 bit runtime" as shown belo:-



     Run you SQL Server job, it will run correctly.

     

No comments:

Post a Comment