Problem with Oracle Stage

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
pratsark
Participant
Posts: 1
Joined: Tue Nov 28, 2006 1:01 am

Problem with Oracle Stage

Post by pratsark »

Some jobs had the OCI Stage in it while we developed. Suddenly all the Databse Stages have greyed out. It is throwing this message while opening the already developed jobs."When I try to open my jobs it gives a message that "Record PxOracle in file DS_STAGETYPES does not exist".and I dont see Oracle stage in my jobs" which was exisisting before.

Regards

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

Post by ray.wurlod »

Welcome aboard. :D

This behaviour suggests that the index on DS_STAGETYPES needs to be rebuilt. You need to find a time when no client connection exists into DataStage in that project, and issue the command DS.REINDEX DS_STAGETYPES
You may as well make sure they're all intact: prefer DS.REINDEX ALL as the command.
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