I want to copy a file to a network drive

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
kab123
Participant
Posts: 92
Joined: Tue May 18, 2004 4:05 pm

Post by kab123 »

You have to give the full path of the S driver. otherwise it won't recognize.
Thanks
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

The ALLOWNFS parameter in uvconfig must also be set.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
igorbmartins
Participant
Posts: 161
Joined: Mon Mar 17, 2008 10:33 am

Post by igorbmartins »

Hi Ray, the value of ALLOWNFS is 1 but i changed to 0 and reboot my server, but the error persist. I tried with full path as cp e:\file s:\file and nothing.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

ALLOWNFS must be 1. Just changing it is not enough, you also need to run the uvregen utility.

Can you effect this COPY using a CMD shell? What is the value of %ERRORLEVEL% after the command?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
PaulVL
Premium Member
Premium Member
Posts: 1315
Joined: Fri Dec 17, 2010 4:36 pm

Post by PaulVL »

Does the user id you use to execute the job have permission to use that network drive mount?
Post Reply