flnMichael
Programmer
I have a perl script I am using to get files moved from one area to another. Sometimes this involves two separate servers and two separate mappings. When I attempt the first mapping it works fine, but when I try the second I get this error:
"FAILED: Could not map dest directory
Multiple connections to a server or shared resource by the same user, using more than one user name, are not allowed. Disconnect all previous connections to the server or shared resource and try again"
I need both of them mapped at the same time so I can do my move. Is there any way around this? I guess I should also mention these servers are on 2 separate networks connected by the computer running the script. Please help!
"FAILED: Could not map dest directory
Multiple connections to a server or shared resource by the same user, using more than one user name, are not allowed. Disconnect all previous connections to the server or shared resource and try again"
I need both of them mapped at the same time so I can do my move. Is there any way around this? I guess I should also mention these servers are on 2 separate networks connected by the computer running the script. Please help!