Compilation Error in a Sequence Job

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
bdstage
Charter Member
Charter Member
Posts: 59
Joined: Mon Apr 03, 2006 4:59 pm

Compilation Error in a Sequence Job

Post by bdstage »

Hello,

I am trying to compile a sequence job which contains Job activity, User variables activity, sequencer and notification activity.

But I am getting the following error:
Invalid/Unknown activity type found in Job:
???????????????c?????????????????a
Any input on this weird error is really appreciated.

Thanks,
Pavan.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

At first thought I would guess that the job has been corrupted internally. You can make a copy of the job, then remove single components until the error goes away to identify which stage might be causing the problem.
sun rays
Charter Member
Charter Member
Posts: 57
Joined: Wed Jun 08, 2005 3:35 pm
Location: Denver, CO

Re: Compilation Error in a Sequence Job

Post by sun rays »

May be the Job that the sequence is calling doesnot exist anymore or got renamed.
bdstage
Charter Member
Charter Member
Posts: 59
Joined: Mon Apr 03, 2006 4:59 pm

Post by bdstage »

As you said, the job got corrupted I guess. The redesign of the same job worked. :)

Thanks for your inputs.
Post Reply