ERROR FACING IN MASTER SEQUENCER ,IF IT IS RUN FROM CLIENT

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
DEVESHASTHANA
Participant
Posts: 47
Joined: Thu Sep 16, 2004 5:26 am
Location: India

ERROR FACING IN MASTER SEQUENCER ,IF IT IS RUN FROM CLIENT

Post by DEVESHASTHANA »

HI,

We have one master sequencer job in which we are calling lot of other sequencer around 15,when i compile it on the client datastage it shows error :::error calling subroutines DSR_RECORD(ACTION 2) and when i run it directly on server it running fine.
can any one tell what is the reason for it,

regards,
Devesh
roy
Participant
Posts: 2598
Joined: Wed Jul 30, 2003 2:05 am
Location: Israel

Post by roy »

Hi,
if your not able to compile it are your running the old version from the last time the job compiled successfully on your server?.

do you have a full design on the server or just executables?

job that fails to compile can't be running anywhere!

can oy be more specific?
Roy R.
Time is money but when you don't have money time is all you can afford.

Search before posting:)

Join the DataStagers team effort at:
http://www.worldcommunitygrid.org
Image
manteena
Premium Member
Premium Member
Posts: 38
Joined: Thu Feb 10, 2005 1:43 pm
Location: USA

Post by manteena »

Look for any paremeter mismatch from parent to child sequecers. and triggers. and stage dependables.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

DSR_RECORD is usually invoked when refreshing something in the client. Check for timed-out connections and invalidated repository indexing.
Last edited by ray.wurlod on Thu Mar 10, 2005 6:13 pm, edited 1 time in total.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
him121
Premium Member
Premium Member
Posts: 55
Joined: Sat Aug 07, 2004 1:50 am

Post by him121 »

hey
devesh
if u are using DS ver 7.5
you need to check all the parameters in Sequencer are either set to Environment parameter, $PROJDEF or set to default.

i think that is the one error here.
try it out
DEVESHASTHANA
Participant
Posts: 47
Joined: Thu Sep 16, 2004 5:26 am
Location: India

Post by DEVESHASTHANA »

hi Himanshu,

i checked in the environmental variables they are same ,

regards,
devesh
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

Ping your sever when this happens.

Check whether there is any network timeout or glitch.
Post Reply