Comments
-
Thanks!! That worked for us too. The logon screen still gets a failure, but at least now you can close the tab, then re-open the website & it will pass thru without having to close every IE session/tab.
-
I installed Orion SDK 1.9 on Server 2012. While trying to add the snap-in in a script, I received an error that the snap-in was not registered. This did the trick!! Thank you! (Also, I ran the cmd.exe and the powershell script editor as administrator.)
-
Was this ever added? I'm running into the same issue.
-
This db is SQL Server Version11.0.3000.0SQL Server Product LevelSP1SQL Server EditionStandard Edition (64-bit) Polling method is: WMI for the node. Deadlocks/sec is red on the AppInsight for SQL page (which has the Application Details on the upper left). The value is 0. (I tried to drill into a specific database to see it,…
-
Sorry. I didn't get a response.
-
I accidently marked mine as a discussion. How can I now change it to a question so I can mark it as answered?
-
Not getting anything from win32_PerfRawData ... when use Powershell get-wmiobject. Put exctrlst.exe on the box & opened it. The checkbox was already checked for process PerfProc. So, we unchecked and rechecked it. Then, checked the registry entry & now it exists with a value of 0 (not disabled). Rebooted the machine. Same…
-
Windows 2008 R2 Server. We are going to be looking at it further this afternoon. Thanks for all of your suggestions so far. I'll keep you posted.
-
Our export chart data (HTML and XLS) are working OK.
-
We just updated SolarWinds again (Orion Platform 2013.1.0, SAM 5.5.0, IPAM 4.0, NPM 10.5, NTA 3.11.0, IVIM 1.6.0 1995-2013 SolarWinds Worldwide, LLC. All Rights Reserved) and now there are 2 entries in the website table, (before there was only one), one has SSL enabled and one does not. The non-secure entry contains a…
-
I checked our recent alerts and it still seems to be a problem for some servers. On 7/30/14 I found, a memory leak article. http://support.microsoft.com/kb/970520/en-us We are monitoring using wmi from Windows 2003 Server to this 2008 server. There is a hotfix available. Hope that helps.
-
I made a modification to this alert today. That's why there is a new condition (Mute_Night_Alerts), which you can remove. This is a custom field. Also, the Last 2 condition groups (using CPU_Threshold) use another custom field I added to the Nodes table. You can remove them and just use the CPU Load is greater than 80…
-
Adding the site as a trusted site got rid of the error when I'm running it in manually, but it still fails when it runs thru the scheduler. I found an error in the "C:\Documents and Settings\All Users\Application Data\SolarWinds\Logs\Orion\OrionWebPdf.log" which states: 2013-06-20 16:17:02,411 [1] INFO…
-
I'm not getting the SSL error once I fully qualify the server name. I'm going to try having the server added as a trusted site to see if that helps with the blocked site/download error.
-
Here's how mine is setup. http://thwack.solarwinds.com/message/194747#194747 You might want to increase the gap between the 'polling timeout' (mine is at 8 minutes) and the email delay (mine is at 10 minutes). But, as you can see, I don't always get the results I am expecting.
-
Try adding this... select left(convert(varchar, 100-${VolumePercentUsed}),5) ... Change the "5" up or down to get more or less. This will truncate. CAST and CONVERT (Transact-SQL). There are other sql functions, but I'm not sure if they're supported (such as ROUND). select round( .... , 2) ... will give you 2 decimals.
-
Our programmer made some changes and now mine is working. I don't know yet exactly what was corrected. When I would personally try to access the page (from a different domain than where it is hosted; yet the same domain as the Orion server), I was getting an error: 'Exception Details: System.NullReferenceException: Object…
-
My Orion Rediscover process is also set to update every 30 minutes. So why are there 2 IPs linked to device Cisco model WS-C6509-E (core) that I cannot ping? When I look at this same system name in IPAM, it shows 3 additional IPs that are not showing in NPM. And I have 2 IPs in NPM that are not in IPAM. So I have the…
-
You're right!!! I changed the -- (2 dashes) to /* .... */ and it works!! Looks like I have some cleanup work to do. I'm finding other reports that are failing too. Thanks so much for your help!
-
Since you chose the 'Down Nodes' view, it already only includes status = 2. Another option is to choose the view that is 'Nodes not Up', which will also include those with warnings. However, this list includes UnManaged nodes, so you may want to also exclude those by adding the filter 'Status <> 9'. If you get the Filter…
-
Thanks chrispaap!! I'll pass this info on to the system admins. (p.s. They're in the midst of a rebuild/upgrade of our SW database & poller so it may be a mute point.)
-
I agree. I added an idea http://thwack.solarwinds.com/ideas/2396 for this idea. Please vote.
-
Thanks that helped a lot. I wasn't sure how the email addresses would wrap on reports & such with no spaces, so I kept the custom field values separated by semicolons + space: user1@co.com; user2@co.com (Sorry. The editor keeps converting these to links & even though I remove them, it adds them back when I save.) However,…
-
Any update on this issue?
-
Here's some more information. I noticed the URL to login is different depending on how I get to the page. I can login OK when I use: http://thwack.solarwinds.com/login.jspa But, when I try to log in after spawning another IE tab while in our SolarWinds app, it takes me to…
-
That worked! I unchecked the 'preserve favorites website data' under the IE Tools\Internet Options\ Browsing History <Delete...> button to delete all of the internet files. Thanks!!
-
I could see them last week, but I can't now. We probably have some security setup to block them.
-
The CPU has been at 100% for several days (since 3/17 7 am). And I have the alert to only trigger if it's been > 80% for over 1 hour. (I've had this alert running for months. Plus the "average cpu load & memory" guage has been reporting 100%.) I'm not getting any SNMP results from this one server now. I'll have to get with…
-
Thank you!! I'm using the Container and ContainerMemberSnapshots instead. I also switched to use the Node as the Trigger Query table. Once I get it tested, I'll repost the query but it's looking promising. To answer your questions: * To build the groups, there are a couple dynamic queries and several nodes were manually…