Page 1 of 1

Error in compilation

Posted: Wed Oct 01, 2008 6:22 am
by prasson_ibm
Hi

I am getting follwing error while compiling the job:-
Error compiling genarated subroutine for the stage

Compiling: Source = 'RT_BP335/JOB.1228002509.DT.1485535753.IDENT1', Object = 'RT_BP335.O/JOB.1228002509.DT.1485535753.IDENT1'
************************************************************************

Compilation Complete.
(JOB01_SOUTH_REC_QCB_STG_SOUTH_CS4_7.DB2_GL_SOUTH_MIS_CS4_7_REC_QCB.IDENT1)

can anyone suggest to resolve this problem..???

[/b]

Posted: Wed Oct 01, 2008 6:28 am
by ArndW
The "IDENT1" means it is a dummy stage inserted between two passive stages in the job. Are you certain that this is a Parallel job and not a Server job? What passive stages do you have in the job that are next to each other (i.e. source/target file or database stages)

Posted: Wed Oct 01, 2008 6:32 am
by prasson_ibm
ArndW wrote:The "IDENT1" means it is a dummy stage inserted between two passive stages in the job. Are you certain that this is a Parallel job and not a Server job? What passive stages do you have in the job that ...
I have job design like this:-

source Db2-------->Db2 Target

Posted: Wed Oct 01, 2008 6:33 am
by prasson_ibm
ArndW wrote:The "IDENT1" means it is a dummy stage inserted between two passive stages in the job. Are you certain that this is a Parallel job and not a Server job? What passive stages do you have in the job that ...
I have job design like this:-

source Db2-------->Db2 Target

and this is a server job.... :cry:

Posted: Wed Oct 01, 2008 7:37 am
by ArndW
Put in a dummy transform as suggested, with straight pass-through of columns and see what happens on compile and run.