Oracle Forms (MOSC)

MOSC Banner

"WUC-11: WebUtil must be signed in order to Work" error when invoke a form from JavaScript through t

edited Sep 8, 2015 8:04AM in Oracle Forms (MOSC) 11 commentsAnswered ✓

Our Oracle Forms 11g application uses a JavaScript menu to invoke forms through the mechanism defined:

1. In JavaScript: use the raiseEvent applet method. The JavaScipt function is:

   function exec(event, payload){

      document.forms_applet.raiseEvent(event, payload);

   }

2. In Oracle Forms: WHEN-CUSTOM-JAVASCRIPT-EVENT Trigger.

When trying to open forms that use the WEBUTIL library generates the following error in the Java console:

WUC-11 [Registering] WebUtil ...

WUC-11 [Registering] WebUtil ...

WUC-11 [Registering] WebUtil ...

WUC-11 [Registering] WebUtil ...

WUC-11 [Registering] WebUtil ...

WUC-11 [Registering] WebUtil ...

WUC-11 [Registering] WebUtil ...

WUC-11 [Registering] WebUtil ...

WebUtil is installed fine and the form can be called directly from a URL (form= option) or from another form with OPEN_FORM procedure.

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center