I have a child package which sends email notification of success or failure, and is set to run after an ActiveX script. The precendence constraint will be "run on completion". The code in the child package is the same whether or not it is intended to sned success or failure notification. It therefore needs to no whether or not the preceding step succeeded or failed.
From experimentation, it appears that the child package cannot read the global variables from the parent package. So, how do child and parent packages share information, and how would a child package know the status of the previous step?
From experimentation, it appears that the child package cannot read the global variables from the parent package. So, how do child and parent packages share information, and how would a child package know the status of the previous step?