Environment
NetIQ Secure Configuration Manager 5.7
NetIQ Secure Configuration Manager 5.8
Situation
Resolution
If a customer is unable to access the tools\settings\Config and uncheck autorefresh enabled then a script will need to be run on the database. The script requires that the id for the user from the SCM database be input before running the script. To locate the PSUserID in the Vigilent Database under tables select the PSUsers Table and return all rows. Locate the userid and corresponding ID number and replace the number in this script.
sp_SaveVigUserProperty @PSUserID = 123, @PropertyScope ='VSOCMisc' , @PropertyName = 'RefreshEnabled', @PropertyValue = 'false'
Cause
The refresh rate in SCM is set to 2 seconds by default which can cause a constant state of refresh if the lists are large. The console will constantly send refresh requests and never complete a load of the screen since it is refreshing other screens at the same time.