Labels

Thursday, June 25, 2015

Possible issues for a script task to get stuck in In-progress status


Possible Issues:


  1. For Ex: EmpID is declared as an Integer variable in the SSIS Package.

While writing value to this variable with in Script Task, do make sure to explicitly type case the input like below

Dts.Variables["User::EmpID"].Value =  (int) 0;

more content .. in soon

No comments:

Post a Comment