Comments
-
In reports, DateTime is now presented in UTC. How can I revert to local time?
-
Ok, but what if i want to have ssl over 8888 port? https://IPaddress:8888/
-
I buy a Certificate for my orion NPM web site, but is not working because my site port is TCP 8888: https://orionserver:8888 an I get an error about 127.0.0.1:443
-
try with SP5, on fixes list it is our bug :-)
-
Same problem here, and my SQL are in another server :( SolarWinds Orion Network Performance Monitor v9.5.1
-
I uploaded a backup of my database via solarwinds.leapfile.com (Fresh_database_case_162179.bak.rar). I hope you can test it in lab enviroment. I have this problem since some months ago. In previous case 149055 I finally re install from zero my two HP Proliant DL380G6 Servers (SQL and Orion), then your application works…
-
Thank's denny, you are great!!!, And How about Custom pollers? 2000 too?
-
I have a workaround to this :-)
-
The horror!!!!, mi NPM is no polling since 1.5 hours!!!!!! Network Performance Monitor Polling Engines Last Database Update 1 hours, 31 minutes, 57 seconds ago Web Engine Running Since 26-Nov-08 05:17 PM Polling Engine on NOC-SOLAR Engine Status Polling Engine Active Type of Polling Engine Primary Polling Engine Version…
-
You are Rigth!!! I change the collation schema of SQL 2005 server database to Case Insensitive: I need to: * uninstall NTA module * delete NetPerfMonDB (my DB was empty ) from SQL server * change the collation scheme of my server: start /wait setup.exe /qb INSTANCENAME=MY_SQL_SERVER REINSTALL=SQL_Engine REBUILDDATABASE=1…
-
Same Issue here with SolarWinds Orion Core 2010.1.0, NPM 10.0.0, NTA 3.6. Re-install Job Engine with out results :(
-
In an ASA, the OID for cikeGlobalActiveTunnels 1.3.6.1.4.1.9.9.171.1.2.1.1.0
-
hahahaha tunnel vision, I was looking for the option in Network Performance Monitor Settings, XD thank`s
-
I have SolarWinds Orion Network Performance Monitor 9.0 SP1 SL2000, the issue begins after add a icmp node. I try the next solution, but the issue persist. HKEY_CURRENT_USER\Software\VB and VBA Program Settings\Orion Network Performance Monitor\NodeList Set "Visible"="True" and "Width"="2880"
-
Nodes.FOLIO is a custom property, I have a lot of tools and a lot of equipment, then I assign a common ID in all the tools to track devices and correlation reports, for example: FOLIO= B001R1 B Sector ID 001 Building ID R Type of device (R=router S=switch F=Firewall) 1 ID device
-
- OK, but.. is there any technical restriction to mix "orionNPM 2000 with NetFlow 500" or "orionNPM SLX with NetFlow 500" ?
-
Hi, what registry keys did you remove? :D
-
We have the same issue :(
-
Ok, so, is there some feature that show the amount of free license status? Licence Orion NPM v9 SL2000 Network Elements 1998 Elements Nodes 818 Nodes Interfaces 1140 Interfaces Volumes 40 Volumes Unmanaged Nodes 302 Managed Nodes 516
-
I buy a VeriSign Certificate for my Orion NPM web Server, but is not working because y have a custom port. https://myserver.com:8888 when we login to the site, an error is displayed: Orion Website Error An error has occurred with the Orion website. Additional Information System.Net.WebException: Unable to connect to the…
-
MS-DOS BATCH--------------------------------------------------------------------------------------- @echo off set ARTCPPORT=2010 set Descripcion=We loss communication with remote site%3 set Descripcion=%Descripcion:"=. % set Afectado=%2 - %3 set Afectado=%Afectado:"=% echo New Ticket on Remedy in 90 seconds (Ctrl+C Y to…
-
I have 300 nodes, and i need a batch script to obtain a lot of graphs of all nodes :s
-
Let me tell you that your help has been great!!!, thank's a lot for your help
-
I restarting the SolarWinds Orion Network Performance Monitor service, but the issue persisted. Then I stop all the services of Orion NPM and delete the last register of table Nodes (MS SQL query), then restart SQL, and start Orion NPM services. The baseline initiate, and now is polling correctly.
-
Ok, attached to Case #146160
-
Solved. In the site where I have the Orion Server a guy of the staff connected a very old monitor directly to the video card and change the resolution and color depth. Now he is fired XD Thank you tdanner
-
I Have the same problem here???? any suggestion???
-
same issue here and my database is empty :(
-
Set matches = RegularExpressionObject.Execute(Fields.VarCleanMessageText) Set fechaaa = matches(0) fechaaa=Replace(fechaaa, "@", "") fechaaa=Replace(fechaaa, ".", "") fechaaa=Replace(fechaaa, "/01/", aryMonth(1)) fechaaa=Replace(fechaaa, "/02/", aryMonth(2)) fechaaa=Replace(fechaaa, "/03/", aryMonth(3))…