Required OS/400 options
Running IBM Toolbox for Java in a client/server environment requires that you
enable the QUSER user profile, start the host servers, and have TCP/IP running:
- The QUSER user profile must be enabled in order to start the host servers.
- Host servers listen for and accept connection requests from clients. OS/400
Host Servers option (licensed product 5722SS1) is included with the base option
of OS/400. For more information, see Host
server administration.
- TCP/IP support, which is integrated into OS/400, allows you to connect your
server to a network. For more information, see TCP/IP.
Starting required OS/400 options
From an iSeries command line, start the required OS/400 options by completing
the following steps:
- Ensure that the QUSER profile is enabled.
- To start the OS/400 host servers, use the CL Start Host Server command.
Type STRHOSTSVR *ALL and press ENTER.
- To start the TCP/IP distributed data management (DDM) server, use the CL
Start TCP/IP Server command. Type STRTCPSVR SERVER(*DDM)
and press ENTER.