CFF Index file 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

g_rkrish
Participant
Posts: 264
Joined: Wed Feb 08, 2006 12:06 am

Post by g_rkrish »

ray.wurlod wrote:From Parallel Job Developer's Guide (version 7.5), Chapter 10 (Complex Flat File Stage):
When used as a source, the stage allows you to read data from one of more complex flat files, including ...
I read the chpater you mentioned.I changed the table defintion with all the three options for VSAM but i get the following error...

#E IIS-DSEE-TOIX-00159 16:00:07(016) <Complex_Flat_File_6,0> Short read encountered on import; this most likely indicates one of the following possibilities:
1) the import schema you specified is incorrect
2) invalid data (the schema is correct, but there is an error in the data).
##E IIS-DSEE-TFRS-00043 16:00:07(018) <Complex_Flat_File_6,0> Expected 1522 bytes, got 728.
##E IIS-DSEE-TOIX-00179 16:00:07(019) <Complex_Flat_File_6,0> Import error at record 32.
##E IIS-DSEE-TFOR-00089 16:00:07(020) <Complex_Flat_File_6,0> The runLocally() of the operator failed.
##E IIS-DSEE-TFOR-00089 16:00:07(021) <APT_CombinedOperatorController,0> The runLocally() of the operator failed.
##E IIS-DSEE-TFPM-00040 16:00:07(022) <APT_CombinedOperatorController,0> Operator terminated abnormally: runLocally did not return APT_StatusOk
##E IIS-DSEE-TFSC-00011 16:00:13(000) <main_program> Step execution finished with status = FAILED.

Thanks,
RK
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

This most likely indicates one of the following possibilities:
1) the import schema you specified is incorrect
2) invalid data (the schema is correct, but there is an error in the data).
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

And however did you manage to come to that conclusion? :wink: :wink:
-craig

"You can never have too many knives" -- Logan Nine Fingers
g_rkrish
Participant
Posts: 264
Joined: Wed Feb 08, 2006 12:06 am

Post by g_rkrish »

chulett wrote:And however did you manage to come to that conclusion? :wink: :wink:
Not yet craig...Called up the IBM suport asking them whether the newer version support the ISAM files they asked me send the job and the files ...i did send them they cerated a case # ...I don't know when they will get back to me....I will post the solution once they let me know or if i find them.....

Thanks for your Help .....
RK
Post Reply