Installing Upgrading Designing Configuring Deploying Monitoring Administering Troubleshooting Reference JBI Components
Close Print View
Configuring: General Settings (BatchFTPOverSSL Environment)
 

Classic Java CAPS

Configuring JMS Clients

Configuring Java CAPS for SSL Support

Configuring Java CAPS Business Processes

Configuring Environment Components for the Sun Business Process Manager

Configuring Sun Master Indexes (Repository)

Configuring Java CAPS Project Components for Application Adapters

Configuring Java CAPS Project Components for Communication Adapters

Configuring Java CAPS Project Components for Database Adapters

Configuring Java CAPS Project Components for Web Server Adapters

Configuring Java CAPS Environment Components for Application Adapters

Configuring Java CAPS Environment Components for Communications Adapters

Using the Environment Properties Editor

To Configure the Environment Properties

Configuring Batch Adapter Batch Inbound Environment Properties

MDB Settings (BatchInbound Environment)

Configuring TCP/IP Adapter Environment Properties

TCPIP Server (Inbound) Adapter - General Inbound Settings

TCPIP Server (Inbound) Adapter - TCPIP Inbound Settings

TCPIP Server (Inbound) Adapter - MDB Pool Settings

TCPIP Client (Outbound) Adapter - General Outbound Settings

TCPIP Client (Outbound) Adapter - TCPIP Outbound Settings

TCPIP Client (Outbound) Adapter - Connection Pool Settings

Configuring TCP/IP HL7 Adapter Environment Explorer Properties

HL7 Inbound Adapter - TCPIP Inbound Settings

HL7 Inbound Adapter - MDB Pool Settings

HL7 Inbound Adapter - Sequence Number Protocol

HL7 Outbound Adapter - TCPIP Outbound Settings

HL7 Outbound Adapter - Connection Pool Settings

HL7 Outbound Adapter - Sequence Number Protocol

Configuring EMail Adapter Environment Properties

Inbound Email Adapter => Connection Settings

Inbound Email Adapter => SSL

Inbound Email Adapter => SSL => CACerts

Inbound Email Adapter => MDB Settings

Outbound Email Adapter => Connection Settings => Send SMTP

Outbound Email Adapter => Connection Settings => Receive POP3

Outbound Email Adapter => SSL

Outbound Email Adapter => SSL => CACerts

Configuring File Adapter Environment Properties

Inbound File Adapter - Parameter Settings

Inbound File Adapter - MDB Settings

Outbound File Adapter - Parameter Settings

Configuring MSMQ Adapter Environment Properties

Inbound MSMQ Adapter -- MSMQ Environment

Inbound MSMQ Adapter -- MDB Settings

Inbound MSMQ Adapter -- Connection Retry Settings

Outbound MSMQ Adapter -- MSMQ Environment

Outbound MSMQ Adapter -- Connection Retry Settings

Configuring Batch Adapter BatchFTP Environment Properties

SOCKS (BatchFTP Environment)

FTP (BatchFTP Environment)

General Settings (BatchFTP Environment)

SSH Tunneling (BatchFTP Environment)

Connection Pool Settings (BatchFTP Environment)

Connection Retry Settings (BatchFTP Environment)

Configuring Batch Adapter BatchFTPOverSSL Environment Properties

FTP and SSL Settings (BatchFTPOverSSL Environment)

Firewall Settings (BatchFTPOverSSL Environment)

General Settings (BatchFTPOverSSL Environment)

Connection Pool Settings (BatchFTPOverSSL Environment)

Connection Retry Settings (BatchFTPOverSSL Environment)

Configuring Batch Adapter BatchSCP Environment Properties

SSH Settings (BatchSCP Environment)

Firewall Settings (BatchSCP Environment)

General Settings (BatchSCP Environment)

Connection Pool Settings (BatchSCP Environment)

Connection Retry Settings (BatchSCP Environment)

Configuring Batch Adapter BatchSFTP Environment Properties

SFTP Settings (BatchSFTP Environment)

Firewall Settings (BatchSFTP Environment)

General Settings (BatchSFTP Environment)

Connection Pool Settings (BatchSFTP Environment)

Connection Retry Settings (BatchSFTP Environment)

Configuring Batch Adapter BatchLocalFile Environment Properties

General Settings (BatchLocalFile Environment)

Connection Pool Settings (BatchLocalFile Environment)

Configuring Batch Adapter BatchRecord Environment Properties

Connection Pool Settings (BatchRecord Environment)

Configuring CICS Adapter Environment Properties

Sun CICS Listener

CICS Gateway

CICS Client

Tracing

Connection Retry Settings

Connection Pool Settings

Configuring COM/DCOM Adapter Environment Properties

Configuring HTTPS Adapter Environment Properties

Property Categories Configured in the Application Server Environment

HTTP Settings

Proxy Configuration

Security

Additional SSL Section Notes

Connection Pool Settings

Configuring IMS Adapter Environment Properties

TCP/IP Configuration

IRM Header

Serial Mode Settings

Connection Retry Settings

Connection Pool Settings

Configuring LDAP Adapter Properties

Configuring Connection Section Properties

Configuring the Security/SSL Section Properties

Configuring the Connection Retry Settings

Configuring the Connection Pool Settings

Configuring the SNA Adapter Environment Properties

Property Categories Configured in the Application Server Environment

Configuring Java CAPS Environment Components for Database Adapters

Configuring Java CAPS Environment Components for Web Server Adapters

Configuring JDBC/ODBC Drivers

Configuring SAP R/3 for the SAP BAPI Adapter

Configuring Secure Network Communications for SAP

Configuring Siebel EAI Workflows

Importing an SNA Custom Handshake Class

Configuring WebLogic for Asynchronous Communication

Configuring Master Index (Repository) Connectivity and Environments

Related Topics for Sun Adapter for Batch/FTP

Java EE Based Components

Broadcasting Master Index Updates to External Systems

Configuring Sun Master Indexes

General Settings (BatchFTPOverSSL Environment)

The General Settings section of the BatchFTPOverSSL Environment properties contains the top-level parameters displayed in the following table.

Environment - BatchFTPOverSSL - General Settings

Name
Description
Required Value
Connection Mode
Specifies whether a physical connection is established when an external connection is instantiated. Options are:
  • Automatic: Establishes a physical connection when an external connection is instantiated.

  • Manual: Does not automatically establish a physical connection when an external connection is instantiated.

    If a physical connection is not automatically established, a physical connection must be established from the Collaboration (for example, by calling the connect() method).

    If BatchFTPOverSSL Connection Mode is set to Automatic, the following Environment parameters must be set with valid values for the FTP and SSL Settings:

    • FTP Host

    • Explicit port for FTP over SSL (this must be set if the BatchFTPOverSSL Connectivity Map property, Secure Mode is set to Explicit SSL)

    • Implicit port for FTP over SSL (this must be set if the BatchFTPOverSSL Connectivity Map property, Secure Mode is set to Implicit SSL)

    • User ID

    • Password

Select Automatic or Manual.

The default is Automatic.

  • Key Store Location (this must be set if the BatchFTPOverSSL Connectivity Map property, Require Server Authentication is set to Yes, or if the BatchFTPOverSSL Connectivity Map property, Distinguished Name for User contains a value, indicating that client authentication is required)
  • Key Store Password (this must be set if Key Store Location is set)

Also, if a firewall is enabled and the Connectivity Map property, Firewall SettingsUse Firewall, is set to Yes, the following Environment parameters for Firewall Settings must be set with valid values:

  • Firewall Host

  • Firewall Port

  • User

  • Password

Temp Dir
Specifies a working directory for storing intermediary results.

Options include:

  • Leave value blank: BatchFTPOverSSL will use a default location as the temporary directory.

  • Specify a path to a local file system folder with read/write permissions.

    Note - See Deploying an EAR File, if you are deploying the project to another application server.

A working directory with read/write permissions, or leave blank (no value) to accept a default directory.

Related Topics