question

Upvotes
Accepted
1 4 5 11

rmdstestclient rssl mount No service status events received after five seconds.

Can anyone here see any mistake on the parameters? It just return nothing.

But it works if I change it to ssl.

/rmdstestclient -S $FEED -ct rssl -h $HOST -u $USER -v -f $RICLIST -X -d 3 -t 0

elektronrefinitiv-realtimetrepinfrastructurermds-test-client
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

@Charles Hui

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query? If yes please click the 'Accept' text next to the reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

1 Answer

· Write an Answer
Upvotes
Accepted
79.2k 251 52 74

This could be a bug in rmdstestclient. Please use -l stdout option to print the XML to the standard output.

rmdstestclient -S $FEED -ct rssl -h $HOST -u $USER -v -f $RICLIST -X -d 3 -t 0 -l stdout

If rmdstestclient sends the source directory with serviceId="0", it means that rmdstestclient has this bug. You need to use the new version of rmdstestclient. You can get the new version of rmdstestlicent from ADS package.

<requestMsg rwfMajorVer="0" rwfMinorVer="0" mType="RWF_MT_SOURCE" streamId="2" dataFormat="RSSL_DF_NO_DATA" requestFlags="0x4" dataSize="0">
    <key  flags="0x9" serviceId="0" filter="255"/>
    <dataBody>
    </dataBody>
</requestMsg>


<refreshMsg rwfMajorVer="0" rwfMinorVer="0" mType="RWF_MT_SOURCE" streamId="2" dataFormat="RSSL_DF_MAP" refreshFlags="0x168" groupId ="0" dataState="RSSL_DATA_OK" streamState="RSSL_STREAM_OPEN" code="RSSL_SC_NONE" text=""  dataSize="5">
    <key  flags="0x9" serviceId="0" filter="255"/>
    <dataBody>
        <map flags="0" countHint="0" keyDataType="RSSL_DT_UINT64" dataFormat="RSSL_DF_FILTER_LIST" >
        </map>
    </dataBody>
</refreshMsg>

With this issue, the output from rmdstestclient is:

Received source directory response.

No service status events received after five seconds.
Service events should be returned immediately.
Data cannot be requested until services are available.
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.