Unable to connect to the remote server

Hello,

I am looking at evaluating the newest eB version.  I’m trialing this on a Windows 2016 Server.

I’ve followed the instructions, however when I launch the system Management Console and click on the server it hangs then gives the following error:

 

There was no endpoint listening at https://serverName/Bentley/eB/Services/DataStorageAdmin/Ws that could accept the message.  This is often caused by an incorrect address or SOAP action.

Unable to connect to the remote server.  No connection could be made because the target machine actively refused it.

 

Any suggestions as to what could be wrong?

Parents
  • I am currently working on upgrading our system to version 16 and ran into the same issue. You need to make sure your SSL configuration is set up properly. You can quickly get a temporary certificate set up by opening the Windows Services, right-clicking the eB service Manager and open Properties, Click 'Stop' then enter the following for the start parameters:

    -D -C -I -R

    Then from the same properties window click start.

    That should create a temporary SSL Cert for port 443 that you can work with to get things going. (You will need to close and re-open SMC)

Reply
  • I am currently working on upgrading our system to version 16 and ran into the same issue. You need to make sure your SSL configuration is set up properly. You can quickly get a temporary certificate set up by opening the Windows Services, right-clicking the eB service Manager and open Properties, Click 'Stop' then enter the following for the start parameters:

    -D -C -I -R

    Then from the same properties window click start.

    That should create a temporary SSL Cert for port 443 that you can work with to get things going. (You will need to close and re-open SMC)

Children