Additional Parameters
Two additional changes are required for QXI implementation: changing the Progress calling program and adding the Connection Pool Manager parameters. If you are using an HP-UX or Tru64 environment, an additional change may be required.
Progress/Oracle Calling Program
The Progress or Oracle calling program to connect to QAD Enterprise Applications for QXtend is mfwb01aa.p. Change the -p value to reflect this.
-p mfwb01aa.p
For details on setting up an Oracle implementation, refer to Installation Guide: QAD QXtend.
Connection Pool Manager Parameters
The Connection Pool Manager for QXI requires two additional parameters at the end of the connection script:
-param mfgwrapper=true,apimode=true
Note: For Windows, the connection pool manager parameters should be:
-param mfgwrapper=true,apimode=true,DSU=OFF
FailureException or AdapterException Responses
To avoid a FailureException or AdapterException response, you can modify your connection script or server startup scripts command as defined in the sections below.
HP-UX/COMPAQ Tru64 Environments
If you are operating in an HP-UX or COMPAQ Tru64 environment, ensure that the following parameters are available in the QXtend telnet script:
stty -icanon
stty ixoff
Linux Environment
If you are operating in a Linux environment, add |exit (the pipe symbol and the word exit) or: exit (a colon and the word exit) to your server startup scripts command. For example:
login:|qxtenduser|Password:|$PASSWD|>|/scripts/qxipool.sh|exit