EGL Java run-time error code CSO7966E

 

CSO7966E: The code page encoding %1 was not found for the conversion table %2.

 

Explanation

The conversion table specified in the linkage options requires an encoding not available in the Java Virtual Machine (JVM) being used.

 

User Response

Review the help page on data conversion to determine the correct conversion table name, which you specify in the linkage options part, in the callLink element for the called program, in property conversionTable. If you specified the correct conversion table, make sure that the JVM that you are using is supported by the Java run-time environment of EGL.

If the previous steps do not reveal the problem, consider whether the installation of your JVM is flawed or whether your Java Virtual machine does not support all encodings. In these cases, refer to the documentation of your JVM vendor or contact the JVM vendor for assistance.

If you encountered the error when running an applet client in a browser, the error occurred at the PowerServer SessionManager used by the client applet. In this case, refer to the documentation for the JVM that the SessionManager is running on or contact the JVM vendor.