question

Upvotes
Accepted
1 0 0 3

is it possible to integrate RSearch COM and EikonDesktopDataAPI in the same C# app ?

i'm trying to send RSearch requests while running real time subscription using

ThomsonReuters.Desktop.SDK.DataAccess.

But, when i initialize ThomsonReuters.Desktop.SDK.DataAccess.IDataServices

and then i try to initialize EikonDesktopDataAPI, it returns the error code : EEikonDataAPIInitializeResult.Error_Reinitialize.

So i suppose there is some collision here. What's the work around ?

thanks

eikoneikon-data-apieikon-com-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.

@Telliom

Hi,

Thank you for your participation in the forum.

Is the reply below satisfactory in answering your question?

If yes please click the 'Accept' text next to the most appropriate reply. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.

Thanks,

AHS

Upvotes
Accepted
79.1k 250 52 74

@Telliom

From my checking, the version of I18nResource.dll (9.50.0.27) used by RSearch COM is newer than the version of I18nResource.dll (9.0.13.726) used by IDataServices.

The workaround, for now, is initializing RSearch COM before IDataServices. However, the newer version of I18nResource.dll may not work correctly with IDataServices.

Otherwise, you need to use EikonDesktopDataAPI.CreateAdxRtList() instead to retrieve real-time data.

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
1 0 0 3

sorry for the late answer. But it seems that this work around worked just fine
Thanks !

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.