Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 5 IBM i : Post-Installation Instructions

Post-Installation Instructions
1.
The initial library list must contain the Rendezvous library (TIBRVLIB is the default library name). Edit all relevant job descriptions to include it.
2.
The example job description TIBRVLIB/TIBRV illustrates items 1 and 2.
3.
4.
For Java programs, set the CLASSPATH environment variable to include /usr/tibco/tibrv/8.5.0/lib/tibrvj.jar.
5.
To run Rendezvous programs using qsh, you must first set the environment variable QIBM_MULTI_THREADED to the value Y (before starting qsh).
To set the values of items 4 and 5 automatically, create a CL program similar to this example, and set the INLPGM parameter in the user profile to run it automatically when the user logs in.
6.
You must run multithreaded programs either in batch or interactive batch subsystems—not in the interactive subsystem. When submitting jobs using SBMJOB, set the ALWMLTTHD parameter to (*YES).
You cannot run multi-threaded programs in the interactive environment. In other words, you cannot use CALL from a terminal to start a program that uses Rendezvous.
Error messages stating that pthread_create failed indicate that you have not set QIBM_MULTI_THREADED, or you have used the CALL command to start a Rendezvous program.

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved