dataSets

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
srekant
Premium Member
Premium Member
Posts: 85
Joined: Wed Jan 19, 2005 6:52 am
Location: Detroit

dataSets

Post by srekant »

Hi,

In one of my jobs i created a dataset and in the other job i tried to read the same dataset which i created in first job i am getting the following error:

Code: Select all

Data set initialization for "#DTS_DIR_Param#/Example.ds": Input file dataset does not exist:
What does this signify.
Sree
elavenil
Premium Member
Premium Member
Posts: 467
Joined: Thu Jan 31, 2002 10:20 pm
Location: Singapore

Post by elavenil »

The error message looks like the dataset in the previous job not properly created or created in some other path.

Check few things to validate the dataset creation in the mentioned path.

1. Check the path in the first job (Dataset creation).

2. Check the path in the second job (Dataset used).

Ensure both paths are the same.

3. Try viewing the datasets in the first job.

4. Verify the dataset using Dataset management utility.

Regards
Saravanan
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

It looks like you did not declare the #DTS_DIR_Param# the same way in your job properties as you did in the call, otherwise DS would have expanded that parameter to use the value. Most likely you have at least one letter with a different case.
Post Reply