Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

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.