I would like to report a bug/issue with SSIS. It occurs when you create project parameter ( a common value for all the packages inside the project ) and use it as a connection string in data flow task source. If you create a master package that calls other
packages then packages run successfully but if you execute the packages using a for each loop passing package location then as soon as the child package loads it throws an error that project parameter cannot be found in variable list (Error Code : 0xC00470A6& 0xC0017003 -- Unable to parse connection string ).
Said that, please note that even though it throws an error but if we increase the max error count for Execute Package Task then package executes successfully from beginning to end but it will throw errors saying project parameter not found and cannot be parsed ( even if it has already been parsed in child package ).
Looking forward for help and for reporting this as bug ( in case it is )
Said that, please note that even though it throws an error but if we increase the max error count for Execute Package Task then package executes successfully from beginning to end but it will throw errors saying project parameter not found and cannot be parsed ( even if it has already been parsed in child package ).
Looking forward for help and for reporting this as bug ( in case it is )