Hi, copied and paste the BDS example from How can I get a list of all RICs available on Refinitiv Real-time? | Devportal (lseg.com)
However, when I do the stuff in the tutorial, create the BDS term works good.
Then when I run the test app, I get this return value:
```bash
Item Name: msft_bds
Service Name: ELEKTRON_DD
Item State: Open / Suspect / Timeout / 'Request timed out.'
Item Name: msft_bds
Service Name: ELEKTRON_DD
Item State: Closed / Suspect / Not found / 'The record could not be found'
```
Their example with `.AV.O` works fine and returns data.
And the logs of RRTSC show this:
PREVENT REPLACE TAGBDS term closed, term={my_bds_term}, streamID={stream_id}, socketId={socket_id}
Someone knows why and how to fix this?
Thanks