Hi All, I have requirement to trigger some SSIS packages based on the source files available at the specified location.
I am using the WMI Event watcher to do the same, its working fine when i run the package from command prompt or from .Net IDE, but the package is going to the infinite loop when i call the package from the SQL Job.
I am using the script task to set the connection string property which is defined in the config file. So can some one help me on how to resolve this issue, as this has to be run as part of regular scheduled daily task.
Thanks in advance, Raju P. S
|