Modifying a template

The KM now provides support for multibyte characters with Entuity 16.5 service pack 4. 

Example: I have the following template that had two attributes host Name and display Name. 

<object type="DeviceEx" tag="DeviceData">

<attribute expression="name"  tag="HostName"/>

<attribute expression="name"  tag="DisplayName"/>

Set allowMultibyte to true for both the parameteres

<object type="DeviceEx" tag="DeviceData">

<attribute expression="name" allowMultibyte="true" tag="HostName"/>

<attribute expression="name" allowMultibyte="true" tag="DisplayName"/>

Note

It is required to restart the PATROL Agent after modifying template. The PATROL Agent should be started with the same encoding (UTF8)



Was this page helpful? Yes No Submitting... Thank you

Comments