display image & update data on console using rmdstestclient

Hi,

What is the syntax for displaying data (image & updates) on console using rmdstestclient. We are using the syntax below but it just shows connection success message -

./rmdstestclient -ct ssl -S IDN -u $User -f $Ricfile -h $ADShost -N $Port -v

Thank you

Best Answer

  • NWM
    NWM
    Answer ✓

    rdmfielddictionary.zip

    Hello All, Thank you for the replies. As requested, please see attached RDMFieldDictionary used with rmdstestclient. Please note its Win version of rmdstestclient.

    Thank you

Answers

  • Please try -X and -d.

        -X                 Enable Dump Data (False)
    -d Data Dump Format <mfeed(0), hex(2), verbose(3)> (0)
  • Tried the following

    ./rmdstestclient -ct ssl -S IDN -u $User -f $Ricfile -h $ADShost -N $Port -v

    -X -d 0 -dfile RDMFieldDictionary

    but error is returned "Failed to load RDMFieldDictionary". The RDMfieldDictionary is in the same directory as 'rmdstestclient'.

  • Have you modified RDMFieldDictionary? Could you please share it?

    I got the same error if the content in RDMFieldDictionary is invalid.

  • The attached file is appendix_a which is renamed to RDMFieldDictionary.

    appendix_a

    image

    The RDMFieldDictionary will have additional fields: RWF TYPE and RWF LEN.

    image

    Please make sure that rmdstestclient uses the correct RDMFieldDictionary file.

  • Hello @Jirapongse, Thank you for the reply. Will try with another data dict.