Hi
using ssis 2012
1- In parent package, there is a variable called vFileNameFullPath
2- This variable is assigned using variable1 and variable2
3- Parent package calls child package
4- How can child package use the variable vFileNameFullPath ?
Thank you