What is Error code:-4053 ?

Could you tell me Error code:-4053, please. Please tell me the cause of the error. Exception Type='OmmInvalidUsageException', Text='RDMLogin stream was closed with status message username ****** usernameType 1 State: Closed/Suspect/Internal error from sender - text: "Login Denied:Failed to validate sso token"', Error Code='-4053' Best regards.

Best Answer

  • Jirapongse
    Answer ✓

    @kazunori.sumiya

    The error code -4053 is Login Request Rejected.

    LoginRequestRejectedEnum = -4053,       /*!< Login request rejected from connected peer. */

    From the error text "Login Denied:Failed to validate sso token"' , It seems the server is unable to validate the token sent by the application.

    You may need to contact the server team in order to verify the problem.


Answers