Error in compilation

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
prasson_ibm
Premium Member
Premium Member
Posts: 536
Joined: Thu Oct 11, 2007 1:48 am
Location: Bangalore

Error in compilation

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

Post 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)
prasson_ibm
Premium Member
Premium Member
Posts: 536
Joined: Thu Oct 11, 2007 1:48 am
Location: Bangalore

Post 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
prasson_ibm
Premium Member
Premium Member
Posts: 536
Joined: Thu Oct 11, 2007 1:48 am
Location: Bangalore

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

Post by ArndW »

Put in a dummy transform as suggested, with straight pass-through of columns and see what happens on compile and run.
Post Reply