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, available at Stonebranch Integration Hub - Terms of Use.

Overview

This Universal Task provides the capabilities for submitting Oracle EBS Concurrent Requests by using CONCSUB CLI Command with additional capabilities like fetching the logs and output files, validating successful execution and running EBS environment script before running the concurrent request.

The CONCSUB command is an operating system utility used to submit concurrent requests in Oracle E-Business Suite. It allows users to submit requests without having to log in to the Oracle E-Business Suite application.

Key Features

The Universal Task provides the following key features:


  • Submit Concurrent Request
  • Fetch Logs
  • Execute Environment Script

Version Information


Template NameExtension NameExtension Version
Oracle EBS Requestue-cs-oracle-ebs1.0.6


Refer to Changelog for version history information.

...

Universal Controller Version 7.2.0.0 and later.


Key Features

The Universal Task provides the following key features:

  • Submit Concurrent Request
  • Fetch Logs
  • Execute Environment Script


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 the instructions here.

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

Configure Universal Task

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

The following lists the input fields required for a selected Action.

...


Task Output

Exit Codes

The exit codes for this Universal Extension are described below.


Exit CodeStatus Classification CodeStatus Classification DescriptionDescription
0SUCCESSSuccessful ExecutionSUCCESS: Successful Task execution
1FAILEDFailed ExecutionThis exit code indicates that there was a problem in the CONCSUB commands main fields like responsibility or responsibility app short name. Check the output to see the error message that is returned from CONCSUB command
11FAILEDBinary Path not found

The CONCSUB binary path does not exists or not accessible by the user that runs the command. Check the user in the Credential under the Agent Details, if the Credential value is empty than the task will be executed by the agents default user (Default: ubroker) and check if that user have permission to the folder.

12FAILEDFile not foundThe environment script not found or not accessible by the user. Check the user in the Credential under the Agent Details, if the Credential value is empty than the task will be executed by the agents default user (Default: ubroker) and check if that user have permission to the folder.
253FAILED
Concurrent Manager encountered an error
CONCSUB command submitted the request but the request had an error or warning in EBS. Check the EBS Attributes and then check the outputs
XFAILED
Program exited with status X
The concurrent program exited with a status other than 0. Exit code will be same as the status code. Check the EBS Attributes and then check the outputs. 


STDOUT and STDERR

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

STDOUT will have the output from CONCSUB command and the log file content

EXTENSION will have the output from out file.

Document References

This document references the following documents:


Document Link

Description

Universal Templates

User documentation for creating, working with, and understanding Universal Templates and Integrations.

Universal Tasks

User documentation for creating Universal Tasks in the Universal Controller user interface.


Known Issues

  • There are no known issues

Anchor
Changelog
Changelog

Changelog

ue-cs-oracle-ebs-1.0.6 (2024-01-

04

10)

Enhancements

  • Initial Version

...