Don't know if anyone in thwack land has tried this or not but here goes.
We pruchased the Kelverion integration module for Solarwinds in hopes to tie it together with our system center orchestrator as well as integrate it with service now.
When we edit the configuration in orchestrator it does connect because I can see all the custom properties that I have created. Then when it tries to connect to the npm server on port 17777
it throws the following error.
REST request error. The underlying connection was closed: An unexpected error occurred on a send..
Exception: SolarWindsServiceException
Target site: ResponseErrorChecker.CheckErrorResponse
Stack trace:
at Kelverion.IntegrationLibrary.SolarWinds.Service.ResponseErrorChecker.CheckErrorResponse(IRestResponse response, String info)
at Kelverion.IntegrationLibrary.SolarWinds.Service.ResponseErrorChecker.CheckQueryResponse(IRestResponse`1 response, String info)
at Kelverion.IntegrationLibrary.SolarWinds.Service.SolarWindsService.Query(String query, Object parameters)
at Kelverion.IntegrationPack.SolarWinds.Command.GetNodeCmd.DoExecute(IExecuteContext ctx)
at Kelverion.IntegrationPack.SolarWinds.Command.ActivityCmdBase.Execute(IExecuteContext ctx)
at Kelverion.IntegrationPack.SolarWinds.Activities.GetNode.Execute(IExecuteContext ctx)
at Kelverion.IntegrationPack.SolarWinds.Activities.ActivityBase.Execute(IActivityRequest activityRequest, IActivityResponse activityResponse)
Just curious if I am missing something with regards to port 1777
If anyone has any insights, i'd certainly appreciate them.