I found the solution. It was a problem with the properties of the TM1 Application Server.
As you can see here: https://www-01.ibm.com/support/docview. ... wg27049221
If you are using non-ASCII characters, it's necessary to delete the line -Dfile.encoding=UTF-8 in the Java-properties.
Search found 2 matches
- Wed Jan 16, 2019 11:36 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1JavaAPI - Encode problem with change password
- Replies: 1
- Views: 1706
- Tue Jan 15, 2019 12:24 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1JavaAPI - Encode problem with change password
- Replies: 1
- Views: 1706
TM1JavaAPI - Encode problem with change password
Hello together, i have a problem with the TM1JavaAPI. I try to change the password of an client. This works fine, till i try to use special characters for german language (ü,ä,ö, etc.). I think it's a problem with the encoding (utf-8 or something else). If i am not using special characters everythin...