Getting A18: Unknown service when using websockets to subscribe to MRN_STORY

I am trying to use the websocket example t mrn_console_app.py python script to subscribe to MRN_STORY from our internal TREP infrastructure. I am able to subscribe to a websocket enabled ads using the following rmdstestclient command:
rmdstestclient -h ncmdplm13202-364.dc.gs.com -S IDN_RDF -u BGS -md 33 -itemList MRN_STORY -d 3 -X -dfile $SC/RDMFieldDictionary.GS -l stdout
PROD_PERM : UINT 2 : [10001]
ACTIV_DATE : DATE 4 : [14 MAY 2022]
RECORDTYPE : UINT 1 : [30]
RDN_EXCHD2 : ENUM 2 : [1370]
TIMACT_MS : UINT 4 : [59114397]
GUID : STRING 0 : []
CONTEXT_ID : REAL 3 : [3752]
DDS_DSO_ID : UINT 2 : [8328]
SPS_SP_RIC : STRING 10 : [.[SPSML0L1]
MRN_V_MAJ : STRING 1 : [2]
MRN_TYPE : STRING 5 : [STORY]
MDU_V_MIN : UINT 0 : []
MDU_DATE : DATE 0 : []
MRN_V_MIN : STRING 2 : [10]
MRN_SRC : STRING 9 : [HDC_PRD_A]
MDUTM_NS : TIME 0 : []
FRAG_NUM : UINT 1 : [1]
TOT_SIZE : UINT 1 : [0]
FRAGMENT : STRING 0 : []
When I try to do it with the webscoket example I see that I am setting the service correctly from the initial output:
SENT:
{
"Domain":"Login",
"ID":1,
"Key":{
"Elements":{
"ApplicationId":"256",
"Position":"10.50.92.16"
},
"Name":"XXX",
"Service":"IDN_RDF"
}
}
RECEIVED:
[
. . .
"State":{
"Data":"Ok",
"Stream":"Open",
"Text":"Login accepted by host ncmdplm13202-364.dc.gs.com."
},
"Type":"Refresh"
}
]
but the subscription closes with:
RECEIVED: Status Message
{
"Domain":"NewsTextAnalytics",
"ID":2,
"Key":{
"Name":"MRN_STORY",
"Service":0
},
"State":{
"Code":"SourceUnknown",
"Data":"Suspect",
"Stream":"Closed",
"Text":"A18: Unknown service."
},
"Type":"Status"
}
What am I doing wrong? Note that I am able to succefully subscribe to a MarketByPrice domain instrument (e.g. INTC.O) from this same ads using webscokets
Thanks
Best Answer
-
Hello @michael.watrous ,
Are you including SERVICE in MRN request? If not, try adapting the example code like this:
def send_mrn_request(ws):
""" Create and send MRN request """
mrn_req_json = {
'ID': 2,
"Domain": mrn_domain,
'Key': {
'Name': mrn_item,
"Service":"IDN_RDF"
}
}Let us know how this works on your side
0
Answers
-
Hello @michael.watrous
The WebSocket API request message basic structure is the following:
{
"ID":<int>,
"Domain" : "Domain Name"
"Key":{
"Name":"<RIC Code>"
"Service": "Service Name"
}
}- If the JSON message does not contain the "Domain" attribute, it will default to "MarketPrice"
- The "Service" attribute is an optional parameter. If absent, the ADS will use the service defined in ADS' *ads*defaultJsonServiceId configuration.
The Status "Text": "A18: Unknown service." means the Service ID value in ads*defaultJsonServiceId configuration is not the correct Service ID or did not set. If the ADS cannot find the service for the request message, it sends this error message to the application.
I suggest you add the service name to the JSON request message as suggested by my colleague @zoya faberov.
Alternatively, you can check if the ads*defaultJsonServiceId parameter is configured to the correct Service ID.
0 -
0
Categories
- All Categories
- 3 Polls
- 6 AHS
- 36 Alpha
- 166 App Studio
- 6 Block Chain
- 4 Bot Platform
- 18 Connected Risk APIs
- 47 Data Fusion
- 34 Data Model Discovery
- 690 Datastream
- 1.4K DSS
- 629 Eikon COM
- 5.2K Eikon Data APIs
- 11 Electronic Trading
- 1 Generic FIX
- 7 Local Bank Node API
- 3 Trading API
- 2.9K Elektron
- 1.4K EMA
- 255 ETA
- 559 WebSocket API
- 39 FX Venues
- 15 FX Market Data
- 1 FX Post Trade
- 1 FX Trading - Matching
- 12 FX Trading – RFQ Maker
- 5 Intelligent Tagging
- 2 Legal One
- 24 Messenger Bot
- 3 Messenger Side by Side
- 9 ONESOURCE
- 7 Indirect Tax
- 60 Open Calais
- 279 Open PermID
- 45 Entity Search
- 2 Org ID
- 1 PAM
- PAM - Logging
- 6 Product Insight
- Project Tracking
- ProView
- ProView Internal
- 23 RDMS
- 2K Refinitiv Data Platform
- 713 Refinitiv Data Platform Libraries
- 4 LSEG Due Diligence
- LSEG Due Diligence Portal API
- 4 Refinitiv Due Dilligence Centre
- Rose's Space
- 1.2K Screening
- 18 Qual-ID API
- 13 Screening Deployed
- 23 Screening Online
- 12 World-Check Customer Risk Screener
- 1K World-Check One
- 46 World-Check One Zero Footprint
- 45 Side by Side Integration API
- 2 Test Space
- 3 Thomson One Smart
- 10 TR Knowledge Graph
- 151 Transactions
- 143 REDI API
- 1.8K TREP APIs
- 4 CAT
- 27 DACS Station
- 121 Open DACS
- 1.1K RFA
- 106 UPA
- 194 TREP Infrastructure
- 229 TRKD
- 918 TRTH
- 5 Velocity Analytics
- 9 Wealth Management Web Services
- 95 Workspace SDK
- 11 Element Framework
- 5 Grid
- 19 World-Check Data File
- 1 Yield Book Analytics
- 48 中文论坛