Oracle9iAS InterConnect Adapter for FTP Installation and User's Guide Release 2 (9.0.2) Part Number A95440-01 |
|
This chapter describes the FTP adapter installation and configuration.
This chapter discusses these topics:
This section contains these topics:
The FTP adapter must be installed in one of the following Oracle homes:
Consult the Oracle9i Application Server Installation Guide before proceeding with FTP adapter installation. This guide includes information on:
To install the FTP adapter:
The File Locations page displays.
Do not change the path specified in the Source field. This is the location on the CD-ROM from which to install the FTP adapter.
Note:
The Installation Types page displays.
The Available Product Components page displays.
The Oracle9iAS Metadata Repository stores metadata used by Oracle9iAS InterConnect to coordinate communication between components.
The Oracle9iAS InterConnect FTP Adapter Configuration page displays.
The Oracle9iAS InterConnect FTP Adapter usage page displays.
adapter.ini
file.
If You Select... | Then Click Next and Go to Step... |
---|---|
Configure for both sending and receiving messages |
|
Configure for sending messages ONLY |
|
Configure for receiving messages ONLY |
ftp://<host name>/<path>
file://localhost/<path>
If the sender endpoint is a local file system, the user name, password, and file type are not required.
Note:
The installation page that displays next is based on the selection you made in Step 10:
If You Selected... | Then Go to Step... |
---|---|
Configure for both sending and receiving messages |
|
Configure for sending messages ONLY |
ftp://<host name>/<path>
file://localhost/<path>
If the sender endpoint is a local file system, the user name, password, and file type are not required.
Note:
When finished, the Summary page displays.
Platform | Directory |
---|---|
Windows |
|
UNIX |
|
FTP adapter installation creates an adapter.ini
file that consists of configuration parameters read by the FTP adapter at startup. These configuration parameter settings are appropriate for most FTP application environments. You can customize some adapter.ini
file parameter settings for the FTP application after installation. See the following sections:
Payload data is the data sent between applications. If you want to change the payload data type from the default of XML to the data definition description language (D3L), edit the following parameters in the adapter.ini
file.
ota.type
parameter to the payload type D3L
. For example:
ota.type
=D3L
adapter.ini
file is located.
ota.d3ls
parameter to specify the D3L files associated with the FTP application. For example:
ota.d3ls=person1.xml,person2.xml
If you want to customize the behavior of the sending endpoints (destinations) for messages, edit the following parameters in the adapter.ini
file. These parameters are not automatically set to default values during installation.
ota.send.endpoint
parameter or leave it blank if it acts only as a receiver. For example:
ota.send.endpoint
=ftp://foo.com/test
ota.send.endpoint=file://localhost/test
If the endpoint is a local file system, leave the following parameters blank:
file.sender.file_type
parameter to the file type used in FTP. For example:
file.sender.file_
type=BINARY
file.sender.user
and file.sender.password
parameters with the information of the FTP account that serves as the sending endpoint.
file.sender.proxy_host
and file.sender.proxy_port
parameters.
If you want to customize the behavior of the receiving FTP or file endpoints for messages, edit the following parameters in the adapter.ini
file.
.receive.endpoint
or leave it blank if the adapter only acts as a sender. For example:
ota.receive.endpoint=ftp://foo.com/test
ota.receive.endpoint=ftp://localhost/test
If the endpoint is a local file system leave the
Note:
file.receiver.file_type
, file.receiver.password
, file.receiver.proxy_host
, and file.receiver.proxy_port
parameters blank.
file.receiver.file_type=BINARY
file.receiver.user
and file.receiver.password
parameters with the information of the FTP account that serves as the receiving endpoint.
file.receiver.proxy_host and file.receiver.proxy_port
parameters.
file.exception.exception_dir
to a local file system directory that stores files and cannot be processed successfully. For example:
file.receiver.exception_dir=/tmp/error
file.receiver.polling_interval
parameter to the time interval in milliseconds during which to poll the FTP server or local file system. For example:
file.receiver.polling_interval=20000
file.receiver.max_msgs_retrieved
parameter to the maximum number of messages to retrieve in polling a session. For example:
file.receiver.max_msgs_retrieved=10
Table 2-2, Table 2-3, and Table 2-4 describe FTP executable files, configuration files, and directories. These files and directories are accessible from the directory shown in Table 2-1.
On... | Go to... |
---|---|
UNIX |
|
Windows |
|
See Also:
"FTP Error Code" for a list of error codes |
Adapters do not have integration logic. The FTP adapter has a generic transformation engine that processes metadata from the repository as runtime instructions to do transformations. The application defines for an adapter what its capabilities are. For example, it can define what messages it can publish, what messages it can subscribe to, and what are the transformations to perform. The application parameter allows the adapter to become smart in the context of the application to which it is connected. It allows the adapter to retrieve from the repository only that metadata that is relevant to the application. The application parameter must match the corresponding application that will be defined in iStudio under the Applications folder.
If you are using pre-packaged metadata, after importing the pre-packaged metadata into the repository, start up iStudio to find the corresponding application (under the Applications folder in iStudio) to use as the application for the adapter you are installing (unless the package you are using provides directions for what the application should be).
This section contains these topics:
The agent component of the FTP adapter reads the adapter.ini
file at runtime to access FTP adapter parameter configuration information. Table 2-5 lists the parameter name, a description for each parameter, the possible and default values, and an example.
Table 2-6 lists the parameters specific to the FTP adapter. With the exception of the bridge_class
parameter, all parameters can be edited after installation.
|
![]() Copyright © 2002 Oracle Corporation. All Rights Reserved. |
|