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

image


Any suggestion and help much appreciated! Thank you!

Best Answer

  • umer.nalla
    umer.nalla LSEG
    Answer ✓

    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.


Answers