I got an error message when I tried to connect Teradata
ERROR: Teradata connection: MTDP: EM_GSSINITFAIL(235): call to gss_init failed. .
ERROR: Error in the LIBNAME statement.
google. got:
But I don't know where is "/usr/lib/lib_64" in my computer and how to libpath it.
To eliminate the error message and successfully connect to the Teradata database, modify your LD_LIBRARY_PATH, SHLIB_PATH or LIBPATH environment variable to include the /usr/lib/lib_64 directory. For example, LIBPATH=/usr/lib/lib_64:$LIBPATH
The GSS_INIT gives away what is happening here. SAS attempts to authenticate you with Teradata using Kereberos (probably as part of the Integrated Windows Authentication). You will have contact your systems people or, if that's you, review your IWA/Kerberos setup. Several things may be happening here:
1) Your TGT has expired, is not there or lacks the Forwardable flag.
2) Your account in the Teradata authentication domain may be wrong or not there. Expect an outbound account like "youruserid@KRB5" with a dummy password in the user metadata / personal login manager.
3) Your account setup in TD may need attention. It's not there or not properly configured.
4) Something else. Kerberos never stops amazing me with new ways to get things wrong.
Each of these would require an entire page in the admin guides. Forgive me for not elaborating. We would also need more details about your infrastructure.
Think "Kerberos" and take it from there.
The GSS_INIT gives away what is happening here. SAS attempts to authenticate you with Teradata using Kereberos (probably as part of the Integrated Windows Authentication). You will have contact your systems people or, if that's you, review your IWA/Kerberos setup. Several things may be happening here:
1) Your TGT has expired, is not there or lacks the Forwardable flag.
2) Your account in the Teradata authentication domain may be wrong or not there. Expect an outbound account like "youruserid@KRB5" with a dummy password in the user metadata / personal login manager.
3) Your account setup in TD may need attention. It's not there or not properly configured.
4) Something else. Kerberos never stops amazing me with new ways to get things wrong.
Each of these would require an entire page in the admin guides. Forgive me for not elaborating. We would also need more details about your infrastructure.
Think "Kerberos" and take it from there.
the issue is solved.
please find this document
Creating/Maintaining Login Credentials Through SAS Enterprise Guide
Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.