【问题标题】:Authorization Error -- Contact your Security Administrator授权错误 - 联系您的安全管理员
【发布时间】:2020-02-04 10:07:28
【问题描述】:

Peoplesoft 数据库、应用程序服务器和 Web 服务器已启动并运行。

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

以下是应用服务器日志:

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=

【问题讨论】:

    标签: peoplesoft


    【解决方案1】:

    当用户没有任何角色时,您通常会收到该错误消息。确保 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'
    

    【讨论】:

    • 您好,我运行了两个查询,VP1 分配了 204 个权限列表和 197 个角色。
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2020-07-10
    • 1970-01-01
    • 2020-02-02
    • 1970-01-01
    • 2015-06-13
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多