Having and issue with the latest report. I got it to work fine in IE8 and Safari on client workstation, but it just sits and spins under latest version of Firefox 3.6.3. Each report weather it be the Asset Management Dashboard or the Fixlet Compliance report seems to have same issue. On the Asset report you click on it you get a message “loading computer group filter” with a spinning icon in background. I tried uninstall Firefox then rebooting same thing. I use Firefox as my browser since it’s more secure. If there is something that I need on my end please advise me.
I have a custom site some properties showed up and some did not.
I noticed that the properties that showed up are set to a period of every 1 hour and below. I changed those to every 6 hours and they all where not available anymore from the (Great) report.
I am not sure why this is happening, I changed some of the anyalsis on the custom site to every report and they still do not appear. It does seem to be something about the custom site though…I think
Firstly, the Analysis filter is currently showing only those Activated. We can change this, but it wouldn’t make sense because those not activated have no data.
Secondly, on line 178 of the asset_management.js file, change
and active flag of activation of source analysis of it =
I would agree that the first change is not necessary.
I made the change like you suggested to line 178 and it works now. I see all the analysis.
Thank you very much.
Just a thought; would there be any way to remove the configure button. Once I create and publish reports as public it would be nice to make sure that no one can change them.
Just a thought; would there be any way to remove the configure button. Once I create and publish reports as public it would be nice to make sure that no one can change them.
On line 173, if you comment out the line
renderTo:
'configureButton',
to
// renderTo: 'configureButton',
The Configure Button will no longer show up.
I won’t change this in the source and will leave this as a custom change for your use.
Can anyone tell me, "from an operational standpoint, what are the most fundamental differences between using the BES Console versus using BES Web Reports to manage and maintain the BigFix (SCM) solution?
Can anyone tell me, "from an operational standpoint, what are the most fundamental differences between using the BES Console versus using BES Web Reports to manage and maintain the BigFix (SCM) solution?
Since Web Reports is read-only, you use that for reporting and general access, but the Console for actual management such as creating the control parameters, and enforcing the policies.
This usually falls in place when we don’t want casual and business BigFix users to have to deal with a Win32 based Console program. The HTML based Web Reports will work better.