Topic:
How to launch an IESX Saved Session from a GeoFrame Xterm
Description:
The following script will launch an IESX saved session from a GeoFrame Xterm, without going through the GeoFrame menus. The script is not commercialized. Please test carefully in your own environment prior to use.
Solution:
The launch script can be copied to: a.) each users GeoFrame work directory. i.e /home/user/disk1/djf/geoframe37_sun OR b.) for all users to $GF_PATH/bin 1.) Create script in file called: "launch_iesx.scr" ===================================================== #!/bin/csh -f setenv ORACLE_USERID " ${1}/${2}" pmi << EOF Query Start_Module ( Type = "Module_Run", Where = "Remarks = '${3}'", UseFocus = 0) Select Start_Module Execute Run Wait EOF exit ======================================================= 2.) chmod 777 launch_iesx.scr 3.) launch_iesx.scr project_name password session_name NOTE: session_name is the "Session" field from the IESX Session Manager menu. session_name is case sensitive.
Last Modified on: 05-JAN-00