EGL Java run-time error code CSO7488E
CSO7488E: Unknown TCP/IP hostname: %1
Explanation
An UnknownHostException was thrown during an attempt to connect to the remote TCP/IP listener program.
User Response
Do as follows:
- Add the property cso.serverLinkage.xxx.location to the run-time linkage properties file, where xxx is the name of the called program or is an application name, as described in the EGL reference-type help page on the linkage properties file. The value of the property is a valid TCP/IP host name.
- Alternatively, set the TCP/IP host name at generation time and regenerate the program:
- In the linkage options part, in the callLink element for the called program, set property location to the TCP/IP host name
- If you wish to finalize linkage options only at run time, set property remoteBind to RUNTIME and generate with build descriptor option genProperties set to YES
For other details, see the EGL help pages on the callLink element, on the linkage properties file, and on setting up the environment.