non-supportedNon supported character set

0
Hi,   We are currently using Mendix version 8.6.4 with Oracle Database version 12c. Recently, we upgraded our database to Oracle 19c and our Mendix application to version 8.18.29. However, we are now facing an issue when trying to start the service, as shown in the screenshot below.       After opening a ticket with Oracle, they advised us to add orai18n.jar to our application. Could you please guide us on how and where to add this file? Thank you.
asked
1 answers
0

If you want the Jar file to be included in your application, you'll need to add the jar file to the userlib folder. The folder lives in the root directory of your project. You can find the root directory of your project from Studio Pro under App->Show App Directory In Explorer.  Add the jar file here to the userlib folder. It's also common practice to add an empty txt file, with the same name as the jar, along with the module name that requires that jar file. I can't speak to if this will solve your problem, but hopefully it'll help you make some progress. 

image.png

image.png

 

image.png

answered