Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

active and inactive endpoints share the same endpointname

ant
New Contributor
New Contributor

Hello,

How to solve issue of modifying access query for endpoints when we encounter an error because both active and inactive endpoints share the same endpointname ?

Even though they have different endpointkeys, we still unable to update the access query for the active endpoint.

1 REPLY 1

dgandhi
All-Star
All-Star

Try custom query job and update the endpoint name for the inactive endpoint. 

update endpoints set endpointname = "Endpointname_inactive" where endpointkey = "Endpointkey"

 

Thanks,
Devang Gandhi
If this reply answered your question, please Accept As Solution and give Kudos to help others who may have a similar problem.