Replacing JREPSVR with TMMETADATA in UBBCONFIG
Oracle Tuxedo command tmloadcf
browses your
UBBCONFIG
and creates a new one (you can compare these
two UBBCONFIG
files to see the difference after
invoking tmloadcf
).
In your UBBCONFIG
,
- If
JREPSVR
is configured,tmloadcf
automatically replacesJREPSVR
withTMMETADATA
when creating the newUBBCONFIG
.In this scenario,
tmloadcf
prints a prompt like this:CMDTUX_CAT:8401: WARNING: The JoltRepository Server has been deprecated and replaced with the Tuxedo Servicata server
- If both
JREPSVR
andTMMETADATA
are configured,tmloadcf
just ignoresJREPSVR
when creating the newUBBCONFIG
.In this scenario,
tmloadcf
prints a prompt like this:CMDTUX_CAT:8401: WARNING: The JoltRepository Server has been deprecated and replaced with the Tuxedo Service Metadata Server
You can use tmloadrepos
/tmunloadrepos
to load Jolt Repository file to Metadata Repository file; this loading is necessary because you can access to Jolt Repository only after it is loaded to Metadata Repository. If you want to update the loaded Metadata Repository, you must remove -r
option from TMMETADATA
in UBBCONFIG
. For more information, see tmloadcf(1).