question

Upvotes
Accepted
387 7 13 17

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


#technologyrfa-apic++windows-os
1718793188882.png (39.3 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.

1 Answer

· Write an Answer
Upvotes
Accepted
84.6k 287 53 77

@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

1718858890768.png (28.8 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.

Thank you @Jirapongse , It worked by setting this parameter to False.

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.