Sequence fails to compile ... but no error message

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
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Sequence fails to compile ... but no error message

Post by ArndW »

This is a very odd scenario - I have a simple sequencer that used to work to which I made a minor change and now it fails to compile, even when I revert the change. I get a compile-time popup window stating
Error compiling Job Control Subroutine
JsDSSFCRActCarBookPostSyncro
. When I click on the "more" button I get a screen showing
Compiling: Source = 'RT_BP95/JOB.658243111.DT.1368843694', Object = 'RT_BP95.O/JOB.658243111.DT.1368843694'
******************************************************************************************************************************************************************

Compilation Complete.
(JsDSSFCRActCarBookPostSyncro)

I cut-and-pasted this to a DataStage server job job control and receive the same compiler error there as well.

I have submitted an e-case to Ascential but was wondering if anyone here has seen something similar.
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

What's its status in Director after this?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
ctoussai
Participant
Posts: 1
Joined: Thu Aug 28, 2008 2:25 pm

Sequence fails to compile ... but no error message

Post by ctoussai »

I'm getting the same thing. This is my first time trying to work with sequences.

I hit "More" and it says:

Compiling: Source = 'RT_BP198/JOB.109842414.DT.1485154575', Object = 'RT_BP198.O/JOB.109842414.DT.1485154575'
************************************************************************************************************************

Compilation Complete.
(myTestSequence2)

Run Director says the job status is "Not Compiled" and the log is empty. The sequence contains only 1 job with 1 parameter that has a default. In the sequence, I hit "Set to Default" for this parameter. Help anyone?
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Do you have write permission on the client machine? Precompiling a job sequence needs to write to the client machine.
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