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

fastload no rows applied when running script in cron - forum topic by davidtzoor

$
0
0

Hello there,
I have a bash script that runs a fastload. 
When I run the script manually, the script runs as expected and the data is inserted to the desired table. 
When the script gets excuted by cron the Insert Phase starts as expected but no rows get inserted into the desired table.
This is what the log says:

**** 20:00:18 Number of recs/msg: 66

**** 20:00:18 Starting to send to RDBMS with record 1

**** 20:00:18 Finished sending rows to the RDBMS

 

     ===================================================================

     =                                                                 =

     =          End Loading Phase                         =

     =                                                                 =

     ===================================================================

 

0014   end loading;

 

**** 20:00:23 END LOADING COMPLETE

 

     Total Records Read               =  0

     Total Error Table 1                =  0  ---- Table has been dropped

     Total Error Table 2                =  0  ---- Table has been dropped

     Total Inserts Applied            =  0

     Total Duplicate Rows            =  0

 

 

I'd appreciate any help on that matter.

 

Forums: 

Viewing all articles
Browse latest Browse all 4252

Trending Articles