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

Access request form is not loading with "Data inconsistency error. Please contact your admin" error.

shruanand24
New Contributor
New Contributor

For a child endpoint of AD(ADSI connector) we have used endpoint filter to recon AD groups specific to the child endpoint. The access request form of the child endpoint is not loading and it is displaying "Data inconsistency error. Please contact your admin" error. Connection configuration on endpoint is empty. Endpoint name, display name, security system and account name rule has no special character.

10 REPLIES 10

mansoorahmed1
New Contributor III
New Contributor III

Im also getting the same , couldnt figure out why this is happening .

Any luck in getting it resolved yet?

nimitdave
Saviynt Employee
Saviynt Employee

Please raise a support ticket for this and mention this forum thread. Support team will take necessary step to unblock you.

@nimitdave Ticket has already been raised on this. Can you priorotise on this ? It was working on Dev Envirronment however we have issue in UAT.

https://saviyntsupport.saviynt.com/support/tickets/2004270

nimitdave
Saviynt Employee
Saviynt Employee

@mansoorahmed1 , pls check ticket link provided. It is not for the issue we are discussing here. 

mansoorahmed1
New Contributor III
New Contributor III

Sorry Yes, I have updated the response.

PRana
New Contributor
New Contributor

Hi Folks, 

Any update on how to resolve the issue? I am also experiencing the same issue on v23.8

Thanks

nimitdave
Saviynt Employee
Saviynt Employee

@PRana , please raise a support ticket to get this addressed.

 

mansoorahmed1
New Contributor III
New Contributor III

@nimitdave After closing the ticket I still facing the same issue. Is there any way we can clear the dupliacte entries for Endpoint_properties from our side ?

https://saviyntsupport.saviynt.com/support/tickets/2004270

 

Regards,

Mansoor

You can find using below query :

select * from Endpoints_properties where endpointkey is not null group by endpointkey having count(*) >1

and fix using below query

update endpoints_properties set endpointkey=null where endpointkey=123 and ENDPOINTS_PROPERTIES_KEY=1 limit 1;


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.