Hello,
We have a job that runs 3 tasks. The first task is a VB script which creates a log file. This runs correctly.
The second task "Read File" reads that log file and outputs the contents to standard output. This also works.
The third task "Email" sends an e-mail using the {TASK(PrevTask,StdOut)} variable. Before we upgraded (from 6.0.6 I think), this worked. Now, we are on 6.0.8, and the task fails with "Exception in task: Index was outside the bounds of the array."
We have also tried using the direct task ID, same thing happens. When removing this variable, the task completes successfully. The content of the standard output is below:
AltID Update started at 3/2/2012 2:23:39 PM
Opening connection to Server01.DataBase4...OK
Opening connection to DB40...OK
No records were flagged for update
0 records updated.
Execution completed at 3/2/2012 2:23:40 PM
What does that error mean, and is there a way to fix it (or workaround?) Thanks in advance.