Configure WebReports Logging
1 Votes |
Description
This will enable webreports logging...
Options for what to log: none, all, databases, debug, critical, performance, or memory.
Property Details
89 | |
Configure WebReports Logging | |
BES | |
Configuration | |
0 | |
danielheth@bigfix.me | |
<Unspecified> | |
<Unspecified> | |
4/28/2011 12:00:00 AM | |
Configure WebReports Logging Options Configuration | |
danielheth on 10/17/2012 9:31:55 AM | |
danielheth on 10/17/2012 9:37:44 AM | |
7558 Views / 22 Downloads | |
![]() ![]() ![]() ![]() ![]() |
Relevance

version of client >= "6.0"
Actions
Action 1 (default)
Action Link Click
here to Enable Logging.
Script Type
BigFix Action Script
action parameter query "log" with description "WebReports Logging... (none, all, databases, debug, critical, performance, memory):"Success Criteria
// The port number should not be given
continue if {(parameter "log" of action = "none") OR (parameter "log" of action = "all") OR (parameter "log" of action = "databases") OR (parameter "log" of action = "debug") OR (parameter "log" of action = "critical") OR (parameter "log" of action = "performance") OR (parameter "log" of action = "memory")}
if {parameter "log" of action as string as lowercase != "none"}
regset "[HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\Enterprise Server\BESReports]" "EnableLogs"="{parameter "log" of action as string as lowercase}"
parameter "path"="{value "EnterpriseServerFolder" of key "HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\Enterprise Server" of registry}"
regset "[HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\Enterprise Server\FillDB]" "PerformanceDataPath"="{parameter "path"}\WebReports.log"
regset "[HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\Enterprise Server\BESReports]" "LogOn"=dword:1
else
regset "[HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\Enterprise Server\BESReports]" "LogOn"=dword:0
endif
This action will be considered successful when the applicability relevance evaluates to false.
Action 2
Action Link Click
here to learn more about WebReports Logging.
Script Type
URL
http://support.bigfix.com/cgi-bin/kbdirect.pl?id=324
Sharing
Social Media: |
Comments
![]() |
|
https://help.hcltechsw.com/bigfix/9.5/platform/Platform/Web_Reports/c_logging_web_reports.html |
![]() |
|
moreover the success criteria may never be verified, since it will not change based on the action |
![]() |
|
For the URL about WebReports logging the current link (Sept 2018) is http://www-01.ibm.com/support/docview.wss?uid=swg21505914 |