Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Process task

Status
Not open for further replies.

sardinka2

Programmer
May 6, 2004
38
0
0
US
I have a simple Process task where my win32 process.value is cmd.exe
Parameters:copy \\ServerName\d$\Archive\Out\File.xls \\ServerName\d$\users\Out\ /Y
Cope file from one location to the other. when I run this line in cmd it is fine, howere when I run in dts it just hang up.Any idea why?
 
May be a permissions issue related to calling the cmd step from w/in the DTS package.

Thanks

J. Kusch
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top