unable to import a job

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
pras
Premium Member
Premium Member
Posts: 32
Joined: Mon Nov 28, 2005 8:33 am
Location: Atlanta

unable to import a job

Post by pras »

Hi

while i was trying to import a job from one project to another project
i got the following error

Record j\2968\ROOT on file DS_JOBOBJECTS cannnot be written

can you throw some light on this error

thanks
Prasanna
loveojha2
Participant
Posts: 362
Joined: Thu May 26, 2005 12:59 am

Post by loveojha2 »

I think this is something to do with the write permissions on the project directory.
With what login (userid) you are doing the import?
Do the userid have the permissions on the project directory?
Success consists of getting up just one more time than you fall.
pras
Premium Member
Premium Member
Posts: 32
Joined: Mon Nov 28, 2005 8:33 am
Location: Atlanta

Post by pras »

hi

i am logging in using the datastage administrator account

thanks
Prasanna
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

It's possible that the DS_JOBOBJECTS hashed file needs to be reindexed, though it's more likely that it has become corrupted. Please try these two commands from the Administrator client Command window and let us know what results.

Code: Select all

DS.REINDEX DS_JOBOBJECTS

SELECT COUNT(*) FROM DS_JOBOBJECTS;
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply