Bad numLogicalFiles: 0

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
Vinodanand
Premium Member
Premium Member
Posts: 112
Joined: Mon Jul 11, 2005 7:54 am

Bad numLogicalFiles: 0

Post by Vinodanand »

Hi ,
I am getting the following error on PX.

main_program: Fatal Error: Bad numLogicalFiles: 0

Any idea as to what this error is.

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

Post by ray.wurlod »

None at all, because you have provided too little information. What is your job design?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Vinodanand
Premium Member
Premium Member
Posts: 112
Joined: Mon Jul 11, 2005 7:54 am

Post by Vinodanand »

Hi Ray,
Excuses for not posting the job design. It is as follows :

DS1 DS2 DS3
| | |


Row_Generator --> lookup stage-->Transformer-->Flat File Stage

DS-- Data Set

I have a key column in the source which I match with the reference .

I have checked the row generator and the reference files but I do not find duplicates anywhere .

Kindly let me know if any information is needed.

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

Post by ray.wurlod »

Are they three separate Data Sets, or do all three Data Set stages refer to the same Data Set, or some combination of those?

You really should enclose job designs in Code tags, so we can tell where the links connect. I'm guessing that all three Data Sets are reference inputs to the Lookup stage.

Were any other errors/warnings logged?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Vinodanand
Premium Member
Premium Member
Posts: 112
Joined: Mon Jul 11, 2005 7:54 am

Post by Vinodanand »

Hi Ray,
Looks like the issue was fixed and it was due to a bad Configuration file.Is there a way to put the job design in the posts,if so can you please let me know how.

Yes these are seperate data sets and they are mutually exclusive.

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

Post by ray.wurlod »

Just enclose your design in Code tags to produce "ASCII art":

Code: Select all

                  DS1 DS2 DS3 
                   |   |   | 
Row_Generator --> lookup stage-->Transformer-->Flat File Stage 
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply