Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 Execute DTS Package VIA ASP

Author  Topic 

bnhcomputing
Starting Member

22 Posts

Posted - 2005-10-04 : 17:48:53
I have the sample code to execute a DTS via ASP. It does try to execute my DTS. It seems to execute the Active-X components of the DTS OK, but all the DataPump and Execute SQL tasks fail.

Anybody got any suggestions?

------
Hubert

Hubert Hoffman

bnhcomputing
Starting Member

22 Posts

Posted - 2005-10-07 : 15:12:05
Turns out this is/was a security issue. Need to execute DTS from a stored proc. Have the ASP execute the stored proc.

Hubert Hoffman
Go to Top of Page
   

- Advertisement -