Data Set Error

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
Abhi700
Participant
Posts: 20
Joined: Thu Nov 25, 2010 3:52 am
Location: Pune

Data Set Error

Post by Abhi700 »

Hi All

When I try to run Job I am facing the following error.

Data set initialization for "/home/abhik/tgt/sort.ds": This input-file data set does not exist:/home/abhik/tgt/sort.ds.

I had given the full Permissions to tgt file.

I had tried to create a sample job with Seq File & dta sets.
There also iam facing the same issues.
ABHILASH
samyamkrishna
Premium Member
Premium Member
Posts: 258
Joined: Tue Jul 04, 2006 10:35 pm
Location: Toronto

Re: Data Set Error

Post by samyamkrishna »

have you given teh update policy as overwrite.
Abhi700
Participant
Posts: 20
Joined: Thu Nov 25, 2010 3:52 am
Location: Pune

Post by Abhi700 »

Yes, I had given it as OverWrite itself.
ABHILASH
XRAY
Participant
Posts: 33
Joined: Mon Apr 03, 2006 12:09 am

Post by XRAY »

Are you reading or writing the file set / file ?

If reading, can you browse the file in the dataset/sequential stage ?
Abhi700
Participant
Posts: 20
Joined: Thu Nov 25, 2010 3:52 am
Location: Pune

Post by Abhi700 »

I am Writing to dataset.
And i have to use that Dataset.
ABHILASH
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

DataStage wrote:This input-file data set does not exist:/home/abhik/tgt/sort.ds
This message suggests that you are trying to read from a non-existent Data Set.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Abhi700
Participant
Posts: 20
Joined: Thu Nov 25, 2010 3:52 am
Location: Pune

Post by Abhi700 »

Actually it should be able to create dataset at run time.

All the previous jobs are able to create the datsets & are working fine.
ABHILASH
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Abhi700 wrote:Actually it should be able to create dataset at run time.
Not when it is reading from it - those must already exist.
-craig

"You can never have too many knives" -- Logan Nine Fingers
jwiles
Premium Member
Premium Member
Posts: 1274
Joined: Sun Nov 14, 2004 8:50 pm
Contact:

Post by jwiles »

Abhi700 wrote:I am Writing to dataset.
And i have to use that Dataset.
Are you trying to write and read the same dataset in a single job? Can't do that...

Also, make sure that your filesystems are not full.

Regards,
- james wiles


All generalizations are false, including this one - Mark Twain.
developeretl
Participant
Posts: 89
Joined: Sat Jul 24, 2010 11:33 pm

Post by developeretl »

We had the issue data set is not created during the job run.Temporary datasets are deleted on the node we are running the jobs. So need to run the whole jobs from starting so that it creates temporary datasets , then dataset was created. Hope this will help you.
Post Reply