Page 1 of 1

Problem dataset, waiting for a fileset

Posted: Tue May 27, 2008 7:27 am
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.

Re: Problem dataset, waiting for a fileset

Posted: Tue May 27, 2008 7:50 am
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.

Posted: Tue May 27, 2008 2:29 pm
by Madhavan VM
how was the datasets deleted? using the dataset tool management or the orchadmin command?

Posted: Wed May 28, 2008 4:10 am
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.