Hello,
We developed SSIS packages in SQL Server 2005 and now migrating them to SQL Server 2008. To do that, we are opening the SSIS package directly in SQL Server 2008 BIDS. By doing that, we get the error as shown below:
Error7Error loading ABC.dtsx: The component metadata for "component "Script Component" (1)" could not be upgraded to the newer version of the component. The PerformUpgrade method failed. C:\ABC.dtsx11
The error is on the SCRIPT COMPONENT within "Data flow Transformations". The script is used to capture error occured in ANY of the step within the SSIS package.
Please help in getting this resolved as we have around 180 SSIS packages to be converted.