Cannot run BI Publisher reports from Oracle Forms
Hello,
when starting BI Publisher reports from Oracle Forms 12 we always get an FRM-41227 error. Starting the same report from Analytics Publisher Home works well.
In the BI Publisher logfile we see two java exceptions every time the report is run:
1) java.security.AccessControlException: access denied (oracle.security.jps.service.policystore.PolicyStoreAccessPermission
at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
at java.security.AccessController.checkPermission(AccessController.java:886)
at oracle.security.jps.util.JpsAuth$AuthorizationMechanism$3.checkPermission(JpsAuth.java:536)
at oracle.security.jps.util.JpsAuth.checkPermission(JpsAuth.java:596)
2) java.lang.NumberFormatException: For input string: "pd"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Integer.parseInt(Integer.java:580)