The most recent content from our members.
I am trying to learn how to utilize these links in a table and I am hoping someone here can teach me how to fish. I would like to utilize a current task utilizing UDT: I have an IP address and would like to get the switch and port that IP is on. Looking at SWQL studio I see: Orion.UDT.IPAddress - I can get the EndpointID…
We are coding integrations (console apps) on SWIS - Orion SDK with .NET 4 Framework. Orion SDK v1.7 is used log4Net v1.2.10.0 support for .Net 3.5 FW. So, we get confliction because of .Net FW version. Maybe the new SWIS - Orion SDK is supported for .NET 4 Framework.
I am trying to download all device configurations (latest versions) to local drive. Here is the script I tried based on modified sample scripts. if (! (Get-PSSnapin | where {$_.Name -eq "SwisSnapin"})) { Add-PSSnapin "SwisSnapin" } $hostname = "xxxxx" $username = "xxxxx" $password = New-Object System.Security.SecureString…
I have a growing selection of scripts which have all be using SWIS v2 connections. I've begun encountering features that are lacking in v2 and supposedly present in v3. However, when I change the endpoint to tell my library to use a v3 connection, I start getting total junk back from SWIS. Either I get empty result sets,…
Hi, When I created a node via SWIS at C#, "Next Poll Time" set to node creating time (GETDATE()) and not polling for the next time. Is there any way to poll automatically via SWIS? Or can you tell me right way to do this? Thanks.
Ok, to make a long story short, if I launch SWQL Studio, select 'Cirrus.Audit' on the left, right-click and 'Generate Select Statement', that works. If I then attempt to Query that, it fails with a dialog that says, "Unknown provider Cirrus." and the xml error in the Log says: 2013-07-26 14:08:38,614 [82] ERROR…
It looks like you're new here. Sign in or register to get started.