It is possible to use all of the characters that you can input from the web interface by manual.
But if you use the NSM integration with Service Desk via the ahd.dll/uniconv.exe to generate/modify the incident, it is necessary to take care of a few things.
- The "~|ˆ@" (tilde, pipe, cullet, at mark) are used as a delimiters by the internals of the ahd.dll/uniconv.exe. So, these characters with this order should not be used when passing values through of the parameter for the ahd.dll/uniconv.exe.
- If a parameter(i.e. Description) is set to the same value that the mainframe alerted to an event management application, there is the situation that the mainframe send the invisible characters. The invisible characters cannot be handled by this process.
So, it is necessary to cut off the invisible characters when the parameter is set.