Compilation problem

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
Sreekanth
Participant
Posts: 2
Joined: Mon Jan 30, 2006 11:10 pm

Compilation problem

Post by Sreekanth »

Hi,

I am getting an error message whenever i am trying to compile job sequence(i am able to compile jobs, but not the job sequences).The error message is like this.

Compilation Status :

Compilation failed, Select more button for further details.

If i press the more button, this is what it is showing -

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


Could any body can help me out in this? What should i do to rectify this problem? Suggest me...
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Welcome aboard. :D

The most usual reason for this error is that you lack write permission on the client machine, where the XML file needs to be generated as part of compiling a job sequence.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

As per the suggestion, try with the adminstrator user id.
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Better to correct the permissions problem. :wink:
-craig

"You can never have too many knives" -- Logan Nine Fingers
Sreekanth
Participant
Posts: 2
Joined: Mon Jan 30, 2006 11:10 pm

hi, thank you

Post by Sreekanth »

But, i am able to compile the jobs, but not the job sequence.
If i dont have write permissions on the client's system, i should get the error for both job and job sequence. isn't it?
sb_akarmarkar
Participant
Posts: 232
Joined: Fri Sep 30, 2005 4:52 am
Contact:

Post by sb_akarmarkar »

Hi,


Are you sending any parameter to sequence ???


Thanks,

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

Post by chulett »

That error is specific to Sequence jobs.
-craig

"You can never have too many knives" -- Logan Nine Fingers
koolnitz
Participant
Posts: 138
Joined: Wed Sep 07, 2005 5:39 am

Post by koolnitz »

The most usual reason for this error is that you lack write permission on the client machine, where the XML file needs to be generated as part of compiling a job sequence.
Ray,

Can you please elaborate why does it generate the physical file as part of compilation? That too on client machine?

Thanks!
Nitin Jain | India

If everything seems to be going well, you have obviously overlooked something.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

No.

It's how "they" implemented it. Ask "them".
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply