When Using SSL, Status Of Report Server In 9.0.4 Application Server Console Is Incorrect
(Doc ID 373145.1)
Last updated on JUNE 21, 2021
Applies to:
Oracle Reports Developer - Version 9.0.4.0 and laterInformation in this document applies to any platform.
This problem can occur on any platform.
Forms and Reports 10g Release 1 (9.0.4)
Symptoms
A new report server has been successfully integrated to the application server following
<Note 260367.1> Oracle Reports 10g Integration With OPMN to Facilitate
Accessibility from EM / AS Console
But now, since changing to using SSL, the AS Console shows the report server as down.
The list of current/failed/successful jobs is unavailable.
The report server is up and running: reports can be produced using the new reports server.
Changes
As now using SSL, the port, protocol and servlet values have been set appropriately in $OH/sysman/emd/targets.xml for each report server e.g. :
<Property NAME="Servlet" VALUE="https://(your_host):(your_ssl_port)/reports/rwservlet"/>
../..
<Property NAME="HTTPProtocol" VALUE="https"/>
../...
<Property NAME="HTTPPort" VALUE="(your_ssl_port)"/>
The AS Control has been restarted.
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 |
References |