Problem dataset, waiting for a fileset

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
bart12872
Participant
Posts: 82
Joined: Fri Jan 19, 2007 5:38 pm

Problem dataset, waiting for a fileset

Post by bart12872 »

Hi,

I have the following error :
"In file set "/tmp/import_tmp_236766898e7a988.fs": Parsing a dataset, expecting a fileset.."

This produce in a fileset stage.

I don't understand why Datastage parsing a Dataset.
A purge of the Datasets use in the project have been made, but it shouldn't have an impact.

bart.
sud
Premium Member
Premium Member
Posts: 366
Joined: Fri Dec 02, 2005 5:00 am
Location: Here I Am

Re: Problem dataset, waiting for a fileset

Post by sud »

bart12872 wrote:Hi,

I have the following error :
"In file set "/tmp/import_tmp_236766898e7a988.fs": Parsing a dataset, expecting a fileset.."

This produce in a fileset stage.

I don't understand why Datastage parsing a Dataset.
A purge of the Datasets use in the project have been made, but it shouldn't have an impact.

bart.
Well, from the error message looks like /tmp/import_tmp_236766898e7a988.fs is not a fileset but a dataset. Why don't you check the contents of the file on unix, it should contain an entry per node with the actual file path per node.
It took me fifteen years to discover I had no talent for ETL, but I couldn't give it up because by that time I was too famous.
Madhavan VM
Participant
Posts: 33
Joined: Sat Jul 02, 2005 2:27 am
Location: Bangalore

Post by Madhavan VM »

how was the datasets deleted? using the dataset tool management or the orchadmin command?
warm regards,
Ajith GK
bart12872
Participant
Posts: 82
Joined: Fri Jan 19, 2007 5:38 pm

Post by bart12872 »

In fact,
I delete the Datasets manually in the Dataset folder + all the *.ds files.

I found what happend, I launch a sequencer in Restartable Mode, so
certain job didn't run.
The file wasn't create.

thanks for your answers.
Post Reply