JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Configuring Project Components for Oracle Java CAPS Communication Adapters     Java CAPS Documentation
search filter icon
search icon

Document Information

Configuring Java CAPS Project Components for Communication Adapters

Configuring Java CAPS Adapter Connectivity Map Properties

Configuring the Adapter Connectivity Map Properties

To Configure the Inbound Adapter Properties

To Configure the Outbound Adapter Properties

SNA Inbound Adapter Connectivity Map Properties

Connectivity Map Inbound Adapter General Settings

Connectivity Map Inbound Adapter SNA Settings

Connectivity Map Inbound Adapter Connection Establishment

Connectivity Map Inbound Adapter Inbound Connection Management

Connectivity Map Inbound Adapter Inbound Schedules

Listener Schedule

Service Schedule

Connectivity Map Outbound Adapter General Settings

Connectivity Map Outbound Adapter SNA Settings

Connectivity Map Outbound Adapter Connection Establishment

Configuring CICS Adapter Connectivity Map Properties

CICS Connector

CICS Client

Connection Mode

e-Mail Inbound Adapter Connectivity Map Properties

Polling Setting

File Adapter Inbound Connectivity Map Properties

Parameter Settings -- File Adapter Inbound

File Adapter Outbound Connectivity Map Properties

Parameter Settings

HTTPS Adapter Connectivity Map Properties

HTTPS Adapter Connectivity Map Properties

HTTPS Server Adapter Connectivity Map Properties

IMS Adapter Connectivity Map Properties

Connector -- IMS Adapter Outbound

Connection Mode -- IMS Adapter Outbound

LDAP Adapter Connectivity Map Properties

Connector Section Properties

Connection Section Properties

Referrals Section Properties

Additional Referrals Section Notes

To Create a Credentials File Using the RCF Utility

To Add Credentials Information To the File

To View the Contents of the Credentials File

Security/SSL Section Properties

Additional Security/SSL Property Notes

SSL Connection Type

Verify Hostname

MSMQ Adapter Inbound Connectivity Map Properties

MSMQ Adapter Inbound Connectivity Map Properties

Identifying an MSMQ Queue

MSMQ Format Name and Host Name

MSMQ Adapter Outbound Connectivity Map Properties

MSMQ Adapter Outbound Connectivity Map Properties

Identifying an MSMQ Queue

TCP/IP Adapter Inbound Connectivity Map Properties

General Inbound Settings -- TCP/IP Adapter Inbound

TCPIP Inbound Settings -- TCP/IP Adapter Inbound

TCPIP Inbound Settings - Server Port Binding -- TCP/IP Adapter Inbound

TCPIP Inbound Settings - Client Connection Establishment -- TCP/IP Adapter Inbound

TCPIP Inbound Settings - Inbound Connection Management -- TCP/IP Adapter Inbound

TCPIP Inbound Schedules - Listener Schedule -- TCP/IP Adapter Inbound

TCPIP Inbound Settings - Service Schedule -- TCP/IP Adapter Inbound

TCPIP Inbound Settings - Envelope Message -- TCP/IP Adapter Inbound

Java CAPS 5.1.x to 6 Upgrade Procedure

TCP/IP Adapter Outbound Connectivity Map Properties

General Outbound Settings -- TCP/IP Adapter Outbound

TCPIP Outbound Settings -- TCP/IP Adapter Outbound

TCPIP Outbound Settings - Connection Establishment -- TCP/IP Adapter Outbound

TCPIP Outbound Settings - Server Port Binding

TCPIP Outbound Settings - Envelope Message

File Adapter Inbound Connectivity Map Properties

The inbound File Adapter configuration properties, accessed from the Connectivity Map, are in the File Adapter Inbound section.

Parameter Settings — File Adapter Inbound

The Parameter Settings section of the inbound File Adapter Connectivity Map properties contains the top level parameters displayed in the following table.

Table 14 Inbound File Adapter Connectivity Map Properties - Parameter Settings

Name
Description
Required Value
Input file name
Specifies the file mask for input data files.
A file mask. The default is input*.txt. You can provide only an extension with an asterisk (), for example, *.txt, to allow all files with that extension. An input file’s extension is renamed to .~in after it is picked up.

Note - If a file with the same name as the rename name exists, for example, input1.txt.~in , picking up the input file fails. You must ensure no files with the rename names exist before the files are processed by the inbound file poller.


Polling interval
The number of milliseconds the adapter waits between poll attempts of the input directory.

The polling interval and the MDB pool size can be “tuned” based on the expected volume and frequency of incoming messages.

An integer; the acceptable range is an integer from 2 to 99999, inclusive, and the default is 5000 (5000 milliseconds or 5 seconds). It is not advised to enter a value less than 5 seconds.

Caution

Caution - There is no error message if you enter an incorrect value.


Input type
Specifies the type of input file, for example, bytes.
A file type. The default is Bytes, the only valid value.
Remove EOL
Specifies whether the adapter excludes the terminating End-Of-Line (EOL) characters from records (messages) sent to a subscriber. This property only applies if the Multiple records per file property is set to true.
  • True: Enables the feature.

  • False: Disables the feature.

Select True or False.

The default is False.

Multiple records per file
Specifies whether multiple records (messages) are obtained per file. If this property is set to True, multiple records (messages) are generated per line, up to the number specified in the Maximum bytes per record property. Any data exceeding the maximum bytes per record size is sent in subsequent messages.
Select True or False.

The default is False.

Maximum bytes per record
Specifies the maximum number of bytes per record (message) sent to a subscriber. This property only applies if the Multiple records per file property is set to True.
An integer; the acceptable range is an integer from 2 to 99999, inclusive, and the default is 4096.

Caution

Caution - There is no error message if you enter an incorrect value.


Encoding
Specifies the valid encoding names. For more information on Java encoding, refer to the following site: http://download.oracle.com/javase/1.3/docs/api/java/lang/package-summary.html
The encoding names.
SerialMode
Specifies whether messages will be handled in serial mode (one after the other) or concurrently.
  • True: Indicates that messages are handled in serial mode.

  • False: Indicates that messages handled concurrently.

Select True or False.

The configured default is True.