JDBC Connector - Account Creation - Missing Account Name

Dear experts,

I have set up a JDBC connector to manage accounts (records) on a MSSQL Database. I am able to create and add entitlement successfully on the database, however, the newly created accounts seem without account name until the first account aggregation. See an example below.

In the account query → provisioning quesry settings, I configured the Native Identity Query Settings as well. However this just does not seem to be working. Any idea what might be wrong? Thanks in advance!

As per my observation it Is expected/current system behavior, displaying Name: -- immediately after provisioning but before the first aggregation is often expected behavior for JDBC connector.

the similar behavior we have observed in IdentityIQ.

I found similar behavior/observation here with webservices connector:

Account ID not loading for WebServices connector

Are you calculating attribute (in create account provisioning policy form) that you set as Account ID in your account schema ?

Looks like that attribute is getting generated at application side after account is created ?

I am actually not calculating it. It’s already a value on identity, just passing the value as unique id of the account.