From the UTM partner point of view, the BeanConnect resource adapter is seen as a UPIC client.
A UPIC connection from BeanConnect to an UTM partner requires a TPOOL statement within the KDCDEF generation of UTM partner application. The Management Console does not generate this statement.
The configuration enables non-transactional UPIC outbound communication.
The UTM connection is configured as follows:
BCAMAPPL UTMSERV ,T-PROT=RFC1006 [,LISTENER-PORT = 11111] // only required for Linux and Windows systems [,TSEL-FORMAT=T|A|E] // only required for Linux and Windows systems TPOOL NUMBER=99 ,PTYPE=UPIC-R ,LTERM=UPIC#R ,BCAMAPPL=UTMSERV ,PRONAM=*ANY ,Connect-Mode=MULTI
Please note the following:
TSEL-FORMATmust match the configuration propertyconnectionURL, parameterTSEL, attributert.UTMSERVand the port number must match the values which are specified in the configuration propertyconnectionURLparametersremoteandportor in the program.
Example 4 Example of an URL
The UTM partner application configured above can be addressed as follows with the configuration property connectionURL:
<config-property name="connectionURL" value="upic://host:11111/UTMSERV?rt=t"/> (for Linux and Windows systems)