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!

Error: Attempt to save item P16_ID in session state during show processing.

Eslam_ElbyalyMay 1 2021

Hi, I am using APEX 20.1 and 21.1.
I am working on a clinic management system. I have a report that shows patients' data and a form to record new patients. The page with the form also has an interactive grid to record examination data. The form has a text field with auto complete page item. The user clicks the "create" button in the report to open the modal page with the form and the IG. Then he enters a name for the patient and add new IG row and specify an examination date then submits the page. When the user opens the page with the form and IG again and tries to enter a name of a patient that had a visit before, the text field with auto complete will show the patient name in it's list. If user chooses the name from the list, patient id and age should be retrieved into the form and the IG should be refreshed to get the patients' examination data. So, I created a dynamic action - set value - select statement to get the patient's data and a "Refresh" action. The Refresh action returns...
Error: Attempt to save item P16_ID in session state during show processing. Item protection level indicates:
Item may be set when accompanied by a "session" checksum.
No checksum was passed in or the checksum passed in would be suitable for an item with protection level "(No checksum was provided)".
What is the reason for the error?
ws= ESLAM_WS
app= test
page= 15,16
user= forhelp
pwd= Helppwd$

To reproduce the error, click the create button in the report to open the modal page then enter "D" as a name for a patient that had visited the clinic before, you will see the error displayed.

This post has been answered by fac586 on May 1 2021
Jump to Answer
Comments
Post Details
Added on May 1 2021
3 comments
4,250 views