12 Jul 2012
Mohammad:
What is your LD_LIBRARY_PATH variable? ( echo $LD_LIBRARY_PATH )
Cheers.
Carlos.
1 month ago
Had the same problem. If you look at strace for bteq it is trying to find the file /usr/teragss/linux-i386/client/etc/tdgssconfig.bin.
I had the file /usr/teragss/linux-i386/client/etc/tdgssconfig.bin.prebuilt file so I just renamed it and everything worked fine.
You must sign in to leave a comment.


GSS TTU 13.10 installation problem:
this is Suse linux server
# uname -a
Linux ViewPoint_00-16 2.6.16.60-0.87.TDC.1.R.1-smp #1 SMP Thu Nov 10 04:53:43 PST 2011 x86_64 x86_64 x86_64 GNU/Linux
Logon to Bteq returns the following error:
++++++++++++++++++++
# bteq
Teradata BTEQ 13.10.00.07 for LINUX.
Copyright 1984-2011, Teradata Corporation. ALL RIGHTS RESERVED.
Enter your logon or BTEQ command:
.logon SYS6690/u_script
.logon SYS6690/u_script
Password:
*** CLI error: MTDP: EM_GSSINITFAIL(235): call to gss_init failed.
*** Return code from CLI is: 235
*** Error: Logon failed!
+++++++++++++++++++++++++++
TTU required by bteq installed:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# rpm -q TeraGSS_suselinux-x8664-13.10.04.01-1
TeraGSS_suselinux-x8664-13.10.04.01-1
# rpm -qa | grep cliv2
cliv2-13.10.00.11-1
# rpm -qa | grep tdicu
tdicu-13.10.00.02-1
# rpm -qa | grep piom
piom-13.10.00.09-1
# rpm -qa | grep bteq
bteq-13.10.00.07-1
Let me know fi i missed any point here.