ERROR Reading source file

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
pkll
Participant
Posts: 73
Joined: Thu Oct 25, 2012 9:45 pm

ERROR Reading source file

Post by pkll »

Hi,

When i am reading file from source i am getting bellow error..

My souce file has 13KB(32,000 records) only,delimiter is '|'.
For testing purpose i have taken 10 rows it is working fine,when i have given total file the bellow error is coming.

Let me know why i am getting this error?
##E IIS-DSEE-TOIX-00158 09:12:50(000) <CALL_HIST_DETAILS_6868081,1> Error reading on import.
##E IIS-DSEE-TFRS-00061 09:12:50(001) <CALL_HIST_DETAILS_6868081,1> Consumed more than 100000 bytes looking for record delimiter; aborting
##E IIS-DSEE-TOIX-00179 09:12:50(002) <CALL_HIST_DETAILS_6868081,1> Import error at record 0.
##E IIS-DSEE-TFOR-00089 09:12:50(003) <CALL_HIST_DETAILS_6868081,1> The runLocally() of the operator failed.
##E IIS-DSEE-TFPM-00040 09:12:50(005) <CALL_HIST_DETAILS_6868081,1> Operator terminated abnormally: runLocally() did not return APT_StatusOk
##E IIS-DSEE-TOIX-00158 09:12:50(000) <CALL_HIST_DETAILS_6868081,0> Error reading on import.
##E IIS-DSEE-TFRS-00061 09:12:50(001) <CALL_HIST_DETAILS_6868081,0> Consumed more than 100000 bytes looking for record delimiter; aborting
##E IIS-DSEE-TOIX-00179 09:12:50(002) <CALL_HIST_DETAILS_6868081,0> Import error at record 0.
##E IIS-DSEE-TFOR-00089 09:12:50(003) <CALL_HIST_DETAILS_6868081,0> The runLocally() of the operator failed.
##E IIS-DSEE-TFPM-00040 09:12:50(005) <CALL_HIST_DETAILS_6868081,0> Operator terminated abnormally: runLocally() did not return APT_StatusOk
##E IIS-DSEE-TFOR-00089 09:12:50(000) <_ABORT_IDENT_,0> The runLocally() of the operator failed.
##E IIS-DSEE-TFPM-00040 09:12:50(002) <_ABORT_IDENT_,0> Operator terminated abnormally: runLocally() did not return APT_StatusOk
##E IIS-DSEE-TFPM-00192 09:12:56(000) <node_node1> Player 2 terminated unexpectedly.
##E IIS-DSEE-TFPM-00339 09:12:56(000) <main_program> APT_PMsectionLeader(1, node1), player 2 - Unexpected termination by Unix signal 6(SIGABRT).
##E IIS-DSEE-TFPM-00192 09:12:56(001) <node_node1> Player 1 terminated unexpectedly.
##E IIS-DSEE-TFPM-00339 09:12:56(001) <main_program> APT_PMsectionLeader(1, node1), player 1 - Unexpected termination by Unix signal 6(SIGABRT).
##E IIS-DSEE-TFPM-00192 09:12:56(000) <node_node2> Player 3 terminated unexpectedly.
##E IIS-DSEE-TFSC-00011 09:13:01(000) <main_program> Step execution finished with status = FAILED.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Check the file. It appears that "|" is not the delimiter or, if it is, that you have not specified this as the field delimiter property in the format properties of your Sequential File stage.

Ten rows were not enough to hit the 100000 byte barrier.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
pkll
Participant
Posts: 73
Joined: Thu Oct 25, 2012 9:45 pm

Post by pkll »

Hi Ray,

My delimeter is '|'. I specified field delimeter as '|' in sequential file format tab.

I am getting same error...
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

It's looking for the record delimiter, not a field delimiter. How is that defined in your stage? It would seem your ten row sample is structured differently from the full file.
-craig

"You can never have too many knives" -- Logan Nine Fingers
pkll
Participant
Posts: 73
Joined: Thu Oct 25, 2012 9:45 pm

Post by pkll »

Thanks chulett...

It is working 5n... :)
BI-RMA
Premium Member
Premium Member
Posts: 463
Joined: Sun Nov 01, 2009 3:55 pm
Location: Hamburg

Post by BI-RMA »

Hi pkll,

Could you please add some details on the changes you made that actually caused your job to work? This would be helpful for others searching for solutions in this forum.

Please mark the topic as resolved after that.
"It is not the lucky ones are grateful.
There are the grateful those are happy." Francis Bacon
Post Reply