Page 1 of 1

Parallel Transformer stage compilation error

Posted: Mon Dec 13, 2010 7:05 am
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

Posted: Mon Dec 13, 2010 7:52 am
by sjfearnside
Looks like it could be a license issue:

'...Error: Demo mode has expired.'

Posted: Mon Dec 13, 2010 2:46 pm
by ray.wurlod
License wrote:Contact your Hewlett-Packard sales office to order HP C/aC++ Developer's Bundle

Posted: Tue Dec 14, 2010 12:57 am
by reddy82
The older jobs are getting compiled.For creating the new jobs we are getting the error


Thanks,
Reddy

Posted: Tue Dec 14, 2010 6:53 am
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.

Posted: Tue Dec 14, 2010 7:13 am
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

Posted: Tue Dec 14, 2010 7:21 am
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.

Posted: Tue Dec 14, 2010 1:55 pm
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.