sequence does not compile

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
Klaus Schaefer
Participant
Posts: 94
Joined: Wed May 08, 2002 8:44 am
Location: Germany
Contact:

sequence does not compile

Post by Klaus Schaefer »

Trying to compile job sequences always returns "INTERNAL COMPILER ERROR", regular jobs (parallel) compile OK.

Any idea on this?

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

Post by ArndW »

Hi Klaus,

Can you try to compile a user-written routine from the GUI to see if you get a better error message. Or put a file in &PH& called "Test" with 1 line "X=1", then from the command line in that project do "BASIC &PH& Test" to see if a normal compile works.
Klaus Schaefer
Participant
Posts: 94
Joined: Wed May 08, 2002 8:44 am
Location: Germany
Contact:

Re: sequence does not compile

Post by Klaus Schaefer »

I think I have seen this situation before, where just some local file or so needed to get r/w flag being set...

Does anyone remember this kind of issue?

Arnd - I'll try that as well...

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

Post by chulett »

I remember what you are referring to, that was a different error however. Never seen yours mentioned here before.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Klaus Schaefer
Participant
Posts: 94
Joined: Wed May 08, 2002 8:44 am
Location: Germany
Contact:

Post by Klaus Schaefer »

Arnd, Craig,

thanks for your input! A server routine and a server job both do compile and run without any error....

Klaus
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Sequences need to be able to write on the client when being compiled. Is your DataStage client installation directory writable?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

Remember having this issue under SP2 or not being an admin.
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

Remember having this issue under SP2 or not being an admin.
Klaus Schaefer
Participant
Posts: 94
Joined: Wed May 08, 2002 8:44 am
Location: Germany
Contact:

Post by Klaus Schaefer »

Thanks Ray and everybody,

the issue is resolved after is client reinstallation from customer site. I guess it was indeed a directory not being writable.

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

Post by chulett »

Then time to mark your topic as Resolved Klaus.
-craig

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