Hi,
we are executing DTS from C# using interop dll's
Interop.DTS.dll
Interop.DTSCustTasks.dll
Interop.DTSPump.dll
DTS are getting executed perfectly fine even data is getting transferred as required but the progress count shown in log file for all tasks is always 0 (zero).
Step 'DTSStep_DTSDataPumpTask_73' succeeded
Step Execution Started: 04/12/2006 12:37:54
Step Execution Completed: 04/12/2006 12:37:57
Total Step Execution Time: 3.172 seconds
Progress count in Step: 0
Executing same packages through command line command dtsrun.exe gives proper progress counts.
Please can anyone provide any suggestions/tips on this issue as if what can be done.
Thanks,
SP
we are executing DTS from C# using interop dll's
Interop.DTS.dll
Interop.DTSCustTasks.dll
Interop.DTSPump.dll
DTS are getting executed perfectly fine even data is getting transferred as required but the progress count shown in log file for all tasks is always 0 (zero).
Step 'DTSStep_DTSDataPumpTask_73' succeeded
Step Execution Started: 04/12/2006 12:37:54
Step Execution Completed: 04/12/2006 12:37:57
Total Step Execution Time: 3.172 seconds
Progress count in Step: 0
Executing same packages through command line command dtsrun.exe gives proper progress counts.
Please can anyone provide any suggestions/tips on this issue as if what can be done.
Thanks,
SP