Getting warnings

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
deesh
Participant
Posts: 193
Joined: Mon Oct 08, 2007 2:57 am

Getting warnings

Post by deesh »

Hi DS guys,

I have getting warnings when i am run the job. Please can tell to me how to solve these bellow common warnings. These warning gettings after Aggregated stage used and its transfer to sequencial file.

1. Sequencial_File_26,0: When Checking operator: When validating export schema: At field "sum": Exporting nullable field without null handling properties

2. Sequencial_File_26,0: When Checking operator: When validating export schema: At field "sub2avg": Exporting nullable field without null handling properties

3. Sequencial_File_26,0: Missing record delimiter "\n", saw EOF instead

4. Sequencial_File_26,0: Import warning at record 4:
Last edited by deesh on Sun Oct 19, 2008 10:58 pm, edited 2 times in total.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

My guess is that your file has the first line as headings, and you didn't specify that in your sequential file stage.
Post Reply