Configuring the Adapter

How to:

x

You can configure the adapters from the Web Console or the Data Management Console. In addition, for each type of file, you must specify the location of the data files you wish to access. You can define the location, either by:


Top of page

x
Procedure: How to Configure the Adapters

You can configure the adapter from either the Web Console or the Data Management Console.

  1. From the Web Console menu bar, click Adapters.

    or

    From the Data Management Console, expand the Adapters folder.

    The Adapters folder opens.

  2. Expand the Available folder, if it is not already expanded.
  3. Expand the appropriate group folder and the specific adapter folder. The group folder is described in the connection attributes reference.
  4. Right-click the adapter name and/or version and select Configure.

    The Add Adapter to Configuration pane opens.

  5. Enter values for the parameters required by the adapter, as described in the connection attributes reference.
  6. Click Configure. The configured adapter is added to the Adapters list in the navigation pane.

Note: The CISAM adapters are under the Sequential and Indexed group folder. No input parameters are required.


Top of page

x
Syntax: How to Specify the Location of an AccuCobol C-ISAM File
FILEDEF file_name DISK file_location 

where:

file_name

Is the data file name.

file_location

Is the full path and file name of the data file, without the file extension.

Note:


Top of page

x
Syntax: How to Specify the Location of an Informix C-ISAM File
FILEDEF file_name DISK file_location 

where:

file_name

Is the data file name.

file_location

Is the full path and file name of the data file. Omit the .dat extension.


Top of page

x
Syntax: How to Specify the Location of a Micro Focus C-ISAM File
FILEDEF file_name DISK file_location 

where:

file_name

Is the data file name.

file_location

Is the full path and file name of the data file.

Note:


Top of page

x
Syntax: How to Specify the Location of a FairCom c-tree ISAM File
FILEDEF file_name DISK file_location 

where:

file_name

Is the data file name.

file_location

Is the full path and file name of the data file, without the file extension.

Note:


Top of page

x
Syntax: How to Specify the Location of a FairCom c-tree Parameter File
EDACTPARMF=path 
export EDACTPARMF

where:

path

Is the location of the FairCom c-tree parameter file.

Note:


iWay Software