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 Outbound Connectivity Map Properties

The Outbound File Adapter configuration properties, accessed from the Connectivity Map, are included in the Parameter Settings section.

Parameter Settings

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

Table 15 Outbound File Adapter Connectivity Map Properties - Parameter Settings

Name
Description
Required Value
Output file name
Specifies the file mask for output data files.

The default value contains %d in the file name, which is a counter and increments for each new file. Instead of %d, you can use any other printf style that takes an integer or long value. For example, you can specify 1%d or %012d

In cases where the Multiple records per file property is set to false:

  • If no output file exists at the time of the first execution, a new output file is created for each record.

  • If an output file already exists at the time of the first execution, messages are appended to it.


    Note - For more information regarding the printf feature, see the appropriate C language documentation.


An appropriate file name. The default is output%d.dat.
Add EOL
Specifies whether the system adds an end-of-line character to each record the adapter sends to the output file.
  • True: Indicates that the system will add an EOL to each record.

  • False: Indicates otherwise.

Select True or False.

The configured default is False.

Multiple records per file
Specifies whether multiple records (messages) can be written to the output file. New messages are appended to the output file.
  • True: Indicates that the output file will contain multiple records (messages).

  • False: Indicates that each output file contains a single record (message).

Select True or False.

The configured default is True.

Encoding
Specifies the valid encoding names. For all valid encodings, please refer to the following site: http://download.oracle.com/javase/1.3/docs/api/java/lang/package-summary.html
The encoding names.