Comments
-
Please have a look at this thread Internal Setting Tool described there will help you to do what you want.
-
Hello, this is help for service control: Usage: APMServiceControl ComponentId [-h] [-c=COMMAND-NAME] [-t=TIMEOUT] Options: ComponentId The id of the Windows Service Component Monitor to control. In the Advanced Alert Engine, you can use the alert variable ${{ComponentId}} to determine this value. -c=COMMAND-NAME The…
-
Regarding database reconfiguration - historical data won't be affected so it won't impact data stored about nodes or historical reports. Orion has a few settings, which are stored in the database (hostname of machine, where Orion runs, ...) and that's going to be updated. Except for that Orion will change its config files…
-
Unfortunately it can't work with Workstation at all, we are targeting different API.
-
These procedures are related to data from multi-value scripts. How many script components do you have? When you say long running, how long does it really take to execute such SQL query?
-
If you really need to use WMI, then in root\cimv2 namespace just execute SELECT Name,messagesinqueue FROM Win32_PerfRawdata_MSMQ_MSMQQueue
-
FunkBuddha, kristina, regarding your upgrade to APM 4.2 - was it upgrade on existing database where template which previously worked in APM 4.0.2 is not working on APM 4.2? Or did you manually assign 'Exchange 2007 OWA Form Login' template to node after upgrade (in APM 4.2) and it is not working? I'm asking because there…
-
How about this: SELECT DISTINCT Nodes.CustomerID, Nodes.SiteType, Nodes.Caption as NodeName, APM_PortEvidence_detail.ErrorMessage as Error FROM APM_Component c JOIN APM_Application ON APM_Application.ID = c.ApplicationID JOIN Nodes ON Nodes.NodeID = APM_Application.NodeID JOIN APM_CurrentComponentStatus ccs ON c.ID =…
-
Could you please also post screenshot from Windows Event Log so we could see how exactly the log message looks? Thank you
-
To get this resolved quickly, please open a support ticket. Support should be able to give you a direct download link.
-
Byrona, could you check using perfmon.exe if those performance counters still exist on the target SQL server? Sometime SQL server performance counters get messed up and it's necessary to repair SQL server installation.
-
Jerry, could you please send a screenshot with your Directory Size Monitor settings? Are you monitoring directory on Orion server or on other node? What is the path to that directory?
-
Please open a support ticket and please reference this thread. Martin
-
I do not think it is the query I think it is the right of the user. I did some further checking. The user is an administrator on the server but I am getting this error when testing: Testing on node SQLSERVER00: failed with 'NotAvailable' status Login failed for user ''. The user is not associated with a trusted SQL Server…
-
Well, I'm closer. If I follow the scan method and verify both my SNMP community strings and the Windows Credentials asked for in the sonar wizard, all the hardware monitors are checked but result in an unknown state with the following: Hardware polling failed: Value cannot be null. Parameter name: credentials Thanks! We…
-
Could you open a support ticket for this issue and reference this thread. Then please post a support case number back here. We will need to have a look at log files to see what exactly is going wrong on your box. Thank you
-
There is one way how to simplify transformation to templates: Go To APM Settings -> Manage Assigned Component Monitors. On this page, group by 'Assigned Application Monitor', then select all items from the right panel and click 'Create New Template'.
-
If you run the Configuration Wizard again, on the first step select 'Website' and let the Configuration Wizard finish. Does Configuration Wizard finish without error? Because this error is shown because c:\inetpub\SolarWinds\web.config does not contain some information, which is added by Configuration Wizard. If just…
-
Java monitoring is one of the things we are working on for a future release - link
-
Database configuration failed: • Cannot add index (PK_CustomPollerStatus) to CustomPollerStatus -ExecuteNonQuery failed for Database 'NetPerfoMon'. Wajahat, it seems that your problem is related to database, not licensing. Please open a support ticket.
-
Did you try to restart Orion Services? If you are connecting to Additional Website (not primary Orion), then make sure that time is set correctly (synchronized) on all Orion machines. There might be some additional information about the error in these log files c:\Documents and Settings\All Users\Application…
-
Could you open a support case for this issue and post case number back to this thread?
-
Thank you for reporting of this issue. Development team will investigate what can be done to improve it.
-
We have seen this issue when DNS server was configured incorrectly so Windows thought that remote node DNS names resolves to localhost IP. In that case wbemtest also wouldn't able to connect. So I agree with tomb - wbemtest should be the first thing to try.
-
POP3 User Experience Monitor sends e-mail through SMTP server and verifies that it gets delivered to POP3 server. That is the round trip documention talks about. you can do something similar with Exchange by using MAPI User Experience Monitor, it sends email through SMTP server and verifies that it gets delivered to mail…
-
Hello, unfortunately that is currently not possible. I've created a ticket in our internal tracking system (FB52453) as a feature request.
-
Do you know which particular component type is causing that? To find out, could you unmanage all applications on that server so APM will stop polling it temporarily. Then go to IIS application edit page, try to test each individual component type and after each test check if event was created?
-
So you are using paired local user accounts (with the same username and password on both - monitored node and Orion server)? If so, then yes it should work :)
-
I would also recommend checking Database Maintenance log file (c:\Program Files (x86)\SolarWinds\Orion\swdebugMaintenance.log) to verify that maintenance runs every day and there are no errors. If there are errors, you should open a support ticket and some of our support reps will assist you with troubleshooting.
-
It seems that there were no changes between APM 3.5 and APM 4.x so it should work the same in both version. Are you trying to filter this resource on Summary view or on Node Details view? Could you send a screenshot of your resource edit page to make sure filter (Application.Name = 'xy') is entered correctly there?