Regarding configuration file

The developer from Reuters has integrated for us with Reuters platform. But the RICs is defined there in a vector. I need to put the RICS in a configuration file and from the code I need to push it into a vector. But I am unable to even open a file from that component. The same concept, I am using it in my component and the configuration file for RICS works correctly there. I have no idea why it does not work in the other. Is it because it uses ema library or something. Can you please look into this issue?

Best Answer

  • Hi @liyarthomas,

    Regarding putting your RICs into a configuration file, you can do this by creating your own simple configuration file and reading that into your vector. Unfortunately, you can't add your RICs to the EmaConfig.xml configuration file and pull them from there - see this question.

    As for the 2nd part of your question, can you elaborate what: "...I am using it in my component and the configuration file for RICs works correctly there" is referring to?

    thanks.