Debugging nVision, Part 1

Set nVision Web/Process Scheduler Trace To trace an online nVision process you must nVision tracing in the Process Scheduler configuration file. $PS_CFG_HOME/appserv/prcs/DOMAIN/psprcs.cfg Under the [nVision] section there will be a "TraceLevel" setting. I typically useTraceLevel=4. I like a lot of data. Trace Level Options (from PeopleBooks) 0 = No Tracing 1 = High-level process flow and status information 2 = Level 1 plus high-level code information 3 = Level 2 plus includes SQL Statements 4 = Level 3 plus function calls, output values, and detailed process flows. Maximum level. A Process Scheduler bounce is not required. At least, not if you have "Dynamic Changes" enabled. I don't know for sure if the dynamic changes setting matters or not to this option. The trace files will be posted online under Process Monitor. Set nVision Windows Client Trace Tracing for nVision running on the Windows client can be enabled through Con...