We are facing some issue in one of the JDBC type source. Account aggregation is successful and its scanning the number of accounts. But the issue is, accounts are not populating in accounts page. Its just showing 0 accounts.
Please consider addressing the following when creating your topic:
What have you tried?
Did unoptimized aggregation.
Source/account reset.
Query is returning the results.
Checked with peek-resource object api call. And its returning accounts.
@pooja_7
Can you check in the account schema for the source, if the account id and name are set.
Please make sure that the account id is present then only the account will be created. Also account id should be unique.
Letme know if still with the account ID you are facing issues.
@pooja_7
Are you able to get user with account aggregation before provisioning ?if no then first fix the schema configuration or correlation which ever is failing this.
if yes,
How the Native Identity is getting set ? is it application side or from schema of sailpoint , if this is in application side then update then create one of configuration for create and then check your getobject query
if this is set in schema then make sure your correlation fine and get object query able to fetch proper data.