Decision Admin Node Process Debug
book
Article ID: 90074
calendar_today
Updated On:
Products
CA Automic Workload Automation - Automation Engine
Issue/Introduction
Decision Admin Node Process Debug
Environment
Release: AOATAM99000-9.0-Automic-One Automation Tools-Application Manager
Component:
Resolution
Detailed Description and Symptoms?Turning on debug for Decision Admin Node process.
Investigation?When having issues deploying Event Bases and issues in Decision Modelling Studio
Solution?In the \Runtime\AdminNode\UC4.Decision.AdminNode.Modules.xml
Change the entry:
<component id="LogManager">
<parameters>
<ThresholdLevel>WARN</ThresholdLevel>
</parameters>
</component>
to
<component id="LogManager">
<parameters>
<ThresholdLevel>DEBUG</ThresholdLevel>
</parameters>
</component>
Feedback
thumb_up
Yes
thumb_down
No