iConduct

IConduct is a powerful integration platform designated to interconnect a variety of systems into one centrally managed flow. IConduct users can benefit from a smooth zero-coding integration of their business applications and processes.

 

IConduct Provider allows organizing an API integration for multiple interfaces within the IConduct platform.

 

To activate the connection via API through the IConduct Provider, enable the Allow Run on API check box for the target interface.

If the option is not activated, the following error will occur at interface execution:

{
"ExecutionStatus": "Error",
"Message": "The interfrace id 11111, is not allowed to run on API",
"StartTime": null,
"EndTime": null,
"Schema": null
}

To configure the iConduct connector, follow the instructions below:

  1. In the Admin Navigation tree, select Connections and click New.

Connections Section in the Admin Navigation Tree

  1. Scroll down to the Services section and select the iConduct item from the list.

Connector Selection Page

  1. In the iConduct Provider work area, fill in the following fields and click Save.

Connection Work Area

Fields Description

Connection*

A new connection name. Enter a connection alias here.

Is Active

Toggles connector’s activity at interface execution. Enable the checkbox to activate the connection for execution.

Cloud Agent*

The LAN you are working with. Select "IConduct" for cloud systems and your corporate agent for internal systems.

Implementation Type*

Defines the implementation type. Select from the drop-down list:

  • Default. IConduct scheduler works on the cloud agent set in the Cloud Agent field.
  • Java. IConduct scheduler works by sending requests to a Java agent.

Is Source

This connection entity is available as a data source for Import (writing to Schema). Enable the checkbox to ensure data import.

Is Target

This connection entity is available as a data target that receives data from schema to current data container. Enable the checkbox to ensure data export.

Timeout

The length of time (in milliseconds) the IConduct platform waits for a response from the connection provider before returning a timeout error. Set the time value to stop the system from connection attempts.

SQL

The box is intended for entering an SQL query. You can test an SQL query by clicking Test Query once the connection is saved.

Username*

IConduct username. Specify the email address assigned to the user account.

Token*

An access token to identify the user. The token can be accessed at System users>YourUsername> reset API token.

Environment*

Defines the target interface environment. Select the required environment form the drop-down list.

API Version*

Defines the IConduct API version for the target interface. The suggested default version is the latest version. It offers the newest features and functionality.

 

* - mandatory fields.

 

Once the connection is saved, you can test if it is successful. Click Test Connection in the toolbar. If the created connection works, you will receive a success message. 

Testing the Connection