Slowly changing dimension problem

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
vishnuvyas
Participant
Posts: 6
Joined: Tue Nov 25, 2008 2:59 am

Slowly changing dimension problem

Post by vishnuvyas »

Hi All,

I am getting the below error while executing the job.

Slowly_Changing_Dimension_3,0: Input buffer underrun; traversed 88 fewer bytes than present in the record buffer.

Please suggest a solution.
Regards,
Vishnu Vyas
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

The error indicates that your job expects a fixed length of data, but that the data itself is different from the definition (it is longer). What fields have you defined?
MarkB
Premium Member
Premium Member
Posts: 95
Joined: Fri Oct 27, 2006 9:13 am

Post by MarkB »

Try searching here on Input buffer underrun ...
vishnuvyas
Participant
Posts: 6
Joined: Tue Nov 25, 2008 2:59 am

Post by vishnuvyas »

Hi ,

I have defined datatype as varchar for the columns and using datasets as source and target.
Regards,
Vishnu Vyas
Post Reply