Hi all,
I am working on a version of the script mentioned here (How to automate the creation of Orion Platform (aka Core) nodes from the API) and am running the script from NCM (version 7.0.2) server where I installed the SDK (version 1.5) and received this error.
Get-SwisData : There was no endpoint listening at net.tcp://localhost:17777/SolarWinds/InformationService/v3/Orion/ssl that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.
At C:\Program Files (x86)\SolarWinds\Orion SDK\CopyNodes from Orion to NCM.ps1:57 char:18
+ if ((Get-SwisData <<<< $target "SELECT Field FROM Orion.CustomProperty WHERE Table='Nodes' AND Field='ImportedByAPI'") -eq $null)
When I commented this line of code out, I received the same error on the next Get-SwisData command. The only changes I have made to the script are for username and password and IP Address.
Anyone know what might be going on here?