Getting this Exception while trying to provision/Create an user on the target in OIM.
<ORACLE.IAM.CONNECTORS.ICFCOMMON.PROV.ICPROVISIONINGMANAGER>
<BEA-000000>
<oracle.iam.connectors.icfcommon.prov.ICProvisioningManager : createObject :
Error while creating user
java.lang.IllegalArgumentException:
Password configuration property is empty.
Main Cause:
If password to establish a connection to the target, blank/missed in the IT Resource.
Before performing any CRUD operations on target, OIM uses connection details from IT Resource to establish a connection. But before connection firstly check whether all the required details are present or not. If missed to provide password above exception will occur.
Before performing any CRUD operations on target, OIM uses connection details from IT Resource to establish a connection. But before connection firstly check whether all the required details are present or not. If missed to provide password above exception will occur.
Solution:
Provide target service account password which is required to establish connection.
Hope this will help!!!