-
Re: Syslog messages set too high...
denny.lecompte Jan 3, 2009 3:10 PM (in response to whitejcdc)This is a bug on our part. We're going to get it fixed, but in the meantime, you can edit the value in the database. It's in the WebUserSettings table. The value you need to change back to 250 is Web-SyslogMaxMsgPerPage.
-
Re: Syslog messages set too high...
TRueb Jul 22, 2009 2:16 PM (in response to denny.lecompte)Hi Denny,
I'm having the same problem as stated originally, and I tried to follow your advise - unsuccessful, unfortunately. I made it to the "WebUserSettings" table, but couldn't find the mentioned "Web-SyslogMaxMsgPerPage" value. Could you please advise in more detail how to get there?
Thanks & regards,
Thomas
-
Re: Syslog messages set too high...
bshoppJul 22, 2009 3:43 PM (in response to TRueb)
What version are you on and are you using SQL Server or Express?
-
Re: Syslog messages set too high...
TRueb Jul 23, 2009 2:26 AM (in response to bshopp)Sorted - Thanks to Ciaran Luttrell!
-
-
-
Re: Syslog messages set too high...
aLTeReGoFeb 4, 2010 12:44 PM (in response to denny.lecompte)
This is a bug on our part. We're going to get it fixed, but in the meantime, you can edit the value in the database. It's in the WebUserSettings table. The value you need to change back to 250 is Web-SyslogMaxMsgPerPage.
I'm still seeing this issue in 8.5.1 (A little more than a year after your post) Any update on a possible resolution to this issue?
-
-
Re: Syslog messages set too high...
jkennedy Sep 29, 2009 6:27 PM (in response to whitejcdc)Has anyone found a way to limit the max number of messages a user can try to view? I have users trying to pull 10000+ messages any complaining about response time.
-
Re: Syslog messages set too high...
jkennedy Sep 30, 2009 11:41 AM (in response to whitejcdc)I have found a workaround to my issues regarding users setting this threshold too high.
I replaced the built in menu bar link to SysLog with a link which point to this URL.
/Orion/NetPerfMon/SysLog.aspx?MaxMessages=100
Whenever you use the SysLog link in the menu bar, it will only load the past 100 messages. Most likely your users will then be using search criteria to refine their search and include a larger number of messages.