spendlet8801

Comments

  • It depends on whether or not you need the popup on all mouseovers or just in the map. You can edit the popups for mousovers on maps by Clicking edit on the map and then clicking the link at the bottom that says customize map tooltips.
  • I don't know what your code looks like so I can't be a fair judge of how complicated it would be. Since you are utilizing the .NET framework I have to assume you are using an object oriented programing language. From a SQL perspective lets say we limit the hierarchy to 4 levels. Create a table called Group properties that…
  • OK, I've been digging through .acsx looking at code and have tracked it down to this. This at least was my problem. This occured because the last grouping that was used in the web console was a Custom property. The custom property was deleted, but the entry in the WebUesrSettings that stored the last view still have the…
  • If you don't need to monitor the interface when it comes up you could not monitor its status by deselecting it from the node resources.
  • I have the same issue. I appears to be occur if it is grouping by a field that has a lot of nodes with null values.
  • Sort of, but what about other items that can be assigned to nodes? What About nesting? What if I wanted to have a class called Cisco Routers and under that Routers with WAE Modules. Or nest servers such as All Servers -> All Remotes Servers -> AD controlers. The Custom Tag only allows one level of granularity. What about…
  • That's nice. I know there are tools that can script the automatic reloading of pages, but I was looking for someting more event driven. I have over 300 maps in a 4 level deep hierarchy. I don't need to toggle all of them, only the ones with down nodes.
  • I'd like the ability to create custom views under node management. I'd also like to be able to sort by clicking on the column header. I have found that many of our workstations come up as unknown. Trying to scroll through 1000s of workstations to find certain class of workstation is a tedious tasks as it overload the…
  • After much troubleshooting I found that this was caused by some odd custom poller assignment corruption. I don't know which one since the UDP application wouldn't start while the Job Engine service was down. What I did was edit the database and delete all the CustomPollerAssignment table entries. This stopped the .NET…
  • What I ended up doing was creating a custom property in the Custom Property Editor called DefaultUM and Set the value to Yes for all the nodes I don't want to be managed, but still want them in ORION. Then I used the Database Manger and performed the following Query UPDATE Nodes SET Unmanaged = 1, UnmanagedTo = '1/1/2099…