Hi
we are trying to post data to our internal RTDS infrastructure using Python API. Our Infra team has created service (TEST_POST_SVC) to publish data on RTDS.
I am using example mentioned in this link https://developers.refinitiv.com/en/article-catalog/article/contributing-data-trep-using-websocket-api#Start
I able to connect to RTDS successfully, when I tried to post message I am getting following error message
""Text":"A9: Service is unavailable."
do we know why I am getting this error?
If I use our RFA/ C# code I can publish message successfully to "TEST_PSOT_SVC" service on our RTDS
but when I use python api then I am getting above mentioned error message
Any helpful tip to resolve this issue is appreciated
Thanks
Dhruvesh