Help !!

when i log onto Sgd 4.3 version on an xterm , i get the following error

*******% exec /bin/sh

Configuring your environment...

$ [ -f /bin/ksh ] && exec /bin/ksh

$ set +o emacs ; set +o gmacs ; set +o vi

$ OPENWINHOME=/usr/openwin; export OPENWINHOME

$ ALTDISPLAY=*****************:282; export ALTDISPLAY

$ TTA_UID="`LANG=C LC_ALL=C id | sed 's/.*uid=\([0-9][0-9]*\).*/\1/'`"; export TTA_UID

$ find ${TMPDIR:-/tmp}/ -name "TTA_SESSION_TOKEN.$TTA_UID.*" -a ! -mtime 0 -exec rm -f {} ";" -o -type d -prune 2>/dev/null

$ TTA_USERNAME='.../_ens/o=Organization/ou=BTO/ou=FTN/cn=William Ploetz'; export TTA_USERNAME

$ TTA_PRIMARY_DNSNAME='************'; export TTA_PRIMARY_DNSNAME

$ TTA_PE_ID=''; export TTA_PE_ID

$ TTA_CLIENT_IPADDR='************'; export TTA_CLIENT_IPADDR

$ TERM=''; export TERM

$ TTA_PEERDNSNAME='************'; export TTA_PEERDNSNAME

$ TTA_EXTDNSNAME='*************'; export TTA_EXTDNSNAME

$ if [ -f /etc/ttaprinter.conf ]; then . /etc/ttaprinter.conf; export LPDEST; fi

Starting the application...

$

...connected

STATE_PROTOCOL_INIT

Connecting to server...

Connected

Initializing session...

Starting session...

Waiting for application...

Done

X11 connection rejected because of wrong authentication.

X connection to localhost:11.0 broken (explicit kill or server shutdown).

Connection to ************ closed.

[1533 byte] By [gerina] at [2007-11-27 8:46:39]
# 1

You should put a better description of the problem in your subject line . . .

is your xterm being launched from the SGD server or from a remote server? What OS is the SGD server and/or remote server?

Are you using SSH as your connection method? If so, have you configured SSH for X11 forwarding? See docs. Can you SSH and start an Xsession from the app server? If you enable telnet and change connection method to telnet does the xterm launch?

Do you have Xauth enabled?

is the authentication on the servers the same? (user, method, etc). If not, does it help if you hold the shift key down when launching the app and supply the credentials?

carmelomttaa at 2007-7-12 20:49:40 > top of Java-index,Desktop,Sun Secure Global Desktop Software...
# 2

Sorry about not puuting a more precise explanation of the problem !!

My xterm is being launched from a remote server.The sgd remote server is on Solaris 8 platform and we are using ssh. I have checked all the necessary configs based on the docs of sum n have enabled X11 forwarding n xauth....I didnt get the last question though?.....

By default should a child directory be created?..if it is so an error pops up saying could not chdir for the user n then the rest of the things comes up....

Thanks

gerina at 2007-7-12 20:49:40 > top of Java-index,Desktop,Sun Secure Global Desktop Software...