Unable to Start Gateway 1067 error (417 Expectation)

Examining the gateway log file (SS-Bentley.SelectServer.Gateway.exe.log) I found this error:

 

ERROR - Gateway - Error checking SELECTserver version: The request failed with HTTP status 417: Expectation failed.

 

 

Parents
  • The information has been very helpful. You have this error

    08-12-13 15:31:29 ERROR - Gateway - Error checking SELECTserver version: The request failed with HTTP status 417: Expectation failed.

    Please review the information below and update me on the results. If this doesn’t not work let me know and we’ll do a live meeting and review the configurations together.

    INFORMATION:

    • Go to this directory. C:\Program Files\Bentley\SELECTServer

    • Find the file Bentley.SelectServer.Gateway.exe.config

    • Save a copy in a different directory for reference (just incase)

    • Add these lines BEFORE the <runtime> Section

    <system.net>
    <settings>
    <servicePointManager expect100Continue="false" />
    </settings>
    </system.net>

    Save the file and restart the service



    Answer Verified By: James White 

Reply
  • The information has been very helpful. You have this error

    08-12-13 15:31:29 ERROR - Gateway - Error checking SELECTserver version: The request failed with HTTP status 417: Expectation failed.

    Please review the information below and update me on the results. If this doesn’t not work let me know and we’ll do a live meeting and review the configurations together.

    INFORMATION:

    • Go to this directory. C:\Program Files\Bentley\SELECTServer

    • Find the file Bentley.SelectServer.Gateway.exe.config

    • Save a copy in a different directory for reference (just incase)

    • Add these lines BEFORE the <runtime> Section

    <system.net>
    <settings>
    <servicePointManager expect100Continue="false" />
    </settings>
    </system.net>

    Save the file and restart the service



    Answer Verified By: James White 

Children
No Data