Unable to deploy the solution using Release Management

347 views Asked by At

I want to implement the auto deployment functionality in my project using Release Management Tool. But it fails when the XCopy component tries to access the drop location to copy it to the destination server location, with the error "\servername\Drive\Path)"(Drop Location) does not exist or the deploy user doesn't have access to the it".

Things checked:

  1. Configured the user to be a Service User on the RM using Deployment Agent tool.
  2. Check for the drop path and found correct, can be browsed also.
  3. Drop folder has the Service user accessibility with "Full Control" permission.

What I am missing here?

I also tried to used Windows Os -> Copy Files Or Folder component just to test the other way around, by hard coding the build definition path generated earlier and tried to trigger the RM. This time I got "Invalid Drive Specification error" in the logs.

0

There are 0 answers