解决"你无权访问此进程类型"的方法(You are Not Authorized to run Process Type)

本文详细解释了在PeopleSoft环境中遇到的“未授权运行进程类型”错误的原因,并提供了检查和解决问题的具体步骤,包括SQL查询示例和解决方案选项。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

If you get the following messaging stating that you are Not Authorized to run process type followed by the process type (e.g. application engine, SQR, COBOL etc) it means that your user profile does not have a permission list that has access to the process group for the relevant process definition.

not-authorized-to-run-process-type-error.png

For example, I received this message when attempting to run the dynamic role publish process DYNROLE_PUBL. If you open this process through PeopleTools > Process Scheduler > Processes and look in the process groups tab, you will find it is only associated with the INALL process group:

dynrole-publ-process-group-security.png

None of the permission lists that I belonged to had access to this group. Here's a bit of SQL to check this quickly:

select OC.OPRID, OC.OPRCLASS, AP.PRCSGRPfrom PSOPRCLS OC inner join PSAUTHPRCS AP on OC.OPRCLASS = AP.CLASSIDwhere OC.OPRID = '<OPRID>' and AP.PRCSGRP = '<PRCSGRP>';

Replace <OPRID> with the appropriate operator ID (e.g. PS) and <PRCSGRP> with the appropriate process group (e.g. INALL).

The solution is to either add a permission list with access to this process group to your user profile OR to add the process group to a permission list you already have access to through the permission list set up pages.

转载于:https://www.cnblogs.com/bryanchen/p/3389754.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值