Open Text Corporation Press Room | Careers | Investors  
Enterprise Content Management
News | Company | Open Text | Hummingbird Connectivity  
Home > Support > Hummingbird Connectivity > Exceed >  Script to run LBX from Xstart Print View   Contact Me   
Site Tools
My Notes
My Menu Add this page to My Menu
Enterprise Content Management

 

DISCUSSION Running LBX from Xstart

RESOLUTION

This LBX script resides on your UNIX box.

#!/bin/ksh
export XSERVER=${1}
shift
export APPLICATION=${*}
export NODENAME='uname -n'
export DISPLAY='/usr/X11R6.3/bin/xfindproxy -manager ${NODENAME}:6500 -server
${XSERVER} -name lbx'
${APPLICATION} &

When you have this script in-place you can run it from the Xstart command line.

ACTION

For further information please contact Hummingbird Technical Support