Errors during jobs import

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
eoyylo
Participant
Posts: 57
Joined: Mon Jun 30, 2003 6:56 am

Errors during jobs import

Post by eoyylo »

Hi,
sometime during the import of jobs in a project the next errors occurs:

Error calling subroutine: *DataStage*DSR_SELECT (Action=2); check DataStage is set up correctly in project EBIS_REVISIONE_ARC
(Subroutine failed to complete successfully (30107))


Can anyone help to explain/avoid this problem?

thanks in advance

Ragards

Mario
ogmios
Participant
Posts: 659
Joined: Tue Mar 11, 2003 3:40 pm

Re: Errors during jobs import

Post by ogmios »

First check your diskspace (whether you're not in a disk full condition).

Secondly try to cut your imports in smaller pieces, v5 had some problems with very big import files.

Ogmios
In theory there's no difference between theory and practice. In practice there is.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

You might also check the indexing in the project, since the helper subroutine was DSR_SELECT.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
eoyylo
Participant
Posts: 57
Joined: Mon Jun 30, 2003 6:56 am

Post by eoyylo »

Hi,
in the HD I have eough space (about 1GB).
The file that I try to import contain about 10 - 20 jobs (job and job sequencer)

I try to clueanup the projects but it doesn't produce any result.
I try to delete and re-create the projects but it is impossible to recreate.

How can I check the index in the project? With the CLEANUP button in DataStage Administrator?

Thanks

Regards

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

Post by ray.wurlod »

You attempt to delete and re-create the project may have left things in an inconsistent state. You must have Administrator rights to do this. This problem is addressed in a different thread.

Assuming your project is intact, use the command

Code: Select all

DS.REINDEX ALL 
to re-build all the indices in the Repository. You must have exclusive access (and be logged in with Administrator rights) to do this.
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