Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SSIS and Import/Export (2005)
 SSIS Error

Author  Topic 

pradeep_iete
Yak Posting Veteran

84 Posts

Posted - 2010-02-23 : 08:48:50
Date 2/23/2010 2:59:21 PM
Log Job History (Update Admin.Stocks)

Step ID 1
Server CLUSSQL01
Job Name Update Admin.Stocks
Step Name Invoke SSIS Package for Admin.Stocks
Duration 00:00:01
Sql Severity 0
Sql Message ID 0
Operator Emailed
Operator Net sent
Operator Paged
Retries Attempted 0

Message :

Executed as user: CentralServer\CluAdmin. ...ute Package Utility Version 9.00.4035.00 for
64-bit Copyright (C) Microsoft Corp 1984-2005. All rights reserved.
Started: 2:59:21 PM Error: 2010-02-23 14:59:22.42

Code: 0xC0048020 : DTS_E_COMPONENTVERSIONMISMATCH

Defination of this Code : The version of %1 is not compatible with this
version of the DataFlow.

-------

Source: Data Flow Task Data Flow Task (DTS.Pipeline)
Description: The version of component "SQL Server Destination" (140) is not compatible with this
version of the DataFlow. End Error Error: 2010-02-23 14:59:22.46

Code: 0xC004706C DTS_E_CANTCREATECOMPONENT
Defination
Component "%1" could not be created and returned error code 0x%2!8.8X!.
Make sure that the component is registered correctly.



----------------------------


Source: Data Flow Task DTS.Pipeline
Description: The version of component "SQL Server Destination" (140) is
not compatible with this version of the DataFlow. End Error Error: 2010-02-23 14:59:22.46
Code: 0xC0048021

DTS_E_ERRORCOMPONENT

The component is missing, not registered, not upgradeable,
or missing required interfaces. The contact information for
this component is "%1".Source: Data Flow. The step failed.
-------------------------


Please Guide

vijayisonly
Master Smack Fu Yak Hacker

1836 Posts

Posted - 2010-02-23 : 09:35:37
Are running the package in the same machien it was developed? Is it a 32-bit or a 64-bit machine?

Maybe this thread will be of help..
http://social.msdn.microsoft.com/forums/en-US/sqlintegrationservices/thread/54b26bad-1f88-444f-af8c-9d4fb79f6e5f/
Go to Top of Page
   

- Advertisement -