Skip to Main Content

APEX

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!

ERR-1002 <ig_static_id>_FD_VALUE

Mark DaviesOct 27 2023 — edited Oct 31 2023

Hi,

Some of our application users are intermittently seeing “An unexpected internal application error has occurred. reference# ERR-1002 Unable to find item ID for item ”<static_id>_ig_FD_VALUE" in application “nnnn”. ()".

This is APEX 22.2, and the problem occurs sometimes when the page is submitted from a filtered grid after performing some actions on a row or several rows. e.g select some rows, click a button to do some processing. (just a normal page submit process performing some PL/SQL)

Another post on this forum suggests that the FD_VALUE is something to do with the filter descriptions
https://forums.oracle.com/ords/apexds/post/how-can-i-increase-the-maximum-width-of-the-text-field-in-t-6982

Has anyone else encountered this problem or can shed some light on what the FD_VALUE is?

Unfortunately I haven't managed to replicate it myself yet, otherwise I would put debug on as a starting point to see where it goes wrong

UPDATE: I have managed to reproduce it reliably and it is all to do with applying an equals filter on a IG date column and then submitting page. I think it may be a symptom of this bug

Bug 35554377 : SETTING EQ FILTER ON IG DATE COLUMN INTERPRETED AS UNSAVED CHANGE ON CLIENT SIDE

Unfortunately the bug doesn't have any more detail really, but it does suggest it was introduced in 22.2 and has been fixed in 23.1.5

Thanks,

Mark

Comments
Post Details
Added on Oct 27 2023
2 comments
519 views