首页 > 其他 > 详细

inv_debug form trace

时间:2021-05-13 01:03:07      阅读:15      评论:0      收藏:0      [点我收藏+]

1. Enable the INV and WIP profiles for debugging.

INV: Debug Trace = Yes
INV: Debug Level = 11
INV: Debug File = "valid directory from v$parameter"
FND: Debug Log Filename = (Make sure this is null)
FND: Debug Log Enabled = Yes
FND: Debug Log Level = Statement
FND: Debug Log Module = WIP%
TP: WIP Work Order-less Completion Transaction Form = Online processing 
TP: INV Transaction processing mode = Online Processing

2.Reproduce the issue which shows the &MESSAGE error.

Click on Help -> About Oracle Application and find the AUDSID and the
value associated with it,run the following sql script:

set pagesize 500
col message_text format a99
spool WolON.txt
select message_text from fnd_log_messages where audsid=&audsid
order by log_sequence;
spool off

3. Upload the WolON.txt generated from the above sql script.

4. Upload the INV transaction log file from the directory specified in INV: Debug file profile option. 

inv_debug form trace

原文:https://www.cnblogs.com/deo2021/p/14762184.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!