error in director

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
georgheretis
Participant
Posts: 5
Joined: Wed Oct 24, 2012 7:24 am

error in director

Post 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?
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post 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).
Post Reply