This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Installing Orion SDK

Hi, I'm doing some investigation into the Orion SDK and NPM.  I've installed the eval version of NPM 9.5.1, then the Orion SDK.

I followed the instructions for the SWIS setup, but I can't connect to SWIS via https, I get an "cannot display web page error".

1) I've used various addresses for the URL, including:

localhost:17778/.../InformationService

https://<xxx.xx.xx.xx>/SolarWinds/InformationService

https://<machinename>/SolarWinds/InformationService

all of which should work...

2) Checking the SWIS log, I get the following entries:

2010-03-08 17:02:49,874 [5] INFO  SolarWinds.InformationService.Core.InformationServiceService - Opening channel for Information Service. Orion
2010-03-08 17:02:55,140 [5] INFO  SolarWinds.Common.Diagnostics.EventLogging - Information Service communication started.
2010-03-08 17:02:55,140 [5] INFO  SolarWinds.InformationService.Core.InformationServiceService - Listening on net.tcp://localhost:17777/SolarWinds/InformationService/Orion/ssl
2010-03-08 17:02:55,140 [5] INFO  SolarWinds.InformationService.Core.InformationServiceService - Listening on net.pipe://localhost/SolarWinds/InformationService/Orion
2010-03-08 17:02:55,140 [5] INFO  SolarWinds.InformationService.Core.InformationServiceService - Listening on localhost:17778/.../OrionBasic
2010-03-08 17:02:55,140 [5] INFO  SolarWinds.InformationService.Core.InformationServiceService - Listening on localhost:17778/.../mex
2010-03-08 17:02:55,140 [5] INFO  SolarWinds.InformationService.Core.InformationServiceService - Listening on localhost:17778/.../InformationService

It looks like the service is started, and listening on the correct port.

Thanks for any help!