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

Duplicate entry '145-' for key 'ENDPOINTKEY' for Sav4Sav REST connector

Diptansu_Sinha
New Contributor II
New Contributor II

Hello Team , 

We are using Sav4sav rest connector and using logical child endpoint. 

example:

Parent endpoint SAV4SAV REST : SAVIYNTA

Child endpoint based on filter criteria : SAVIYNTB,SAVIYNTC

Now we are facing one strange issue , say one user has left the organization and inactivated in parent and both the childs. Next time when we are re-activating it again and running Parent Account import facing the error. Since the user's account in Inactive in child endpoints. 

 

Error: Duplicate entry '145-' for key 'ENDPOINTKEY'

 

We have applied the remedy from Inactive Accounts not getting activated and creati... - Saviynt Forums - 20825 link. But thats not helping out. Please suggest.

4 REPLIES 4

rushikeshvartak
All-Star
All-Star

You need to change accountid of inactivated account in child endpoint append -Old using enhanced query


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

can you kindly provide any sample query for this which we can use.

select accountkey as accounts__primarykey , concat(REFERENCED_ACCOUNTKEY,'-old') from accounts where accountkey=1 and endpointkey=145 limit 1;


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

Raghu
Valued Contributor III
Valued Contributor III

@Diptansu_Sinha 

Error: Duplicate entry '145-' for key 'ENDPOINTKEY'

Endpointkey =145 looks like dublicate entry in this endpoint account check it and modify account or update the account status suspend if dont have any data inside account

 


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.