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 replaces JREPSVR with TMMETADATA when creating the new UBBCONFIG.

    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 and TMMETADATA are configured, tmloadcf just ignores JREPSVR when creating the new UBBCONFIG.

    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).