Page 1 of 1

Link

Posted: Mon Sep 13, 2004 2:53 pm
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,

Posted: Mon Sep 13, 2004 4:02 pm
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.

Posted: Tue Sep 14, 2004 9:48 am
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.