Output filters fail because the BS2000 Agent does not correctly handle German Umlauts in job reports. Umlauts are skipped or replaced with spaces, causing filters to miss specific terms like "Fälle, die zu Fehlern führten:0".
German characters are dropped or rendered incorrectly in the report output:
Übertrag outputs as BERTRAGÄnderung outputs as NDERUNGÖsterreich outputs as STERREICHgroß outputs as groFälle, die zu Fehlern führten: 0 outputs as F lle, die zu Fehlern f hrten: 0This issue occurs when the agent is running with the codepage set to BS2000_INTERNATIONAL (e.g., UC_HOST_CODE=BS2000_INTERNATIONAL).
The UC_HOST_CODE represents the name of the code table object in Client 0 used for transporting jobs and job reports to the target system and vice versa. When checking this code table within Client 0, German umlauts are not available in this specific codepage. Therefore, these characters are converted to spaces once the job is sent to the agent. Because of this codepage limitation, no umlauts arrive at the agent at all, meaning they cannot be displayed within the job report
Configure the agent or the specific job to use a codepage that supports German characters.
UC_HOST_CODE to BS2000_DEUTSCH in the agent configuration or the JOB object.For further assistance, see .