Does anyone know how to specify TCPS connection string in Reports Server jobStatusRepository?
I have FMW 12.2.1.19 Forms and Reports running. We use the reports server jobStatusRepository settings to connect to a schema to maintain reports run-time status. Currently, this is using the documented TCP protocol connectivity to connect to RAC SCAN listener, ie.
<jobStatusRepository class="oracle.reports.server.JobRepositoryDB">
<property name="dbuser" value="rptsvr"/>
<property name="dbpassword" value="csf:reports:repo"/>
<property name="dbconn" value="db-dev-scn:1521/wlsdev"/>
</jobStatusRepository>
While MOS Note 2985647.1 describes a patch that (was?) required for Reports 12.2.1.4 to enable TCPS connectivity, there is no documentation that I have found that describes the correct format of the dbconn property that would allow TCPS protocol to be specified and used.