Click HERE to see how Saviynt Intelligence is transforming the industry. |
04/05/2023 08:46 AM
Hello,
I created a DB connection and tied it to endpoint/security system. Full account import pulled in accounts correctly. At the time, correlation was not configured correctly and no accounts were correlated.
We have corrected the correlation logic and can see the correct matching values on the account's customproperty and the user's employeeid, but still no correlation is happening.
Do I need to do something to force it to correlate? I have confirmed that the data in the columns does match up, there are no spaces, special characters etc.
Solved! Go to Solution.
04/05/2023 11:05 AM
Can you check in the logs for either of the below entries and see if it displays the correlation logic it is identifying. You should also be able to see if any accounts are getting corelated or not
- Associating Users and Accounts
- Total accounts to be correlated
04/17/2023 08:43 AM
The solution was related to the fact that I hadn't mapped the account status yet. It looks like in the correlation query, there is a where clause that checks for account status in a set of values. And if account status is NULL, then the correlation query will not return any matches.
05/16/2023 09:06 AM
Thanks this solution helped me !!!