Try OpenEdge Now
skip to main content
Managed Adapters Guide
Corticon Managed Adapter : Working with Corticon Adapter : Configuring the Corticon Adapter
 

Configuring the Corticon Adapter

You can configure the Corticon adapter workstep in your BPM process by performing the following procedures.
To configure the Corticon Adapter:
1. On the Diagram tab, click the Assign Participants link in the Tasks pane. Expand the Adapters > Managed > CorticonAdapters folder and drag the default GenericCorticonAdapter (or a previously configured Corticon adapter instance) to your Content pane, creating a Corticon adapter workstep.
2. Double-click the workstep to open its Properties view, and click the Configuration tab. This tab includes the Configure button, the Change mapping button, and the Advanced Properties button for defining the adapter configuration, adapter mapping, and advanced properties respectively.
3. Click Configure to open the configurator box of the Corticon Adapter Configurator.
If User Authentication is enabled for Corticon Server then user needs to enter valid username and password to load services and versions.
4. Enter the details in the Corticon Adapter Configurator window as per the following table and click OK:
Field Name
Description
Server Alias
Enter the corticon server alias
Username
Enter the User name (If User authentication is enabled for Corticon Server)
Password
Enter the Password (If User authentication is enabled for Corticon Server)
URL
The default URL is http://<enter host name here>:8082/axis.(Authentication is through "http" and a valid host name should be added )
Name
Select the Decision service name from the Name drop-down list
Latest version
Select the Decision service version from the Version drop-down list
The Dataslot Mapping window opens.
Note: If the Corticon server is not on the same machine as OpenEdge BPM, then modify the server-config.xml file in $DLC$\OpenEdge\oebpm\server\conf as follows:
<Server name="corticonserver">
<Alias>CorticonAlias</Alias>
<Url>http://localhost:8082/axis/services/Corticon</Url>
<SuperUser password="administrator" encrypted="false">administrator</SuperUser>
<Description>Default Server Configuration for Corticon Server.</Description>
<Category>corticonserver</Category>
</Server>
to
<Server name="corticonserver">
<Alias>CorticonAlias</Alias>
<Url>http://Corticon Server name/axis/services/Corticon</Url>
<SuperUser password="your password" encrypted="false">administrator</SuperUser>
<Description>Default Server Configuration for Corticon Server.</Description>
<Category>corticonserver</Category>
</Server>