ADS Question

RSSL disconnect from host "xays.com" at address 1.1.0.1 on channel 23. Reason: Channel timed out waiting for login request.

What can cause this kind of issue?

Best Answer

  • I got the same error with ADS 3.2.0.L1 if the consumer application didn't send a login request to the server. Therefore, the server disconnected the connection.

    A login request is the first request sent to ADS to register and authenticate a user with the system. Please make sure that the consumer application successfully sent a login request to the server.

    If you set *ads*logMountRequests to True on ADS, you will see the following log when ADS receives and accepts a login request.

    <reinforce.1.ads: Info: Fri Feb 16  13:07:54 2018>
    RSSL login request from "U8009686" at position "10.42.84.119/net" on host "U8009686-TPL-A" using application "256" on channel 19.
    <END>

    <reinforce.1.ads: Info: Fri Feb 16 13:07:54 2018>
    RSSL login accepted for "U8009686" at position "10.42.84.119/net" on host "U8009686-TPL-A" using application "256" on channel 19.
    <END>

Answers