Versions Compared

Key

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

...

Field

Description

Agent

Linux or Windows Universal Agent to run the USAP commands

Agent Cluster

Optional Agent Cluster for load balancing

SAP Connection Type

[ Application Server Connection, SAPNWRFC.INI Connection ]

The Universal Task support SAP Application Server and SAPNWRFC.INI Destination connections.

Application Server Connection:

  • Client

  • SAP SysNr

  • SAP ASHOST

SAPNWRFC.INI Connection:

  • SAP Client

  • Destination

Note

The sapnwrfc.ini needs to be in the home directory of the user executing the task. If no user credentials areprovided, this is:

  • Linux: /opt/universal/uagsrv

  • Windows: C:\Program Files\Universal\UAGSrv

SAP ASHOST

SAP Application to connect to.

This field is visible only if SAP Connection Type = “Application Server Connection”

SAP CLIENT

SAP Client (3 digits); for example, 100

The Imported calendar will have the SID as prefix

Imported Calendar Name:

<SID>_<SAP CLIENT>_<SAP CALENDAR ID>

SAP SysNr

SAP System Number ( 2 digits ) ; for example, 00

This field is visible only if SAP Connection Type = “Application Server Connection

SAP Destination

SAP Destination in the nwrfc.ini.

This field is visible only if SAP Connection Type = “NRFW.ini Connection

Language

SAP language e.g., en

USAP Dir

Directory where the USAP binary is stored

Linux: /opt/universal/usap/bin

Windows: C:\Program Files\Universal\USap\bin

Universal Controller URL

Universal Controller URL.

For example, https://192.168.88.40/uc

Poll Interval

[10s | 60s |180s]

Interval in seconds the monitor checks in SAP, if new Jobs in status intercepted exists.

Default Value is: 60s

Virtual Resource Name

Name of the Virtual Resource, which controls the maximum number of Intercepted Jobs, which are started in parallel by the Universal Controller.

Default Value is: SAPINTERCEPTVR

Virtual Resource Limit

Controls the maximum number of Intercepted Jobs, which are started in parallel by Universal Controller.

; for example, 50 means that a maximum of 50 Intercepted Jobs are started in parallel.

This Parameter is just to control that the SAP system does not get overloaded.

Default Value is: 50

SAP Task Name

The started Jobs will have the default naming: SAP_IntCpt#${JOBNAME}#${JOBCOUNT}, where:

  • JOBNAME is the name of the Intercepted Job in SAP and

  • JOBCOUNT the Jobcount ID of the Intercepted Job in SAP.

Default Value is: SAP_IntCpt#${JOBNAME}#${JOBCOUNT}

; for example,

SAP_IntCpt#BASIS_04#12555600

USAP loglevel

Log level of the Universal Connector for SAP

trace | audit | info | warn | error

rfc_logon_retry_interval in s

Interval in seconds between a new logon attempt to SAP.

Per default 10 retries will be performed; for example, 120s means every 120s a new logon attempt to SAP is performed. If after 10 retries no logon to SAP was possible, the Task fails.

Loglevel

Universal Task logging settings

[DEBUG | INFO| WARNING | ERROR | CRITICAL]

...

Example: SAP Job Intercept Monitor Task

...

Let’s assume your SAP System has intercepted the Job: SAP_STONE_JOB_04

...