Hi All,
when trying to install webMethods database components with the webMethods Database Configurator on an Oracle XE (18.4.0.0.0) database, I’m getting following error:
Error: [SoftwareAG][Oracle JDBC Driver]Transliteration failed, reason: invalid UTF8 data
CREATE STORAGE [30.0] FAILED
I’m trying to install webMethods 10.3 database components, also creating the tablespaces and database users. I’m using the webMethods Database Configurator with the latest fix level.
According to the SAG documentation following should be set according to the character set:
- Character set AL32UTF8
- Nchar character set AL16UTF16
- Sort order Binary
I checked the database table SYS.NLS_DATABASE_PARAMETERS and these parameters seems to be correct.
Should I check somewhere else as well?
webMethods Database Configurator output:
2019-05-10 09:56:07 ---------------------------- [CREATE][Integration Server][START] ----------------------------
- Executing action
- Action : create
- Database : Oracle
- Component(s) : storage
- Component(s) version : latest
- URL : jdbc:wm:oracle://DESKTOP-GE38NDQ:1521;serviceName=XE;sysLoginRole=sysdba
- User : sys
- create Database Component: Storage STR
- Versions
- Version: oracle 30.0
-
Scripts create
-
Script(1): C:\sag\wm\common\db/scripts/oracle/storage/25/create/ora_str_c_ddl_tablespaces.sql
-
Script(2): C:\sag\wm\common\db/scripts/oracle/storage/25/create/ora_str_c_ddl_user.sql
-
Executing script : C:\sag\wm\common\db/scripts/oracle/storage/25/create/ora_str_c_ddl_tablespaces.sql
Error: [SoftwareAG][Oracle JDBC Driver]Transliteration failed, reason: invalid UTF8 data
CREATE STORAGE [30.0] FAILED
CDC ERROR [SoftwareAG][Oracle JDBC Driver]Transliteration failed, reason: invalid UTF8 data
Suspending execution…
Summary of installation errors
Error in executing file C:\sag\wm\common\db/scripts/oracle/storage/25/create/ora_str_c_ddl_tablespaces.sql
SQL error [SoftwareAG][Oracle JDBC Driver]Transliteration failed, reason: invalid UTF8 data
Database component configurator summary
Date : Fri May 10 09:56:08 CEST 2019
Database : Oracle
User : sys
Action : create
Following components could not be installed:
Storage 30.0
2019-05-10 09:56:08 ---------------------------- [END] ----------------------------
Anybody knows what the problem could be and how to solve it?
Kind Regards