Thursday, December 17, 2009

Getting FRM-41839 FRM-41092 FRM-40737 FRM-40734 When Using Mouse Scroll on Oracle Applications 12.0.4

FRM-41839: Disk I/O error on temporary record buffer file /tmp/fileICVLQ3.TMP
FRM-41092: No records in block PROFILE_VALUES
FRM-40737: Illegal restricted procedure MESSAGE in ON-ERROR trigger
FRM-40734: Internal Error: PL/SQL error occurred



Way arround:

On Forms version 10.1.2.2.0:

1. Apply Patch 8493152 - MERGE LABEL REQUEST ON TOP OF 10.1.2.2 FOR BUGS 7590411 8428638 7231982
2. Then add the following line on $INST_TOP/ora/10.1.2/forms/server/default.env

FORMS_SCROLL_ALL_BUT_ONE=true
OR

Upgrade to Forms 10.1.2.3:

1. Follow Note 437878.1 - Upgrading OracleAS 10g Forms and Reports in Oracle E-Business Suite Release 12
2. Then add the following line on $INST_TOP/ora/10.1.2/forms/server/default.env

FORMS_SCROLL_ALL_BUT_ONE=true

No comments:

Post a Comment

Command to do active duplicate for Oracle Database

1. First login to target server 2. Validate tns connectivity between Source DB and Target DB 3. Prepare and validate space availability 4. S...