what special permissions are required for user to use RFA library ?

Hi,

We are using the RFA library for MarketPrices and Quote Contributions.

We are facing some issues in "_pSession = rfa::sessionLayer::Session::acquire(_cfgVars.sessionName);".

when we are running an application with an Admin user, everything works. but when we removed access for that user process was stuck at the above call.

user has access to write in the event log and also it also has access to read/write log file.

Below is the call stack,


1718793188882.png


Best Answer

  • Jirapongse
    Answer ✓

    @Bhimrao.Ghule

    Thank you for reaching out to us.

    It may relate to the windowsLoggerEnabled RFA configuration.

    1718858890768.png

    You may need to set it to False.

    Logger\AppLogger\windowsLoggerEnabled = False

Answers