InfoCenter Home > 6.6.0.2.2.4.11: Administering EIS connectionsThe wscp J2CResourceAdapter and J2CConnectionFactory operations allow you to manage connections to enterprise information system (EIS) backend systems, such as PeopleSoft or Customer Information Control System (CICS). These operations can be used to perform the following tasks:
The following command example creates a J2C resource adapter. The ArchiveFile attribute is required. wscp> J2CResourceAdapter create /J2CResourceAdapter:ResAd/ -attribute {{ArchiveFile C:/apps/resources.rar}} The following command example installs a J2C resource adapter. The node and resource archive (RAR) file attributes are required. wscp> J2CResourceAdapter install /J2CResourceAdapter:myRes/ -node /Node:Appserv1/ -rarfile "C:/apps/resources.rar" The following command example creates a J2C connection factory object. You must specify the name of the J2C resource adapter with which the connection factory is associated with. The optional attributes specify the timeout period in milliseconds and the maximum number of connections supported by that connection factory. wscp> J2CConnectionFactory create /J2CResourceAdapter:ResAd/J2CConnectionFactory:factory1/ -attribute {{ConnectionTimeout 1000} {MaxConnections 10}} For more information on administering J2C connections, see Administering J2C related administrative objects. |
| ||
|