DSD_SendEvent.B:Error Starting run

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
shaimil
Charter Member
Charter Member
Posts: 37
Joined: Fri Feb 28, 2003 5:37 am
Location: UK

DSD_SendEvent.B:Error Starting run

Post by shaimil »

Can anyone tell me why I get this error and what it means.

DSD_SendEvent.B:Error Starting run

It flags up a warning message in the log, but the job still runs successfully.

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

Post by roy »

Hi,
What does the job do?
is there anything special it does?
the message seems like a problem with DS internal routines in your job.
it could be that this warning has no real impact on the job's outcome, but it means that something has gone a stray.
if the job is simple rebuilding it in a fresh job design might be the fastest way to get rid of this message (maybe a recompile will do) in case only this job got messed-up for some reason.
perhaps an inspection of the basic code in the RT_BPnnn (nnn= job number) might shade some light on the exact problem.
Perhaps Ray, Ken and others here, which have more DS internal knowladge might give some insight with their extensive experiance :).

IHTH,
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
roy
Participant
Posts: 2598
Joined: Wed Jul 30, 2003 2:05 am
Location: Israel

Post by roy »

I've just checked and there is a DSD_SendEvent.B in every project in the DSD_BP.O directory , IMHO, you should contact your support if you can't find what is causing this.

IHTH,
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
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Anything with a name beginning with "DSD." is used within DataStage. Recourse to official support is your only option. I can only guess at what the various DSD... routines do, but won't do so in case I mislead you.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
shaimil
Charter Member
Charter Member
Posts: 37
Joined: Fri Feb 28, 2003 5:37 am
Location: UK

Post by shaimil »

Thanks guys. The rebuild fixed the problem, whatever it was
Post Reply