Calling Reports from Form using RUN_REPORT_OBJECT fails with REP-56071: A Security Check Failed With
Hi,
I have configured Oracle Weblogic 12.2.1.2 and Oracle Forms & Reports 12.2.1.2
on windows server.
When reports server is secure(Not using SSO) calling reports from form using run_report_object, the call fails with:
REP-56071: A Security Check Failed With Error Message: User Does Not Exist In Id Store.
In rwserver.diagnostic log file I can see this entry
[INCIDENT_ERROR] [REP-50125] [oracle.reports.server] [tid: 301] [userId: <anonymous>] [ecid: 00ifzQ17WvADsXd5Hf5Eif0002_000000b,0:1:100000001:2:3] [APP: reports] [partition-name: DOMAIN] [tenant-name: GLOBAL] REP-50125 : oracle.security.idm.ObjectNotFoundException: No User found matching the criteria
But, I am able to run report using WEB.SHOW_DOCUMENT and passing authid and report file name without any error.