My Oracle Support Banner

REP-52266 and Exception 56127 (): Failed to decrypt <jobStatusRepository> (Doc ID 812405.1)

Last updated on APRIL 26, 2023

Applies to:

Oracle Reports Developer - Version 9.0.4.0 and later
Oracle Forms for OCI - Version 12.2.1.4.0 and later
Information in this document applies to any platform.

Symptoms

When attempting to execute/run the Showjobs page then the following error occurs:

ERROR
REP-52266: The in-process Reports Server <rep-serv> failed to start.oracle.reports.RWException: IDLracle/reports/RWException:1.0

The following can be observed in the rwserver.trc trace file:

Exception 56127 (): Failed to decrypt <jobStatusRepository>
element.Please make sure encrypted attribute is set properly in server configuration file
oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
at oracle.reports.utility.Utility.newRWException(Utility.java:758)
at oracle.reports.server.ServerConfig.getElementProperties(ServerConfig.java:1185)
at oracle.reports.server.ServerConfig.getElementProperties(ServerConfig.java:950)
at oracle.reports.server.JobStore.start(JobStore.java:106)
at oracle.reports.server.RWServer.startServer(RWServer.java:827)
at oracle.reports.server.RWServer.run(RWServer.java:292)
at java.lang.Thread.run(Thread.java:534)



Changes

The reports server configuration file was manually changed with the encrypted option set to yes.

<jobStatusRepository class="oracle.reports.server.JobRepositoryDB">
<property name="repositoryConn" value="<username>/<password>@<DB>" confidential="yes" encrypted="yes"/>
</jobStatusRepository>

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Changes
Cause
Solution


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.