Predefined Module Properties

TIBCO ActiveMatrix Adapter for Database (TIBCO Business Studio) contains predefined module properties. Some module properties are automatically used within the system when an adapter configuration is defined.

Variable Description
ADBScriptFileDir Directory to store the .sql scripts for cleaning up the database. Do not include the .sql file name in the property value.
Deployment Defaults to the adapter configuration name. This value can be any string value. This global variable is used by the system to partially define the subject name defined for a service.
DirLedger Specifies the path name of the TIBCO Rendezvous certified messaging ledger file. The default value is the root installation directory.
DirTrace Specifies the path name for a log file used by the adapter. The default value is the root installation directory.
Domain The default value for file-based local projects is domain. The value for server-based projects is the domain to which the project was saved.
HawkEnabled Indicates whether TIBCO Hawk is used to monitor the adapter.
Two values are available:
  • True: a Hawk microagent is defined for the adapter.
  • False: the microagent is not to be used. Default is

The default value is True in TIBCO Business Studio.

JmsProviderUrl Tells applications where the JMS daemon is located. Setting this value mostly makes sense in early stages of a project, when only one JMS daemon is used.
JmsSslProviderUrl Tells applications where the JMS SSL daemon is located.
RemoteRvDaemon TIBCO Rendezvous routing daemon (rvrd) to be used. See TIBCO Administrator Server Configuration Guide for details about setting up a domain using rvrd.
RvDaemon TIBCO Rendezvous daemon. Sessions use this daemon to establish communications. The default value is 7500.
RvNetwork TIBCO Rendezvous network. Set this variable only on computers with more than one network interfaces. If you specify this variable, the TIBCO Rendezvous daemon uses that network for all outbound messages.

In most cases, you can leave the default.

RvService TIBCO Rendezvous service. The TIBCO Rendezvous daemon divides the network into logical partitions. Each transport communicates on a single service. A transport can communicate only on the same service with other transports. Unless you are using a non-default TIBCO Rendezvous configuration, you have to keep the default value (7500).
RvaHost Computer on which the TIBCO Rendezvous agent runs. This variable is relevant only when you are using the TIBCO Rendezvous Agent (rva) instead of the TIBCO Rendezvous daemon, and if you have configured a non-default setup.

See TIBCO Rendezvous Administration for details about specifying the rva parameters.

RvaPort TCP port on which the TIBCO Rendezvous agent (rva) listens for client connection requests.

See TIBCO Rendezvous Administration for details about specifying the rva parameters. The default value is 7501.

TIBHawkDaemon TIBCO Rendezvous daemon used in the TIBCO Hawk session. Specifies which Hawk daemon handles communication for the session. A local daemon is specified by the communications type (always tcp) and a socket number. The default configuration uses the local daemon with the TCP socket number 7474.

Specify a remote daemon by inserting its host name or IP address between the tcp entry and the port number of the daemon parameter, such as tcp:remote_computer:7800.

See TIBCO Hawk Installation and Configuration manual for details about this parameter.

TIBHawkNetwork TIBCO Rendezvous network used by the TIBCO Hawk session. Specifies which network to use for outbound session communications when a computer is connected to more than one network, and also specifies the multicast groups to use for communication.

See TIBCO Hawk Installation and Configuration manual for details about this parameter.

TIBHawkService TIBCO Rendezvous service used by the TIBCO Hawk session. The Service parameter specifies which User Datagram Protocol (UDP) service group the TIBCO Rendezvous daemon must use for session communications. The default service port is 7474.

See TIBCO Hawk Installation and Configuration manual for details about this parameter.