if (!username) {
username = this.findUserName(this.RXMap.EVENT_DESCRIPTION, "N�yt� k�ytt�j� ");
}
What that should be is this:
if (!username) {
username = this.findUserName(this.RXMap.EVENT_DESCRIPTION, "Näytä käyttäjä ");
}
So if the event contains that text "Näytä käyttäjä " nothing happens in the Sentinel parsing. I've tried to modify the file encoding (UTF8 or ISO 8859-1) in notepad but can't get the wanted result. I also noticed that my new SDK install behaves the same way. I'm running Win10 workstation and i also tried to modify the code in Server 2012 R2 environment in case my computer is doing this erratic behaviour. I also tried to upload the plugin from my own computer to Sentinel and from that 2012 R2 server to see if locally installed Java -version could affect it when running Control Center. Any ideas what i should try next?