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!

Automatic Row Processing and Error Message handling

666614Oct 23 2008 — edited Oct 23 2008
I am quite new to the world of APEX (3+ weeks) and have a question I can't seem to find an answer to. I have pages in my application that are linked to, they save data to the database (via <strong>Automatic Row Processing</strong>) and then link to another page automatically (thanks to a posting in this forum). However, when the page encounters an error when trying to write to the database (trying to insert a duplicate row), I don't know how to catch the error and display a message and link back to the original page. I see that the <strong>Automatic Row Processing</strong> process has <strong>error messages</strong>, but I don't know how or where to test for the presence of these errors/messages so that I can modify the process flow. Can someone help?



Thanks

Comments

BluShadow

Moderator Note: @rranjith I've moved your post over to the Forms forum as it doesn't relate specifically to SQL and PL/SQL where you posted it.

Enable the Java Console and its tracing. Look closely at the output. Likely you should see why it is failing.
image.pngLook for entries like this:
basic: Loaded image: jar:http://<YOUR SERVER>/forms/java/my_icon.jar!<PATH TO IMAGE AND IMAGE FILE NAME>
If any part of that entry looks incorrect, correct it and retest.

RRanjith

@michael-ferrante-oracle I checked what you suggested. Still the issue is not resolved. Please help me to resolve it.

@rranjith I don't understand. What do you mean it didn't resolve the issue? Showing the console was not expected to resolve the problem. It is a diagnostic tool to help you find the problem. Copy the entire contents of the console to a text file then upload that text file to this thread.

RRanjith

@michael-ferrante-oracle Thanks for you reply Michael. Now Icons loaded in my application.

@rranjith In order to help others who may be experiencing a similar problem, please consider explaining what you did to identify them correct the issue.

User_Y6Y8Z

@rranjith please help ,, and share what u did i have same issue

@user-y6y8z

Read the thread and you will get your answer. You need to test like I described above to find the answer.

1 - 8
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Nov 20 2008
Added on Oct 23 2008
2 comments
451 views