Configuring the EDI Data Provider Using iWay Service Manager

How to:

This section describes how to configure the EDI data provider.


Top of page

x
Procedure: How to Configure the EDI Data Provider

To configure the EDI data provider:

  1. In the left console pane of the Server menu, select Data Provider.

    The Data Provider pane opens.

    The tables that are provided list the configured JDBC and JLINK data providers that are available. By default, no data providers are configured.

  2. In the JDBC area, click Add to configure a new JDBC data provider.

    The configuration pane for the JDBC data provider opens.

  3. In the Name field, enter a name for the new JDBC data provider, for example, EDI_Activity_DB.
  4. From the Driver Class drop-down list, select an appropriate driver or enter the specific driver name (class) that you are using, for example:
    com.mysql.jdbc.Driver
  5. From the Connection URL drop-down list, select an appropriate connection URL or enter the specific driver connection URL that you are using, for example:
    jdbc:mysql://localhost:3306/IWay
  6. In the User field, enter a user name with respect to the JDBC URL and driver.
  7. In the Password field, enter a password with respect to the JDBC URL and driver.
  8. In the Initial Pool Size field, enter the number of connections to place in the connection pool during startup.
  9. In the Maximum Number of Idle Connections field, enter the maximum number of idle connections to retain in the connection pool.

    A value of zero means that there is no limit, except what is enforced by the maximum number of connections in the connection pool.

  10. In the Maximum Number of Connections field, enter the maximum number of connections in the connection pool.

    A value of zero means that there is no limit.

  11. Click Add.

    The JDBC data provider that you configured is added to the JDBC Connections list, as shown in the following image.


iWay Software