Comments
-
Few things I'm thinking about: * Something, using the SDK libs, although deleted is still in use - if running, shutdown the PowerShell or another programs, working with SDK * Try to install under administrator account if you're already not doing that * Is there something useful in the Windows Event Log (Event Viewer), when…
-
Hello, the location is still the same, only the zip package is being updated from time to time.
-
Hi Chame, it always depends on the Ad Web machine configuration and type of operations(e.g. speed of browsing, which resources are displaying, used limitations), but from my experience the machine, which is strong enough (8 Core, 8GB RAM) should be able to handle ~20 users (acceptable user experience, of course the higher…
-
Hello, what you need to do should be possible by using Orion SDK by following workflow: * Import your CSV * Using the CSV create discovery profile * Launch the discovery (AutoImport can be set to true) * After the discovery finishes, you can set the custom properties also via SDK. Sample script (copy from text file to…
-
We'll take a look at it and inform you. The issue is quite weird. Sorry for inconvenience. Mad idea, but could you, please, doublecheck the rights for the user, used for the SWIS calls? It should have at least Node Management rights. And you should be using the Information Service V3 endpoint
-
Dev has assigned the issue and will work on it, so I hope we'll know the time frame soon. Sorry for inconvenience.
-
This is pretty easily achieveable via Orion API. This can be easily accessed by Orion SDK libraries. I prepared the script to demonstrate the principle. The script gets the identifiers of the alerts you filtered by the condition in the query (e.g. Canned=0). Then uses this identifier for the alert export and finally the…
-
Well it's a bit hidden functionality (as not much advanced users may damage their database), internally used by the Web based reporting, however requires the admin rights for the user to execute. I'm glad it helps you in future. The verb is able to execute non-query as well as query commands. In case of query the verb…
-
OK, I assume this is the same case as Re: Web console login not working on Internet Explorer 10? Currently the only solutions we know about are the three mentioned there.
-
Are those machines domain members? Are you using the local accounts? If so, you'll probably need to specify usage of local account as .\username or hostname\username or (if using domain admin accounts) domainName\domainUserName
-
Hi mclovin, I'm glad it helped. P.S.: I like that you like it Honza
-
Of course, I'll contact the support guy with tips tomorrow during office hours (now 10 PM here:-) ), I hope we'll resolve your issue soon. With best regards, Jan Pelousek
-
I believe the v3 for invoke listens on https://Server1:17778/SolarWinds/InformationService/v3/Json/Invoke . Not sure how the rest of your code looks like, but adding /v3/ to the Uri may do the trick
-
AFAIK in case your server is not a member of the domain or the workstation/your domain doesn't have trusted relationship with the domain, you can't browse the domain although you know the credentials.
-
Hello, I think it should be possible to use virtual printers like PDF creator for this task. This free tool allows automatical saving, So setting up the Print job to the virtual printer should do the trick. Please note that in case of using the Print job, the Printer always must be set as system Default (it's a very very…
-
That's weird. Exactly also your modified query works for me also on the Custom Query resource. Could you, please drop some words about the product versions you use? Thx
-
In case of standard SLX, there you can monitor up to 12k elements with default polling intervals. Which means that you can poll all the 1600 nodes + >7 interfaces per node. After you reach this count, the polling intervals might get longer.
-
no, it doesn't work for me (honestly I don't know why at this time), but following query should principally do the same for you (under swis v2): select n.caption from orion.nodes n left join ncm.nodes c on n.nodeid=c.corenodeid where n.vendor='Cisco' and c.corenodeid is null Let me know if it helped EDIT: Tim was quicker:-)
-
Just edit the binding. Select "All Unassigned" or add additional binding for VIP. Potentially you may change it also by the Configuration Wizard, but I personally don't consider this as necessary. Just pay attention next time during the CW run so you won't overwrite the current binding.
-
HerrDoktor: regarding the limitation - is not working means, that it doesn't display the groups (1) or it crashes and show error message (2)? In (1) case, I'd try the display mode (edit the resource) from "Root Level Groups" (default) to "Flat View".
-
looks good... I'm glad it helped
-
Hello, according to your console output I assume you are using SQL management libraries (not functionality of SDK), but in case of SQL commands you need to create new object for SQL Command, which will contain also Connection information and also open the connection and close after you finish. The syntax will be like:…
-
Hello, please stay tuned for upcoming NPM 11.5 (currently in RC phase). The CRUD support for Dependencies handling will be available here.
-
That most probably IS the issue. Please check the DB table NodeChildStatus. Simple deleting without running additional related procedures causes leaving a lot of orphaned data in the DB(pollers, statistics, ...). To correct at least the NodeChildStatus issue you can truncate that table. This will be refreshed in few…
-
that's more the effect, when you have set Sample interval shorter than the polling interval. E.g. if you have Sample interval 1 minute and poll 5 minutes, it will behave like this. Making the Sample interval longer for the graph should do what you need.
-
hmm... just tried groups.py sample against my instance of NPM 12.0.1 and it works just fine. Maybe some other changes you made(e.g. can you redownload the sample?)? Or difference between versions? I used Python 2.7.12, Requests 2.11.1 and latest swisclient module from orionsdk-python/swisclient.py at master ·…
-
Just for your imagination how the 10.4.2 CPE looks like
-
Hello, well High Availability is the framework with decision logic, implementing the mechanisms for monitoring, services handling, failover and so on. High availability pool is always covering the entire server. The Platform version with HA has quite different model of licensing (and also web based license manager),…
-
Yes... DB schema changed a lot between 11.0.1 and 11.5... see his "9. Restore database backup"
-
Hi Brent, which query are you experiencing troubles with?