NJ_315
NJ_315

Reputation: 1883

Fast Export script of Teradata

i am trying to pull data from Teradata and put it into hadoop.

i have written a script to do so.

Well this is not a direct process.

It is staged to Hadoop's local and then put into Hadoop.

While running the script i am getting the following error:

0002 .LOGTABLE  log_1;
**** 16:06:28 UTY1006 CLI error: 235, MTDP: EM_GSSINITFAIL(235): call to
     gss_init failed.
**** 16:06:28 UTY2410 Total processor time used = '0 Seconds'
.       Start : 16:06:28 - TUE AUG 20, 2013
.       End   : 16:06:28 - TUE AUG 20, 2013
.       Highest return code encountered = '12'.

Can anyone help me and tell what is the mistake here? What does that error mean?

Upvotes: 1

Views: 2476

Answers (1)

Rob Paller
Rob Paller

Reputation: 7786

The system you are running the FastExport script from is either missing, has a corrupt installation of, or incorrect PATH statement for the Teradata GSS Libraries. The ICU and GSS libraries are security components for the Teradata providers (CLI, ODBC, .Net, and JDBC). Without them you will not be able to connect to the Teradata system.

Upvotes: 1

Related Questions