Comments
-
Cant say whats the problem from here.Could you please open a support ticket to fix this issue?And also post back the ticket# along with the solution.
-
I believe updating the Nodes table directly would have caused the problem.there would be dependencies of the fields in this table with other tables in the database. This error message "System.Data.SqlClient.SqlException: Ambiguous column name 'NodeID'." gives a hint of it. I would recommend to open a support ticket to look…
-
The best way to find a solution is by opening support ticket.Would you post back the ticket# and the solution to this thread.
-
PollerType='S' refers to State or status.I hope you have covered all.
-
Could you explain in detail about the request,so that we can understand this feature and record in our systems.
-
Can you give details on how you created a new details view with limitation.
-
Orion installation includes a report writer tool which should help to get this data as a report. Here are the steps to achieve the expected results. 1.Navigate to Start-->All programs-->SolarWinds Orion-->Alerting,reporting and Mapping-->Report Writer Here is a screen shot of the filter conditions to get the desired output…
-
Hi Mario, I agree with you.Group status depends on the object added to the group.So you need to have two separate groups,one for nodes and one for interfaces to meet your needs. Nandish
-
This may be possible to achieve with a help of an SQL expert. Goto Orion Report writer->select "Availability-Yesterday" report. Now select Report-->show SQL from the options available from the top of the Orion Report Writer tool. Now you should see the SQL query like the one pasted below. SELECT TOP 10000…
-
Could you open a support ticket to look in further.Would you also post back the ticket# and the solution. Thank You Nandish
-
I would like to suggest you an option which must help you to solve the problem and this option can be very handy when you want to create alerts which is not available as a default. In the "Trigger Condition" tab of the Alert Manager,there is an option named "Custom SQL Alert" available in the drop-down corresponding to the…
-
I would like to suggest you an option which must help you to solve the problem and this option can be very handy when you want to create alerts which is not available as a defualt. In the "Trigger Condition" tab of the Alert Manager,there is an option named "Custom SQL Alert" available in the dropdown corresponding to the…
-
I agree with Melanie suggestion.I also want to add here that in the eventstable the field Eventtype=19 is for "Interface changed",when the record is unticked your problem would temporarily be resolved.However this would not give you a permanent fix.By unticking the record field,its going to stop any interface change…
-
Have you tried to run the configuration Wizard?(start-->All Programs-->SolarWinds Orion-->Configuration and Auto-Discovery-->Configuration Manger) If not ,I would recommend to do so.
-
Orion should support multiple CPU on Windows Server and F5.Please refer to the thwack post mentioned below.
-
You may try to edit the node details(edit properties) by selecting the option DHCP and rediscover them.
-
I think going to settings-->Manage Nodes and selecting volumes is not going to help here. Would you open a support ticket to get the SQL Query and please post back the ticket# along with the solution.This should be a great help to this community.
-
Here is a possible way to do it. In the Advanced Alert manager,Select a "New" option to create a one fresh. In the "Trigger Condition" tab ,there is one drop-down option for the field "Type of Property to Monitor" named "Custom SQL Alert".Once this drop-down option is selected then you get another field added which says…
-
Here is this wonderful option available to setup advance alerts. To create new alerts or configure advanced alerting options, click Start > All Programs > SolarWinds Orion > Alerting, Reporting and Mapping > Advanced Alert Manager on your Orion server. I believe this should help.
-
Opening a support ticket should be a great option to find right answer.
-
Its difficult to say from here.Would you please open a support ticket to look in further.And also post back the ticket# along with solution.
-
I am sure you must be aware about how a data collection happens in Orion and how the charts are displayed. Just a recap,Orion would do a snmp get and collect the data from the Source device to feed them into our database.And then with calculations done at the back end,they get filled in the charts appropriately. Looking…
-
Can you check with your database guy to see if it is possible to downgrade from SQL2008R2 to SQL2008?If this is supported then you should go through the Chapter 21 in OrionAdminGuide to migrate or detach the database.
-
Not sure whats going on.I would suggest to check this KB.More details on product version would be good to know.
-
As I keep working on this heavy AP issue,I would like to confirm the following OIDs are matching up in the database. Here is the SysObjectID for 2811-->1.3.6.1.4.1.9.1.576 2821-->1.3.6.1.4.1.9.1.577 Log into the database and execute the following query to see what SysObjectID is showing for the nodes in the question.…
-
Please open a support ticket for us to gather more information.
-
Goto Alert manager-->Edit-->Trigger Action-->go on to select edit 'Edit e-mail/page action'.Now get to the 'Message' tab.Select 'Insert variable' option at the bottom. Now you can see the 'NodeName' listed when you select 'General' option listed under 'Variable Category'.Whereas 'custompollerstatus' would not available to…
-
This option is not available as default template.So when you go on to create new report,you have to select Advanced SQL option.Now using SQL query you can build this report.May be an SQL expert can help here. Just a hint on the SQL query:To get the average of all and display them at the last can be done using "Union"…
-
Right now only 3 grouping levels are possible.Let us know if think more than 3 grouping levels should be made available.
-
Here are my suggestions. 1.Open the Database manager,goto the "Alerts" database and look for the column "LogMessage".There you need to look for something like this "Interface....for node...has a transmitted utilization of ...which is greater than...." and "Interface....for node...has a transmitted utilization of ...which…