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,
Link
Moderators: chulett, rschirm, roy
-
ray.wurlod
- Participant
- Posts: 54595
- Joined: Wed Oct 23, 2002 10:52 pm
- Location: Sydney, Australia
- Contact:
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.
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.
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
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
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.