Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Panel

Table of Contents

Disclaimer

Your use of this download is governed by Stonebranch’s Terms of Use, which are available at  Stonebranch Integration Hub - Terms of Use.

Overview

SAP Cloud Integration for data services is an ETL (Extract, Transform & Load) solution that extracts data from various on-Premises systems and then transforms the data using transformations and functions optimized for cloud applications.  This Universal Task allows Stonebranch users to schedule, trigger, monitor, and orchestrate the SAP CPI DS (Cloud Data Services) Tasks directly from Universal Controller via webservices. It also helps to set up dependencies between SAP CPI DS jobs and other applications or platforms using UAC workflows and trigger SAP CPI DS Jobs from UAC either time-based or event based.

Version Information

Template NameVersion
CS SAP Cloud Data Service (CPI DS)1.0.0

Refer to changelog for version history information.

Software Requirements

This integration requires a Universal Agent and a Python runtime to execute the Universal Task.

Software Requirements for Universal Template and Universal Task

Requires Python 3.7.6 or higher. Tested with the Universal Agent bundled Python distribution.

Software Requirements for Universal Agent

Both Windows and Linux agents are supported.

  • Universal Agent for Windows x64 Version 7.1.0.0 and later with python options installed.
  • Universal Agent for Linux Version 7.1.0.0 and later with python options installed.

Software Requirements for Universal Controller

Universal Controller Version 7.1.0.0 and later.

Network and Connectivity Requirements

Key Features

This Universal Extension provides the following key features:

  • Actions
    • Trigger and Monitor an SAP CPI DS Task execution.
    • Cancel an executing Task using the Run ID
    • Get a Task status using Run ID
    • Fetch Task execution logs including
      • Trace log
      • Monitor log.
      • Error log
    • Get All Agent list.
      • Possibility to filter only Active only Agent. 
    • Get task Execution list by start Date and time.
  •  Authentication
    • Authentication through SAP CPI DS Credentials
  • Input/Output
    • SAP Supports only SOAP based request and response format for SAP CPI DS
    • All the Requests and response will in XML format
  • Other
    • Communication from the universal agent host via HTTPS

Import Universal Template

To use the Universal Template, you first must perform the following steps.

  1. This Universal Task requires the Resolvable Credentials feature. Check that the Resolvable Credentials Permitted system property has been set to true.

  2. To import the Universal Template into your Controller, follow these instructions.

  3. When the files have been imported successfully, refresh the Universal Templates list; the Universal Template will appear on the list.

Modifications of this integration, applied by users or customers, before or after import, might affect the supportability of this integration. For more information refer to Integration Modifications.

Configure Universal Task

For a new Universal Task, create a new task, and enter the required input fields.

Input Fields

The input fields for this Universal Extension are described below.

FieldInput typeDefault valueTypeDescription
SAP Cloud Data Services URLRequired-TextProvide the SAP Cloud data service URL for webservices, Example: https://hcidsxxx.us2.hana.ondemand.com/DSoD/webservices
SAP Cloud Integration for data services orgRequired-TextThe name of the SAP Cloud Integration for data services organization.
isProductionRequiredtrueBooleanSpecifies whether to log in to the production or sandbox repository.
Select SAP CPI DS FunctionalityRequired

Run a Task

Choice

Select an SAP CPI DS functionality.

  • Run a Task
  • Cancel Task by Run ID
  • Get a task status.
  • Get a Task logs.
  • Get All Agents
  • Get Task Execution list by Start date.
SAP CPI DS CredentialsRequired-Credential

Provide the SAP CPI DS Credentials

  • User as "Runtime User".
  • User Password as "Runtime Password".
Task NameRequired if Visible-Text

Name of the CPI DS Task. Visible when selected functionality:

  • Run a Task
  • Get Task Execution list by Start date.
Task Run IDRequired if Visible-TextSpecify the task run ID. Visible when selected functionality:
  • Cancel Task by Run ID
  • Get a task status
  • Get a Task logs
Description of the taskRequired if Visible-Text

Description of the task. Visible when selected functionality:

  • Run a Task
Agent NameRequired if Visible-Text

Provide the CPI DS agent name. Visible when selected functionality:

  • Run a Task
Agent GroupOptional-TextThe name of the agent group (collection of SAP Data Services Agents that should be used to execute the task.

Visible when selected functionality:

  • Run a Task
Profile NameOptional-TextThe system configuration that should be used when the task is executed.

Visible when selected functionality:

  • Run a Task
Global VariablesOptionalfalseBoolean

A list of the global variables to pass to the task, defined as a sequence of xs:string elements. Visible when selected functionality:

  • Run a Task
Provide Global VariablesRequired if Visible-TextProvide Global Variables , Incase of Multiple separate by commas.
Fetch Task LogOptionaltrueBooleanEnable to fetch the job execution logs by run id. 

Visible when selected functionality:

  • Run a Task
  • Get a Task logs
Base64 EncodeOptionalfalseBooleanSpecification for Base64.
Trace LogOptionaltrueBooleanEnable if trace log to be extracted
Trace Page NumberRequired if Visible1IntegerTrace log Page number
Monitor LogOptionaltrueBooleanCheck if Monitor log to be fetched
Monitor Log Page NumvberOptional1IntegerSpecify the Monitor log page number default is 1
Error logOptionaltrueBooleanFetch error Log
Error Log Page NumRequired if Visible1IntegerSpecify the page number for error log
Active Only AgentOptionaltrueBoolean

Check if it need to fetch only the active list of agents. Visible when selected functionality:

  • Get All Agents
Start from date & TimeRequired if Visible-TextSpecify the date & time from when to check the CPI DS job status - 2022-06-28T16:40:00Z

Task Examples

SAP CPI-DS Job Definition: Run a Task

Image Added


Example STDOUT, Run a Task Option

Image Added

Example STDERR - Run a Task

Image Added

Fetch SAP CPI-DS Agent

Image Added

Get Task Execution Status by Start Date

Image Added

Other SAP CPI-DS Functionality Options

Image Added

Task Output

Exit Codes

The exit codes for this Universal Template are described below.


Exit CodeStatus Classification CodeStatus Classification DescriptionStatus Description
0SUCCESSSuccessful ExecutionSUCCESS: Successful Task execution
1FAILEDFailed ExecutionFailed: SAP CPI DS job execution Failed.


STDOUT and STDERR

STDOUT and STDERR provide additional information to User. The populated content can be changed in future versions of this extension without notice. Backward compatibility is not guaranteed.

Document References

This document references the following documents.

Document LinkDescription
Universal TemplatesUser documentation for creating, working with and understanding Universal Templates and Integrations.
Universal TasksUser documentation for creating Universal Tasks in the Universal Controller user interface.
CredentialsUser documentation for creating and working with credentials.
Resolvable Credentials Permitted PropertyUser documentation for Resolvable Credentials Permitted Property.

Anchor
IM
IM

Integration Modifications

Modifications applied by users or customers, before or after import, might affect the supportability of this integration. The following modifications are discouraged to retain the support level as applied for this integration.

  • Python code modifications should not be done.
  • Template Modifications
    • General Section
      • "Name", "Extension", "Variable Prefix", "Icon" should not be changed.
    • Universal Template Details Section
      • "Template Type", "Agent Type", "Send Extension Variables", "Always Cancel on Force Finish" should not be changed.
    • Result Processing Defaults Section
      • Success and Failure Exit codes should not be changed.
      • Success and Failure Output processing should not be changed.
    • Fields Restriction Section
      The setup of the template does not impose any restrictions, However with respect to "Exit Code Processing Fields" section.
      1. Success/Failure exit codes need to be respected.
      2. In principle, as STDERR and STDOUT outputs can change in follow-up releases of this integration, they should not be considered as a reliable source for determining success or failure of a task.

Users and customers are encouraged to report defects, or feature requests at Stonebranch Support Desk.

Changelog

Anchor
latest_version
latest_version

ut-cs-sap-cpi-ds-1.0.0  (2024-08-08)

Initial Version