Hello,
I'm trying to read previous SQL task description in Activex script and having problem figuring out correct syntax. I can read package name, but can't get to the task level.
Here's what I'm trying to accomplish by doing that:
My package has 10 SQL tasks and each individual task does data transfer from one server to another for one table. Task's description is also a name of table being trasferred.
Whenever any task fails, I need to insert a message into log table with a message and failed table name. So, I created Activex script task and linked all SQL tasks to Activex on "Fail" flow.
Now I need to read damn task's description that failed.
Any ideas, guys?
Thanks much.
Steve
I'm trying to read previous SQL task description in Activex script and having problem figuring out correct syntax. I can read package name, but can't get to the task level.
Here's what I'm trying to accomplish by doing that:
My package has 10 SQL tasks and each individual task does data transfer from one server to another for one table. Task's description is also a name of table being trasferred.
Whenever any task fails, I need to insert a message into log table with a message and failed table name. So, I created Activex script task and linked all SQL tasks to Activex on "Fail" flow.
Now I need to read damn task's description that failed.
Any ideas, guys?
Thanks much.
Steve