A new Flexera Community experience is coming on November 25th. Click here for more information.
This article describes how to activate verbose logging for the Software Vulnerability Manager 2019 Daemon service (installs as "Flexera Corporate Software Inspector Daemon"). This can be very helpful to debug technical problems with "System Center Inventory Import" schedule executions, or any other activity that is being delegated and therefore executed by the Daemon service.
To enable logging of the Daemon service, follow the steps outlined below:
1) Open Regedit with an elevated administrative account. Browse to:
HKLM\SYSTEM\CurrentControlSet\Services\Flexera Corporate Software Inspector Daemon\
3) Modify the ImagePath value, and append logging arguments -d "C:\<folder>\<logfile.txt>" -v -v -v
For instance:
"C:\Program Files\Flexera Software\Corporate Software Inspector Daemon\daemon.exe" --service-launch -d "C:\Logs\MyDaemonLog.txt" -v -v -v
4) Restart the Flexera Corporate Software Inspector Daemon service.
Restarting the service should work out-of-the-box and it should complete without errors.
If you encounter an error, review the ImagePath string and make sure you haven't missed quotes, etc.
Once the service restarted without errors, the log file you specified in the ImagePath should be created.
You will need to leave the Daemon for a few hours in order to collect data from its own executions.
To enable enhanced logging for the SVM Daemon service, take the following steps:
1) Open Regedit. Navigate to:
HKCU\Software\Secunia\Daemon
3) Create the following registry keys (if not present):
on Oct 24, 2018 12:20 PM - edited on Sep 19, 2019 05:34 PM by RDanailov