question

Upvotes
Accepted
301 14 33 39

Login attributes do NOT match between error message

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"
treprfarfa-api
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

This is a seed question.

1 Answer

· Write an Answer
Upvotes
Accepted
11.3k 25 9 14

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.

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

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.