question

Upvotes
Accepted
3 0 1 2

is there any way to show detailed log in RFA log file

hi all,


I would like to know if any configuration parameter can be added to show more detailed log , for example, to show the appID, serverlist that is not connecting and the cause of failure, I am using rfa 7.1

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.

Upvotes
Accepted
24.4k 53 17 14

Hello @fei-a.lam

For the RFA C++, please try the following configurations

\Connections\<Connection Name>\traceMsgToFile = true
\Connections\<Connection Name>\traceMsgDomains = "all"
\Connections\<Connection Name>\traceMsgMaxMsgSize = 10000000
\Connections\<Connection Name>\traceMsgMultipleFiles = true
\Connections\<Connection Name>\traceMsgFileName = <path to log file>

You can find all details regarding the RFA C++ configurations in the RFA C++ configuration guide (RFA_ConfigGuide.pdf) document. The file should be available in the <RFA C++ package>/Docs folder.

This old post should be able to help you too.

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.

thank you so much
Upvotes
24.4k 53 17 14

Hello @fei-a.lam

Which RFA API editions and connection types that you are using?

  • Is it the RFA Java or C++?
  • SSL or RSSL connection?

If you are using the RFA Java, you can enable the trace and mount logs via the ipcTrace parameter and mountTracce = true.

The ipcTrace configuration levels for the RSSL connection:

ipctrace-rssl.png

The ipcTrace configuration levels for the SSL connection:

ipctrace-ssl.png

If you are using the RFA C++, you may refer to this old post.

Please note that the RFA 7.1 is end of life a long time ago and no longer supported. The current supported versions are RFA 7.6.x/7.7.x (for RSSL and SSL connections) and 8.x (RSSL connection).


ipctrace-rssl.png (103.0 KiB)
ipctrace-ssl.png (58.0 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.

Upvotes
3 0 1 2

hi Wasin,


i am using C++ one and rssl conneciton

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.