Link to home
Start Free TrialLog in
Avatar of Vikrant Kamboj
Vikrant Kamboj

asked on

Xcopy - Not able to copy files via xcopy

Unable to copy files from one server to another server using xcopy command via JENKINS, but able to do from Command prompt. Below is command

 Running and copying in command prompt ---> C:\Windows\System32>xcopy /E /S /Y /R /H /I "\\DE01WSHYBAD01\Test1" "\\DE01WSHYBAI01\Test2"

Via Jenkins

d:\pstools\psservice -accepteula \\DE01WSHYBAD01 -u adm.min -p MaJa207!

c:\Windows\System32\xcopy /E /S /Y /R /H /I "\\DE01WSHYBAD01\Test1" "\\DE01WSHYBAI01\Test2"

Throwing error of Invalid drive specification!
Thanks
ASKER CERTIFIED SOLUTION
Avatar of Dr. Klahn
Dr. Klahn

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Nico S
Nico S

Maybe an account access issue, I can only give you an idea on a  Jenkins installed on Windows Server 2012r2 which the default account on the Jenkins service is the local system account(which don't have network access permission),

You can check it by going to Services-> Jenkins -> Properties -> Logon -> just input a domain account or local account with access to both servers. then restart service.
No comment has been added to this question in more than 21 days, so it is now classified as abandoned.

I have recommended this question be closed as follows:

Accept: Dr. Klahn (https:#a42461652)

If you feel this question should be closed differently, post an objection and the moderators will review all objections and close it as they feel fit. If no one objects, this question will be closed automatically the way described above.

seth2740
Experts-Exchange Cleanup Volunteer