EGL Reference Guide for iSeries


EGL Java run-time error code CSO7958E

CSO7958E: The native code did not provide an object of type CSOPowerServer to the Java wrapper, as is needed to convert data between the Java wrapper and the EGL-generated program.

Explanation

The native Java code invoked the call or execute method of a Java wrapper without first instantiating an object of class CSOPowerServer and providing that object to the wrapper.

User Response

Review the help pages on the Java wrapper for details on accessing EGL middleware, as is always required for data conversion.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]