Discover Refinitiv
MyRefinitiv Refinitiv Perspectives Careers
Created with Sketch.
All APIs Questions & Answers  Register |  Login
Ask a question
  • Questions
  • Tags
  • Badges
  • Unanswered
Search:
  • Home /
  • Refinitiv Data Platform /
avatar image
Question by Thangavel.Loganathan · Dec 17, 2019 at 01:56 PM · refinitiv-realtimeelektron-sdkrdp-apirefinitiv-data-platform

ERT in Cloud Connectivity Issue!

Hi Team,

I'm facing 2 issues while connecting ERT in Cloud,


1 . I have account in ERT, and read the document in Quick Start guide and trying to invoke the below command in Mac OS,

> sh gradlew runVAConsumer -PcommandLineArgs="-uname <ERT username/machind ID> -passwd <ERT password> -keyfile <KeyStore file> -keypasswd <KeyStore passowrd> -connectionType encrypted -c amer-1.pricing.streaming.edp.thomsonreuters.com:14002 ELEKTRON_DD mp:IBM.N -sessionMgnt"

getting the below error,

> Task :Eta:Applications:Examples:runVAConsumer FAILED
Ultra Performance API (UPA), Java Edition, LibraryVersionInfo
        productVersion: 3.4.0.0
        productInternalVersion: etaj3.4.0.L1.all.rrg
        productDate: Refinitiv
Consumer initializing...
Reactor.connect failed with return code: -5 error = Required parameter clientId is not set


2. The below issue with SpeedGuide Tool, I created AppKey using EDP API (last check box only) in Key Generator, and used my ERT Machine id, Password, and Key


Any suggestion and help much appreciated! Thank you!

screen-shot-2019-12-17-at-25209-pm.png (73.2 KiB)

People who like this

0 Show 0
Comment
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

5 Replies

  • Sort: 
avatar image
REFINITIV
Best Answer
Answer by umer.nalla · Dec 17, 2019 at 02:32 PM

Hi @Thangavel.Loganathan

The ETA Java QuickStart appears to be out of date and does not reflect the more recent version of the ETA SDK which now requires clientID (AppKey)

PcommandLineArgs="-uname <ERT username/machind ID> -passwd <ERT password> -clientId <AppKey> -keyfile <KeyStore file> -keypasswd <KeyStore passowrd> -connectionType encrypted -c amer-1.pricing.streaming.edp.thomsonreuters.com:14002 ELEKTRON_DD mp:IBM.N -sessionMgnt" 

Please try again with -clientId <AppKey> parameter.


Comment

People who like this

0 Show 1 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

avatar image
Thangavel.Loganathan · Dec 17, 2019 at 02:45 PM 0
Share

Hi Umer,

Thank you very much for your reply, looks like server is not reachable, getting the below error. Any idea to run successful?

Connection down reconnecting: Channel java.nio.channels.SocketChannel[connected local=/10.44.21.34:65139 remote=amer-1.pricing.streaming.edp.thomsonreuters.com/34.233.36.26:14002]
        Error text: Error initializing channel: errorId=0 text=null
avatar image
REFINITIV
Answer by zoya faberov · Dec 17, 2019 at 02:34 PM

Hello @Thangavel.Loganathan,

Please refer to API Compatibility Matrix on the subject of Elektron SDK, MAC OS not among supported and tested OS. Windows and Linux are supported, please find the versions listed.

Speed Guide Tool issue may be related. Am not 100% sure on this, seem to recall the tool was not designed for ERT usage. Please provide more info, the link to the download of the version you are trying to run, and will look into this.

Comment

People who like this

0 Show 3 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

avatar image
Thangavel.Loganathan · Dec 17, 2019 at 02:58 PM 0
Share

Hi Zoya,

Thank you very much for your reply, I downloaded from the https://developers.refinitiv.com/elektron/elektron-sdk-java/downloads under ELEKTRON SDK - TOOLS option. If you look at GitHub site https://github.com/Refinitiv-API-Samples/Example.EMA.Java.SpeedGuide there is option to connect ERT in Cloud. So i need only three parameters to connect. MacOS supports Linux commands.

avatar image
REFINITIV
zoya faberov ♦♦ Thangavel.Loganathan · Dec 17, 2019 at 03:16 PM 0
Share

Hi @Thangavel.Loganathan,

Thank you.

EMA Java libraries, that are the driving factor behind this example, are not supported on MAC OS. Are you building and running SpeedGuide EMA Java example from github, on MAC OS or on one of the supported OSs?

avatar image
Thangavel.Loganathan zoya faberov ♦♦ · Dec 17, 2019 at 03:33 PM 0
Share

I'm trying to connect ERT in Cloud System and would like to see the data. I see there is option with SpeedGuide tool.

avatar image
Answer by Thangavel.Loganathan · Dec 17, 2019 at 03:45 PM

Hi Both, Is there any Url to connect and to get some data? So that i can make sure that my initial setup is correct. Right now am using url.

amer-1.pricing.streaming.edp.thomsonreuters.com:14002
Comment

People who like this

0 Show 1 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

avatar image
REFINITIV
nick.zincone ♦♦ · Dec 17, 2019 at 03:58 PM 1
Share

Hi @Thangavel.Loganathan,

Testing from the SpeedGuide, it is using the following URL:

amer-3.pricing.streaming.edp.thomsonreuters.com.

1576598233817.png (137.7 KiB)
avatar image
REFINITIV
Answer by nick.zincone · Dec 17, 2019 at 03:55 PM

Hi @Thangavel.Loganathan,

Thank you for pointing out the missing parameter within the quick start guide. The guide has been updated to reflect the later versions of the examples.

As for the SpeedGuide tool, are you able to test on Windows? I just tried testing with incorrect parameters, i.e. UserName, Password, App Key and in all cases I see an access denied. I don't see the output you received. When I do supply the correct parameters, it connects successfully. Looking at the specific error, this seems related to refreshing tokens. Were you able to successfully connect? The SpeedGuide status bar is a scrollable window - it should provide connection details.

Is this all related to you being unable to reach a server? You accepted the answer above but we don't know what the resolution was. Are you able to connect via the SpeedGuide after you resolved your issues?

Comment

People who like this

0 Show 1 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

avatar image
Thangavel.Loganathan · Dec 17, 2019 at 04:10 PM 0
Share

Hi Nick,

Thanks for your reply.

Just wanted to clarify the missing parameter (-cliendId) clarified, it's the reason my script failed to invoke. So accepted. Now the url is not connected from my machine both ( amer-1 **** and amer-3***) not connected in my scripts. I use VPN to connect REFINITIV since we are one of the Vendor for REFI.

I couldn't connect in SpeedGuide.

avatar image
Answer by Thangavel.Loganathan · Dec 18, 2019 at 10:10 AM

Hi Nick / Zoya,

Thank you very much for your support, and i can confirm that connection with SpeedGuide Tool on MacOS is working. I was executing scripts without parameters and entered all 3 inputs in the tool which was throwing me an error.

Now am passing all three parameters in shell scripts while run, so it connects. Thanks again for your support!


screen-shot-2019-12-18-at-110905-am.png (359.3 KiB)
Comment

People who like this

0 Show 0 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Watch this question

Add to watch list
Add to your watch list to receive emailed updates for this question. Too many emails? Change your settings >
12 People are following this question.

Related Questions

How to receive more data from Quotes responses

Trading at last in MK_PHASE

Real-Time Time&Sales (TAS) data with aggressor side via API

Elektron (websocket) Field LIst

what types of data are available through Elektron (EDP)

  • Copyright
  • Cookie Policy
  • Privacy Statement
  • Terms of Use
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Alpha
  • App Studio
  • Block Chain
  • Bot Platform
  • Connected Risk APIs
  • DSS
  • Data Fusion
  • Data Model Discovery
  • Datastream
  • Eikon COM
  • Eikon Data APIs
  • Electronic Trading
    • Generic FIX
    • Local Bank Node API
    • Trading API
  • Elektron
    • EMA
    • ETA
    • WebSocket API
  • Intelligent Tagging
  • Legal One
  • Messenger Bot
  • Messenger Side by Side
  • ONESOURCE
    • Indirect Tax
  • Open Calais
  • Open PermID
    • Entity Search
  • Org ID
  • PAM
    • PAM - Logging
  • ProView
  • ProView Internal
  • Product Insight
  • Project Tracking
  • RDMS
  • Refinitiv Data Platform
    • Refinitiv Data Platform Libraries
  • Rose's Space
  • Screening
    • Qual-ID API
    • Screening Deployed
    • Screening Online
    • World-Check One
    • World-Check One Zero Footprint
  • Side by Side Integration API
  • TR Knowledge Graph
  • TREP APIs
    • CAT
    • DACS Station
    • Open DACS
    • RFA
    • UPA
  • TREP Infrastructure
  • TRKD
  • TRTH
  • Thomson One Smart
  • Transactions
    • REDI API
  • Velocity Analytics
  • Wealth Management Web Services
  • Workspace SDK
    • Element Framework
    • Grid
  • World-Check Data File
  • 中文论坛
  • Explore
  • Tags
  • Questions
  • Badges