What is the correct way to configure/debug WOW Thin Client on a UNIX system?
Problem:
What is the correct way to configure/debug WOW Thin Client on a UNIX system?
Resolution:
First, make sure that you are using the version of WOW Thin Client on the Windows system that matches the version of the runtime. You cannot mix versions.
Next, make sure you are using a Runtime Plus version or Development version of the runtime on the UNIX/Linux system. The Runtime Plus and Development versions support Thin Client, while the regular Runtime does not. If unsure, contact Support and give us the serial number; we can check for you.
For normal execution:
1. Make sure the rpcstart script has execute permissions. For this example, it is located in the /usr/rmcobol directory and should look like this:
#!/bin/sh
#
TERM=dumb; export TERM
RM_LOAD_WOW_CLIENT=yes; export RM_LOAD_WOW_CLIENT
cd /usr/rmcobol && runcobol ./helowrld.cob k
(You can locate the rpcstart script anywhere, but make sure the rpcplus.ini file is in the same directory, and have the script change to th