Lu62 Connector Custom Properties

The following table lists the attributes of the Lu62Connector tag. These attributes configure the LU-LU session. Set these attributes in the J2C property configuration in the application server resource adapter page or set it in the WSDL file when using WSIF to access the connector.
Table 1. Lu62Connector tag attributes
Tag attribute Description of the tag attribute
outgoing True if the connector is sending the messages to the EIS.
luName Name of the Logical Unit to which the connector belongs.
tpName Name of the transaction program. Required only when outgoing="false", optional when outgoing="true". Note that the tpName property will override the TP name defined in the side information of Communication Server when outgoing=”true”.
MaxConnections The max connections of WAS connection factory pool. Required only when application use dynamic TP.
MaxConnectionPerTP The max connections limitation for each TP. Required only when application use dynamic TP.
symbolicDestinationName Side information name defined in Communication Server. Required only when outgoing="true".
manageResponses True to have the connector manage the responses.
establishConversationRetries Number of times the connector attempts to create the conversation before throwing an exception.
timeBetweenRetries Number of milliseconds that the connector waits before retrying to create the conversation.
flushMode True to remove data from the buffer immediately after sending it.
confirmMode True to require a receipt from the receiver that confirms delivery of the message.
synchronousMode True if the connector is handling messages synchronously.
chaining True if the connector is using chaining to handle messages that exceed the maximum RU size. The connector also builds SNA headers from the sent information message and sends the Change Direction Indicator (CDI) along with a Last In Chain (LIC).
establishConversationTimeout Number of milliseconds that the connector waits before failing the attempt to create the conversation.
codePageConvert Indicates whether the code page is converted when tracing the message to/from host. Note the converting is only used for trace. The default value is true.
codeSet The code set of host used to translate code page between host and Application. The default value is Cp037.
codePage The code Page of Application Sever used to translate code page between application and host. The default value is 8859_1.
connectionReplace Indicates whether to re-establish LU62 conversation for existing connection in WAS connection pool. The default value is false.
userId Name of the user for security checks in the Windows NT Communication Server.
password Password associated with the userId.
userNameJCA Name of the user used for JCA security checks.
passwordJCA Password associated with the userNameJCA.