Resolving Issues with Potential Matches After Cloning

Problem

After cloning a tenant in Reltio, you may observe that potential matches are visible when viewing an individual entity in the Reltio UI but are absent from the Potential Matches facet on the dashboard.

Solution

This discrepancy arises because the potential matches index may not be fully rebuilt during the cloning process. To resolve this, you should execute the Potential Matches Reindex Task, which reindexes potential matches information from scratch using the match tables.docs.reltio.com+1support.reltio.com+1

Execution Steps:

  1. Initiate the Potential Matches Reindex Task:

    Send a POST request to the following endpoint:

    POST {ApplicationURL}/api/{tenantId}/rebuildpmcounters
    

 

Replace {ApplicationURL} with your Reltio application URL and {tenantId} with your tenant ID.

  1. Optional Parameters:

    For example, to run the task in distributed mode with 4 sub-tasks:

    POST {ApplicationURL}/api/{tenantId}/rebuildpmcounters?distributed=true&taskPartsCount=4
    

 

Additional Considerations:

References:

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.