question

Upvotes
Accepted
36 6 1 14

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 5.0 MiB each and 10.0 MiB total.

1 Answer

Upvotes
Accepted
9.5k 10 5 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 5.0 MiB each and 10.0 MiB total.

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

Click below to post an Idea Post Idea