Hi Dojo!
I have a problem with a XML response. When I get it, the content is truncated at some point and then cant be procesed. I have other XML responses working fine with smaller files. The parameter response configuration is:
<Param id="135" trending="false">
<Name>statuscode_remote/203_0_113_23/tsdb/input</Name>
<Description>statuscode_remote/203_0_113_23/tsdb/input</Description>
<Type>read</Type>
<Information>
</Information>
<Interprete>
<RawType>other</RawType>
<Type>string</Type>
<LengthType>next param</LengthType>
</Interprete>
<Display>
<RTDisplay>true</RTDisplay>
</Display>
<Measurement>
<Type>string</Type>
</Measurement>
</Param>
Whats the maximum parameter lenght in DM?
How can I manage to resolve it?
Thanks in advance!
Hello,
Because you added unicode to your protocol, the values in the database are being interpreted wrong as those aren’t saved as unicode.
So you will have to recreate your element and the indexes should appear normal in the new element.
(Copied my comment so it can be marked as solution)