JD Edwards EnterpriseOne Connector 1.0.0.0

The JD Edwards EnterpriseOne Connector lets you import and run JD Edwards EnterpriseOne orchestrations and reports.

Prerequisites

Contents of the Component

The JD Edwards EnterpriseOne Connector consists of the following objects.

Object Type Name Description
Application GLOBAL.Redwood.REDWOOD.JD Edwards EnterpriseOne JD Edwards EnterpriseOne Connector
Constraint Definition REDWOOD.Redwood_EnterpriseOneConnectionConstraint Constraint for JD Edwards EnterpriseOne Connection fields
Extension Point REDWOOD.Redwood_EnterpriseOneConnection JD Edwards EnterpriseOne Connection
Process Definition REDWOOD.Redwood_EnterpriseOne_ImportOrchestrations Import Orchestrations from JD Edwards EnterpriseOne
Process Definition REDWOOD.Redwood_EnterpriseOne_RunOrchestration Run an orchestration in JD Edwards EnterpriseOne
Process Definition REDWOOD.Redwood_EnterpriseOne_RunOrchestrationTemplate Template definition to run an orchestration in JD Edwards EnterpriseOne
Process Definition REDWOOD.Redwood_EnterpriseOne_RunReport Run a Report in JD Edwards EnterpriseOne
Process Definition REDWOOD.Redwood_EnterpriseOne_RunReportTemplate Template Definition to run a Report in JD Edwards EnterpriseOne
Process Definition REDWOOD.Redwood_EnterpriseOne_ShowOrchestrations List all existing orchestrations in JD Edwards EnterpriseOne
Process Definition Type REDWOOD.Redwood_EnterpriseOne JD Edwards EnterpriseOne Definition Type
Library REDWOOD.Redwood_EnterpriseOne Library for JD Edwards EnterpriseOne Connector

Redwood_EnterpriseOne_ImportOrchestrations

Imports orchestrations from JD Edwards EnterpriseOne.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters connection Connection The Connection object that defines the connection to the EnterpriseOne server. String In

Parameters nameFilter Orchestration Name Filter Only import orchestrations where the name matches this filter. Wildcards * and ? are supported. If omitted, all available orchestrations are imported. String In

Generation Settings overwrite Overwrite Existing Definition When set to Y, if a definition with the same business key already exists, it will be overwritten by the import. When set to N, the import will be skipped if the definition already exists. String In N Y=Yes, N=No
Generation Settings importParameters Import Parameters When set to Y, available input parameters for the Orchestration will be imported as parameters on the generated process. String In Y Y=Yes, N=No
Generation Settings targetPartition Partition The Partition to create the new definitions in. String In

QueryFilter: User.Redwood System.Partition.Partition%2e;all
Generation Settings targetApplication Application The Application to create the new definitions in. String In

QueryFilter: User.Redwood System.Application.Application%2e;all
Generation Settings targetQueue Default Queue The default Queue to assign to the generated definitions. String In

QueryFilter: User.Redwood System.Queue.Queue%2e;all
Generation Settings targetPrefix Definition Name Prefix The prefix to add onto the name of the imported Orchestration to create the definition name. String In

Redwood_EnterpriseOne_RunOrchestration

Runs an orchestration in JD Edwards EnterpriseOne.

Parameters

Tab Name Description Documentation Data Type Direction
Parameters connection Connection The Connection object that defines the connection to the EnterpriseOne server. String In
Parameters orchestrationName Orchestration Name The name of the orchestration to execute. String In
Parameters parameters Parameters Input parameters for the orchestration. Each entry in the array must be specified in name=value format. String In
Parameters output Orchestration Output The output of the orchestration run. String Out

Redwood_EnterpriseOne_RunOrchestrationTemplate

Template definition to run an orchestration in JD Edwards EnterpriseOne.

Parameters

Tab Name Description Documentation Data Type Direction
Parameters connection Connection The Connection object that defines the connection to the EnterpriseOne server. String In
Parameters orchestrationName Orchestration Name The name of the orchestration to execute. String In
Parameters output Orchestration Output The output of the orchestration. String Out

Redwood_EnterpriseOne_RunReport

Runs a report in JD Edwards EnterpriseOne.

Parameters

Tab Name Description Documentation Data Type Direction
Parameters connection Connection The Connection object that defines the connection to the EnterpriseOne server. String In
Parameters reportName Report Name The name of the report to run. String In
Parameters reportVersion Report Version The version of the report to run. If not specified, the default version will be used. String In
Parameters jobNumber JD Edwards Job Number The job number of the UBE run. String Out

Redwood_EnterpriseOne_RunReportTemplate

Template Definition to run a report in JD Edwards EnterpriseOne.

Parameters

Tab Name Description Documentation Data Type Direction
Parameters connection Connection The Connection object that defines the connection to the EnterpriseOne server. String In
Parameters reportName Report Name The name of the report to run. String In
Parameters reportVersion Report Version The version of the report to run. If not specified, the default version will be used. String In
Parameters jobNumber JD Edwards Job Number The job number of the UBE run. String Out

Redwood_EnterpriseOne_ShowOrchestrations

Lists all existing orchestrations in JD Edwards EnterpriseOne.

Parameters

Tab Name Description Documentation Data Type Direction Default Expression Values
Parameters connection Connection The Connection object that defines the connection to the EnterpriseOne server. String In

Parameters nameFilter Orchestration Name Filter Only return orchestrations where the name matches this filter. Wildcards * and ? are supported. If omitted, all available orchestrations are returned. String In

Parameters listing Orchestration Listing List of orchestrations that match the filters. Table Out

Setup

  1. Locate the JD Edwards EnterpriseOne component in the Catalog and install it.
  2. Navigate to Custom > Connections.
  3. Click .
  4. Select the EnterpriseOne connection type.

  5. Click Next or Basic Properties, then create a Queue and Process Server for the connector. All required settings will be set up automatically.

  6. ClickNext or Security, then click to specify which roles can access the connection information. It is recommended to grant the role at least the following additional privileges: View on the JD Edwards Connector Process Server, View Processes on the JD Edwards Connector Jobs Queue, View on library REDWOOD.Redwood_EnterpriseOne, and Submit on any Process Definitions users with this role are to submit.
  7. ClickNext or EnterpriseOne Properties
  8. Enter the URL of the JD Edwards AIS server in the Endpoint field.
  9. Enter your JD Edwards Username and Password.
  10. Click Save & Close.
  11. Optionally, enter your JD Edwards Environment identifier and Role.
  12. Navigate to Environment > Process Server, locate your JD Edwards Connector Process Server, start it, and ensure it reaches status Running.

Finding JD Edwards Orchestrations

To retrieve the list of orchestrations available for scheduling:

  1. Navigate to Applications > Redwood > JD Edwards EnterpriseOne , and submit Redwood_EnterpriseOne_ShowOrchestrations.

  2. Select the Connection.

  3. To specify a search string, enter a value in the Orchestration Name Filter field. Wildcards * and ? are supported.

  4. Once the process has finished, right-click it and choose Monitor Related Processes, then select the process run and click listing.rtx in the Detail View. Sample output is shown below.

Running a JD Edwards Orchestration

To run an orchestration:

  1. In the JD Edwards EnterpriseOne Application, submit Redwood_EnterpriseOne_RunOrchestration.

  2. Select the Connection.

  3. Specify the Orchestration Name to run.

  4. If you specify Parameters, use a key=value format for each parameter, as demonstrated in the following screen shot.

  5. Submit the Process Definition.

Running a JD Edwards Orchestration with a Template

To create a customized Process Definition, optionally with default values, for an orchestration:

  1. Right-click the Redwood_EnterpriseOne_RunOrchestrationTemplate Process Definition and choose New (from Template) from the context menu. The New Process Definition pop-up window displays.

  2. In the Definition tab, delete the default Application value (if any) and substitute your own Application name if desired.
  3. In the Parameters tab, enter any Default Expressions you want to use.

    • When specifying the Connection value, use the format EXTCONNECTION:<partition>.<connection name>.

  4. In the Parameters tab, specify orchestration parameters by adding them to a parameter group named Orchestration Parameters.

  5. Save and then submit the new Process Definition.

Out Parameters

When configuring Out parameters in a Job Definition created from a template, use the following guidelines. The JSON below is a sample response used in this section.

Copy
{
  "Prop1": "value1",
  "Prop2": "value2",
  "SubObject": {
    "Prop1": "sub value 1",
    "Prop3": "value3"
  },
  "stringArray": [
    "string1",
    "string2"
  ]
}

The default behavior is to look up the first JSON node whose name matches an Out parameter name, and assign the node's value to the Out parameter. For example, using the above JSON, if you create an Out parameter named Prop1, its output value will be value1.

This rule applies to nested elements as well. If you add an Out parameter named Prop3, its output value will be value3.

If there are multiple occurrences of Prop1:

  • If the parameter is an Array parameter, all matching values (here, [value1, sub value 1]) are in the parameter's value.

  • If the parameter is NOT an Array parameter, only the first value (here, value1) are in the parameter's value.

If a property points to an object, it will be included in output as a JSON String. For example, if you add a String Out parameter named SubObject, the value of the output parameter will be {"Prop1": "sub value 1", "Prop3": "value3"}.

You can map arrays to Array parameters. For example, if you add an Array Out parameter named stringArray, the value of the output parameter will be an array (here, ["string1", "string2"]). However, if you map an array to an Out parameter that is not an Array parameter, only the first value of the array is assigned to the parameter (here, "string1")

String and Number parameters are supported for both single values and arrays.

  • A number value or array of numbers can be assigned to a String parameter or a Number parameter.

  • Only numbers can be assigned to a Number parameter. Attempting to provide a string to a Number parameter will result in that parameter not receiving a value. A warning message will be logged in the stdout.log file.

If an Out parameter does not map to any property in the JSON, the parameter will not be assigned a value. This will not fail the job automatically, but it will write a warning message to the stdout.log file.

Importing a JD Edwards Orchestration

To import an orchestration as a RunMyJobs Process Definition:

  1. Submit Redwood_EnterpriseOne_ImportOrchestrations.

  2. Select the Connection.
  3. To specify a search string, enter a value in the Orchestration Name Filter field. Wildcards * and ? are supported.

  4. In the Generation Settings tab, configure the options as follows.

    Name Description
    Overwrite Existing Definition Set to Y to overwrite existing orchestrations, or N to create new ones.
    Import Parameters Set to Y to create any input parameters on the new Process Definitions, or N to not create them.
    Partition The Partition to create the new Process Definitions in.
    Application The Application to create the new Process Definitions in.
    Default Queue The default Queue to assign to the generated Process Definitions.
    Definition Name Prefix The prefix to add onto the name of the imported JD Edwards EnterpriseOne orchestration to create the Process Definition name.
  5. Submit the Process Definition. When the process completes, you should have one or more new Process Definitions that are named after the imported orchestrations.

Note: When you import a JD Edwards Orchestration, its output parameters will not be imported automatically. You must manually configure them on the generated Process Definition(s).

Running a JD Edwards Report

In the JD Edwards EnterpriseOne Application, submit Redwood_EnterpriseOne_RunReport. Specify the Report Name and, optionally, Report Version.

Running a JD Edwards Report with a Template

To create a customized Process Definition for an orchestration, optionally with default values:

  1. Right-click the Redwood_EnterpriseOne_RunReportTemplate Process Definition and choose New (from Template) from the context menu. The New Process Definition pop-up window displays.

  2. In the Definition tab, delete the default Application value (if any) and substitute your own Application name if desired.
  3. In the Parameters tab, enter any Default Expressions you want to use.

    • When specifying the Connection value, use the format EXTCONNECTION:<partition>.<connection name>.

  4. Save and then submit the new Process Definition.

Configuration Options

You can configure the Connect and Read timeout values for EnterpriseOne via the registry keys listed below. To test that the values are set correctly, run the process in debug mode. RunMyJobs will log the configuration in the stdout.log file.

Name Path Default Value Minimum Value Maximum Value
ConnectTimeout /configuration/jcs/apps/EnterpriseOne/ConnectTimeout 20 seconds 1 seconds 600 seconds (10 minutes)
ReadTimeout /configuration/jcs/apps/EnterpriseOne/SocketTimeout 60 seconds 1 second 600 seconds (10 minutes)