Error in server job-Link report not found

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
sujaks
Participant
Posts: 3
Joined: Wed Mar 21, 2012 8:25 am

Error in server job-Link report not found

Post by sujaks »

We have a server job that was imported from 8.1 to 8.7. The job had a user defined SQL where the schema name was hardcoded initially. Later it was parameterized and moved to a new environment. When the job was run it was still taking the old hardcoded schema name. We dropped off that link and created a new link with the same name and it was reading the parameterized schema name correctly. But we are getting the below warning message with the message id IIS-DSTAGE-RUN-W-0017:

Link report for link jobname.stagename.linkname not found.

Any idea what the reason could be and how it can be resolved? Also when the parameterized job was imported to the new environment and executed, for some reasons, the old hardcoded value was still being taken at runtime, Is there any specific reason for the same?
marysolomon@lpa.com
Participant
Posts: 1
Joined: Wed Dec 03, 2014 11:05 am

Re: Error in server job-Link report not found

Post by marysolomon@lpa.com »

The problem is still there in 11.3.

Apply patch JR49185: CONNECTORS ON SERVER CANVAS THROWS LINK REPORT NOT FOUND WARNING

and set CC_SUPPRESS_LINK_REPORT_WARNINGS = 1

We're on 11.5 so patch wasn't necessary but still had to add env variable
Post Reply