5

I have tried to configure release management to work across different servers with untrusted domains using the steps described in the below article.

http://blogs.msdn.com/b/visualstudioalm/archive/2013/12/12/configuring-release-management-to-work-across-untrusted.aspx

But when I tried to configure RM agent with ghost account, it was throwing error mentioned in the title. Please see the error screen attached..!! enter image description here

I am searching for a solution for last few days...!!! Experts please help me.

Daniel Mann
  • 57,011
  • 13
  • 100
  • 120
Sreekanth Mohan
  • 340
  • 4
  • 29
  • Are you logged in as the "shadow" or "ghost" account when you run the configuration tool? If not, try that. Also, make sure the URL you're entering for your RM server is well-formed: `http://:`. No "/ReleaseManagement/" or any other URL segments. – Daniel Mann Jun 17 '14 at 21:22
  • @DanielMann thanks for the response..!! url was correct but i logged in as different user while configuring the RM agent. – Sreekanth Mohan Jun 18 '14 at 04:41
  • 4
    Try to log in as the shadow account. I've encountered exactly that issue before when setting up cross-domain authentication using shadow accounts. – Daniel Mann Jun 18 '14 at 12:13
  • 1
    My RM server license got expired. Need to re install the licensed version and try this out. Will update you for sure. Thank you... :) – Sreekanth Mohan Jun 19 '14 at 17:02

3 Answers3

3

Finally the issue has been resolved by logging in as shadow account. Changed RM server name with IP in MS deployment agent....!! enter image description here

Thank you very much @Daniel Mann for the tips you have provided.

Sreekanth Mohan
  • 340
  • 4
  • 29
1

write it down as

Correct way:- http://(server):(port)

Incorrect way:- http://(server):(port)/ReleaseManagement

Do not write "/ReleaseManagement/" or any other URL segments after . This will solve your problem.

Sunny
  • 2,183
  • 1
  • 17
  • 13
0

Logging in as the shadow account may not be possible depending on how you setup the service account. Release Management site uses windows authentication so if you setup your credentials in Credential Manager on the agent server that will work. Just specify the fully qualified domain name for your Release Management server and your domain credentials for the RM server's domain.

rasky74
  • 41
  • 6