Comments
-
Hi, you are right :/ The issue is there and it's caused by enabling background query support. I disabled that in default configuration just now. Please try last sources from repo or navigate to /dist/plugin.json and set "backend": false. Thanks ET;
-
ok, let me try it. It's my repo so in case it's not working I'll fix it. Thanks for reporting.
-
Hi, I believe that it's still functional. Just that this plugin is not signed and you have to add exception for it.
-
hmmm ok, thanks for response. I will check it and let you know my results.
-
ufff, strange. Is it on NPM view, or NTA view or detached? Which browser do you use? thanks
-
Rediscover does not work - can you see some error message? Or it seems to be fine, but no data are shown. Location, Contact, SysName are polled by RediscoveryJob - if it's failing seems that it's not able to poll. Is it SNMP v2 or v3 device? Are other polling data functional on this device (cpu, memory, volume, interface…
-
Hmm not sure. Actually each rendered chart is valid for 20 minutes. So if you render page, than wait 20 minutes (this time is per each resource), you will definately see .NET 3.5 blabla error. That's for sure. But this is not your case, right? You just display page, and than you press print button. Strange is also message…
-
Location is polled with rediscovery job. You can try invoke RediscoveryNow on this node to speed up polling. After you do that please check NextRediscovery information on node, and if it's correct and you still can't see Location, seems that there's some problem with polling and you probably need to open a case with…
-
Hmmm, maybe some security issue. Can you try run AAManager as Admin? We can trace it down via Procmon utility, but better is probably to open a support ticket.
-
Cool, another who is able to reproduce this issue. I rember this task, it was assigned as bug for investigation, but we wasn't able to reproduce it at all. We asked for couple of questions about app pool to customer, but no answer as I remember. We saw, that application pool was restarted periodically and we saw that…
-
But file .schema is not in schemas directory, it's in NetflowTrafficAnalysis directory, right?
-
Just clarification, do you have 3.5, right?
-
exactly, 25600 is maximum. NTA service has smart data processing and it uses a lot of caches and memory buffers to handle situations when SQL is overloaded or we are running out of some resources. If all caches/buffers are full (Raw Packet Queue is the last one), it's possible that we start dropping incoming netflow…
-
Nope, advanced alerts are still in registry base
-
In 10.2 was configuration moved from registry to database. So it doesn't affect registry and we don't use registry setting anymore for this. Configuration is now in database table EngineProperties, JFYI.
-
This issue doesn't affect polling. If you have errors in Core.Colletor.Jobs and you don't see data, that's probably other issue. And I would open ticket for that.
-
Hi, have you copied all files from zip file? It seems, that you didn't overwrite nta database schema for report writer. So you have new report, but report writer is not able to complete SQL query, because this new report contains additional field, which is not in default db schema. Or maybe you run "repair" operation in…
-
Hello justinh, I'm back in office, so you have 3.1, hmmmm. I have to admit, that in 3.1 (even with SP2) we realy had issue with OOM , it was related to DNS resolving, and we have also hotfix for this. Here is description from our KB: In some customer environments, where Orion NTA is monitoring a wide range of IP addresses,…
-
Currently you are not able to switch node to ICMP. But you can disable SNMP pollers. I assume that this CPU spikes are caused most probably by Topology polling. Try to hit "List Resources" on node and disable topology pollers.
-
I checked your diagnostic quickly and your basic alerts are disabled global. Please open Basic Alert Manager and enable it.
-
Can you please post here your case number? I will look at it on Monday right away. thanks
-
You can define overlapping groups, but not nested as I know, right?
-
cool, thanks for direct us so we can reduce test scope. This error picture is generated in 2 main cases. - we are not able to generate chart (invalid/incorrect/corrupted input data, or some .... i don't know) - generated chart expired (this is not your case obviously) Can you please open ticket for this and send us…
-
You need to add some fields from Receiver section in popu menu, so it will query Bytes and SourceIP for instance. Actually Top XX Receiver report is already predefined in NTA installation.
-
Hi, as I already said, utilization and bitrate will be in next version of NTA. Are so in hurry, that you can't wait for new version? If so, than I can provide you some SQL query to do that, but it will be pure SQL. And you have to change manually all parameters, like InterfaceID, time range, .... . I recommend wait for new…
-
Hi, I just analyzed similar issue, and we found out that it's caused by WMI polling in APM product. Solution here is to install SP2 for Windows 2008 and hotfix provided here http://support.microsoft.com/kb/2028484/en-us Thanks
-
Hi, we identified problem in 10.2.1, that database LastSync is not updated during topology calculation. And because topology calculation can take on some environments over hour(s) (depends on CPU) your engine is announced as down even it isn't. We are currently working on permanent solution. I can suggest 2 workarounds: *…
-
That's more than fine. I was talking about GigaBytes. I would guess, that slowness can be caused by slower DB connection, network latency, lack of system resources? And other possible reason is also a lot of dependencies which DB is not able to resolve on time. How looks your system? CPU,I/O,...? Do you use dependencies?…
-
You mentioned you have support ticket. What's your number, I will check it.
-
Related to one customer I found these KB articles which pretty fit to this scenario. If someone can clarify that it resolved his issue it would be great. http://support.microsoft.com/kb/980259 http://support.microsoft.com/kb/972840 Thanks