problem with look up

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
deeps
Participant
Posts: 6
Joined: Tue May 02, 2006 9:38 am
Location: india

problem with look up

Post by deeps »

Hi,
I tried renaming a column in a lookfile set .... When this new look up is reused, I get the error that : "Cannot read old version of contiguous lookup table".
Tried dropping the lookup, clearing the scratch area and recreating it ... but doesnt work :-(
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

What happenes, if you give new path or new file name for the renamed file?
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

File Sets are not stored in the scratchdisk area, they are stored in the disk area. You need to clean up the control file (blah.fs) as well as the data files on each partition.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

Just try to rename the column and execute once and try to view the fileset contol file from unix prompt just by cat fileset.fs, and make sure the renamed column is getting reflected in the control file.
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
Post Reply