Hi,
When we try to provision AD account to a user, the account status get stuck at provisioning state with system validation in pending state. In the logs i see below
[oim_server2] [ERROR] [] [XELLERATE.SERVER] [tid: [ACTIVE].ExecuteThread: '88' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: oiminternal] [ecid: 9099c5aabdc2c3b8:-4e17e5ec:158d3283a31:-8000-0000000000000005,0] [APP: oim#11.1.1.3.0] Class/Method: tcBaseRuleGenerator/run encounter some problems: The length of the field value is longer than the field length of size 64[[
java.lang.Exception: The length of the field value is longer than the field length of size 64
at com.thortech.xl.dataobj.rulegenerators.tcBaseRuleGenerator.finalizeAdapter(tcBaseRuleGenerator.java:559)
at com.thortech.xl.dataobj.rulegenerators.adpXXXXCOPYADAPTER.implementation(adpXXXXCOPYADAPTER.java:58)
at com.thortech.xl.dataobj.rulegenerators.tcBaseRuleGenerator.run(tcBaseRuleGenerator.java:176)
I am suspecting prepopulate adapter attached to one of the field is not getting triggered.
But in the usr table the column length is VARCHAR2(200 BYTE) and the information is already in the user profile.
1) in which form do i need to check the usr profile attribute length details ?
2) Could you please help me with the procedure to increase the length of a field in process form.
Please suggest
Thanks in advance