Comments
-
@dharmbodh Were you able to succeed here? I believe, what you can see here is, that the authentication didn't succeed and so the error page DOM has been returned instead to the python client. My personal hints here: Make sure you use the API token. Not the ingestion token Make sure you're accessing the correct region (see…
-
It's because the NCM is still running through SWISv2, but with newer SDK's the default connection is V3 and V2 must be used as parameter when creating connection. Create new connection as $targetV2 = Connect-Swis -Credential $credential2 -Hostname $hostname2 -V2 and invoke then the verb as if ($targetHasNCM) {…
-
Hi Alex, could you, please, specify what does the "new alerts are not recognized" does mean? Does it mean, that you import the alerts to SQL studio and after opening in Advanced Alert Manager they aren't shown/can't be opened/some parts of definitions are missing in AAM UI? For correct import there's needed at least: * To…
-
Hello, are there some news per your observations? Did the IPAddressGUID=[System.Guid]$ipGuid; definition resolve the issue for you as in our case? We just need confirmation so we could move forward with new release. Many thanks in advance.
-
Hello guys, not sure if that really helps you, however here is some info I'm able to provide. * Ad Q1 and Q2:* The channel between the VMware API and the VMAN poller is by default encrypted with the self-signed certificate, that is created during the vCenter appliance/ESXi host. * Certificates eventually can be replaced…
-
Hello, I probably found the reason for your issue. Please check the NodeSettings table if the SettingValue for your node is System.Object[]? If this is your case, the reason is, that you have in the DB more credentials with the same name, so when querying the $credentialId (row 79), you get an array of integers. The fix is…
-
Good news for you: For NPM 10.5 is planned Web based reporting, which will support custom charts in reports. More official info and discussion you can find under What we are working on post NPM 10.4
-
Hello sir, I can see problem in your configuration - IPv4 protocol on your VMs must be static. Just take the DHCP assigned config and put them as static configuration. Problem with Beta is, that there weren't implemented validators on the type of configuration + VirtualIP can't be assigned to DHCP configured interfaces (MS…
-
Hi, here it looks like there are set account limitations for "orionscheduler" orion account, that prevents to see and operate with the node you're trying to unmanage under this account. Please check Settings -> All Settings -> ManageAccounts to see the Account limitations for given user.
-
Hello sw_ross, your situation is perfectly mirrored to the issue we're having. Working fine in PS 3 and throwing the error in PS2. I'm glad you found the solution by yourself via REST interface, however I'd like to ask you, if you could test for us the Madhavan's suggestion and that's definition of the IPAddressGUID as:…
-
Hello sw_ross, we're currently working on investigation what's going on here and we're convinced we have it reproducible internally. We're planning to release next Orion SDK version very soon and are interrested in integration of the fix into the PowerShell SWISSnapin if possible. I'd like just to ask you for favor.…
-
Your code really does it as you specify the MachineType (for SWIS the same as Description). Reasons explained above. Thanks for understanding
-
Hello, as far as I know, in NPM 10.7 there was introduced the Skip setting in the Configuration Wizard. If ticked, the Config wizard shouldn't touch the binding settings. Until this release, I'd pay attention to the Port settings on the following screen.
-
It would most probably work, but just please keep in mind, that released NCM still runs under SWISv2, so to query against this endpoint, you'll need to add -v2 switch to the Connect-Swis cmdlet as: $SWIS_Connection = Connect-Swis -host $swisTarget -UserName $username -Password $password -V2 Just let know in case of doubts…
-
That's bad. Can you share it somewhere (dropbox, google drive) and send me the link as personal message? OR Could you confirm you're using the 32bit OS on your SDK environment? Maybe we found a bit random problem on 32b systems. We will fix that and provide, but need to know if there might be another issues to fix. Many…
-
EntityId is just in v3 schema, so you need to use v3 endpoint
-
Hi, the CRUD operations are now pretty straight forward and don't do anything you ask it for as when implementing of more wise scripts this would be contraproductive (you can create also WMI nodes, SNMP status pollers instead of ICMP and so one). The SysObjectID should be updated after rediscovery, when set to NULL (you…
-
Actually per screenshot you have some of the earlier versions. I believe the AD hasn't been installed there on the AWS and APEs as in those Active diagnostics early versions there wasn't yet implemented the mechanism to differ the AD tasks for different server types. Surely you can grab the ActiveDiagnostics installer from…
-
The reason is, that the unitialized properties (don't have value in the property bag) have NULL value. If you use Description, you set MachineType in real (that's what I explained above) and the Description storage remains untouched. For this use the NodeDescription. We prepare a bit smarter autoinitialization logic for…
-
Aah... that belongs to the web toolset. So not sure here how to customize this. Sorry.
-
Well reffreshing in realtime is pretty suicidal idea since it's very expensive to compute. The mimimum allowed frequency is 60 seconds. It's of course possible to modify it in the Database, but I really don't recommend it. The definitions for the group membership you'll find in the table ContainerMemberDefinitions. You'll…
-
Yes, as far as I remember the code needs to count with many types of alerts (simple, more conditional, event driven) as well as to filter out the transitive conditions (e.g. CPU value is changing often, so to evaluate if this is the case for the function, you need to skip that condition), then the Alert owner conditions +…
-
The general localization disabling seems to me to be more a feature request, but I'm almost sure individual approach will help you to get your environment consistent. The investigation of the issue might also help to discover issues that might be important in future. Many thanks in advance and appologies for inconvenience.…
-
Per your requirements, I created feature request in our system for implementation of the verb, clearing the triggered alerts records. For future reference, it's case 380463. Good luck with SWI products;-) H.
-
Thanks a lot for the good news. I'm glad it is working now. That was what I was thinking about. The root of the case was the typo in server name so the DNS wasn't able to resolve it to the IP. Have a nice day Steve. Honza
-
So I hope some other guys will come here. Btw. If you run exactly the same query against the SWISv3 via SWQL studio, does it pass for you this way? Is it problematic for all the queries you're using? Just asking so we could isolate the problem - if is general or e.g. only with JSON endpoint. H.
-
Hello, Select * from xx is currently not supported. The list of properties (columns) from specific entity you can get by generating it directly from SWQL studio, which is part of the SDK package, or if you need to build the query dynamicaly, you can use construction like: example for Orion.Nodes entity:…
-
Could you, please, tell me where you sent it? My THWACK inbox as well as e-mail doesn't contain any message from you. Or can you resend it? Thanks
-
Hmm... could you, please inspect the Information Service V3 log (c:\Users\All Users\Solarwinds\InformationService\v3.0\Orion.InformationService.log) if there's something senseful which could tell us what's goin' on?
-
Hello, I'm glad at least the FireFox workaround fits for you. We're aware of the problem and surely will fix it soon. Unfortunately at this time we don't have more satisfying solutions than the provided ones. Please stay tuned;-) Regards, Honza