quote:
Has anyone got any suggestions to what I can do ?
Yeah, don't worry about it [Smile]

The problem is that the event service is expecting there to be a binary or dll registered on the server which has the relevant message embedded in it as a template.

It will get the message template and instantiate (is that a word?) the parameters passed to it.

Where the event service cannot locate the message in the executable/dll the default is to display the message that you see and append the parameters.

If you really want to lose the default text you will need to create a DLL or EXE with the message in it, or use a message from an existing file. The first is overly complex, the second will create confusion.

Unless there is a relevant message template in the KiXtart executable, I'd just leave it as it is.