General Tab

The following figure shows the General tab.

The following table lists the fields in the Monitoring tab.

R3TIDManager - General Tab

Name

Description

TID Manager Server

The reference of the TIDManager server.

To browse to locate the appropriate server endpoint, click Browse Resources.

To configure the RPC server, click Go To.

By default, an endpoint named TID_RPC_SERVER is provided for a TIDManager instance for messaging on TIBCO Rendezvous. For details on configuring a TIDManager server for JMS messaging, see Adding a TIDManager JMS Session.

By default, the subject name for the TIDManager Server Session is

SAP.TIDMANAGER. You can change the subject as appropriate. The subject must be unique for each TIDManager.

TID Filename

A unique TID filename.

The TID file is used by the TIDManager to maintain state information on the transaction IDs (TID) sent from or to the SAP system.

By default, the name of the TID file is tidFile.tid.

It is recommended that you use the name of the TIDManager instance as part of the filename.

Termination Subject or Topic

The termination subject or topic.

A message sent to the termination subject or topic stops the adapter.

The subject or topic must be unique to each TIDManager instance. The default value of the termination subject is given next.

%%Domain%%.%%Deployment%%.adr3TIDManager%%InstanceId%%.exit

The message contains "now" in the message content

For example: tibrvsend domain.<project name>.adr3.<instance name>.exit "now"

When the transport type is JMS use the following command to stop the adapter.

jmsflow --send domain. <project_name>.adr3.<instancename>.exit --msg "now"

See TIBCO Rendezvous Concepts for information about specifying subject names. See the TIBCO Enterprise Message Service product documentation for information about publishing on a topic.