Compliation Error in Job Sequence

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
ketfos
Participant
Posts: 562
Joined: Mon May 03, 2004 8:58 pm
Location: san francisco
Contact:

Compliation Error in Job Sequence

Post by ketfos »

Hi,

I get the following error while compiling a Sequence job in DS 7.5
-----
<JobSeqGenError>
<Code>2017</Code>
<Desc>XML parser error on input line 0: source='', reason='The system cannot locate the resource specified.
'</Desc>
<LineNum>0</LineNum>
<Line></Line>
<Ref></Ref>
<Version>7.5.0.25</Version>
</JobSeqGenError>
----

1. It has WaitForFile Stage.
2. If file is found, it kicks a datastage job in JobActivity stage.
3. If file is not found, it goes to Notification Activity stage and sends an email.

This is all the job is doing.

Thks
Ketfos
richdhan
Premium Member
Premium Member
Posts: 364
Joined: Thu Feb 12, 2004 12:24 am

Post by richdhan »

Hi Ketfos,

Pls follow the following link. It will give you more information

viewtopic.php?t=87807

In short, a XML file is created in the Datastage client during the precompilation process. If you dont have write permissions or if Datastage is not able to read the XML file then you get this error.

HTH
--Rich

Think about what you are thinking because as a man thinks so does he become.
Joyce Meyer
Post Reply