All the jobs missing from the project

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
sumitgulati
Participant
Posts: 197
Joined: Mon Feb 17, 2003 11:20 pm
Location: India

All the jobs missing from the project

Post by sumitgulati »

We have a Project which was working fine until Thursday. On Friday whichever jobs we triggered showed RUNNING in director but they were actually not running when checked in the UNIX box. Even if they were running, they were in idle state. Jobs are in idle state since friday.

Today(Monday) when we logged in we found no jobs showing up in the director (OR any client application). The jobs are present in the repository, like when we check RT_**** file they are all present in the DS host machine. We also checked DS_JOBS and we have the jobs present in there too.

Does anyone have any clue how can we get the jobs show up in the Director. We Recreated the Indexes but it did not help. Currently trying the integrity option.
ketfos
Participant
Posts: 562
Joined: Mon May 03, 2004 8:58 pm
Location: san francisco
Contact:

Post by ketfos »

Hi,
Can you see the jobs in Designer?

Ketfos
sumitgulati
Participant
Posts: 197
Joined: Mon Feb 17, 2003 11:20 pm
Location: India

Post by sumitgulati »

No, The jobs are not visible in any of client applications - Directory, Designer OR Manager.

Regards,
-Sumit
ketfos
Participant
Posts: 562
Joined: Mon May 03, 2004 8:58 pm
Location: san francisco
Contact:

Post by ketfos »

Hi,

Are you able to view the routines/functions in the Project in question?

Are you able to create new jobs in the Project in question?

Did you try to bring the server down and up?

Ketfos
sumitgulati
Participant
Posts: 197
Joined: Mon Feb 17, 2003 11:20 pm
Location: India

Post by sumitgulati »

Routines are visible in Manager.

I can create a new job but that job also does not show up in any of the clients.

No, we did not bring the server down. This is something not controlled by and and will be done by the administrator at the end of the day.

Regards,
-Sumit
ketfos wrote:Hi,

Are you able to view the routines/functions in the Project in question?

Are you able to create new jobs in the Project in question?

Did you try to bring the server down and up?

Ketfos
ketfos
Participant
Posts: 562
Joined: Mon May 03, 2004 8:58 pm
Location: san francisco
Contact:

Post by ketfos »

Hi,
Did you check in the Designer under Tools ---> Options --->Appeareance--->Repository Tree--->Category Customization ....

Is Show Jobs Selected under Category Customization ?

Ketfos
sumitgulati
Participant
Posts: 197
Joined: Mon Feb 17, 2003 11:20 pm
Location: India

Post by sumitgulati »

Yaa Ketfos, This is checked.

We also just tried bouncing the server. The jobs still don't showup.


Regards
-Sumit
ketfos wrote:Hi,
Did you check in the Designer under Tools ---> Options --->Appeareance--->Repository Tree--->Category Customization ....

Is Show Jobs Selected under Category Customization ?

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

Post by ray.wurlod »

It's almost certainly indexing in the Repository.

Find a time when there are no developers connected and no jobs running and, logged in as DataStage administrator, execute the command

Code: Select all

DS.REINDEX ALL
(from the Administrator client Command window or from a telnet session running dssh in the project directory).
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
sumitgulati
Participant
Posts: 197
Joined: Mon Feb 17, 2003 11:20 pm
Location: India

Post by sumitgulati »

We found the issue. Actually we did not notice that when we were recreating the indexes it was not doing it on DS_JOBS because DS_JOBS was locked by another process. We bounced our server and ran REINDEX on DS_JOBS. All our jobs are now visible in Director.

Thanks for all the suggestions,
-Sumit
kollurianu
Premium Member
Premium Member
Posts: 614
Joined: Fri Feb 06, 2004 3:59 pm

Post by kollurianu »

what does datatstage bouncing means?
Any help appreciated,

Thank you
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Stopping and restarting. Going down and back up like a rubber ball, hence the term "bouncing". :wink:
-craig

"You can never have too many knives" -- Logan Nine Fingers
kollurianu
Premium Member
Premium Member
Posts: 614
Joined: Fri Feb 06, 2004 3:59 pm

Post by kollurianu »

Thank you Chulett.
Post Reply