Sequentila file read error

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
adasgupta123
Participant
Posts: 42
Joined: Fri Oct 20, 2006 1:58 am

Sequentila file read error

Post by adasgupta123 »

Hi ,

In the job we are using sequential file stage to read data.Number of readers per node is defined as 24.

Now it is throwing the error message :

Cannnot use multiple readers :The file lentgh is not a multiple of record length.

Should I make "Number of readers per node " =1 ?

Please let me know whether there is any other aspect of the problem.

Thanks and Regards

Avik
zulfi123786
Premium Member
Premium Member
Posts: 730
Joined: Tue Nov 04, 2008 10:14 am
Location: Bangalore

Post by zulfi123786 »

you can't read a seq file parallely unless the record length of all records is the same
- Zulfi
Post Reply