I created a DTS Package that first truncates a table, exports data into a table from a text file, then calls a cold fusion page. When I execute the package, it runs fine. However, we have it set up so an end user opens a cold fusion page which calls the dts package (command \f dtsrun "filename.dts")
The DTS package will run but it won't call the web page (which is an ActiveScript task). Any ideas?