ACT_RELOAD_TRACE_RULES_SERVER is an action button which forces the system to pick up any changes that may have been to the __TraceRules.xml__ file. The TraceRules.xml file is where really high level tracing may be turned on for specific Java classes. The trace has to already be at the "highest" level before any of the additional tracing has any impact. Procedure to enable tracing for a specific class: 1. Go to the HLAppResources_xxxx\release\config folder for the instance you will be changing. 2. Open the TraceModes.xml file in a text editor. 3. Add traceRule lines for the classes you want to get more trace from inside of the <traceRules> area. In an example of tracing login problems, start with: {{{ <traceRule className="com.highlinecorp.business.am.Users"/> <traceRule className="com.highlinecorp.business.am.Accessors"/> <traceRule className="com.highlinecorp.business.am.AccessorDetails"/> }}} 4. Save the file. 5. Log into the application as a user that has access to the IMST screen. 6. Go to the IMST screen, with your mouse click on Reload Trace Rules (Web) button in the ‘Server’ block. 7. Open the OPMN log file in an editor to locate the end. 8. Log into the application as any user. 9. Reload the OPMN log file in the editor and check that more trace lines are coming out. When you want to follow the additional tracing, go to the [IMST] screen and toggle the __Trigger logging level (Server)__ to Finest ---- ![Notes|Edit:Internal.ACT_RELOAD_TRACE_RULES_SERVER] [{InsertPage page='Internal.ACT_RELOAD_TRACE_RULES_SERVER' default='Click to create a new notes page'}]