Error while compiling Sequencer

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
rajiivnb
Participant
Posts: 77
Joined: Fri Sep 10, 2004 8:38 am
Location: India

Error while compiling Sequencer

Post by rajiivnb »

Hi Group,

If i try to compile the Sequencer, with two job activity, its throwing the following error,

<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.1.0.8</Version>
</JobSeqGenError>


i re-imorted all the jobs again, i did through DSX file. still its giving the same error. Can anyone help me out. Some sequencers are compiling properly and some gives this error.

Thnx in advance.

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

Post by ArndW »

rajivnb,

your quote looks like xml code; not the standard output from the compiler. Where are you compiling from?
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

That is because you do not have 'write' priviledge on the dir where you have installed DataStage client on your PC.

If you are using Win XP SP2, you may also need an extra patch from Ascential.

Please search the forum for more info.
rajiivnb
Participant
Posts: 77
Joined: Fri Sep 10, 2004 8:38 am
Location: India

Error while compiling Sequencer

Post by rajiivnb »

Hi Group,

I created a new project, and all the jobs were compiling and working fine. If i compile a seuqnce which i created in this project is throwing this error. Previously this problem was not there, in my old project. only in this new project am getting this error. I havnt exported any sequence from my old project. I created a new one error, which is giving this error. Though i mentioned the correct job names inside the job activity.


<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.1.0.8</Version>
</JobSeqGenError>


thnx

Rajiiv
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

This looks suspiciously like the error in your first post. Is this something new that is generating an identical error or are you just... reiterating? :?
Sainath.Srinivasan wrote:That is because you do not have 'write' priviledges on the directory where you have installed the DataStage client on your PC.

Did you check this?
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply