question

Upvotes
Accepted
36 9 5 15

What is the root cause of "Message.isFinal() == true"

Greetings all

For some ric, the code logic of "Message.isFinal() == true" is fulfilled and no data received via RFA.

if (respMsg.isFinal()) { System.out.println(_className+": Login Response message is final."); GenericOMMParser.parse(respMsg); _mainApp.loginFailure(); return; }

Anyone know what circumstance could lead to this situation? upstream failure?

Thank you very much in advance.

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.

1 Answer

· Write an Answer
Upvotes
Accepted
9.6k 10 7 7

@Leon.Hong

You can find the document of OMMMsg.isFinal() from <RFAJ package>/Docs/refman/rfajava/com/reuters/rfa/omm/OMMMsg.html as the figure shown below:


isfinal.png (18.6 KiB)
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.

Thanks Pimchaya, we used a wrongly spelled RIC, which leads to this.

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.