I have a package that is used to update tables on a Report server from a Production server and then creates a report from the data on the Report server. The steps are as follows:
1. Execute SQL Task - Clear local tables
2. Transform Data Tasks (3) - Update 3 local tables with data from remote server tables.
3. ActiveX Script Task - Update Excel based report using VBScript.
4. Email the report to the AppAdmin.
The problem with this workflow is that step 2 actually contains 3 tasks. When I try to set workflow from step 2 to step 3 (ActiveX script), it creates 3 workflow tasks. This tells me that the script will be run after each of the transformations (if successful) in step 2.
I need to find a way in the workflow that will wait until all 3 transformation tasks are successful and then run a single instance of the ActiveX script.
Can anyone help?
- Glen
1. Execute SQL Task - Clear local tables
2. Transform Data Tasks (3) - Update 3 local tables with data from remote server tables.
3. ActiveX Script Task - Update Excel based report using VBScript.
4. Email the report to the AppAdmin.
The problem with this workflow is that step 2 actually contains 3 tasks. When I try to set workflow from step 2 to step 3 (ActiveX script), it creates 3 workflow tasks. This tells me that the script will be run after each of the transformations (if successful) in step 2.
I need to find a way in the workflow that will wait until all 3 transformation tasks are successful and then run a single instance of the ActiveX script.
Can anyone help?
- Glen