AZure DB version error
Help please!
I have a SSIS Solution that uses a "Script Component" to get the columnname causing the error (This is the link to the code in my "Script Component": https://learn.microsoft.com/en-us/sql/integration-services/extending-packages-scripting-data-flow-script-component-examples/enhancing-an-error-output-with-the-script-component?view=sql-server-ver16). The "TargetServerVersion" is "SQL Server 2019".
This solution works when I deploy the solution to my SQL Database (Microsoft SQL Server 2019 (RTM-GDR)) on prem.
I deployed the same solution to my Azure DB (Microsoft SQL Azure (RTM) - 12.0.2000.8). However, when I attempt to run the solution, it errors out with "The component metadata for "Script....." could not be upgraded to the newer version of the component. The PerformUpgrade method failed."
I have thousands of fields, so the numeric "ErrorColumn" doesn't help. I just want to know what columns are causing this error.
Any advice is greatly appreciated!
thanks!