Login attributes do NOT match between error message

LtDoolittle6
LtDoolittle6 Contributor

My RFA application has received the error message once it tries
to connect to servers. What could be possible causes of the error message?

In my RFA configuration, there are multiple servers configured in the
ConnectionList parameter.

\Sessions\OMMSession\connectionList = "Connection_RSSL_DEV,Connection_RSSL_INT,Connection_RSSL_STR"
Tagged:

Best Answer

  • The “Login attributes do NOT match between … and other
    connections.” error message normally is generated by RFA, once a consumer has
    multiple RSSL connections in the “ConnectionList” configuration but some Login attribute
    info received from the connections do not match. Below is the related
    information in the RDM Usage Guide document.

    image

    To verify this, you need to enable the RSSL tracing and provide
    us the tracing file on every RSSL connections in the ConnectionList and
    then compare the attribute info received between connections.

    Below are the configuration parameters to enable the RSSL
    tracing on a connection. Please add the parameters to your RFA configuration.
    You also need to change the Connection_RSSL to your RSSL connection name. The
    RSSL tracing file would be created with name format: “<Connection
    name>_<process id>.xml” in the same directory of the application.

    \Connections\Connection_RSSL\traceMsgToFile = true
    \Connections\Connection_RSSL\traceMsgMaxMsgSize = 10000000
    \Connections\Connection_RSSL\traceMsgMultipleFiles = true