Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Exceed vs. Korne...Exceed loses..

Status
Not open for further replies.

DCCoolBreeze

Programmer
Jul 25, 2001
208
US
I cannot seem to get Exceed 6.1 to work with the Korne shell. I first setup Exceed using the XDMCP-Query. The application connected without problem but it did not execute .profile so I could not use it. Then I set Exceed up as passive and created a client. The client consisted of a command line of "xterm -ls -display nodename:0". Well this executed .profile but now I get an invalid identifier on simple commands that work if I login on a separate maching. Example: export ABC=DEF ... DEF is stated as undefined...go figure...

Can anyone help??? This seems to be a tough one
 
DC,

Try this:

1) Start Exceed in passive mode.
2) login through telnet or rlogin
3) type xterm -display hostname:0 &

This is crude but it should work.

Also, please post your .profile and .kshrc

Please post a screen shot of the failed commands.

Brudnakm.
 
.profile:

SHELL=/bin/ksh
stty erase "^h" kill "^u" intr "^c"
TERM=vt220

export ORACLE_SID=OATSD2
export ORACLE_HOME=/usr/local/oracle/product/8.1.7
export ORACLE_PATH=/usr/local/oracle/product/8.1.7
export ORAENV_ASK=NO
export PATH=$PATH:/usr/local/bin
#. oraenv
export TNS_ADMIN=/etc
export OPENWINHOME=/usr/openwin
export PVCS_BINDIR=/usr/local/pvcs/vm
export PVCS_NAME=$LOGNAME
export OATS_VERBOSE=TRUE
export LD_LIBRARY_PATH=/opt/ptxC++/lib:/usr/lib:/usr/lib/X11:$ORACLE_HOME/lib:/usr/local/roguewave/sequent/workspaces/DYNIX/EPC/7d/lib:/dev02/delaward
export XFILESEARCHPATH=$OPENWINHOME/lib/%T/%N%S
export EDITOR=vi
export PATH=.:/build/usr/local/pvcs/vm:/bin:/usr/bin:/usr/local/bin:/usr/sbin:/usr/lbin:/usr/bin/X11:/etc:$ORACLE_HOME/bin:/opt

.kshrc

# $Copyright: $
# Copyright (c) 1984-2000
# Sequent Computer Systems, Inc. All rights reserved.
#
# This software is furnished under a license and may be used
# only in accordance with the terms of that license and with the
# inclusion of the above copyright notice. This software may not
# be provided or otherwise made available to, or used by, any
# other person. No title to or ownership of the software is
# hereby transferred.

#ident "$Header: base.kshrc 1.3 1989/10/10 19:19:49 $"

alias ls="ls -FC" ll="ls -la"
 
DC,

A couple of things:

1) . should not be first in your path. It should be last.
2) Please post the error message you get when you type export ABC=DEF ... DEF.
3) Type ps to verify that you are running the korn shell.
4) Your rexec command should be:
/usr/bin/X11/xterm -ls -display hostname:0 &
5) In Xstart try the Connections... button.
check Show progress
check Show host reply
Does this show anything helpful?

Brudnakm

 
OK. Sorry for the late response, I have been out. I will do this and let you know

Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top