Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
2.0.0
-
None
Description
Current Situation
- The JS7 Installers for JOC Cockpit, Controller and Agents for Window can raise errors when operated from an OS with an unexpected code page:
- java.io.IOException: Invalid account 'Syst$me'
- The reason for this problem is the fact that the Installers are unaware of code page conversion. If the OS reports for example a system account in French language ("Système") then this raises an error when ACLs are created.
- There is no immediate impact of this problem on the installation of the respective JS7 component.
Desired Behavior
- JS7 Installers should support conversion of character output for most frequently used code pages.