博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Trace Application Engine Processes Using Process Definitions
阅读量:7117 次
发布时间:2019-06-28

本文共 939 字,大约阅读时间需要 3 分钟。

In this post I will show you how to trace an application engine process using the Process Definitions without setting the trace in the Process Scheduler’s psprcs.cfg configuration file.

Navigate to the process definition of the application engine that you would like to trace (PeopleTools > Process Scheduler > Processes). Go to the Overrride Options tab, and from the Parameter List drop down select Append, and in the edit box next to it add the following line:

-TRACE 7 -TOOLSTRACEPC 4044
 

This will trace SQLs inside of your application engine as well as peoplecode. Save the process definition and go ahead and run your program. To examine the trace files, just navigate to the process monitor, click details on your process, then View Log/Trace.

-TRACE output goes into Application Engine Trace (.AET)

-TOOLSTRACEPC output goes into the PeopleTools trace file (.trc)

转载于:https://www.cnblogs.com/GoDevil/archive/2008/08/08/1263794.html

你可能感兴趣的文章
面积问题最简做法
查看>>
linux 环境下git的安装与配置
查看>>
Bootstrap学习笔记
查看>>
Linux配置虚拟主机后,只能访问到主页怎么办?
查看>>
HTTP状态码->HTTP Status Code
查看>>
AVL平衡树的插入例程
查看>>
验证控件的使用
查看>>
会计中的冲销和红票
查看>>
开启和关闭HBase的thrift进程
查看>>
swift学习_xcode6搭建
查看>>
MVC
查看>>
(寻找第K小的数&&寻找第K小的数的和)
查看>>
UVa 642 - Word Amalgamation
查看>>
Linux下编译安装qemu和libvirt
查看>>
VS NuGet使用
查看>>
转载:margin外边距合并问题以及解决方式
查看>>
手机摇一摇功能音量大小跟系统音量一致
查看>>
mysql用一个表更新另一个表的方法
查看>>
一键安装 redmine on windows 和发邮件设置
查看>>
Gradle笔记——构建基础
查看>>