Steps to locally collect interoperability logs for the App Control Agent on Windows to identify and troubleshoot software conflicts with third-party applications.
Note: Interoperability logs should be collected when experiencing conflicts where no actual block is happening. If there are actual block events, please refer to Troubleshooting Unexpected Blocks in App Control |
Note: Troubleshooting cannot take place with the agent uninstalled. Support will need access to a device with the agent installed and experiencing the issue.
Open a case with Carbon Black Support and the provide the following:
cd "C:\Program Files (x86)\Bit9\Parity Agent" dascli password GlobalCLIPassword dascli setconfigprop max_rolling_trace_size_mb=0 dascli resetcounters dascli flushlogs dascli tamperprotect 0 dascli debuglevel 6 dascli kerneltrace 4 dascli nettrace 1
Important, if Agent 8.10.0+ also issue:
dascli registerprotected 0
dascli capture "%userprofile%\Desktop\%computername%-Interop.zip" dascli password GlobalCLIPassword dascli setconfigprop max_rolling_trace_size_mb=50 dascli debuglevel 0 dascli kerneltrace 2 dascli nettrace 0
Important, if Agent 8.10.0+ first issue:
dascli registerprotected 1
dascli tamperprotect 1