Hi,
This is related to SSIS Package Configuration side. I need to debug the existing production copy SSIS Package, these package was configured the variable using SQL Server configuration (SSIS_Configuration). The Source and Destination DB connections are correct.
And the variables are available in the SSIS_Configuration table with values. But while executing the package it is not overwriting the local variable values. Means it is not taking the DB Table values instead it is taking the local variable value. What could
be the reason and what i need to correct it ?
And While opening the package I am getting the following Error
Information while loading Trans_Im.dtsx: The package is attempting to configure from SQL Server using the configuration string ""OLEDBDestinationConn";"[dbo].[SSIS_Configurations]";"var_str_AriseAssociation_Id";".
Warning loading Trans_Im.dtsx: Ran out of memory
Sridhar