Error when exporting jobs

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
ksmurthys
Participant
Posts: 35
Joined: Mon Aug 23, 2004 3:02 pm

Error when exporting jobs

Post by ksmurthys »

HI ALL,

When i tried to export whole project from test server,its giving the following error:
Error calling subroutine: *DataStage*DSR_SELECT (Action=7); check DataStage is set up correctly in project kraftmaid
(Subroutine failed to complete successfully (30107))
How to resolve this issue?

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

Post by ray.wurlod »

Errors in DSR_SELECT often indicate that the indexing in the Repository is not up-to-date. It may be time to re-index your Repository.

You can do this from the DS.TOOLS menu on the server, or from the Administrator client (Command window) using the command

Code: Select all

DS.REINDEX ALL
To use this command you must have sole and exclusive access to the project.
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