NWDSLoginEx() not surviving program exit

Hello everyone,

SLES10SP3/OES2SP2, SLED11.

I have a Linux program using the Novell X-Plat APIs. It does a
NWDSLoginEx() fine, and I can call other X-Plat functions within this
program and those functions work fine too. I do not do any logouts or
free connections or free contexts or etc. at the end of this program.

So, I would expect to see a logged in connection with
/opt/novell/ncl/bin/nwconnections after my program exits, but their are
no connections listed.

I need my logged in connection to survive my program’s termination. Any
ideas how to do this?

If I do a /opt/novell/ncl/bin/nwlogin and log in successfully, then I
see that with /opt/novell/ncl/bin/nwconnections that the connection
persists after the /opt/novell/ncl/bin/nwlogin exits. I need my program
to do the same thing.

Thanks for any help or suggestions!

Joe


joeflowers

joeflowers’s Profile: http://forums.novell.com/member.php?userid=5949
View this thread: http://forums.novell.com/showthread.php?t=402624

Here is a fix for this problem:

export XPLAT_USE_XTIER=0



joeflowers

joeflowers’s Profile: http://forums.novell.com/member.php?userid=5949
View this thread: http://forums.novell.com/showthread.php?t=402624