Want to Share troubleshooting when try to remove citrix server from XenApp Farm. Got "Access Denied" Error when tried to remove the server in two different methods.
1. One through Command Prompt using XenAppConfigConsole.exe /ExecutionMode:Leave
2. Through Citrix App Center by right clicking on the server and remove from the Farm.
Both Ways it did not working.
You're getting 'access denied' because it uses domain credentials to run the command and you've already moved the server to a different doman with no trust between curretn domain and old domain.
Solution:
1. One through Command Prompt using XenAppConfigConsole.exe /ExecutionMode:Leave
2. Through Citrix App Center by right clicking on the server and remove from the Farm.
Both Ways it did not working.
You're getting 'access denied' because it uses domain credentials to run the command and you've already moved the server to a different doman with no trust between curretn domain and old domain.
Solution:
comment #13
|
Just set this registry DWORD value to 0
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Citrix\IMA\Status] "Joined"=dword:00000000 Then run: C:\Program Files (x86)\Citrix\XenApp\ServerConfig\XenAppConfigConsole.exe /ExecutionMode:Leave And you'll be able to either join an existing farm or create a new one again. |
No comments:
Post a Comment