Page 1 of 1

error in director

Posted: Wed Oct 24, 2012 7:36 am
by georgheretis
Hello
I have a problem running a job and the following error was appearead in director:
/IA_IT/ia_datasets/EXT_Ifilename. ds: Data set initialization for "/IA_IT/ia_datasets/EXT_filename.ds": This input-file data set does not exist: /IA_IT/ia_datasets/EXT_filename.ds.

the source is a scv file (/IA_IT/ia_files/CP58csv/filename.csv) and after a transformation write to a dataset (#$DirDatasets##ThisJob#.ds)

i have created in parameter the $DirDatasets as $PROJDEF and the
$DirFilenames as /IA_IT/ia_files/filecsv/

do you have any idea how can i solve the problem?

Posted: Wed Oct 24, 2012 8:06 am
by ArndW
The error message refers to a failed attempt to read a dataset, not to write one. Please look at your job again, somewhere you are reading from a dataset (which cannot be located at runtime).