Link

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
bcanales
Participant
Posts: 2
Joined: Mon Sep 06, 2004 9:39 am
Location: Mexico

Link

Post by bcanales »

Hi,

I working with a job server. This job, is a simple extraction of one User Defined Query. But I'm getting the following error


DSD_GenerateEvents.B: LinkReport for JobName.StageName.LinkName not found.

I tried to find some help from the documentation, but the problem hasn't been solved.

Any ideas?

Regards and thanks for all the help,
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Welcome aboard! :D

In your design, have you changed the name of a link but not changed a derivation that is based on a column from that link?

Otherwise, try using Save As to save the job under a different name, and compiling the new version.

Any routine with a "DSD." prefix is used internally by DataStage, so you will not find any reference to it in the documentation.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
bcanales
Participant
Posts: 2
Joined: Mon Sep 06, 2004 9:39 am
Location: Mexico

Post by bcanales »

Hi Ray,

Actually I rename the job and compiled it again, but it didn't worked. What I had to do is to create again the job and now it seems that everyhing is working fine. :D

Thanks for the advise.. it really helped me to solve this issue.

Regards,
Betty

ray.wurlod wrote:Welcome aboard! :D

In your design, have you changed the name of a link but not changed a derivation that is based on a column from that link?

Otherwise, try using Save As to save the job under a different name, and compiling the new version.

Any routine with a "DSD." prefix is used internally by DataStage, so you will not find any reference to it in the documentation.
Post Reply