Quantcast
Channel: Teradata Forums - Tools
Viewing all 4252 articles
Browse latest View live

Warning: EOF on INPUT stream - response (4) by xhudik

$
0
0

I had the same problem. Fortunately I was able solve it - when I carefully check the end of my sql file, I realized that the last sql command (before actual quit;) didn't have ';' char.
I added it and no warning message 


TPT load script fails with incompatible message - forum topic by boriscb

$
0
0

Hi,
Your advice with the following will be greatly appreciated.
I am using the TTU 14.10 set of tools with a Teradata DB 14.0.2.11
With the OLELoad tool, The Fastload utility works perfectly but for some reason the TPT utility fails with the following message:
"Teradata OleLoad has detected a problem in the request from the calling software "execute.exe". It is possible that the calling software is incompatible with the access module"
Is there a way around this problem ?... Would using TTU 13.x resolve this problem ?... If so, what is the download URL for TTU 13.x ?... (I looked everywhere for it)....
Thank you for your time.
Boris. (boris.cb@weareperitas.com)
 
 
 
 

Forums: 

TPT 13.10 tbuild export operator on HP itanium - response (3) by therealdtw

$
0
0

For 13.10 what release was this included?  Seem to have same issue on AIX 13.10.06

TDLOAD status log issue - forum topic by Mathavadoss

$
0
0

I am using the Teradata 13.0.0.4
For Few files
While am trying TDLOAD from source file path its ends without any error message [ only version message] if execute with complete path running fine
 
For other few
While am trying TDLOAD from source file path/ any other path with Complete path its ends without any error message [ only version message] if execute  from source file path without  complete path running fine  
 
Could any please help to understand & Solve  this limitation
 
Warm regards,
Mathavadoss.M

Tags: 
Forums: 

TDLOAD status log issue - response (1) by feinholz

$
0
0

In order to help you, you must provide more information. At a minimum, you need to provide an exact copy of the output you get on the console.
 

TPT job fails, Log refers to a completely seperate unrelated job - forum topic by jnevill

$
0
0

Lately, when running TPT jobs, we've experienced job failures. When looking at the logs for the TPT jobs, sometimes (sporadically) the log will start off normally referencing the correct job, but will switch over a few lines in and reference a completely seperate unrelated job. 
The two jobs don't reference eachother, are ran by two different users both on the OS and the Database, and are not referencing anything related between the two. My only guess so far is that perhaps both of these jobs are being kicked off at the same time are, for some reason, using the same AMP or something.
An example of the log is below (I changed the log's job name to job1 and the conflicting unrelated job to job2):

 

DDL_OPERATOR: private log not specified
DDL_OPERATOR: connecting sessions
DDL_OPERATOR: sending SQL requests
DDL_OPERATOR: disconnecting sessions
DDL_OPERATOR: Total processor time used = '0.02 Second(s)'
DDL_OPERATOR: Start : Fri Nov 22 01:16:08 2013
DDL_OPERATOR: End   : Fri Nov 22 01:16:08 2013
Job step DELETE_STAGE completed successfully
Teradata Parallel Transporter DataConnector Version 13.00.00.02
W_0_o_Job1 DataConnector Producer operator Instances: 3
Teradata Parallel Transporter Update Operator Version 13.00.00.02
W_1_o_Job2: private log not specified
W_0_o_Job1 Operator instance 1 processing file '/job1s/source/file.dat'.
W_1_o_Job2: connecting sessions
W_1_o_Job2: preparing target table(s)
W_1_o_Job2: entering DML Phase
W_1_o_Job2: entering Acquisition Phase
W_0_o_Job1 Total files processed: 0.
W_1_o_Job2: disconnecting sessions
W_1_o_Job2: Total processor time used = '0.38 Second(s)'
W_1_o_Job2: Start : Fri Nov 22 01:16:22 2013
W_1_o_Job2: End   : Fri Nov 22 01:16:31 2013
Job step INS_STAGE terminated (status 12)
Job employee terminated (status 12)

As we are using teradata and TPT more often across our company, we are experiencing more of these failures throughout the day.

Forums: 

TDLOAD status log issue - response (2) by Mathavadoss

$
0
0

Hi Thank you Feinholz..
please find output how am getting and Teradata version is 13.10.00.04
 
How am running in Command line

tdload -f CHART_OF_ACCOUNT_XXXXXXX.txt -u user1 -p pwd1 -h host1 -t CHART_OF_AC_T -d '|' --TargetWorkingDatabase DB1 jobmm014
 
Result ( line2)
 data/inft/dev/xx/SrcFiles>xx -h xxxx -t CHART_OF_AC_T -d '|' --TargetWorkingDatabase xxxxx jobmm014                                <
Teradata Load Utility Version 13.10.00.04
 data/inft/dev/xx/SrcFiles>
 
Warm Regards,
Mathavadoss.M
 

TDLOAD status log issue - response (3) by Mathavadoss

$
0
0

Also now am seeing sucessfull load after changing this name .
 
Warm Regards,
Mathavadoss.M


TDLOAD status log issue - response (4) by feinholz

$
0
0

Changing what name?
Is it possible to take a screenshot and send it to steven.feinholz@teradata.com?

TDLOAD status log issue - response (6) by Mathavadoss

$
0
0

Changing File Name From CHART_OF_ACCOUNT.Txt to COA_MM.txt
As am working from secure development environment am not able to send any mail attachment.
 
Warm Regards,
Mathavadoss.M

TDLOAD status log issue - response (7) by feinholz

$
0
0

Unfortunately, without a screenshot or more detailed information, we do not have enough information to assist with the diagnosis.
If we take the following line and run it inhouse:
 
tdload -f CHART_OF_ACCOUNT_XXXXXXX.txt -u user1 -p pwd1 -h host1 -t CHART_OF_AC_T -d '|' --TargetWorkingDatabase DB1 jobmm014
 
we do not get any problems.
 

TPT job fails, Log refers to a completely seperate unrelated job - response (1) by feinholz

$
0
0

The console output you provided does not show anything specific other than the job terminated with an exit code of 12 and there is no error message.
Can you please provide more detailed information?
 

TPT load script fails with incompatible message - response (1) by feinholz

$
0
0

Never seen that message before.
The OLE-DB Access module has no knowledge of who is calling it (that I know of).
Please reply with the full TPT script.
Thanks!
 

FLoad , trying to load spaces to decimal - forum topic by m_v_anita

$
0
0

i have a mainframe file that has spaces in the last column , these spaces needs to be loaded to the teradata table decimal column Decimal(15,6). The mainframe job uses Fload , the fload is failing , all records are being loaded to the ERR1
 
  ,GP15_CREATE_Y               (CHAR(10))       
  ,GP15_CREATE_USER_C          (CHAR(8))        
  ,GP15_TOP_50_F               (CHAR(1))        
  ,GP15_TOP_500_F              (CHAR(1))        
  ,GP15_TOP_2000_F             (CHAR(1))        
  ,GP15_TOP_10000_F            (CHAR(1))        
  ,GP15_TOP_20000_F            (CHAR(1))        
  ,GP15_TOP_30000_F            (CHAR(1))        
  ,GP15_PRI_DMND_Q             (DECIMAL(9,1))   
  ,GP15_STOCK_Q                (INTEGER)        
  ,GP15_PROC_C                 (CHAR(1))        
  ,GP15_DIR_SHIP_C             (CHAR(1))        
  ,GP15_TOT__Q                 (DECIMAL(15,0))  
  ,GPWE15_LOC_CURR_A           (DECIMAL(15,6)) --> spaces  
DDNAME=INFILE;           
                         

Forums: 

TPT load script fails with incompatible message - response (2) by SuSeSi

$
0
0

Hi Boris,
Should not be problem while using TPT.
Can you please provide more details on the problem to get reproduced.
> Was the import job submitted using OleLoad tool or it was executed in batch mode?
> Please provide full TPT script.
> What is the source database and how it was connected.
> Was the .amj file saved before used in TPT script?
> Was the TPT script created separately/manually, or the scipt was created using OleLoad tool?
 
Thanks !!
-Sudhansu
 


TPT_INFRA: TPT01036: Error: Task (TaskID: 5, Task Name: SELECT_2[0001]) terminated due to the receipt of signal number 11 - response (3) by bbdd.tsunix

$
0
0

I have the last version for TPT, Can you help me with, with this error
Teradata Parallel Transporter Load Operator Version 14.00.00.09
LOAD_OPERATOR: private log specified: loadoper_privatelog-1
Teradata Parallel Transporter ODBC Operator Version 14.00.00.09
ODBC_Operator: private log specified: ODBC_OPERATOR
ODBC_Operator: connecting sessions
LOAD_OPERATOR: connecting sessions
TPT_INFRA: TPT01036: Error: Task (TaskID: 5, Task Name: SELECT_2[0001]) terminated due to the receipt of signal number 11
LOAD_OPERATOR: preparing target table
LOAD_OPERATOR: TPT10508: RDBMS error 2634: Existing ERROR table(s) or Incorrect use of TABCAERR in  Fast Load operation.
LOAD_OPERATOR: disconnecting sessions
LOAD_OPERATOR: Total processor time used = '0.2 Second(s)'
LOAD_OPERATOR: Start : Thu Dec  5 16:22:55 2013
LOAD_OPERATOR: End   : Thu Dec  5 16:22:58 2013
Job step MAIN_STEP terminated (status 8)
Job root terminated (status 8)
 Job root terminated (status 12)

TPT job fails, Log refers to a completely seperate unrelated job - response (2) by jnevill

$
0
0

The anomoly in the console output is the fact that Job2 shows up in Job1's output at all. It is a completely unrelated job. When this happens, both jobs fail. The only thing related between the two jobs is that they are importing data into the same Teradata server and they are running at the same time. 

TPT job fails, Log refers to a completely seperate unrelated job - response (4) by feinholz

$
0
0

I have just been told by engineering that this is a known problem and was fixed in efix #12 of TPT 13.00.
Therefore, please upgrade to the latest and greatest patch for TPT 13.00.
Right now, that would be 13.00.00.22.
Thanks!

FLoad , trying to load spaces to decimal - response (1) by feinholz

$
0
0

DECIMAL is a data type that requires values in the proper format.
"spaces" are not valid data bytes for a DECIMAL column.
 

generating sequention number during mload - response (3) by SuSeSi

$
0
0

You can have Stored procedures but I guess mload does not support, may be tpump?

Viewing all 4252 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>