3.3.2 Mapping Between DMCONFIG Elements and Tuxedo Metadata Repository Keywords

The following DMCONFIG elements must be mapped to Oracle Tuxedo Metadata Repository Keywords.

  • CONV = { Y | N } (defined in DM_LOCAL_SERVICES and DM_REMOTE_SERVICES sections)

    Re-use the keyword servicetype in metadata repository to store CONV. You need to use servicetype=conv to map CONV=Y element in DMCONFIG; otherwise, CONV=N element is mapped.

  • INBUFTYPE = type[:subtype] (defined in DM_LOCAL_SERVICES and DM_REMOTE_SERVICES sections)

    Use keyword inbuf to store buffer type; use inview to store buffer subtype for input buffer (Optional).

  • OUTBUFTYPE = type[:subtype] (defined in DM_LOCAL_SERVICES and DM_REMOTE_SERVICES sections)

    Use keyword outbuf to store buffer type; use outview to store buffer subtype for output buffer (Optional).

  • FUNCTION = {APPC|DPL} (only defined in DM_REMOTE_SERVICES section)

    Use keyword snaisc to store FUNCTION's value. It is only available for remote services and is not presented in local service.

Additionally, for services defined in DM_LOCAL_SERVICES section, set servicemode value to tuxedo; for services defined in DM_REMOTE_SERVICES section, set servicemode value to sna.