SBM Orchestration Guide → Renew Utility → Extended Character Handling
SBM uses the UTF-8 character set; for correct operation it is always necessary to specify this character set when running renew. It is also necessary that the correct display language is used so you can specify renew parameters with the appropriate language symbols.
To ensure that UTF-8 is specified as the default file encoding:
Example:
java -Dfile.encoding=UTF-8 -jar renew.jar -report -environment "Default Environment" -username "user" -password "pwd" > report.out.txt
To set the correct language:
Copyright © 2007–2017 Serena Software, Inc. All rights reserved.