Automation Engine Script Guide > AE JCL for Applications > PeopleSoft > PS_GRANT_OUTPUT_ACCESS

PS_GRANT_OUTPUT_ACCESS

Authorizes users or roles for access to the output of a PeopleSoft process.

Interface: PROCESSREQUEST_SBB
PeopleSoft Version:
8+

Syntax

PS_GRANT_OUTPUT_ACCESS

NAME=...
[,TYPE=...]
[,PID=...]
[,JOBITEM=...]

Syntax

Description/Format

NAME=

Authorization identification: Name of a role or userIn the Automation Engine, a user is an instance of a User object, and generally the user is a specific person who works with Automic products. The User object is assigned a user ID and then a set of access rights to various parts of the Automation Engine system and product suite. These access rights come in the form of Automation Engine authorizations and privileges, Decision user roles and EventBase rights and ARA web application object rights. You can manage all these centrally in the ECC user management functions. See also, Unified user management.
Format: script literal

TYPE=

Authorization type: Role or user
Format: scriptA particular Automation Engine object type. literal

Allowed values: "R" (default value) and "U"
"R" - Authorization given for a role
"U" - Authorization given for a user

The agentA program that enables the de-centralized execution of processes (such as deployments) on target systems (computers or business solutions) or a service that provides connectivity to a target system (such as for databases or middleware). An agent is also an object type in the Automation Engine. [Formerly called "Executor."] See also: host automatically uses "R" if a character other than "R" or "U" is specified.

PID=

Process instance designation
Format: Integer

JOBITEM=

Item number of a process within a PeopleSoft jobAn Automation Engine object type for a process that runs on a target system.
Format: Integer

Comments

This script element is used to dynamically and automatically assign access rights to the output of an executed PeopleSoft process. Rights can be issued for roles or users.

Using the optional PID= parameter, a particular process can be specified. If the parameter is not used, the script element refers to the process (PS_RUN_PROCESS) or job (PS_RUN_JOB) instance which was started or monitored immediately before.

If the script applies to a PeopleSoft job, individual rights for all processes in that job can be given using JOBITEM=. For example, rights for the first single process are given with JOBITEM=1, for the second single process with JOBITEM=2, etc. In case this parameter is not specified, identical rights are assigned for all PeopleSoft job single processes.

Example

In this example, the user "PS" is given access rights to the output of a PeopleSoft process.

PS_GRANT_OUTPUT_ACCESS NAME='PS',TYPE='U'

 

See also:

 


Automic Documentation - Tutorials - Automic Blog - Resources - Training & Services - Automic YouTube Channel - Download Center - Support

Copyright © 2016 Automic Software GmbH