Skip to Main Content

DevOps, CI/CD and Automation

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!

How to invoke a Report directly

forintiSep 17 2021

Hello,
we've recently upgraded our Forms/Reports infrastructure from 10g to 12c. We now use OAM/OID instead of OSSO/OID.
But we can no longer invoke a Report directly. It fails with:
REP-56071: A security check failed with error message User does not exist in Id Store
If I open forms or simply showjobs in another tab, I get the OAM cookie and the reports then works as expected.
It seems to me that Reports should forward unauthenticated requests to OAM.
Is there a way to configure this?
Thanks,
Gabriel.

Comments

François Degrelle
Hello,

Could you provide a link that points to that tool ?

Francois
660145
Sorry for the delayed reply as I cannot access from work.

Here is the link to the tool...
[http://www.daeja.com/products/viewone1.asp]

Here is what I did so far:

I copied ViewONE files to my \forms\java directory
Added the ViewONE ji.jar reference to my 'archive_jini' parameter in formsweb.cfg
Create a Bean item on my form
Added 'ji.applet.jiApplet.class' to my Implementation class property for item

when I invoke the layout, I get the following error:
FRM-13008 Cannot find JavaBean with name 'ji.applet.jiApplet.class'.

Appreciate any info to get this going.
François Degrelle
If I look at the html launching page, the main class is ji.applet.jiApplet
But, you have to find in the documentation what are the methods you can use in this bean to choose the image to display.

Francois
1 - 3

Post Details

Added on Sep 17 2021
1 comment
170 views