PS_MESSAGE_CATALOG

PS_MESSAGE_CATALOG – this table is used as a catalog, to keep the messages that appear in the Message Log, PIA error/warning messages ,etc., their corresponding message set number and the message number.
In order to determine the messages in the Message Log of a process instance one can issue the followin statement on a Sql Server database:
SELECT V.PROCESSINSTANCE, C.MESSAGE_SET_NBR,C.MESSAGE_NBR,C.MESSAGE_TEXT,SEVERITY=CASE C.MSG_SEVERITY
WHEN ‘C’ THEN ‘Cancel’
WHEN ‘E’ THEN ‘Error’
WHEN ‘M’ THEN ‘Message’
WHEN ‘W’ THEN ‘Warning’
ELSE ‘N/A’
END,V.MESSAGE_SEQ, L.MESSAGE_PARM
FROM  PS_MESSAGE_CATALOG C�
INNER JOIN PS_PMN_MSGLOG_VW V ON C.MESSAGE_SET_NBR=V.MESSAGE_SET_NBR AND C.MESSAGE_NBR=V.MESSAGE_NBR
INNER JOIN PS_MESSAGE_LOGPARM L ON V.PROCESSINSTANCE=L.PROCESS_INSTANCE
WHERE C.LANGUAGE_CD=’ENG’ AND V.PROCESSINSTANCE=’Process_instance’
or simply check the on the Details link (and further on the Message Log link) of a specific process instance, in Process Monitor tool.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值