Hi guys!
I am trying to upgrade an environment from DTS to SSIS. I finshed upgrading packaged and tested they run fine from file system and the Sql Sever 2008 R2 when deployed there.
Now I just need to be able to run them from .vbs file that is integrated into an ASP page.
Old/current line in the .vbs files is as this:
dtsrun="sqlServer", "userName", "password", "PackageName"#~Run package
This works for running the DTS legacy packages on the Sql Server 2005 - but now that the packages have been upgraded to SSIS (their names are the same) - how do I do similar with SSIS?
I tried to replace dtsrun with dtexec, but no good 🙁