Comments
-
Toilet, what AV are you using?
-
I may be closer to a resolution now. * Updated the primary from NPM 10.2 to 10.2.1. Replaced the .sdf files on all servers. Still no luck. * Re-ran configuration wizard on additional pollers. No luck * Noticed memory usage on additional pollers was slightly higher than usual. Added more memory (virtual machines). No luck.…
-
A SolarWinds tech remoted into my system and fixed most of the problems. All pollers are still showing 5% completion, but that's a setting bug (involving Topology) that I didn't mention to him. The main issue was listing resources, where it failed more often than it worked. Before he connected, I noticed a problem on the…
-
I have an open trouble ticket. My main problem comes when trying to list resources. No response from support in the last 24 hours, so I'm about to pester them for suggestions. Thanks, David Templeton Troy Cablevision, Inc. On Tue, Jul 10, 2012 at 3:41 AM, JC_ <
-
I'm on v10.1.1. None of the stored procedures in SQL Server contain that text, and the .Net SqlClient Data Provider made it sound like it was coming from some code.
-
Google has lowered their pricing. If you're interested in keeping your personal maps personal, then this is the way to go. The price has been dropped from $4 per 1,000 map loads to $0.50 per 1000 map loads (1/8th the original price). You can view the Google Geo Developers Blog for more details.
-
What did you set as the Home Page View?
-
If anyone has been following this post, an SDK is available and has been for quite a while now.
-
It should work. Take the "NETAPP-MIB:volumeCloneCreate" text out of the definition and give it a try.
-
The N: is within the text field. I'm using it with the wildcards to match up things correctly. You wouldn't need it. I'm glad you got it working!
-
No, sorry. The script above only hides the window. A simple BAT file like the one below should work. @echo off net stop servicename /y net start servicename
-
Will adding FileMappingSize to the registry remove this error? http://msdn.microsoft.com/en-us/library/ms735098.aspx
-
Will clicking on Rediscover fix the problem? What IP address will it give the Node that is down?
-
I may have found part of the problem. The .sdf files are huge. I replaced them with a copy of their blanks. It seemed to help briefly, but the problem is coming back. From one of my additional pollers that now has a polling completion of 5: * JobsTracker.sdf: 480MB before, 406MB after * PollingController.sdf: 404MB before,…
-
I haven't seen any graphing issues yet, but I'm having problems with polling and alert emails. Right now I'm trying to list the resources on one device, and it's been stuck with the "Please wait while resources are being discovered..." message for 5 minutes. Some of the technicians have also reported a faliure to receive…
-
Thanks Brandon. I can always use SQL Server Profiler to try to copy the steps, but I'd rather use the SDK when it becomes available. KEEP US INFORMED ON ITS PROGRESS!
-
We have thousands of customers, and we add/remove dozens of components a day. Making those changes through the web interface is slow and prone to human error. Most of the information has already been entered into the other systems we use, so I would like to use whatever queries and stored procedures are available to…
-
Using 9.5.1, I created a custom node property with an href and link. From IE, got to Page --> View Source. If the html looks correct but clicking on the link takes you to a munged up URL, then this might help. Go to SolarWinds\Orion\NetPerfMon\Controls and edit CustomPropertyList.ascx. Replace showProperties[keyBreakable]…
-
Google has lowered their pricing. If you're interested in keeping your personal maps personal, then this is the way to go. The price has been dropped from $4 per 1,000 map loads to $0.50 per 1000 map loads (1/8th the original price). You can view the Google Geo Developers Blog for more details.
-
You made it so easy. Great job lasher! Can we expect a Double Triple Poller Chart next?
-
I'm pretty new to this too, but I think I know the problem. The conditions should be indented within the trigger group. Delete the Xmit and Recv conditions. Click on the "Trigger Alert when any of the following apply", then click on the "..." to add a simple condition. Add the Xmit condition. Go back to "Trigger Alert when…
-
Running NPM with 2 additional pollers on 64-bit 2008 R2 VMs. I was a wreck during the upgrade process. I attended the upgrade webinar, backed up everything, ran the Database Maintenance tool for good measure, shut down all SolarWinds services, and ran the update. It worked without a problem. All customized pages had to be…
-
It may be unrelated. I installed SP1 for SQL Server 2008 near the end of last week. Did anyone else do the same?
-
One is an empty string, the other is a null string. I think they're supposed to be null.
-
You should be fine. I've given my custom fields blank default values. The upgrades haven't touched them. Document your changes to be safe!
-
The upgrade to 10.0 went so smoothly that I jumped on the chance to upgrade to 10.1. BIG MISTAKE. That was November 24 around noon. I struggled with it until about 10:30 that night just to get it working, and it was painfully slow. The 4 cores are pegged out around 100%. A few days after the holidays, it became entirely…
-
I hope you find an answer (and share it). One of my additional pollers has bounced between 24.85 and 99.99 completion. My primary server and two additional pollers are all at 5 completion.
-
Is it every column or just one custom property that gives you the error? If you right click on a field, do you still get the Cut/Copy/Paste/Delete options?
-
Can you use a stored procedure instead? CREATE PROCEDURE [dbo].[sp_addCustomPollers] @NodeID int, @FQDN nvarchar(255), @PollerGroup nvarchar(255) AS BEGIN INSERT INTO CustomPollerAssignment (CustomPollerAssignmentID, AssignmentName, CustomPollerID, NodeID, InterfaceID) SELECT NEWID(), UniqueName + ' on ' + @FQDN,…
-
I haven't tried it, but you might be able to use a trusted connection if your database is using mixed mode authentication. http://www.connectionstrings.com/sql-server-2005 http://msdn.microsoft.com/en-us/library/ms144284(SQL.90).aspx