I am trying to use RFA8 C++ to establish an RSSL connection to our ADS server and create an OMM consumer. When I do this, my Client simply gets back an OMMItemEvent with MsgModelType MMT_LOGIN, RespType StatusEnum, and StatusCode NotAuthorizedEnum. This response also contains the status text "... unknown to system."
I am able to see prices in my Eikon program. I am specifying my Eikon username (user@company.com) in the MMT_LOGIN request's USER_NAME attribute. Why is my C++ program failing to authorize?
Is there any way to view/dump an RFA config file from Eikon (or from the Thompson Reuters Configuration Manager program) which shows the config params that I need to pass to my own RFA application? Any assistance would be appreciated.