Announcing the SAVIYNT KNOWLEDGE EXCHANGE unifying the Saviynt forums, documentation, training, and more in a single search tool across platforms. Click HERE to read the Announcement.

Not Able to update username field of the user via Saviynt DB User Import

AshishDas
Regular Contributor II
Regular Contributor II

Hi,

We have a requirement to generate user PIN which will be used as username of the user. WE aren't able to generate username as PIN via Add register rule under global configurations via a query. Hence we wrote a Saviynt to Saviynt user import query. However, when we try to map PIN value generated in User Import query and map it to username. It does not work.


{
</sql-query>
<importsettings>
<zeroDayProvisioning>false</zeroDayProvisioning>
<generateEmail>true</generateEmail>
<userNotInFileAction>NOACTION</userNotInFileAction>
<checkRules>true</checkRules>
<buildUserMap>false</buildUserMap>
<generateSystemUsername>false</generateSystemUsername>
<userOperationsAllowed>UPDATE</userOperationsAllowed>
<userReconcillationField>username</userReconcillationField>
</importsettings>
<mapper description="This is the mapping field for Saviynt Field name">
<mapfield saviyntproperty="username" sourceproperty="PIN" type="character"/>
</mapper>
</dataMapping>

}

Let me know if it is feasible to update username of the user, via Saviynt DB Import?

1 REPLY 1

rushikeshvartak
All-Star
All-Star

You won't be able to update username which is field used for reconcilation


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