We have a scenario where a client's name contains a Ñ (Spanish: eñe).
If I run Gendata/GenPrint locally while pointing to the Enterprise Edition MRL, the character produces correctly with no errors. However, when I run it through Enterprise Edition, Assembler throws an error: DM30121: in GenDocFactory unable to load extract data from transaction record.
Checking the configs for Assembler, we have the following default language configuration:
env.NLS\_LANG=AMERICAN\_AMERICA.AL32UTF8
Is there something else that I need to configure in order to support characters with tilde? For reference, we are running ODEE 12.6.4. In this assembly line we are using a flat file (ExtrFile.dat) as input, however we have other assembly lines that use XML as input and they fail with the same error as well.
Thanks in advance!
Dave