授权错误-与您的安全管理员联系

时间:2020-02-04 10:07:28

标签: peoplesoft

Peoplesoft数据库,Application Server和Web Server已启动并正在运行。

由于VP1,无法以Authorization Error -- Contact your Security Administrator的身份登录PIA。

下面是Application Server日志:

PSAPPSRV.10180 (26) [2020-02-04T01:49:30.513 GetCertificate] z9skwzRuICAUWA 3282132548821545985 - (3) Returning context. ID=VP1, Lang=ENG, UStreamId=014930507_10180.26, Token=PSFT_EP/2020-02-03-17.49.30.000001/VP1/ENG/nE8KiNyFebhVeORMN7uI+lf5Xwo=
PSMONITORSRV.15420 [2020-02-04T02:21:55.691] - - - (2) (PerfMon Agent) Registered successfully
PSAPPSRV.10180 (29) [2020-02-04T02:58:16.275 GetCertificate] wLjLvrMO3yG3uQ 2085807486657797121 - (3) Returning context. ID=VP1, Lang=ENG, UStreamId=025816275_10180.29, Token=PSFT_EP/2020-02-03-18.58.16.000000/VP1/ENG/uXTGd2i5x206untuoiqPMRHPfgQ=

1 个答案:

答案 0 :(得分:0)

当用户没有任何角色时,通常会收到该错误消息。确保为VP1分配了角色。

如果您具有数据库访问权限,则以下SQL可能会有所帮助:

-- Check if they have roles
select * from PSROLEUSER where ROLEUSER = 'VP1'

-- Check to see what permission lists the roles assigned to the user grant them.
select * from PSOPRCLS where OPRID = 'VP1'