当前位置: 代码迷 >> 数据仓库 >> datastage的Transformer控件编译报错?该怎么解决
  详细解决方案

datastage的Transformer控件编译报错?该怎么解决

热度:5198   发布时间:2013-02-26 00:00:00.0
datastage的Transformer控件编译报错?
Output from transformer compilation follows:
##I IIS-DSEE-TFCN-00001 16:30:15(000) <main_program> 
IBM WebSphere DataStage Enterprise Edition 8.1.0.5000 
Copyright (c) 2001, 2005-2008 IBM Corporation. All rights reserved
##I IIS-DSEE-TFCN-00006 16:30:15(001) <main_program> conductor uname: -s=Linux; -r=2.6.18-238.el5; -v=#1 SMP Sun Dec 19 14:22:44 EST 2010; -n=tlpc; -m=x86_64
##I IIS-DSEE-TOSH-00002 16:30:15(002) <main_program> orchgeneral: loaded
##I IIS-DSEE-TOSH-00002 16:30:15(003) <main_program> orchsort: loaded
##I IIS-DSEE-TOSH-00002 16:30:15(004) <main_program> orchstats: loaded
##W IIS-DSEE-TOSH-00049 16:30:15(007) <main_program> Parameter specified but not used in flow: DSPXWorkingDir
##E IIS-DSEE-TBLD-00076 16:30:16(000) <main_program> Error when checking composite operator: Subprocess command failed with exit status 256.
##E IIS-DSEE-TFSR-00019 16:30:16(001) <main_program> Could not check all operators because of previous error(s)
##W IIS-DSEE-TFTM-00012 16:30:16(002) <transform> Error when checking composite operator: The number of reject datasets "0" is less than the number of input datasets "1".
##W IIS-DSEE-TBLD-00000 16:30:16(003) <main_program> Error when checking composite operator: Output from subprocess: /
##W IIS-DSEE-TBLD-00000 16:30:16(004) <main_program> Error when checking composite operator: Output from subprocess: usr/bin/ld: skipping incompatible /opt/IBM/InformationServer/Server/PXEngine/lib/liborchi686.so when searching for -lorchi686
/usr/bin/ld: cannot find -lorchi686
collect2: 
##I IIS-DSEE-TBLD-00079 16:30:16(005) <transform> Error when checking composite operator: g++    -L/opt/IBM/InformationServer/Server/Projects/test2/RT_BP5.O/ -L/opt/IBM/InformationServer/Server/PXEngine/lib -L/opt/IBM/InformationServer/Server/PXEngine/user_lib -shared -Wl,-Bsymbolic,--allow-shlib-undefined -lorchi686 -lorchcorei686 -lorchbuildopi686 /opt/IBM/InformationServer/Server/Projects/test2/RT_BP5.O/V0S1_ora_21_2_Transformer_1.tmp.o -o /opt/IBM/InformationServer/Server/Projects/test2/RT_BP5.O/V0S1_ora_21_2_Transformer_1.so.
##W IIS-DSEE-TBLD-00000 16:30:16(006) <main_program> Error when checking composite operator: Output from subprocess: ld 返回 1

##E IIS-DSEE-TCOS-00029 16:30:16(007) <main_program> Creation of a step finished with status = FAILED. (ora_21_2.Transformer_1)

*** 内部生成的 Transformer 代码如下:
0001: //
0002: // Generated file to implement the V0S1_ora_21_2_Transformer_1 transform operator.
0003: //
0004: 
0005: // define our input/output link names
0006: inputname 0 DSLink3;
0007: outputname 0 DSLink4;
0008: 
0009: initialize {
0010:  // define our row rejected variable
  相关解决方案