View Single Post
  #4 (permalink)  
Old January 20th, 2006, 08:25 AM
mmcdonal mmcdonal is offline
Friend of Wrox
 
Join Date: Mar 2004
Posts: 3,069
Thanks: 0
Thanked 10 Times in 10 Posts
Default

I am not sure why you can only use InterDev to run a script that won't work unless you run it using WScript or CScript or asp.

If you are trying to move files from one server to another, why don't you schedule a DTS package from the SQL Server? Or run the script from a workstation? I use scripts that run from workstations and send workstation data to a SQL server. You could just as easily pull data from the AS400 and send it to SQL. But a DTS package scheduled on the SQL Server is probably a better way to solve this.


mmcdonal
Reply With Quote