In the VM Horizon Administrator web console, I have deleted different "Desktop Pools" in the pass, and I want to rename new Desktop Pools with the same ID. When I am at the Desktop Pool Identification step in creating a new Desktop Pool, I get the error "This ID is already in use. Enter a unique ID." The previous Desktop Pool has been deleted with the instant clone machines. They have been removed from AD, MECM, Intune, and Azure. Any idea how to reuse the previous ID and let me know why this is occurring.
Thanks!
Hi.
It is not possible to rename a Pool-ID, it is unique and it's greyed out once you have created a pool.
But as i see in your attachment, you are creating a new pool, but the ID your are using is already registered as a pool. Are you 100% sure you have deleted the pool from Horizon?
If the pool is deleted from Horizon Admin view, you might have issues with your database. It might still be registered in the DB.
If you have access to the database, check if the ID is registered with something like:
select * from "your table" WHERE desktop_pool_id = 'VM-IT-10'
Hi.
It is not possible to rename a Pool-ID, it is unique and it's greyed out once you have created a pool.
But as i see in your attachment, you are creating a new pool, but the ID your are using is already registered as a pool. Are you 100% sure you have deleted the pool from Horizon?
If the pool is deleted from Horizon Admin view, you might have issues with your database. It might still be registered in the DB.
If you have access to the database, check if the ID is registered with something like:
select * from "your table" WHERE desktop_pool_id = 'VM-IT-10'
Hello Iansti,
I'll look into the database here shortly; I did delete the pool from Horizon completely.
Hi
Have you delete old entry from ADAM database? If not then Please delete old Entry from horizon ADAM database and also delete from DB server.
