Explanation
An UnknownHostException was thrown
during an attempt to connect to the remote TCP/IP listener program.
User Response
Do the following:
- Add the property cso.serverLinkage.xxx.location
to the runtime 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 additional details, see the description of the callLink element,
linkage properties file, and setting up the environment in the EGL information
center.