Copyright © TIBCO Software Inc. All Rights Reserved


Appendix A Adapter Properties File : Overview

Overview
The runtime adapter parses a properties file at startup. The default runtime adapter properties files are named adtuxedo_wrkstn.tra and adtuxedo_native.tra. Which TRA file you should use is determined by the client type you are using.
The default properties files are located in the bin subdirectory of the adapter installation directory.
Each line in a properties file is a single property. Each property consists of a key and a value. The key starts with the first non-whitespace character and ends at the first "=", ":", or whitespace character. The value starts at the first character after the equal sign (=). For example:
 
tibco.configurl=/tibco/private/adapter/Tuxedo/config/config1
tibco.repourl=tibcr://TEST_PROJECT
tibco.username=admin
tibco.password=samplePassword
tibco.clientVar.service=7600
tibco.clientVar.daemon=tcp:7600
Properties defined in the properties file override the same properties defined in the project.
The adtuxedo.authinfo property in the adapter properties file indicates the authorization level set on the Tuxedo server.
There are three possible values:
TPNOAUTH: No authorization check. This is the default value.
TPSYSAUTH: System authorization.
TPAPPAUTH: Application authorization.
If the parameter is not specified, the adapter will attempt to connect to each of these levels sequentially.

Copyright © TIBCO Software Inc. All Rights Reserved