Parallel Transformer stage compilation error

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
reddy82
Participant
Posts: 29
Joined: Wed Feb 21, 2007 3:40 am
Location: mumbai
Contact:

Parallel Transformer stage compilation error

Post by reddy82 »

Hi,

I am trying to execute the Parallel job.I am getting the following error

"

##I TFSC 000001 05:22:19(005) <main_program> APT configuration file: /product/0B51/bdq-v2.1/configurations/Conf_4_noeuds_bdq_dev.apt
##W TCOS 000049 05:22:19(006) <main_program> Parameter specified but not used in flow: DSPXWorkingDir
##E TBLD 000000 05:22:20(000) <main_program> Error when checking composite operator: Subprocess command failed with exit status 65280.
##E TFSR 000019 05:22:20(001) <main_program> Could not check all operators because of previous error(s)
##W TFCP 000000 05:22:20(002) <transform> Error when checking composite operator: The number of reject datasets "0" is less than the number of input datasets "1".
##W TBLD 000000 05:22:20(003) <main_program> Error when checking composite operator: Output from subprocess: Error: Demo mode has expired.
Contact your Hewlett-Packard sales office to order HP C/aC++ Developer's Bundle
##W TBLD 000000 05:22:20(004) <main_program> Error when checking composite operator: Output from subprocess:

##I TFCP 000000 05:22:20(005) <transform> Error when checking composite operator: /opt/aCC/bin/aCC +DD64 +W890 +Z -O -I/home/dsadm/Ascential/DataStage/PXEngine/include -O -c -ext -z +Z /home/dsadm/Ascential/DataStage/Projects/BDQDEV/RT_BP1800.O/V0S175_JxTWEXT_015_WIJPAT_WOJP_WEB_CASB015_Test_Tx_Ref.C -o /home/dsadm/Ascential/DataStage/Projects/BDQDEV/RT_BP1800.O/V0S175_JxTWEXT_015_WIJPAT_WOJP_WEB_CASB015_Test_Tx_Ref.tmp.o.
##E TCOS 000029 05:22:20(006) <main_program> Creation of a step finished with status = FAILED. (JxTWEXT_015_WIJPAT_WOJP_WEB_CASB015_Test.Tx_Ref)
"

Can anyone help me the following error

Thanks
Reddy
Reddy
sjfearnside
Premium Member
Premium Member
Posts: 278
Joined: Wed Oct 03, 2007 8:45 am

Post by sjfearnside »

Looks like it could be a license issue:

'...Error: Demo mode has expired.'
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

License wrote:Contact your Hewlett-Packard sales office to order HP C/aC++ Developer's Bundle
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
reddy82
Participant
Posts: 29
Joined: Wed Feb 21, 2007 3:40 am
Location: mumbai
Contact:

Post by reddy82 »

The older jobs are getting compiled.For creating the new jobs we are getting the error


Thanks,
Reddy
Reddy
sjfearnside
Premium Member
Premium Member
Posts: 278
Joined: Wed Oct 03, 2007 8:45 am

Post by sjfearnside »

My guess would be that you need a C++ compiler. The job compilation process uses it to compile parallel jobs with transformer stages, buildop components, and some lookup stages. To function properly, the transform feature of the parallel canvas requires the compiler. The old jobs use a java compiler.
reddy82
Participant
Posts: 29
Joined: Wed Feb 21, 2007 3:40 am
Location: mumbai
Contact:

Post by reddy82 »

I think for all the transformation stage using a C++ compiler.
I have compiled the older jobs that jobs also using the transformation stage.The jobs is compiled fine.
I have created the Test jobs only that jobs is not compiled.


Thanks,
Reddy
Last edited by reddy82 on Tue Dec 14, 2010 7:15 am, edited 1 time in total.
sjfearnside
Premium Member
Premium Member
Posts: 278
Joined: Wed Oct 03, 2007 8:45 am

Post by sjfearnside »

Are the jobs that compile parallel jobs using the transformer stages requiring a C++ compiler? When did you last compile them? Will they successfully compile now? It looks like you C++ compiler demo has expired.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

reddy82 wrote:The older jobs are getting compiled.For creating the new jobs we are getting the error
Re-compiling when there has been no change to Transformer stage does not re-compile the Transformer stage(s) and therefore does not need the C++ compiler. If you change a Transformer stage, or compile using Force Compile from the File menu, then your job will fail to compile with the same symptoms that you reported in this thread.
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