Fact table load 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
seanc217
Premium Member
Premium Member
Posts: 188
Joined: Thu Sep 15, 2005 9:22 am

Fact table load error

Post by seanc217 »

I'm loading a fact table. So I have 9 lookups into the dimensions to get the surrogate key values. The job runs fine then I get:

fact_table_fk_lookups,1: Could not map table file "H:/IBM/DataStage/Resource/DataSets/lookuptable.20060509.uhq5v4d": Not enough space
Operator's runLocally() failed.

I checked the space as it is running and I have more than enough space. The drive I am writing to has 135 GB free. I even tried specifing a second 135 GB drive and it still fails with the same error.

Any ideas?

Thanks
seanc217
Premium Member
Premium Member
Posts: 188
Joined: Thu Sep 15, 2005 9:22 am

Post by seanc217 »

I think I solved my own problem. I did not have the Oracle lookups set to sparse! So it tries to cram everything into memory.

Thanks
Post Reply