Hello everyone,
After few days to correctly start the Report Server, now I'm not able to call a report from Forms.
With the following link : http://localhost:9002/reports/rwservlet/showjobs?server=rep_server1
I'm able to login and to see the launched report.
The error is the following : REP-56071: A Security Check Failed With Error Message: User Does Not Exist In Id Store
I checked this doc : https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=454391245062224&parent=EXTERNAL_SEARCH&sourceId=PROBLEM&…
Even if I'm not using SSO I did what they say, but nothing changed.
I also do this without success : https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=454050685114873&id=2108256.1&_afrWindowMode=0&_adf.ctrl-…
Finally, I found this bug : https://support.oracle.com/epmos/faces/BugDisplay?_afrLoop=454589502777041&parent=DOCUMENT&sourceId=1948154.1&id=1984333…
and I tried the fix they gave, but still nothing.
More, I'm using Forms/Reports 12.2.1.3 so this bug is supposed to be fixed
But this is my exact configuration : no SSO, secured report server
I tried to comment
<job jobType="report" engineId="rwEng" securityId="rwJaznSec"/>
and to switch with
<job jobType="report" engineId="rwEng"/>
But the showjobs option was no more reachable, and I prefer to have it.
But my error message changed from REP-56071 to REP-110
Any idea please ?
Regards.