When trying to connect to our local instance of TREP, we continuously receive these 'Request timeout' messages.
We see in TREP that the connection is established, and the serviceName and ticker that we use are correct, but it does not seem to result in any messages.
If we try to use the ChannelDictionary we receive the same timeouts on that request, and with a FileDictionary we get the timeouts as Status messages from trying to connect to a ticker. The message looks like:
StatusMsg
streamId="5"
domain="MarketPrice Domain"
state="Open / Suspect / None / 'Request timeout'"
name="TICKER"
serviceId="10"
serviceName="BBG"
StatusMsgEnd
I have changed the ticker name here, but are certainly using a valid one when we are testing.
Does anyone have a clue what we could be missing that causes these 'Request timeout's?
Thanks in advance