in our installation we can’t find these dlls.

From Your documentation AdfinX Analytics | Devportal,  we can see these below dlls are available

image.png

But in our installation we can’t find those dlls. (below screenshot)

We need help why it’s not available in our installation. Is there any optional parameter what you need to check when Installing  workspace?

image.png

 

Answers

  • Hi @AmitShrotri ,

    Have you tried the step below that was mentioned in the upgrade pdf-guide at https://developers.lseg.com/en/product/workspace-upgrade/excel_related_com_api_upgrade/adfinx_analytics ?

    (Prerequisites: To make AdfinXAnalytics available in Excel VBA, the minimum version of Adfin required is 6.20244.10.10.)

    image.png
  • @raksina.samasiri Thanks! Please find the below response from the the client: Also is it possible for developer team to go on a call with client?

    As I already described, We couldn’t  perform the steps because AdXfo.dll and Adxoo.dll are not available in the path mentioned ‘%appdata%\Refinitiv\Refinitiv Workspace\Cache\Office\Adfin\’.

    That’s why we asked for help from you. And the workspace we are using is: "version": "6.20251.3.21".

  • Jirapongse
    Jirapongse ✭✭✭✭✭

    Please contact the Workspace support team via MyAccount to verify why those files are not available on the client's machine.

    My workspace version is 1.27.35.

    image.png
  • Hi @Jirapongse Thanks for the reply. I reached out to tech team, they informed that the client version of Workspace is not entitled for Adfin package. Also client has reverted with below details. Can you please suggest how can we proceed :

    Let us describe step by step what we are dealing with:

     

    Current status with Eikon app:

     

    We are currently using below Eikon dlls which are available in Eikon installation folder

    servlet.FileDownload?file=00PKY000006IRif servlet.FileDownload?file=00PKY000006IRig

     

    We are using these dlls inside our .net application to access the below two functions programmatically to get the result.

     

    • FxCalcPeriod
    • AdFxSwpToSwp

     

     

    Migrating to Workspace App:

     

    Option 1 (COM APIs for use in customer applications) : We couldn’t find any dlls similar in workspace installation folder to use in our .net application .

    Question: Is this options not available anymore? If it is available where can we find those dlls?

     

    Option 2 (Refinitiv Data Libraries):   Using JSON request: We got the JSON request format to call  FxCalcPeriod period function.

     

    Question : We need full JSON request format for the AdFxSwpToSwp function with all the below parameters:

    servlet.FileDownload?file=00PKY000006IRid
  • Jirapongse
    Jirapongse ✭✭✭✭✭

    COM APIs for use in customer applications is deprecated and Workspace doesn't provide it.

    Regarding AdFxSwpToSwp, please refer to the discussion. Otherwise, please contact the Instrument Pricing Analytics - Delivery Platform support team directly via MyAccount to verify the request message.

  • Hi @AmitShrotri

    If you plan to use Adfin dlls in a .Net application, you should find these 2 Adfin dlls:

    Interop.AdfinXAnalyticsFunctions.dll
    Interops.AdfinXAnalyticsObjects.dll

    Within the %APPDATA%\Roaming\Refinitiv\Refinitiv Workspace\Cache\Office\Adfin\6.20251.3.21\x64

    The version (6.20251.3.21) may be slightly different.

    When interrogating the dlls, I see this:
    Interface: AdfinXAnalyticsFunctions.IAdxForexModule
      Method: get_ErrorMode
      Method: set_ErrorMode
      Method: get_ErrorCode
      Method: get_ErrorString
      Method: FxCrossInfo
      Method: FxCalcPeriod
      Method: FxCurInfo

    And…

    Interface: AdfinXAnalyticsFunctions.IAdxForexModule
      Method: get_ErrorMode
      Method: set_ErrorMode
      Method: get_ErrorCode
      Method: get_ErrorString
      Method: FxCrossInfo
      Method: FxCalcPeriod
      Method: FxCurInfo
      Method: FxCrossA
      Method: FxCrossD
      Method: FxCross
      Method: FxDepToSwpD
      Method: FxDepToSwpP
      Method: FxSwpToSwp
      Method: FxSwpToSwpP
      Method: FxSwpToSwpD
      Method: FxSwpToDepD
      Method: FxSwpToDepP
      Method: FxSwpToOut
      Method: FxGenCalc
      Method: FxGenParse
      Method: AdFxCross
      Method: AdFxSwpToSwp
      Method: AdFxDepToSwp

    Within the Interop.AdfinXAnalyticsFunctions.dll.