Copyright © TIBCO Software Inc. All Rights Reserved


Appendix A Adapter Properties File : Predefined Properties

Predefined Properties
The next table lists the predefined properties. Properties that start with ntservice are available only on Microsoft Windows platforms.
Specifies the runtime values to substitute for global variables defined in the project. This value takes precedence over the named global value set in the project. Substitution takes place only at start up.
Append the global variable to tibco.clientVar, then give its value. For example:
tibco.clientVar.DirLedger=TIBCO_HOME/adapter/adtuxedo/veriosn_number/ledger
adtuxedo.addCustomHawkMethodstoClassMAgent<on or off>
If it is set on, the getPollingInterval and setPollingInterval methods are added to the class microagent. If it is set off, the invocation of these custom methods will return default values. Default is on.
adtuxedo.enableDebug<on or off>
If it is set on, the adapter will log trace messages with a Debug role; if it is set off, the adapter will not log those messages.
This property is useful if you wish to have multiple Windows Services for the same executable. That is, you may wish to have two adapters running on the same machine. By specifying different service names and display names for the adapters, you can accomplish this.
This property is useful if you wish to have multiple Windows Services for the same executable. That is, you may wish to have two adapters running on the same machine. By specifying different service names and display names for the adapters, you can accomplish this.
You can use this property to initially set the start type for the service, but once the service is installed, use the Windows Services control to change the start type of services.
ntservice.binary.path.absolute TIBCO_HOME/adapter/adtuxedo/veriosn_number/bin/adtuxedo_wrkstn.exe
You can use this property to initially set the account for the service, but once the service is installed, use the Services control to change the user account of services.
Password for the username in the ntservice.account property.
You can use this property to initially set the password for the user account, but once the service is installed, use the Services control to change the password.
TUXCONFIG of the Tuxedo server to connect to. Required if the adapter is used as a Native Client.

Copyright © TIBCO Software Inc. All Rights Reserved