SAP Cloud Integration Connector 1.0.0.1 - 1.0.0.3
The SAP Cloud Integration Connector lets you connect to SAP CPI instances.
Prerequisites
- RunMyJobs 9.2.9 or later
- Connection Management Extension 1.0.0.3 or later. Note that the Connection Management Extension will be installed or updated automatically if necessary when you install this Connector.
- Privileges Required for SAP Cloud Integration.
- SAP HCP External Scheduler Integration API.
Contents
Object Type | Name | Description |
---|---|---|
Folder | GLOBAL.Redwood.GLOBAL.SAP.REDWOOD.CloudIntegration.$2
|
Integration Connector with SAP Cloud Integration (1.0.0.1). |
Constraint Definition | REDWOOD.Redwood_JobAndWorkflowDefinitionsConstraint
|
Constraint for fields that support both Job Definitions and Workflow Definitions. |
Constraint Definition | REDWOOD.Redwood_SAPCloudIntegrationConnectionConstraint
|
Constraint for SAP Cloud Integration Connection fields. |
Extension Point | REDWOOD.Redwood_SAPCloudIntegration
|
Integration Connector with SAP Cloud Integration. |
Job Definition | REDWOOD.Redwood_SAP_CloudIntegrationMonitor
|
Monitors iFlows in Cloud Integration and generates jobs with their final statuses. |
Job Definition | REDWOOD.Redwood_SAP_CloudIntegrationFlowJob
|
A default definition to be submitted by the Cloud Integration Monitor when an iFlow completes. |
Library | REDWOOD.Redwood_SAPCloudIntegration
|
Library for SAP Cloud Integration Connector. |
Redwood_SAP_CloudIntegrationMonitor
This Job Definition lets you monitor the SAP CPI environment for specific Monitored States (message log types), such as Failed, Error, and Completed. By default, when this Job Definition detects a message log that matches the filters it is monitoring for, the Job Definition submits the placeholder definition Redwood_SAP_CloudIntegrationFlowJob with the information from that message log set as parameters on the process.
Parameters
Name | Description | Documentation | Default Expression | Values |
---|---|---|---|---|
CONNECTION
|
SAP Cloud Integration Connection | The SAP Cloud Integration Connection object that contains the authentication information for the desired Cloud Integration instance. |
|
|
STATES
|
Monitored States | The state(s) to monitor for. |
|
FAILED , ERROR , COMPLETED |
POLLING_INTERVAL
|
Monitor Polling Interval | Polling interval in minutes. | 5
|
|
FLOWNAME
|
Flow Name | Monitor for flows with a specific name. If this Parameter is left blank, any flow that completes in a state that matches the State filter will trigger the selected Job Definition. |
|
|
DEFINITION_KEY
|
Definition to Run | The Business Key of an existing Job Definition or Workflow Definition to submit when the monitor finds an iFlow that matches the specified filters. If this is left blank, the Redwood_SAP_CloudIntegrationFlowJob Job Definition will be submitted. |
|
|
Redwood_SAP_CloudIntegrationFlowJob
A default definition to be submitted by the Redwood_SAP_CloudIntegrationMonitor Job Definition when an iFlow message log with a matching Monitor State completes.
This is a placeholder process definition that is used by Redwood_SAP_CloudIntegrationMonitor to track the progress of iFlows it intercepts. If the Redwood_SAP_CloudIntegrationMonitor Job detects a running iFlow that it wants to track, it submits an instance of this Job Definition to represent that iFlow and its status.
Note: Running this Job Definition manually will not do anything, because it is used only by Redwood_SAP_CloudIntegrationMonitor.
Parameters
Name | Description | Documentation | Default Expression | Values |
---|---|---|---|---|
CONNECTION
|
SAP Cloud Integration Connection | The SAP Cloud Integration Connection object that contains the authentication information for the desired Cloud Integration instance. |
|
|
MESSAGEID
|
Message ID | The ID of the Log Processing Message that reported the final status of the iFlow. |
|
|
FLOWNAME
|
Flow Name | The name of the iFlow. |
|
|
STATUS
|
iFlow Status | The final status of the iFlow run. |
|
|
MONITORJOBID
|
Monitor Job ID | Job ID of the Cloud Integration Monitor job that submitted this definition. |
|
|
Setup
- Locate the JD Edwards EnterpriseOne Connector in the Catalog and install it.
- Navigate to Configure > Admin > Security > Connections.
- Click New.
- Choose SAP Cloud Integration under Select a Connection Type.
-
Choose Next or Basic Properties and create a Queue and Job Server for the SAP Cloud Integration Connection. All required settings will be set automatically.
- Click Next or Security and 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 SAP Cloud Integration Job Server, View Processes on the SAP Cloud Integration Queue, View on library Redwood_SAPCloudIntegration, and Run on Redwood_SAP_CloudIntegrationMonitor and Redwood_SAP_CloudIntegrationFlowJob Job Definitions.
- Click Next or SAP Cloud Integration Connection Properties and specify the URL, Username, and Password for the Connection.
- Navigate to Configure > Control > Job Servers, locate the Cloud Integration Job Server, start it, and make sure it reaches status Running.