Skip to Main Content

Security Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to increase the length of a process form field in OIM 11gr2 ps2

user8744020Dec 15 2016 — edited Feb 7 2017

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

This post has been answered by Satish Kurasala on Jan 13 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 17 2017
Added on Dec 15 2016
9 comments
567 views