免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2733 | 回复: 0
打印 上一主题 下一主题

有谁在 aix 上玩过 datastage 啊?出来帮一下哈 [复制链接]

论坛徽章:
1
2015年辞旧岁徽章
日期:2015-03-03 16:54:15
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2013-06-06 14:30 |只看该作者 |倒序浏览
本帖最后由 snow888 于 2013-06-06 14:31 编辑

在 aix 7.1 上使用 xlC 编译 datastage 的 job , 没有问题,但是使用 gcc 编译就有问题。

错误信息如下:
  1. Output from transformer compilation follows:

  2. ##I IIS-DSEE-TFCN-00001 12:56:58(000) <main_program>
  3. IBM InfoSphere DataStage Enterprise Edition 8.7.0.6614
  4. Copyright (c) 2001, 2005-2011 IBM Corporation. All rights reserved



  5. ##I IIS-DSEE-TFCN-00006 12:56:58(001) <main_program> conductor uname: -s=AIX; -r=1; -v=7; -n=yyrcbdwserver1; -m=00F848F34C00
  6. ##I IIS-DSEE-TOSH-00002 12:56:58(002) <main_program> orchgeneral: loaded
  7. ##I IIS-DSEE-TOSH-00002 12:56:58(003) <main_program> orchsort: loaded
  8. ##I IIS-DSEE-TOSH-00002 12:56:58(004) <main_program> orchstats: loaded
  9. ##W IIS-DSEE-TOSH-00049 12:56:58(007) <main_program> Parameter specified but not used in flow: DSPXWorkingDir
  10. ##E IIS-DSEE-TBLD-00076 12:56:59(000) <main_program> Error when checking composite operator: Subprocess command failed with exit status 256.
  11. ##E IIS-DSEE-TFSR-00019 12:56:59(001) <main_program> Could not check all operators because of previous error(s)
  12. ##W IIS-DSEE-TFTM-00012 12:56:59(002) <transform> Error when checking composite operator: The number of reject datasets "0" is less than the number of input datasets "1".
  13. ##W IIS-DSEE-TFEV-00025 12:56:59(003) <transform> Error when checking composite operator: Converting ustring to string using codepage ISO-8859-1.
  14. ##W IIS-DSEE-TFEV-00023 12:56:59(004) <transform> Error when checking composite operator: Implicit conversion from source type "UString" to result type "String".
  15. ##W IIS-DSEE-TBLD-00000 12:56:59(005) <main_program> Error when checking composite operator: Output from subprocess: In file included from /opt/freeware/lib/gcc/powerpc-ibm-aix7.1.0.0/4.7.2/include/c++/backward/strstream:52:0,
  16.                  from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_util/strstream_s.h:41,
  17.                  from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_util/assert.h:49,
  18.                  from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_util/archive.h:39,
  19.                  from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/
  20. ##W IIS-DSEE-TBLD-00000 12:56:59(006) <main_program> Error when checking composite operator: Output from subprocess: fieldsel.h:33,
  21.                  from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/accessorbase.h:27,
  22.                  from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/accessor.h:10,
  23.                  from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/orchestrate.h:18,
  24.                  from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_components/transformop/transformbasehdrs.h:28,
  25.                  from /opt/IBM/DS8.7
  26. ##W IIS-DSEE-TBLD-00000 12:56:59(007) <main_program> Error when checking composite operator: Output from subprocess: /InformationServer/Server/Projects/yyrcbdw/RT_BP2389.O/V0S2_ods_card_ggsbzl_phy_Transformer.C:75:
  27. /opt/freeware/lib/gcc/powerpc-ibm-aix7.1.0.0/4.7.2/include/c++/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To dis
  28. ##W IIS-DSEE-TBLD-00000 12:56:59(008) <main_program> Error when checking composite operator: Output from subprocess: able this warning use -Wno-deprecated. [-Wcpp]

  29. ##I IIS-DSEE-TBLD-00079 12:56:59(009) <transform> Error when checking composite operator: g++   -O   -I/opt/IBM/DS8.7/InformationServer/Server/PXEngine/include -maix64 -c /opt/IBM/DS8.7/InformationServer/Server/Projects/yyrcbdw/RT_BP2389.O/V0S2_ods_card_ggsbzl_phy_Transformer.C -o /opt/IBM/DS8.7/InformationServer/Server/Projects/yyrcbdw/RT_BP2389.O/V0S2_ods_card_ggsbzl_phy_Transformer.tmp.o.
  30. ##W IIS-DSEE-TBLD-00000 12:56:59(010) <main_program> Error when checking composite operator: Output from subprocess: In file included from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/fieldsel.h:33:0,
  31.   
  32. ##W IIS-DSEE-TBLD-00000 12:56:59(011) <main_program> Error when checking composite operator: Output from subprocess:                from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/accessorbase.h:27,
  33.                  from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/accessor.h:10,
  34.                  from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/orchestrate.h:18,
  35.                  from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_components/transformop/transformbasehdrs.h:28,
  36.                  from /opt/IBM/DS8.7/InformationServe
  37. ##W IIS-DSEE-TBLD-00000 12:56:59(012) <main_program> Error when checking composite operator: Output from subprocess: r/Server/Projects/yyrcbdw/RT_BP2389.O/V0S2_ods_card_ggsbzl_phy_Transformer.C:75:
  38. /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_util/archive.h: In function 'APT_Archive& operator<<(APT_Archive&, const A
  39. ##W IIS-DSEE-TBLD-00000 12:56:59(013) <main_program> Error when checking composite operator: Output from subprocess: PT_UInt16&)':
  40. /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_util/archive.h:1242:1: error: no match for 'operator||' in 'ar || (APT_UInt16&)(& d)'

  41. ##W IIS-DSEE-TBLD-00000 12:56:59(014) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_util/archive.h:1242:1: note: candidates are
  42. ##W IIS-DSEE-TBLD-00000 12:56:59(015) <main_program> Error when checking composite operator: Output from subprocess: :
  43. /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_util/archive.h:1242:1: note: operator||(bool, bool) <built-in>
  44. /opt/IBM/DS8.7/Informati
  45. ##W IIS-DSEE-TBLD-00000 12:56:59(016) <main_program> Error when checking composite operator: Output from subprocess: onServer/Server/PXEngine/include/apt_util/archive.h:1242:1: note:   no known conversion for argument 1 from 'APT_Archive' to 'bo
  46. ##W IIS-DSEE-TBLD-00000 12:56:59(017) <main_program> Error when checking composite operator: Output from subprocess: ol'

  47. ##W IIS-DSEE-TBLD-00000 12:56:59(018) <main_program> Error when checking composite operator: Output from subprocess: In file included from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_util/string.h
  48. ##W IIS-DSEE-TBLD-00000 12:56:59(019) <main_program> Error when checking composite operator: Output from subprocess: :34:0,
  49.                  from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_util/identifier.h:37,
  50.                  from /o
  51. ##W IIS-DSEE-TBLD-00000 12:56:59(020) <main_program> Error when checking composite operator: Output from subprocess: pt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/fieldsel.h:29,
  52.                  from /opt/IBM/DS8.7
  53. ##W IIS-DSEE-TBLD-00000 12:56:59(021) <main_program> Error when checking composite operator: Output from subprocess: /InformationServer/Server/PXEngine/include/apt_framework/accessorbase.h:27,
  54.                  from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/accesso
  55. ##W IIS-DSEE-TBLD-00000 12:56:59(022) <main_program> Error when checking composite operator: Output from subprocess: r.h:10,
  56.                  from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/orchestrate.h:18,
  57.                  from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_components/transformop/transformbasehd
  58. ##W IIS-DSEE-TBLD-00000 12:56:59(023) <main_program> Error when checking composite operator: Output from subprocess: rs.h:28,
  59.                  from /opt/IBM/DS8.7/InformationServer/Server/Projects/yyrcbdw/RT_BP2389.O/V0S2_ods_card_ggsbzl_phy_Transformer.C:75:
  60. /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/
  61. ##W IIS-DSEE-TBLD-00000 12:56:59(024) <main_program> Error when checking composite operator: Output from subprocess: apt_util/basicstring.h:108:32: note: template<class C> APT_Archive& operator||(APT_Archive&, APT_BasicString<C>&)

  62. ##W IIS-DSEE-TBLD-00000 12:56:59(025) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/PXEngine
  63. ##W IIS-DSEE-TBLD-00000 12:56:59(026) <main_program> Error when checking composite operator: Output from subprocess: /include/apt_util/basicstring.h:108:32: note:   template argument deduction/substitution failed:
  64. ##W IIS-DSEE-TBLD-00000 12:56:59(027) <main_program> Error when checking composite operator: Output from subprocess:

  65. ##W IIS-DSEE-TBLD-00000 12:56:59(028) <main_program> Error when checking composite operator: Output from subprocess: In file included
  66. ##W IIS-DSEE-TBLD-00000 12:56:59(029) <main_program> Error when checking composite operator: Output from subprocess:  from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/fieldsel.h:33:0,
  67.          
  68. ##W IIS-DSEE-TBLD-00000 12:56:59(030) <main_program> Error when checking composite operator: Output from subprocess:        from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt
  69. ##W IIS-DSEE-TBLD-00000 12:56:59(031) <main_program> Error when checking composite operator: Output from subprocess: _framework/accessorbase.h:27,
  70.                  from /opt
  71. ##W IIS-DSEE-TBLD-00000 12:56:59(032) <main_program> Error when checking composite operator: Output from subprocess: /IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/accessor.h:10,
  72.                  from
  73. ##W IIS-DSEE-TBLD-00000 12:56:59(033) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/orchestrate.h:18,
  74.                  from /opt/IBM/DS8.7/Informatio
  75. ##W IIS-DSEE-TBLD-00000 12:56:59(034) <main_program> Error when checking composite operator: Output from subprocess: nServer/Server/PXEngine/include/apt_components/transformop/transformbasehdrs.h:2
  76. ##W IIS-DSEE-TBLD-00000 12:56:59(035) <main_program> Error when checking composite operator: Output from subprocess: 8,
  77.                  from /opt/IBM/DS8.7/InformationServer/Server/Projects/yyrcbdw/RT_BP2389.O/V0S2_ods_card_ggsbzl_phy_Transformer.C:75:
  78. /opt/IBM/DS8.7/InformationServe
  79. ##W IIS-DSEE-TBLD-00000 12:56:59(036) <main_program> Error when checking composite operator: Output from subprocess: r/Server/PXEngine/include/apt_util/archive.h:1242:1: note:   mismatched types 'APT_BasicString<C>' and 'APT_UInt16 {aka short un
  80. ##W IIS-DSEE-TBLD-00000 12:56:59(037) <main_program> Error when checking composite operator: Output from subprocess: signed int}'

  81. ##W IIS-DSEE-TBLD-00000 12:56:59(038) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/PXEngine
  82. ##W IIS-DSEE-TBLD-00000 12:56:59(039) <main_program> Error when checking composite operator: Output from subprocess: /include/apt_util/archive.h:386:38: note: APT_Archive& operator||(APT_Archive&, double&)
  83. /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_util/archive.h:386:38: note:   no known conversion for argument 2 from 'APT_UInt16 {aka short unsigned int}' to 'double&'
  84. /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include
  85. ##W IIS-DSEE-TBLD-00000 12:56:59(040) <main_program> Error when checking composite operator: Output from subprocess: /apt_util/archive.h:383:38: note: APT_Archive& operator||(APT_Archive&, float&)
  86. /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_util/archive.h:383:38: note:   no known conversion for argument 2 from 'APT_UInt16 {aka short unsigned int}' to 'float&'

  87. ##W IIS-DSEE-TBLD-00000 12:56:59(041) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_util/archive.h:380:38: note: APT_Archive& operator||(APT_Archive&, bool&)

  88. ##W IIS-DSEE-TBLD-00000 12:56:59(042) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_util/archive.h:380:38: note:   no known conversion
  89. ##W IIS-DSEE-TBLD-00000 12:56:59(043) <main_program> Error when checking composite operator: Output from subprocess: for argument 2 from 'APT_UInt16 {aka short unsigned int}' to 'bool&'
  90. ##W IIS-DSEE-TBLD-00000 12:56:59(044) <main_program> Error when checking composite operator: Output from subprocess:
  91. /opt/IBM/DS8.7/InformationServer/Server/PXEngine
  92. ##W IIS-DSEE-TBLD-00000 12:56:59(045) <main_program> Error when checking composite operator: Output from subprocess: /include/apt_util/archive.h:359:38: note: APT_Archive& operator|
  93. ##W IIS-DSEE-TBLD-00000 12:56:59(046) <main_program> Error when checking composite operator: Output from subprocess: |(APT_Archive&, APT_Int64&)

  94. ##W IIS-DSEE-TBLD-00000 12:56:59(047) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_uti
  95. ##W IIS-DSEE-TBLD-00000 12:56:59(048) <main_program> Error when checking composite operator: Output from subprocess: l/archive.h:359:38: note:   no known conversion for argument 2 f
  96. ##W IIS-DSEE-TBLD-00000 12:56:59(049) <main_program> Error when checking composite operator: Output from subprocess: rom 'APT_UInt16 {aka short unsigned int}' to 'APT_Int64&
  97. ##W IIS-DSEE-TBLD-00000 12:56:59(050) <main_program> Error when checking composite operator: Output from subprocess:  {aka long long int&}'

  98. ##W IIS-DSEE-TBLD-00000 12:56:59(051) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_util/archive.h:357:
  99. ##W IIS-DSEE-TBLD-00000 12:56:59(052) <main_program> Error when checking composite operator: Output from subprocess: 38: note: APT_Archive& operator||(APT_Archive&, APT_UInt64&)
  100. ##W IIS-DSEE-TBLD-00000 12:56:59(053) <main_program> Error when checking composite operator: Output from subprocess:

  101. ##W IIS-DSEE-TBLD-00000 12:56:59(054) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/PXEngine
  102. ##W IIS-DSEE-TBLD-00000 12:56:59(055) <main_program> Error when checking composite operator: Output from subprocess: /include/apt_util/archive.h:357:38: note:   no known con
  103. ##W IIS-DSEE-TBLD-00000 12:56:59(056) <main_program> Error when checking composite operator: Output from subprocess: version for argument 2 from 'APT_UInt16 {aka short unsig
  104. ##W IIS-DSEE-TBLD-00000 12:56:59(057) <main_program> Error when checking composite operator: Output from subprocess: ned int}' to 'APT_UInt64& {aka long long unsigned int&}'

  105. ##W IIS-DSEE-TBLD-00000 12:56:59(058) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/Informati
  106. ##W IIS-DSEE-TBLD-00000 12:56:59(059) <main_program> Error when checking composite operator: Output from subprocess: onServer/Server/PXEngine/include/apt_util/archive.h:354:
  107. ##W IIS-DSEE-TBLD-00000 12:56:59(060) <main_program> Error when checking composite operator: Output from subprocess: 38: note: APT_Archive& operator||(APT_Archive&, APT_Int3
  108. ##W IIS-DSEE-TBLD-00000 12:56:59(061) <main_program> Error when checking composite operator: Output from subprocess: 2&)

  109. ##W IIS-DSEE-TBLD-00000 12:56:59(062) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/
  110. ##W IIS-DSEE-TBLD-00000 12:56:59(063) <main_program> Error when checking composite operator: Output from subprocess: PXEngine/include/apt_util/archive.h:354:38: note:   no known conversion for argument 2 from 'APT
  111. ##W IIS-DSEE-TBLD-00000 12:56:59(064) <main_program> Error when checking composite operator: Output from subprocess: _UInt16 {aka short unsigned int}' to 'APT_Int32& {aka int&}'
  112. ##W IIS-DSEE-TBLD-00000 12:56:59(065) <main_program> Error when checking composite operator: Output from subprocess:
  113. /opt/IBM
  114. ##W IIS-DSEE-TBLD-00000 12:56:59(066) <main_program> Error when checking composite operator: Output from subprocess: /DS8.7/InformationServer/Server/PXEngine/include/apt_uti
  115. ##W IIS-DSEE-TBLD-00000 12:56:59(067) <main_program> Error when checking composite operator: Output from subprocess: l/archive.h:352:38: note: APT_Archive& operator||(APT_Ar
  116. ##W IIS-DSEE-TBLD-00000 12:56:59(068) <main_program> Error when checking composite operator: Output from subprocess: chive&, APT_UInt32&)

  117. ##W IIS-DSEE-TBLD-00000 12:56:59(069) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer
  118. ##W IIS-DSEE-TBLD-00000 12:56:59(070) <main_program> Error when checking composite operator: Output from subprocess: /Server/PXEngine/include/apt_util/archive.h:352:38: note:   no known conversion for argument 2 f
  119. ##W IIS-DSEE-TBLD-00000 12:56:59(071) <main_program> Error when checking composite operator: Output from subprocess: rom 'APT_UInt16 {aka short unsigned int}' to 'APT_UInt32& {aka u
  120. ##W IIS-DSEE-TBLD-00000 12:56:59(072) <main_program> Error when checking composite operator: Output from subprocess: nsigned int&}'

  121. ##W IIS-DSEE-TBLD-00000 12:56:59(073) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/PXEngine
  122. ##W IIS-DSEE-TBLD-00000 12:56:59(074) <main_program> Error when checking composite operator: Output from subprocess: /include/apt_util/archive.h:344:38: note: APT_Archive& o
  123. ##W IIS-DSEE-TBLD-00000 12:56:59(075) <main_program> Error when checking composite operator: Output from subprocess: perator||(APT_Archive&, APT_Int16&)

  124. ##W IIS-DSEE-TBLD-00000 12:56:59(076) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include
  125. ##W IIS-DSEE-TBLD-00000 12:56:59(077) <main_program> Error when checking composite operator: Output from subprocess: /apt_util/archive.h:344:38: note:   no known conversion
  126. ##W IIS-DSEE-TBLD-00000 12:56:59(078) <main_program> Error when checking composite operator: Output from subprocess: for argument 2 from 'APT_UInt16 {aka short unsigned int}
  127. ##W IIS-DSEE-TBLD-00000 12:56:59(079) <main_program> Error when checking composite operator: Output from subprocess: ' to 'APT_Int16& {aka short int&}'

  128. ##W IIS-DSEE-TBLD-00000 12:56:59(080) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer
  129. ##W IIS-DSEE-TBLD-00000 12:56:59(081) <main_program> Error when checking composite operator: Output from subprocess: /Server/PXEngine/include/apt_util/archive.h:336:38: note
  130. ##W IIS-DSEE-TBLD-00000 12:56:59(082) <main_program> Error when checking composite operator: Output from subprocess: : APT_Archive& operator||(APT_Archive&, char&)

  131. ##W IIS-DSEE-TBLD-00000 12:56:59(083) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/I
  132. ##W IIS-DSEE-TBLD-00000 12:56:59(084) <main_program> Error when checking composite operator: Output from subprocess: nformationServer/Server/PXEngine/include/apt_util/archive.h:336:38: note:   no known con
  133. ##W IIS-DSEE-TBLD-00000 12:56:59(085) <main_program> Error when checking composite operator: Output from subprocess: version for argument 2 from 'APT_UInt16 {aka short unsigned int}' to 'ch
  134. ##W IIS-DSEE-TBLD-00000 12:56:59(086) <main_program> Error when checking composite operator: Output from subprocess: ar&'

  135. ##W IIS-DSEE-TBLD-00000 12:56:59(087) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/PXEngine
  136. ##W IIS-DSEE-TBLD-00000 12:56:59(088) <main_program> Error when checking composite operator: Output from subprocess: /include/apt_util/archive.h:333:38: note: APT_Archive& o
  137. ##W IIS-DSEE-TBLD-00000 12:56:59(089) <main_program> Error when checking composite operator: Output from subprocess: perator||(APT_Archive&, APT_Int8&)

  138. ##W IIS-DSEE-TBLD-00000 12:56:59(090) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/I
  139. ##W IIS-DSEE-TBLD-00000 12:56:59(091) <main_program> Error when checking composite operator: Output from subprocess: nformationServer/Server/PXEngine/include/apt_uti
  140. ##W IIS-DSEE-TBLD-00000 12:56:59(092) <main_program> Error when checking composite operator: Output from subprocess: l/archive.h:333:38: note:   no known conversion for argument 2 f
  141. ##W IIS-DSEE-TBLD-00000 12:56:59(093) <main_program> Error when checking composite operator: Output from subprocess: rom 'APT_UInt16 {aka short unsigned int}' to 'APT_Int8& {aka signed char&}'

  142. ##W IIS-DSEE-TBLD-00000 12:56:59(094) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_util/archive.h:331:38: note: APT_Archive& o
  143. ##W IIS-DSEE-TBLD-00000 12:56:59(095) <main_program> Error when checking composite operator: Output from subprocess: perator||(APT_Archive&, APT_UInt8&)

  144. ##W IIS-DSEE-TBLD-00000 12:56:59(096) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/Informati
  145. ##W IIS-DSEE-TBLD-00000 12:56:59(097) <main_program> Error when checking composite operator: Output from subprocess: onServer/Server/PXEngine/include/apt_util/archive.h:331:
  146. ##W IIS-DSEE-TBLD-00000 12:56:59(098) <main_program> Error when checking composite operator: Output from subprocess: 38: note:   no known conversion for argument 2 from 'APT
  147. ##W IIS-DSEE-TBLD-00000 12:56:59(099) <main_program> Error when checking composite operator: Output from subprocess: _UInt16 {aka short unsigned int}' to 'APT_UInt8& {aka un
  148. ##W IIS-DSEE-TBLD-00000 12:56:59(100) <main_program> Error when checking composite operator: Output from subprocess: signed char&}'

  149. ##W IIS-DSEE-TBLD-00000 12:56:59(101) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/PXEngine
  150. ##W IIS-DSEE-TBLD-00000 12:56:59(102) <main_program> Error when checking composite operator: Output from subprocess: /include/apt_util/archive.h: In function 'APT_Archive& operator>>(APT_Ar
  151. ##W IIS-DSEE-TBLD-00000 12:56:59(103) <main_program> Error when checking composite operator: Output from subprocess: chive&, APT_UInt16&)':
  152. /opt/IBM/DS8.7/InformationServer/
  153. ##W IIS-DSEE-TBLD-00000 12:56:59(104) <main_program> Error when checking composite operator: Output from subprocess: Server/PXEngine/include/apt_util/archive.h:1242:1: error: no mat
  154. ##W IIS-DSEE-TBLD-00000 12:56:59(105) <main_program> Error when checking composite operator: Output from subprocess: ch for 'operator||' in 'ar || d'

  155. ##W IIS-DSEE-TBLD-00000 12:56:59(106) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/
  156. ##W IIS-DSEE-TBLD-00000 12:56:59(107) <main_program> Error when checking composite operator: Output from subprocess: PXEngine/include/apt_util/archive.h:1242:1: note: candid
  157. ##W IIS-DSEE-TBLD-00000 12:56:59(108) <main_program> Error when checking composite operator: Output from subprocess: ates are:

  158. ##W IIS-DSEE-TBLD-00000 12:56:59(109) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/
  159. ##W IIS-DSEE-TBLD-00000 12:56:59(110) <main_program> Error when checking composite operator: Output from subprocess: PXEngine/include/apt_util/archive.h:1242:1: note: operat
  160. ##W IIS-DSEE-TBLD-00000 12:56:59(111) <main_program> Error when checking composite operator: Output from subprocess: or||(bool, bool) <built-in>

  161. ##W IIS-DSEE-TBLD-00000 12:56:59(112) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_util/archive.h:1242
  162. ##W IIS-DSEE-TBLD-00000 12:56:59(113) <main_program> Error when checking composite operator: Output from subprocess: :1: note:   no known conversion for argument 1 from 'APT_Archive
  163. ##W IIS-DSEE-TBLD-00000 12:56:59(114) <main_program> Error when checking composite operator: Output from subprocess: ' to 'bool'

  164. ##W IIS-DSEE-TBLD-00000 12:56:59(115) <main_program> Error when checking composite operator: Output from subprocess: In file included from /opt/IBM/DS8.7/Inf
  165. ##W IIS-DSEE-TBLD-00000 12:56:59(116) <main_program> Error when checking composite operator: Output from subprocess: ormationServer/Server/PXEngine/include/apt_util/string.h:34:0,

  166. ##W IIS-DSEE-TBLD-00000 12:56:59(117) <main_program> Error when checking composite operator: Output from subprocess:                 from /opt/IBM/DS8.7/InformationServer/Server/PXE
  167. ##W IIS-DSEE-TBLD-00000 12:56:59(118) <main_program> Error when checking composite operator: Output from subprocess: ngine/include/apt_util/identifier.h:37,
  168.                  from /o
  169. ##W IIS-DSEE-TBLD-00000 12:56:59(119) <main_program> Error when checking composite operator: Output from subprocess: pt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_frame
  170. ##W IIS-DSEE-TBLD-00000 12:56:59(120) <main_program> Error when checking composite operator: Output from subprocess: work/fieldsel.h:29,
  171.                  from /opt/IBM/DS8.7
  172. ##W IIS-DSEE-TBLD-00000 12:56:59(121) <main_program> Error when checking composite operator: Output from subprocess: /InformationServer/Server/PXEngine/include/apt_framework/accesso
  173. ##W IIS-DSEE-TBLD-00000 12:56:59(122) <main_program> Error when checking composite operator: Output from subprocess: rbase.h:27,
  174.                  from /opt/IBM/DS8.7/Informa
  175. ##W IIS-DSEE-TBLD-00000 12:56:59(123) <main_program> Error when checking composite operator: Output from subprocess: tionServer/Server/PXEngine/include/apt_framework/accessor.h:10,

  176. ##W IIS-DSEE-TBLD-00000 12:56:59(124) <main_program> Error when checking composite operator: Output from subprocess:                  from /opt/IBM/DS8.7/InformationServer/Server/PX
  177. ##W IIS-DSEE-TBLD-00000 12:56:59(125) <main_program> Error when checking composite operator: Output from subprocess: Engine/include/apt_framework/orc
  178. ##W IIS-DSEE-TBLD-00000 12:56:59(126) <main_program> Error when checking composite operator: Output from subprocess: hestrate.h:18,
  179.                  from /opt/IBM/DS8.7/Info
  180. ##W IIS-DSEE-TBLD-00000 12:56:59(127) <main_program> Error when checking composite operator: Output from subprocess: rmationServer/Server/PXEngine/include/apt_components/transformop
  181. ##W IIS-DSEE-TBLD-00000 12:56:59(128) <main_program> Error when checking composite operator: Output from subprocess: /transformbasehdrs.h:28,
  182.                  from /opt/IBM/DS8.7/In
  183. ##W IIS-DSEE-TBLD-00000 12:56:59(129) <main_program> Error when checking composite operator: Output from subprocess: formationServer/Server/Projects/yyrcbdw/RT_BP2389.O/V0S2_ods_car
  184. ##W IIS-DSEE-TBLD-00000 12:56:59(130) <main_program> Error when checking composite operator: Output from subprocess: d_ggsbzl_phy_Transformer.C:75:
  185. /opt/IBM/DS8.7/InformationServer/
  186. ##W IIS-DSEE-TBLD-00000 12:56:59(131) <main_program> Error when checking composite operator: Output from subprocess: Server/PXEngine/include/apt_util/basicstring.h:108:32: note: tem
  187. ##W IIS-DSEE-TBLD-00000 12:56:59(132) <main_program> Error when checking composite operator: Output from subprocess: plate<class C> APT_Archive& operator||(APT_Archive&, APT
  188. ##W IIS-DSEE-TBLD-00000 12:56:59(133) <main_program> Error when checking composite operator: Output from subprocess: _BasicString<C>&)

  189. ##W IIS-DSEE-TBLD-00000 12:56:59(134) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include
  190. ##W IIS-DSEE-TBLD-00000 12:56:59(135) <main_program> Error when checking composite operator: Output from subprocess: /apt_util/basicstring.h:108:32: note:   template argument deduction/substitution failed:
  191. In file included from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/fieldsel.h:33:0,
  192.                  from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/accessorbase.h:27,
  193.                  from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/accessor.h:10,
  194.                  from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/
  195. ##W IIS-DSEE-TBLD-00000 12:56:59(136) <main_program> Error when checking composite operator: Output from subprocess: orchestrate.h:18,
  196.                  from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_components/transformop/transformbasehdrs.h:28,
  197.                  from /opt/IBM/DS8.7/InformationServer/Server/Projects/yyrcbdw/RT_BP2389.O/V0S2_ods_card_ggsbzl_phy_Transformer.C:75:
  198. /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_util/archive.h:1242:1: note:   mismatched types 'APT_BasicString<C>' and 'APT_UInt16 {aka short unsigned int}'
  199. /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/a
  200. ##W IIS-DSEE-TBLD-00000 12:56:59(137) <main_program> Error when checking composite operator: Output from subprocess: pt_util/archive.h:386:38: note: APT_Archive& operator||(APT_Archive&, double&)
  201. /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_util/archive.h:386:38: note:   no known conversion for argument 2 from 'APT_UInt16 {aka short unsigned int}' to 'double&'
  202. /opt/IBM/DS8.7/InformationServer/Server/PXEngine
  203. ##W IIS-DSEE-TBLD-00000 12:56:59(138) <main_program> Error when checking composite operator: Output from subprocess: /include/apt_util/archive.h:383:38: note: APT_Archive& operator||(APT_Archive&, float&)
  204. /opt/IBM/DS8.7/InformationServer/Server/PXEngine
  205. ##W IIS-DSEE-TBLD-00000 12:56:59(139) <main_program> Error when checking composite operator: Output from subprocess: /include/apt_util/archive.h:383:38: note:   no known conversion for argument 2 f
  206. ##W IIS-DSEE-TBLD-00000 12:56:59(140) <main_program> Error when checking composite operator: Output from subprocess: rom 'APT_UInt16 {aka short unsigned int}' to 'float&'

  207. ##W IIS-DSEE-TBLD-00000 12:56:59(141) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/Informati
  208. ##W IIS-DSEE-TBLD-00000 12:56:59(142) <main_program> Error when checking composite operator: Output from subprocess: onServer/Server/PXEngine/include/apt_util/archive.h:380:
  209. ##W IIS-DSEE-TBLD-00000 12:56:59(143) <main_program> Error when checking composite operator: Output from subprocess: 38: note: APT_Archive& operator||(APT_Archive&, bool&)
  210. ##W IIS-DSEE-TBLD-00000 12:56:59(144) <main_program> Error when checking composite operator: Output from subprocess:
  211. /opt/IBM
  212. ##W IIS-DSEE-TBLD-00000 12:56:59(145) <main_program> Error when checking composite operator: Output from subprocess: /DS8.7/InformationServer/Server/PXEngine/include
  213. ##W IIS-DSEE-TBLD-00000 12:56:59(146) <main_program> Error when checking composite operator: Output from subprocess: /apt_util/archive.h:380:38: note:   no known conversion
  214. ##W IIS-DSEE-TBLD-00000 12:56:59(147) <main_program> Error when checking composite operator: Output from subprocess: for argument 2 from 'APT_UInt16 {aka short unsigned int}
  215. ##W IIS-DSEE-TBLD-00000 12:56:59(148) <main_program> Error when checking composite operator: Output from subprocess: ' to 'bool&'

  216. ##W IIS-DSEE-TBLD-00000 12:56:59(149) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/PXEngine
  217. ##W IIS-DSEE-TBLD-00000 12:56:59(150) <main_program> Error when checking composite operator: Output from subprocess: /include/apt_util/archive.h:359:38: note: APT_Archive& o
  218. ##W IIS-DSEE-TBLD-00000 12:56:59(151) <main_program> Error when checking composite operator: Output from subprocess: perator||(APT_Archive&, APT_Int64&)

  219. ##W IIS-DSEE-TBLD-00000 12:56:59(152) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/I
  220. ##W IIS-DSEE-TBLD-00000 12:56:59(153) <main_program> Error when checking composite operator: Output from subprocess: nformationServer/Server/PXEngine/include/apt_util/archiv
  221. ##W IIS-DSEE-TBLD-00000 12:56:59(154) <main_program> Error when checking composite operator: Output from subprocess: e.h:359:38: note:   no known conversion for argument 2 f
  222. ##W IIS-DSEE-TBLD-00000 12:56:59(155) <main_program> Error when checking composite operator: Output from subprocess: rom 'APT_UInt16 {aka short unsigned int}' to 'APT_Int64&
  223. ##W IIS-DSEE-TBLD-00000 12:56:59(156) <main_program> Error when checking composite operator: Output from subprocess:  {aka long long int&}'

  224. ##W IIS-DSEE-TBLD-00000 12:56:59(157) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/
  225. ##W IIS-DSEE-TBLD-00000 12:56:59(158) <main_program> Error when checking composite operator: Output from subprocess: PXEngine/include/apt_util/archive.h:357:38: note: APT_Ar
  226. ##W IIS-DSEE-TBLD-00000 12:56:59(159) <main_program> Error when checking composite operator: Output from subprocess: chive& operator||(APT_Archive&, APT_UInt64&)

  227. ##W IIS-DSEE-TBLD-00000 12:56:59(160) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/
  228. ##W IIS-DSEE-TBLD-00000 12:56:59(161) <main_program> Error when checking composite operator: Output from subprocess: PXEngine/include/apt_util/archive.h:357:38: note:   no known con
  229. ##W IIS-DSEE-TBLD-00000 12:56:59(162) <main_program> Error when checking composite operator: Output from subprocess: version for argument 2 from 'APT_UInt16 {aka short unsig
  230. ##W IIS-DSEE-TBLD-00000 12:56:59(163) <main_program> Error when checking composite operator: Output from subprocess: ned int}' to 'APT_UInt64& {aka long long unsigned int&}'

  231. ##W IIS-DSEE-TBLD-00000 12:56:59(164) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/I
  232. ##W IIS-DSEE-TBLD-00000 12:56:59(165) <main_program> Error when checking composite operator: Output from subprocess: nformationServer/Server/PXEngine/include/apt_util/archiv
  233. ##W IIS-DSEE-TBLD-00000 12:56:59(166) <main_program> Error when checking composite operator: Output from subprocess: e.h:354:38: note: APT_Archive& operator||(APT_Archive&,
  234. ##W IIS-DSEE-TBLD-00000 12:56:59(167) <main_program> Error when checking composite operator: Output from subprocess: APT_Int32&)

  235. ##W IIS-DSEE-TBLD-00000 12:56:59(168) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/
  236. ##W IIS-DSEE-TBLD-00000 12:56:59(169) <main_program> Error when checking composite operator: Output from subprocess: PXEngine/include/apt_util/archive.h:354:38: note:   no k
  237. ##W IIS-DSEE-TBLD-00000 12:56:59(170) <main_program> Error when checking composite operator: Output from subprocess: nown conversion for argument 2 from 'APT_UInt16 {aka sho
  238. ##W IIS-DSEE-TBLD-00000 12:56:59(171) <main_program> Error when checking composite operator: Output from subprocess: rt unsigned int}' to 'APT_Int32& {aka int&}'

  239. ##W IIS-DSEE-TBLD-00000 12:56:59(172) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/I
  240. ##W IIS-DSEE-TBLD-00000 12:56:59(173) <main_program> Error when checking composite operator: Output from subprocess: nformationServer/Server/PXEngine/include/apt_uti
  241. ##W IIS-DSEE-TBLD-00000 12:56:59(174) <main_program> Error when checking composite operator: Output from subprocess: l/archive.h:352:38: note: APT_Archive& operator||(APT_Ar
  242. ##W IIS-DSEE-TBLD-00000 12:56:59(175) <main_program> Error when checking composite operator: Output from subprocess: chive&, APT_UInt32&)

  243. ##W IIS-DSEE-TBLD-00000 12:56:59(176) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_util/archiv
  244. ##W IIS-DSEE-TBLD-00000 12:56:59(177) <main_program> Error when checking composite operator: Output from subprocess: e.h:352:38: note:   no known conversion for argument 2 from 'APT
  245. ##W IIS-DSEE-TBLD-00000 12:56:59(178) <main_program> Error when checking composite operator: Output from subprocess: _UInt16 {aka short unsigned int}' to 'APT_UInt32& {aka u
  246. ##W IIS-DSEE-TBLD-00000 12:56:59(179) <main_program> Error when checking composite operator: Output from subprocess: nsigned int&}'

  247. ##W IIS-DSEE-TBLD-00000 12:56:59(180) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/PXEngine
  248. ##W IIS-DSEE-TBLD-00000 12:56:59(181) <main_program> Error when checking composite operator: Output from subprocess: /include/apt_util/archive.h:344:38: note: APT_Archive& o
  249. ##W IIS-DSEE-TBLD-00000 12:56:59(182) <main_program> Error when checking composite operator: Output from subprocess: perator||(APT_Archive&, APT_Int16&)

  250. ##W IIS-DSEE-TBLD-00000 12:56:59(183) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/I
  251. ##W IIS-DSEE-TBLD-00000 12:56:59(184) <main_program> Error when checking composite operator: Output from subprocess: nformationServer/Server/PXEngine/include/apt_uti
  252. ##W IIS-DSEE-TBLD-00000 12:56:59(185) <main_program> Error when checking composite operator: Output from subprocess: l/archive.h:344:38: note:   no known conversion for argu
  253. ##W IIS-DSEE-TBLD-00000 12:56:59(186) <main_program> Error when checking composite operator: Output from subprocess: ment 2 from 'APT_UInt16 {aka short unsigned int}' to 'AP
  254. ##W IIS-DSEE-TBLD-00000 12:56:59(187) <main_program> Error when checking composite operator: Output from subprocess: T_Int16& {aka short int&}'

  255. ##W IIS-DSEE-TBLD-00000 12:56:59(188) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer
  256. ##W IIS-DSEE-TBLD-00000 12:56:59(189) <main_program> Error when checking composite operator: Output from subprocess: /Server/PXEngine/include/apt_util/archive.h:336:38: note
  257. ##W IIS-DSEE-TBLD-00000 12:56:59(190) <main_program> Error when checking composite operator: Output from subprocess: : APT_Archive& operator||(APT_Archive&, char&)

  258. ##W IIS-DSEE-TBLD-00000 12:56:59(191) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/I
  259. ##W IIS-DSEE-TBLD-00000 12:56:59(192) <main_program> Error when checking composite operator: Output from subprocess: nformationServer/Server/PXEngine/include/apt_util/archiv
  260. ##W IIS-DSEE-TBLD-00000 12:56:59(193) <main_program> Error when checking composite operator: Output from subprocess: e.h:336:38: note:   no known conversion for argument 2 f
  261. ##W IIS-DSEE-TBLD-00000 12:56:59(194) <main_program> Error when checking composite operator: Output from subprocess: rom 'APT_UInt16 {aka short unsigned int}' to 'char&'
  262. ##W IIS-DSEE-TBLD-00000 12:56:59(195) <main_program> Error when checking composite operator: Output from subprocess:
  263. /opt/IBM
  264. ##W IIS-DSEE-TBLD-00000 12:56:59(196) <main_program> Error when checking composite operator: Output from subprocess: /DS8.7/InformationServer/Server/PXEngine/include/apt_uti
  265. ##W IIS-DSEE-TBLD-00000 12:56:59(197) <main_program> Error when checking composite operator: Output from subprocess: l/archive.h:333:38: note: APT_Archive& operator||(APT_Archive&,
  266. ##W IIS-DSEE-TBLD-00000 12:56:59(198) <main_program> Error when checking composite operator: Output from subprocess: APT_Int8&)

  267. ##W IIS-DSEE-TBLD-00000 12:56:59(199) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/
  268. ##W IIS-DSEE-TBLD-00000 12:56:59(200) <main_program> Error when checking composite operator: Output from subprocess: PXEngine/include/apt_util/archive.h:333:38: note:   no k
  269. ##W IIS-DSEE-TBLD-00000 12:56:59(201) <main_program> Error when checking composite operator: Output from subprocess: nown conversion for argument 2 from 'APT_UInt16 {aka sho
  270. ##W IIS-DSEE-TBLD-00000 12:56:59(202) <main_program> Error when checking composite operator: Output from subprocess: rt unsigned int}' to 'APT_Int8& {aka signed char&}'

  271. ##W IIS-DSEE-TBLD-00000 12:56:59(203) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/I
  272. ##W IIS-DSEE-TBLD-00000 12:56:59(204) <main_program> Error when checking composite operator: Output from subprocess: nformationServer/Server/PXEngine/include/apt_util/archive.h:331:38: note: APT_Archive& operator|
  273. ##W IIS-DSEE-TBLD-00000 12:56:59(205) <main_program> Error when checking composite operator: Output from subprocess: |(APT_Archive&, APT_UInt8&)

  274. ##W IIS-DSEE-TBLD-00000 12:56:59(206) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer
  275. ##W IIS-DSEE-TBLD-00000 12:56:59(207) <main_program> Error when checking composite operator: Output from subprocess: /Server/PXEngine/include/apt_util/archive.h:331:38: note
  276. ##W IIS-DSEE-TBLD-00000 12:56:59(208) <main_program> Error when checking composite operator: Output from subprocess: :   no known conversion for argument 2 from 'APT_UInt16
  277. ##W IIS-DSEE-TBLD-00000 12:56:59(209) <main_program> Error when checking composite operator: Output from subprocess: {aka short unsigned int}' to 'APT_UInt8& {aka unsigned c
  278. ##W IIS-DSEE-TBLD-00000 12:56:59(210) <main_program> Error when checking composite operator: Output from subprocess: har&}'

  279. ##W IIS-DSEE-TBLD-00000 12:56:59(211) <main_program> Error when checking composite operator: Output from subprocess: In file included from /opt/IBM/DS8.7/Information
  280. ##W IIS-DSEE-TBLD-00000 12:56:59(212) <main_program> Error when checking composite operator: Output from subprocess: Server/Server/PXEngine/include/apt_framework/accessorbase.h:31:0,
  281.       
  282. ##W IIS-DSEE-TBLD-00000 12:56:59(213) <main_program> Error when checking composite operator: Output from subprocess:            from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include
  283. ##W IIS-DSEE-TBLD-00000 12:56:59(214) <main_program> Error when checking composite operator: Output from subprocess: /apt_framework/accessor.h:10,
  284.                  from /opt/IBM/DS8
  285. ##W IIS-DSEE-TBLD-00000 12:56:59(215) <main_program> Error when checking composite operator: Output from subprocess: .7/InformationServer/Server/PXEngine/include/apt_framework/orche
  286. ##W IIS-DSEE-TBLD-00000 12:56:59(216) <main_program> Error when checking composite operator: Output from subprocess: strate.h:18,
  287.                  from /opt/IBM/DS8.7/InformationSer
  288. ##W IIS-DSEE-TBLD-00000 12:56:59(217) <main_program> Error when checking composite operator: Output from subprocess: ver/Server/PXEngine/include/apt_components/transformop/transform
  289. ##W IIS-DSEE-TBLD-00000 12:56:59(218) <main_program> Error when checking composite operator: Output from subprocess: basehdrs.h:28,
  290.                  from /opt/IBM/DS8.7/Info
  291. ##W IIS-DSEE-TBLD-00000 12:56:59(219) <main_program> Error when checking composite operator: Output from subprocess: rmationServer/Server/Projects/yyrcbdw/RT_BP2389.O/V0S2_ods_card_
  292. ##W IIS-DSEE-TBLD-00000 12:56:59(220) <main_program> Error when checking composite operator: Output from subprocess: ggsbzl_phy_Transformer.C:75:
  293. /opt/IBM/DS8.7/InformationS
  294. ##W IIS-DSEE-TBLD-00000 12:56:59(221) <main_program> Error when checking composite operator: Output from subprocess: erver/Server/PXEngine/include/apt_framework/type/descriptor.h: A
  295. ##W IIS-DSEE-TBLD-00000 12:56:59(222) <main_program> Error when checking composite operator: Output from subprocess: t global scope:
  296. /opt/IBM/DS8.7/InformationServer/Server/
  297. ##W IIS-DSEE-TBLD-00000 12:56:59(223) <main_program> Error when checking composite operator: Output from subprocess: PXEngine/include/apt_framework/type/descriptor.h:583:26: error:
  298. ##W IIS-DSEE-TBLD-00000 12:56:59(224) <main_program> Error when checking composite operator: Output from subprocess: '::ostream' has not been declared

  299. ##W IIS-DSEE-TBLD-00000 12:56:59(225) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/PXEngine
  300. ##W IIS-DSEE-TBLD-00000 12:56:59(226) <main_program> Error when checking composite operator: Output from subprocess: /include/apt_framework/type/descriptor.h:599:22: error: '::ostre
  301. ##W IIS-DSEE-TBLD-00000 12:56:59(227) <main_program> Error when checking composite operator: Output from subprocess: am' has not been declared

  302. ##W IIS-DSEE-TBLD-00000 12:56:59(228) <main_program> Error when checking composite operator: Output from subprocess: In file included from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/type/basic/float.h:22:0,
  303.                  from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/accessor.h:14,
  304.                  from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/orchestra
  305. ##W IIS-DSEE-TBLD-00000 12:56:59(229) <main_program> Error when checking composite operator: Output from subprocess: te.h:18,
  306.                  from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_components/transformop/transformbasehdrs.h:28,
  307.                  from /opt/IBM/DS8.7/InformationServer/Server/Projects/yyrcbdw/RT_BP2389.O/V0S2_ods_card_ggsbzl_phy_Transformer.C:75:
  308. /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/type/function.h:637:44: error: '::ostream' has not been declared

  309. ##W IIS-DSEE-TBLD-00000 12:56:59(230) <main_program> Error when checking composite operator: Output from subprocess: In file included from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/accessor.h:14:0,
  310.                  from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/orchestrate.h:18,
  311.                  from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_components/transformop/transformbasehdrs.h:28,
  312.                  from /opt/IBM/DS8.7/InformationServer/Server/Projects/yyrcbdw/RT_BP2389.O/V0S2_ods_card_ggsbzl_phy_Transformer.C:75:
  313. /opt/IBM/DS8.7/InformationS
  314. ##W IIS-DSEE-TBLD-00000 12:56:59(231) <main_program> Error when checking composite operator: Output from subprocess: erver/Server/PXEngine/include/apt_framework/type/basic/float.h:669:1: error: '::ostream' has not been declared

  315. ##W IIS-DSEE-TBLD-00000 12:56:59(232) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/t
  316. ##W IIS-DSEE-TBLD-00000 12:56:59(233) <main_program> Error when checking composite operator: Output from subprocess: ype/basic/float.h:670:1: error: '::ostream' has not been declared

  317. ##W IIS-DSEE-TBLD-00000 12:56:59(234) <main_program> Error when checking composite operator: Output from subprocess: In file included from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/accessor.h:18:0,
  318.                  from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/orchestrate.h:18,
  319.                  from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/incl
  320. ##W IIS-DSEE-TBLD-00000 12:56:59(235) <main_program> Error when checking composite operator: Output from subprocess: ude/apt_components/transformop/transformbasehdrs.h:28,
  321.                  from /opt/IBM/DS8.7/InformationServer/Server/Projects/yyrcbdw/RT_BP2389.O/V0S2_ods_card_ggsbzl_phy_Transformer.C:75:
  322. /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/type/basic/integer.h:842:1: error: '::ostream' has not been declared

  323. ##W IIS-DSEE-TBLD-00000 12:56:59(236) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include
  324. ##W IIS-DSEE-TBLD-00000 12:56:59(237) <main_program> Error when checking composite operator: Output from subprocess: /apt_framework/type/basic/integer.h:843:1: error: '::ostream' has not been declared

  325. ##W IIS-DSEE-TBLD-00000 12:56:59(238) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include
  326. ##W IIS-DSEE-TBLD-00000 12:56:59(239) <main_program> Error when checking composite operator: Output from subprocess: /apt_framework/type/basic/integer.h:844:1: error: '::ostream' has not been declared
  327. ##W IIS-DSEE-TBLD-00000 12:56:59(240) <main_program> Error when checking composite operator: Output from subprocess:

  328. ##W IIS-DSEE-TBLD-00000 12:56:59(241) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include
  329. ##W IIS-DSEE-TBLD-00000 12:56:59(242) <main_program> Error when checking composite operator: Output from subprocess: /apt_framework/type/basic/integer.h:845:1: error: '::ostream' has not been declared

  330. ##W IIS-DSEE-TBLD-00000 12:56:59(243) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_fra
  331. ##W IIS-DSEE-TBLD-00000 12:56:59(244) <main_program> Error when checking composite operator: Output from subprocess: mework/type/basic/integer.h:846:1: error: '::ostream' has not been declared

  332. ##W IIS-DSEE-TBLD-00000 12:56:59(245) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include
  333. ##W IIS-DSEE-TBLD-00000 12:56:59(246) <main_program> Error when checking composite operator: Output from subprocess: /apt_framework/type/basic/integer.h:847:1: error: '::ostream' has not been declared
  334. ##W IIS-DSEE-TBLD-00000 12:56:59(247) <main_program> Error when checking composite operator: Output from subprocess:

  335. ##W IIS-DSEE-TBLD-00000 12:56:59(248) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/type/basic/integer.h:848:1: error: '::ostream' has not been declared

  336. ##W IIS-DSEE-TBLD-00000 12:56:59(249) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/type/basic/integer.h:849:1: error
  337. ##W IIS-DSEE-TBLD-00000 12:56:59(250) <main_program> Error when checking composite operator: Output from subprocess: : '::ostream' has not been declared

  338. ##W IIS-DSEE-TBLD-00000 12:56:59(251) <main_program> Error when checking composite operator: Output from subprocess: In file included from /opt/IBM/DS8.7/InformationServer/S
  339. ##W IIS-DSEE-TBLD-00000 12:56:59(252) <main_program> Error when checking composite operator: Output from subprocess: erver/PXEngine/include/apt_framework/accessor.h:22:0,
  340.                  from /opt/IBM/DS8.7/InformationServer/Server/PXEn
  341. ##W IIS-DSEE-TBLD-00000 12:56:59(253) <main_program> Error when checking composite operator: Output from subprocess: gine/include/apt_framework/orchestrate.h:18,
  342.                  from /opt/IBM/DS8.7/Inform
  343. ##W IIS-DSEE-TBLD-00000 12:56:59(254) <main_program> Error when checking composite operator: Output from subprocess: ationServer/Server/PXEngine/include/apt_components/transformop/transformbasehdrs
  344. ##W IIS-DSEE-TBLD-00000 12:56:59(255) <main_program> Error when checking composite operator: Output from subprocess: .h:28,
  345.                  from /opt/IBM/DS8.7/InformationServer/Server/Pro
  346. ##W IIS-DSEE-TBLD-00000 12:56:59(256) <main_program> Error when checking composite operator: Output from subprocess: jects/yyrcbdw/RT_BP2389.O/V0S2_ods_card_ggsbzl_phy_Transformer.C:75:
  347. /op
  348. ##W IIS-DSEE-TBLD-00000 12:56:59(257) <main_program> Error when checking composite operator: Output from subprocess: t/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framew
  349. ##W IIS-DSEE-TBLD-00000 12:56:59(258) <main_program> Error when checking composite operator: Output from subprocess: ork/type/basic/raw.h:240:28: error: '::ostream' has not been declared

  350. ##W IIS-DSEE-TBLD-00000 12:56:59(259) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/type/basic/raw.h:517:44: error: '::ostream' has not been declared

  351. ##W IIS-DSEE-TBLD-00000 12:56:59(260) <main_program> Error when checking composite operator: Output from subprocess: In file included from /opt/IBM/DS8.7/InformationServer/S
  352. ##W IIS-DSEE-TBLD-00000 12:56:59(261) <main_program> Error when checking composite operator: Output from subprocess: erver/PXEngine/include/apt_framework/type/basic/string.h:18:0,
  353.                  from /opt/IBM/DS
  354. ##W IIS-DSEE-TBLD-00000 12:56:59(262) <main_program> Error when checking composite operator: Output from subprocess: 8.7/InformationServer/Server/PXEngine/include/apt_framework/accessor.h:26,
  355.      
  356. ##W IIS-DSEE-TBLD-00000 12:56:59(263) <main_program> Error when checking composite operator: Output from subprocess:             from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/includ
  357. ##W IIS-DSEE-TBLD-00000 12:56:59(264) <main_program> Error when checking composite operator: Output from subprocess: e/apt_framework/orchestrate.h:18,
  358.                  from /opt/IBM
  359. ##W IIS-DSEE-TBLD-00000 12:56:59(265) <main_program> Error when checking composite operator: Output from subprocess: /DS8.7/InformationServer/Server/PXEngine/include/apt_components/
  360. ##W IIS-DSEE-TBLD-00000 12:56:59(266) <main_program> Error when checking composite operator: Output from subprocess: transformop/transformbasehdrs.h:28,
  361.                  fro
  362. ##W IIS-DSEE-TBLD-00000 12:56:59(267) <main_program> Error when checking composite operator: Output from subprocess: m /opt/IBM/DS8.7/InformationServer/Server/Projects/yyrcbdw/RT_BP2389.O/V0S2_ods_
  363. ##W IIS-DSEE-TBLD-00000 12:56:59(268) <main_program> Error when checking composite operator: Output from subprocess: card_ggsbzl_phy_Transformer.C:75:
  364. /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_f
  365. ##W IIS-DSEE-TBLD-00000 12:56:59(269) <main_program> Error when checking composite operator: Output from subprocess: ramework/type/basic/basicstring.h:184:41: error: '::ostream' has not been declared

  366. ##W IIS-DSEE-TBLD-00000 12:56:59(270) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_fra
  367. ##W IIS-DSEE-TBLD-00000 12:56:59(271) <main_program> Error when checking composite operator: Output from subprocess: mework/type/basic/basicstring.h:447:44: error: '::ostream' has not been declared

  368. ##W IIS-DSEE-TBLD-00000 12:56:59(272) <main_program> Error when checking composite operator: Output from subprocess: In file included from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/accessor.h:43:0,
  369.                  from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/orchestrate.h:18,
  370.                  from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_components/transformop/transformbasehdrs.h:28,
  371.                  from /opt/IBM/DS8.7/InformationServer/Server/Projects/yyrcbdw/RT_BP2389.O/V0S2_ods_card_ggsbzl_phy_Transformer.C:75:
  372. /opt/IBM/DS8.7/InformationS
  373. ##W IIS-DSEE-TBLD-00000 12:56:59(273) <main_program> Error when checking composite operator: Output from subprocess: erver/Server/PXEngine/include/apt_framework/type/time/time.h:106:28: error: '::ostream' has not been declared

  374. ##W IIS-DSEE-TBLD-00000 12:56:59(274) <main_program> Error when checking composite operator: Output from subprocess: In file included from /opt/IBM/DS8.7/InformationServer/Server/PX
  375. ##W IIS-DSEE-TBLD-00000 12:56:59(275) <main_program> Error when checking composite operator: Output from subprocess: Engine/include/apt_framework/accessor.h:47:0,
  376.                  from /opt/IBM/DS8.7/InformationServer/Ser
  377. ##W IIS-DSEE-TBLD-00000 12:56:59(276) <main_program> Error when checking composite operator: Output from subprocess: ver/PXEngine/include/apt_framework/orchestrate.h:18,
  378.                  from /opt/
  379. ##W IIS-DSEE-TBLD-00000 12:56:59(277) <main_program> Error when checking composite operator: Output from subprocess: IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_components/trans
  380. ##W IIS-DSEE-TBLD-00000 12:56:59(278) <main_program> Error when checking composite operator: Output from subprocess: formop/transformbasehdrs.h:28,
  381.                  from /opt/IBM/DS8.7/Info
  382. ##W IIS-DSEE-TBLD-00000 12:56:59(279) <main_program> Error when checking composite operator: Output from subprocess: rmationServer/Server/Projects/yyrcbdw/RT_BP2389.O/V0S2_ods_card_ggsbzl_p
  383. ##W IIS-DSEE-TBLD-00000 12:56:59(280) <main_program> Error when checking composite operator: Output from subprocess: hy_Transformer.C:75:
  384. /opt/IBM/DS8.7/InformationServer/Server/PXE
  385. ##W IIS-DSEE-TBLD-00000 12:56:59(281) <main_program> Error when checking composite operator: Output from subprocess: ngine/include/apt_framework/type/timestamp/timestamp.h:106:28: e
  386. ##W IIS-DSEE-TBLD-00000 12:56:59(282) <main_program> Error when checking composite operator: Output from subprocess: rror: '::ostream' has not been declared

  387. ##W IIS-DSEE-TBLD-00000 12:56:59(283) <main_program> Error when checking composite operator: Output from subprocess: In file included from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/accessor.h:51:0,
  388.                  from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/orchestrate.h:18,
  389.                  from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_components/transformop/transformbasehdrs.h:28,
  390.                  from /opt/IBM/DS8.7/InformationServer/Server/Projects/yyrcbdw/RT_BP2389.
  391. ##W IIS-DSEE-TBLD-00000 12:56:59(284) <main_program> Error when checking composite operator: Output from subprocess: O/V0S2_ods_card_ggsbzl_phy_Transformer.C:75:
  392. /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/type/decimal/decimal.h:118:28: error: '::ostream' has not been declared

  393. ##W IIS-DSEE-TBLD-00000 12:56:59(285) <main_program> Error when checking composite operator: Output from subprocess: In file included from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/orchestrate.h:39:0,
  394.                  from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_components/transformop/transformbasehdrs.h:28,
  395.                  from /opt/IBM/DS8.7/InformationServer/Server/Projects/yyrcbdw/RT_BP2389.O/V0S2_ods_card_ggsbzl_phy_Transformer.C:75:
  396. /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/utils/fieldlist.h:352:18: error: '::ostream' has not been declar
  397. ##W IIS-DSEE-TBLD-00000 12:56:59(286) <main_program> Error when checking composite operator: Output from subprocess: ed
  398. /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/utils/fieldlist.h:366:25: error: 'ostream' in namespace '::' does not name a type

  399. ##W IIS-DSEE-TBLD-00000 12:56:59(287) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/utils/fieldlist.h:376:14: error: 'ostream' in namespace '::' does not name a type

  400. ##W IIS-DSEE-TBLD-00000 12:56:59(288) <main_program> Error when checking composite operator: Output from subprocess: In file included from /opt/IBM/DS8.7/Information
  401. ##W IIS-DSEE-TBLD-00000 12:56:59(289) <main_program> Error when checking composite operator: Output from subprocess: Server/Server/PXEngine/include/apt_components/transformop/transformbasehdrs.h:33:0,
  402.             
  403. ##W IIS-DSEE-TBLD-00000 12:56:59(290) <main_program> Error when checking composite operator: Output from subprocess:      from /opt/IBM/DS8.7/InformationServer/Server/Projects/yyrcbdw/RT_BP2389.O/V0S2_ods_
  404. ##W IIS-DSEE-TBLD-00000 12:56:59(291) <main_program> Error when checking composite operator: Output from subprocess: card_ggsbzl_phy_Transformer.C:75:
  405. /opt/IBM/DS8.7/InformationServer/Serve
  406. ##W IIS-DSEE-TBLD-00000 12:56:59(292) <main_program> Error when checking composite operator: Output from subprocess: r/PXEngine/include/apt_framework/type/conversion.h:359:28: error: '::ost
  407. ##W IIS-DSEE-TBLD-00000 12:56:59(293) <main_program> Error when checking composite operator: Output from subprocess: ream' has not been declared

  408. ##E IIS-DSEE-TCOS-00029 12:56:59(294) <main_program> Creation of a step finished with status = FAILED. (ods_card_ggsbzl_phy.Transformer)

  409. *** 内部生成的 Transformer 代码如下:
  410. 0001: //
  411. 0002: // Generated file to implement the V0S2_ods_card_ggsbzl_phy_Transformer transform operator.
  412. 0003: //
  413. 0004:
  414. 0005: // define external functions used
  415. 0006: extern string TransDate(string s);
  416. 0007:
  417. 0008: // define our input/output link names
  418. 0009: inputname 0 DSLink1;
  419. 0010: outputname 0 DSLink2;
  420. 0011:
  421. 0012: global {
  422. 0013:         // Job parameter declaration
  423. 0014:         ustring workdate;
  424. 0015: }
  425. 0016:
  426. 0017: initialize {
  427. 0018:         // define our control variables
  428. 0019:         int8 RowRejected0;
  429. 0020:         int8 NullSetVar0;
  430. 0021:
  431. 0022: }
  432. 0023:
  433. 0024: mainloop {
  434. 0025:
  435. 0026:         // declare our intermediate variables for this section
  436. 0027:         string InterVar0_0;
  437. 0028:
  438. 0029:         // initialise the rejected row variable
  439. 0030:         RowRejected0 = 1;
  440. 0031:
  441. 0032:         // evaluate columns (no constraints) for link: DSLink2
  442. 0033:         DSLink2.workdate = workdate;
  443. 0034:         DSLink2.SBH = DSLink1.SBH;
  444. 0035:         DSLink2.CZY = DSLink1.CZY;
  445. 0036:         DSLink2.ZJZH = DSLink1.ZJZH;
  446. 0037:         DSLink2.JGM = DSLink1.JGM;
  447. 0038:         DSLink2.ZJH = DSLink1.ZJH;
  448. 0039:         DSLink2.DQDM = DSLink1.DQDM;
  449. 0040:         DSLink2.SBMS = DSLink1.SBMS;
  450. 0041:         DSLink2.LXFS = DSLink1.LXFS;
  451. 0042:         InterVar0_0 = TransDate(DSLink1.PSRQ);
  452. 0043:         DSLink2.PSRQ = date_from_string(InterVar0_0);
  453. 0044:         DSLink2.YXCSBB = DSLink1.YXCSBB;
  454. 0045:         DSLink2.SBRJBB = DSLink1.SBRJBB;
  455. 0046:         DSLink2.SBSFQY = DSLink1.SBSFQY;
  456. 0047:         DSLink2.etldate = current_timestamp();
  457. 0048:         writerecord 0;
  458. 0049:         RowRejected0 = 0;
  459. 0050: }
  460. 0051:
  461. 0052: finish {
  462. 0053: }
  463. 0054:
  464. *** 内部生成的 Transformer 代码结束
复制代码
有没有遇到过的,帮一下啊。


Output from transformer compilation follows:

##I IIS-DSEE-TFCN-00001 12:56:58(000) <main_program>
IBM InfoSphere DataStage Enterprise Edition 8.7.0.6614
Copyright (c) 2001, 2005-2011 IBM Corporation. All rights reserved



##I IIS-DSEE-TFCN-00006 12:56:58(001) <main_program> conductor uname: -s=AIX; -r=1; -v=7; -n=yyrcbdwserver1; -m=00F848F34C00
##I IIS-DSEE-TOSH-00002 12:56:58(002) <main_program> orchgeneral: loaded
##I IIS-DSEE-TOSH-00002 12:56:58(003) <main_program> orchsort: loaded
##I IIS-DSEE-TOSH-00002 12:56:58(004) <main_program> orchstats: loaded
##W IIS-DSEE-TOSH-00049 12:56:58(007) <main_program> Parameter specified but not used in flow: DSPXWorkingDir
##E IIS-DSEE-TBLD-00076 12:56:59(000) <main_program> Error when checking composite operator: Subprocess command failed with exit status 256.
##E IIS-DSEE-TFSR-00019 12:56:59(001) <main_program> Could not check all operators because of previous error(s)
##W IIS-DSEE-TFTM-00012 12:56:59(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-TFEV-00025 12:56:59(003) <transform> Error when checking composite operator: Converting ustring to string using codepage ISO-8859-1.
##W IIS-DSEE-TFEV-00023 12:56:59(004) <transform> Error when checking composite operator: Implicit conversion from source type "UString" to result type "String".
##W IIS-DSEE-TBLD-00000 12:56:59(005) <main_program> Error when checking composite operator: Output from subprocess: In file included from /opt/freeware/lib/gcc/powerpc-ibm-aix7.1.0.0/4.7.2/include/c++/backward/strstream:52:0,
                 from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_util/strstream_s.h:41,
                 from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_util/assert.h:49,
                 from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_util/archive.h:39,
                 from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/
##W IIS-DSEE-TBLD-00000 12:56:59(006) <main_program> Error when checking composite operator: Output from subprocess: fieldsel.h:33,
                 from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/accessorbase.h:27,
                 from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/accessor.h:10,
                 from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/orchestrate.h:18,
                 from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_components/transformop/transformbasehdrs.h:28,
                 from /opt/IBM/DS8.7
##W IIS-DSEE-TBLD-00000 12:56:59(007) <main_program> Error when checking composite operator: Output from subprocess: /InformationServer/Server/Projects/yyrcbdw/RT_BP2389.O/V0S2_ods_card_ggsbzl_phy_Transformer.C:75:
/opt/freeware/lib/gcc/powerpc-ibm-aix7.1.0.0/4.7.2/include/c++/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To dis
##W IIS-DSEE-TBLD-00000 12:56:59(008) <main_program> Error when checking composite operator: Output from subprocess: able this warning use -Wno-deprecated. [-Wcpp]

##I IIS-DSEE-TBLD-00079 12:56:59(009) <transform> Error when checking composite operator: g++   -O   -I/opt/IBM/DS8.7/InformationServer/Server/PXEngine/include -maix64 -c /opt/IBM/DS8.7/InformationServer/Server/Projects/yyrcbdw/RT_BP2389.O/V0S2_ods_card_ggsbzl_phy_Transformer.C -o /opt/IBM/DS8.7/InformationServer/Server/Projects/yyrcbdw/RT_BP2389.O/V0S2_ods_card_ggsbzl_phy_Transformer.tmp.o.
##W IIS-DSEE-TBLD-00000 12:56:59(010) <main_program> Error when checking composite operator: Output from subprocess: In file included from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/fieldsel.h:33:0,
  
##W IIS-DSEE-TBLD-00000 12:56:59(011) <main_program> Error when checking composite operator: Output from subprocess:                from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/accessorbase.h:27,
                 from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/accessor.h:10,
                 from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/orchestrate.h:18,
                 from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_components/transformop/transformbasehdrs.h:28,
                 from /opt/IBM/DS8.7/InformationServe
##W IIS-DSEE-TBLD-00000 12:56:59(012) <main_program> Error when checking composite operator: Output from subprocess: r/Server/Projects/yyrcbdw/RT_BP2389.O/V0S2_ods_card_ggsbzl_phy_Transformer.C:75:
/opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_util/archive.h: In function 'APT_Archive& operator<<(APT_Archive&, const A
##W IIS-DSEE-TBLD-00000 12:56:59(013) <main_program> Error when checking composite operator: Output from subprocess: PT_UInt16&)':
/opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_util/archive.h:1242:1: error: no match for 'operator||' in 'ar || (APT_UInt16&)(& d)'

##W IIS-DSEE-TBLD-00000 12:56:59(014) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_util/archive.h:1242:1: note: candidates are
##W IIS-DSEE-TBLD-00000 12:56:59(015) <main_program> Error when checking composite operator: Output from subprocess: :
/opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_util/archive.h:1242:1: note: operator||(bool, bool) <built-in>
/opt/IBM/DS8.7/Informati
##W IIS-DSEE-TBLD-00000 12:56:59(016) <main_program> Error when checking composite operator: Output from subprocess: onServer/Server/PXEngine/include/apt_util/archive.h:1242:1: note:   no known conversion for argument 1 from 'APT_Archive' to 'bo
##W IIS-DSEE-TBLD-00000 12:56:59(017) <main_program> Error when checking composite operator: Output from subprocess: ol'

##W IIS-DSEE-TBLD-00000 12:56:59(018) <main_program> Error when checking composite operator: Output from subprocess: In file included from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_util/string.h
##W IIS-DSEE-TBLD-00000 12:56:59(019) <main_program> Error when checking composite operator: Output from subprocess: :34:0,
                 from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_util/identifier.h:37,
                 from /o
##W IIS-DSEE-TBLD-00000 12:56:59(020) <main_program> Error when checking composite operator: Output from subprocess: pt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/fieldsel.h:29,
                 from /opt/IBM/DS8.7
##W IIS-DSEE-TBLD-00000 12:56:59(021) <main_program> Error when checking composite operator: Output from subprocess: /InformationServer/Server/PXEngine/include/apt_framework/accessorbase.h:27,
                 from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/accesso
##W IIS-DSEE-TBLD-00000 12:56:59(022) <main_program> Error when checking composite operator: Output from subprocess: r.h:10,
                 from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/orchestrate.h:18,
                 from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_components/transformop/transformbasehd
##W IIS-DSEE-TBLD-00000 12:56:59(023) <main_program> Error when checking composite operator: Output from subprocess: rs.h:28,
                 from /opt/IBM/DS8.7/InformationServer/Server/Projects/yyrcbdw/RT_BP2389.O/V0S2_ods_card_ggsbzl_phy_Transformer.C:75:
/opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/
##W IIS-DSEE-TBLD-00000 12:56:59(024) <main_program> Error when checking composite operator: Output from subprocess: apt_util/basicstring.h:108:32: note: template<class C> APT_Archive& operator||(APT_Archive&, APT_BasicString<C>&)

##W IIS-DSEE-TBLD-00000 12:56:59(025) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/PXEngine
##W IIS-DSEE-TBLD-00000 12:56:59(026) <main_program> Error when checking composite operator: Output from subprocess: /include/apt_util/basicstring.h:108:32: note:   template argument deduction/substitution failed:
##W IIS-DSEE-TBLD-00000 12:56:59(027) <main_program> Error when checking composite operator: Output from subprocess:

##W IIS-DSEE-TBLD-00000 12:56:59(028) <main_program> Error when checking composite operator: Output from subprocess: In file included
##W IIS-DSEE-TBLD-00000 12:56:59(029) <main_program> Error when checking composite operator: Output from subprocess:  from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/fieldsel.h:33:0,
         
##W IIS-DSEE-TBLD-00000 12:56:59(030) <main_program> Error when checking composite operator: Output from subprocess:        from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt
##W IIS-DSEE-TBLD-00000 12:56:59(031) <main_program> Error when checking composite operator: Output from subprocess: _framework/accessorbase.h:27,
                 from /opt
##W IIS-DSEE-TBLD-00000 12:56:59(032) <main_program> Error when checking composite operator: Output from subprocess: /IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/accessor.h:10,
                 from
##W IIS-DSEE-TBLD-00000 12:56:59(033) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/orchestrate.h:18,
                 from /opt/IBM/DS8.7/Informatio
##W IIS-DSEE-TBLD-00000 12:56:59(034) <main_program> Error when checking composite operator: Output from subprocess: nServer/Server/PXEngine/include/apt_components/transformop/transformbasehdrs.h:2
##W IIS-DSEE-TBLD-00000 12:56:59(035) <main_program> Error when checking composite operator: Output from subprocess: 8,
                 from /opt/IBM/DS8.7/InformationServer/Server/Projects/yyrcbdw/RT_BP2389.O/V0S2_ods_card_ggsbzl_phy_Transformer.C:75:
/opt/IBM/DS8.7/InformationServe
##W IIS-DSEE-TBLD-00000 12:56:59(036) <main_program> Error when checking composite operator: Output from subprocess: r/Server/PXEngine/include/apt_util/archive.h:1242:1: note:   mismatched types 'APT_BasicString<C>' and 'APT_UInt16 {aka short un
##W IIS-DSEE-TBLD-00000 12:56:59(037) <main_program> Error when checking composite operator: Output from subprocess: signed int}'

##W IIS-DSEE-TBLD-00000 12:56:59(038) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/PXEngine
##W IIS-DSEE-TBLD-00000 12:56:59(039) <main_program> Error when checking composite operator: Output from subprocess: /include/apt_util/archive.h:386:38: note: APT_Archive& operator||(APT_Archive&, double&)
/opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_util/archive.h:386:38: note:   no known conversion for argument 2 from 'APT_UInt16 {aka short unsigned int}' to 'double&'
/opt/IBM/DS8.7/InformationServer/Server/PXEngine/include
##W IIS-DSEE-TBLD-00000 12:56:59(040) <main_program> Error when checking composite operator: Output from subprocess: /apt_util/archive.h:383:38: note: APT_Archive& operator||(APT_Archive&, float&)
/opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_util/archive.h:383:38: note:   no known conversion for argument 2 from 'APT_UInt16 {aka short unsigned int}' to 'float&'

##W IIS-DSEE-TBLD-00000 12:56:59(041) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_util/archive.h:380:38: note: APT_Archive& operator||(APT_Archive&, bool&)

##W IIS-DSEE-TBLD-00000 12:56:59(042) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_util/archive.h:380:38: note:   no known conversion
##W IIS-DSEE-TBLD-00000 12:56:59(043) <main_program> Error when checking composite operator: Output from subprocess: for argument 2 from 'APT_UInt16 {aka short unsigned int}' to 'bool&'
##W IIS-DSEE-TBLD-00000 12:56:59(044) <main_program> Error when checking composite operator: Output from subprocess:
/opt/IBM/DS8.7/InformationServer/Server/PXEngine
##W IIS-DSEE-TBLD-00000 12:56:59(045) <main_program> Error when checking composite operator: Output from subprocess: /include/apt_util/archive.h:359:38: note: APT_Archive& operator|
##W IIS-DSEE-TBLD-00000 12:56:59(046) <main_program> Error when checking composite operator: Output from subprocess: |(APT_Archive&, APT_Int64&)

##W IIS-DSEE-TBLD-00000 12:56:59(047) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_uti
##W IIS-DSEE-TBLD-00000 12:56:59(048) <main_program> Error when checking composite operator: Output from subprocess: l/archive.h:359:38: note:   no known conversion for argument 2 f
##W IIS-DSEE-TBLD-00000 12:56:59(049) <main_program> Error when checking composite operator: Output from subprocess: rom 'APT_UInt16 {aka short unsigned int}' to 'APT_Int64&
##W IIS-DSEE-TBLD-00000 12:56:59(050) <main_program> Error when checking composite operator: Output from subprocess:  {aka long long int&}'

##W IIS-DSEE-TBLD-00000 12:56:59(051) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_util/archive.h:357:
##W IIS-DSEE-TBLD-00000 12:56:59(052) <main_program> Error when checking composite operator: Output from subprocess: 38: note: APT_Archive& operator||(APT_Archive&, APT_UInt64&)
##W IIS-DSEE-TBLD-00000 12:56:59(053) <main_program> Error when checking composite operator: Output from subprocess:

##W IIS-DSEE-TBLD-00000 12:56:59(054) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/PXEngine
##W IIS-DSEE-TBLD-00000 12:56:59(055) <main_program> Error when checking composite operator: Output from subprocess: /include/apt_util/archive.h:357:38: note:   no known con
##W IIS-DSEE-TBLD-00000 12:56:59(056) <main_program> Error when checking composite operator: Output from subprocess: version for argument 2 from 'APT_UInt16 {aka short unsig
##W IIS-DSEE-TBLD-00000 12:56:59(057) <main_program> Error when checking composite operator: Output from subprocess: ned int}' to 'APT_UInt64& {aka long long unsigned int&}'

##W IIS-DSEE-TBLD-00000 12:56:59(058) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/Informati
##W IIS-DSEE-TBLD-00000 12:56:59(059) <main_program> Error when checking composite operator: Output from subprocess: onServer/Server/PXEngine/include/apt_util/archive.h:354:
##W IIS-DSEE-TBLD-00000 12:56:59(060) <main_program> Error when checking composite operator: Output from subprocess: 38: note: APT_Archive& operator||(APT_Archive&, APT_Int3
##W IIS-DSEE-TBLD-00000 12:56:59(061) <main_program> Error when checking composite operator: Output from subprocess: 2&)

##W IIS-DSEE-TBLD-00000 12:56:59(062) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/
##W IIS-DSEE-TBLD-00000 12:56:59(063) <main_program> Error when checking composite operator: Output from subprocess: PXEngine/include/apt_util/archive.h:354:38: note:   no known conversion for argument 2 from 'APT
##W IIS-DSEE-TBLD-00000 12:56:59(064) <main_program> Error when checking composite operator: Output from subprocess: _UInt16 {aka short unsigned int}' to 'APT_Int32& {aka int&}'
##W IIS-DSEE-TBLD-00000 12:56:59(065) <main_program> Error when checking composite operator: Output from subprocess:
/opt/IBM
##W IIS-DSEE-TBLD-00000 12:56:59(066) <main_program> Error when checking composite operator: Output from subprocess: /DS8.7/InformationServer/Server/PXEngine/include/apt_uti
##W IIS-DSEE-TBLD-00000 12:56:59(067) <main_program> Error when checking composite operator: Output from subprocess: l/archive.h:352:38: note: APT_Archive& operator||(APT_Ar
##W IIS-DSEE-TBLD-00000 12:56:59(068) <main_program> Error when checking composite operator: Output from subprocess: chive&, APT_UInt32&)

##W IIS-DSEE-TBLD-00000 12:56:59(069) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer
##W IIS-DSEE-TBLD-00000 12:56:59(070) <main_program> Error when checking composite operator: Output from subprocess: /Server/PXEngine/include/apt_util/archive.h:352:38: note:   no known conversion for argument 2 f
##W IIS-DSEE-TBLD-00000 12:56:59(071) <main_program> Error when checking composite operator: Output from subprocess: rom 'APT_UInt16 {aka short unsigned int}' to 'APT_UInt32& {aka u
##W IIS-DSEE-TBLD-00000 12:56:59(072) <main_program> Error when checking composite operator: Output from subprocess: nsigned int&}'

##W IIS-DSEE-TBLD-00000 12:56:59(073) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/PXEngine
##W IIS-DSEE-TBLD-00000 12:56:59(074) <main_program> Error when checking composite operator: Output from subprocess: /include/apt_util/archive.h:344:38: note: APT_Archive& o
##W IIS-DSEE-TBLD-00000 12:56:59(075) <main_program> Error when checking composite operator: Output from subprocess: perator||(APT_Archive&, APT_Int16&)

##W IIS-DSEE-TBLD-00000 12:56:59(076) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include
##W IIS-DSEE-TBLD-00000 12:56:59(077) <main_program> Error when checking composite operator: Output from subprocess: /apt_util/archive.h:344:38: note:   no known conversion
##W IIS-DSEE-TBLD-00000 12:56:59(078) <main_program> Error when checking composite operator: Output from subprocess: for argument 2 from 'APT_UInt16 {aka short unsigned int}
##W IIS-DSEE-TBLD-00000 12:56:59(079) <main_program> Error when checking composite operator: Output from subprocess: ' to 'APT_Int16& {aka short int&}'

##W IIS-DSEE-TBLD-00000 12:56:59(080) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer
##W IIS-DSEE-TBLD-00000 12:56:59(081) <main_program> Error when checking composite operator: Output from subprocess: /Server/PXEngine/include/apt_util/archive.h:336:38: note
##W IIS-DSEE-TBLD-00000 12:56:59(082) <main_program> Error when checking composite operator: Output from subprocess: : APT_Archive& operator||(APT_Archive&, char&)

##W IIS-DSEE-TBLD-00000 12:56:59(083) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/I
##W IIS-DSEE-TBLD-00000 12:56:59(084) <main_program> Error when checking composite operator: Output from subprocess: nformationServer/Server/PXEngine/include/apt_util/archive.h:336:38: note:   no known con
##W IIS-DSEE-TBLD-00000 12:56:59(085) <main_program> Error when checking composite operator: Output from subprocess: version for argument 2 from 'APT_UInt16 {aka short unsigned int}' to 'ch
##W IIS-DSEE-TBLD-00000 12:56:59(086) <main_program> Error when checking composite operator: Output from subprocess: ar&'

##W IIS-DSEE-TBLD-00000 12:56:59(087) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/PXEngine
##W IIS-DSEE-TBLD-00000 12:56:59(088) <main_program> Error when checking composite operator: Output from subprocess: /include/apt_util/archive.h:333:38: note: APT_Archive& o
##W IIS-DSEE-TBLD-00000 12:56:59(089) <main_program> Error when checking composite operator: Output from subprocess: perator||(APT_Archive&, APT_Int8&)

##W IIS-DSEE-TBLD-00000 12:56:59(090) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/I
##W IIS-DSEE-TBLD-00000 12:56:59(091) <main_program> Error when checking composite operator: Output from subprocess: nformationServer/Server/PXEngine/include/apt_uti
##W IIS-DSEE-TBLD-00000 12:56:59(092) <main_program> Error when checking composite operator: Output from subprocess: l/archive.h:333:38: note:   no known conversion for argument 2 f
##W IIS-DSEE-TBLD-00000 12:56:59(093) <main_program> Error when checking composite operator: Output from subprocess: rom 'APT_UInt16 {aka short unsigned int}' to 'APT_Int8& {aka signed char&}'

##W IIS-DSEE-TBLD-00000 12:56:59(094) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_util/archive.h:331:38: note: APT_Archive& o
##W IIS-DSEE-TBLD-00000 12:56:59(095) <main_program> Error when checking composite operator: Output from subprocess: perator||(APT_Archive&, APT_UInt8&)

##W IIS-DSEE-TBLD-00000 12:56:59(096) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/Informati
##W IIS-DSEE-TBLD-00000 12:56:59(097) <main_program> Error when checking composite operator: Output from subprocess: onServer/Server/PXEngine/include/apt_util/archive.h:331:
##W IIS-DSEE-TBLD-00000 12:56:59(098) <main_program> Error when checking composite operator: Output from subprocess: 38: note:   no known conversion for argument 2 from 'APT
##W IIS-DSEE-TBLD-00000 12:56:59(099) <main_program> Error when checking composite operator: Output from subprocess: _UInt16 {aka short unsigned int}' to 'APT_UInt8& {aka un
##W IIS-DSEE-TBLD-00000 12:56:59(100) <main_program> Error when checking composite operator: Output from subprocess: signed char&}'

##W IIS-DSEE-TBLD-00000 12:56:59(101) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/PXEngine
##W IIS-DSEE-TBLD-00000 12:56:59(102) <main_program> Error when checking composite operator: Output from subprocess: /include/apt_util/archive.h: In function 'APT_Archive& operator>>(APT_Ar
##W IIS-DSEE-TBLD-00000 12:56:59(103) <main_program> Error when checking composite operator: Output from subprocess: chive&, APT_UInt16&)':
/opt/IBM/DS8.7/InformationServer/
##W IIS-DSEE-TBLD-00000 12:56:59(104) <main_program> Error when checking composite operator: Output from subprocess: Server/PXEngine/include/apt_util/archive.h:1242:1: error: no mat
##W IIS-DSEE-TBLD-00000 12:56:59(105) <main_program> Error when checking composite operator: Output from subprocess: ch for 'operator||' in 'ar || d'

##W IIS-DSEE-TBLD-00000 12:56:59(106) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/
##W IIS-DSEE-TBLD-00000 12:56:59(107) <main_program> Error when checking composite operator: Output from subprocess: PXEngine/include/apt_util/archive.h:1242:1: note: candid
##W IIS-DSEE-TBLD-00000 12:56:59(108) <main_program> Error when checking composite operator: Output from subprocess: ates are:

##W IIS-DSEE-TBLD-00000 12:56:59(109) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/
##W IIS-DSEE-TBLD-00000 12:56:59(110) <main_program> Error when checking composite operator: Output from subprocess: PXEngine/include/apt_util/archive.h:1242:1: note: operat
##W IIS-DSEE-TBLD-00000 12:56:59(111) <main_program> Error when checking composite operator: Output from subprocess: or||(bool, bool) <built-in>

##W IIS-DSEE-TBLD-00000 12:56:59(112) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_util/archive.h:1242
##W IIS-DSEE-TBLD-00000 12:56:59(113) <main_program> Error when checking composite operator: Output from subprocess: :1: note:   no known conversion for argument 1 from 'APT_Archive
##W IIS-DSEE-TBLD-00000 12:56:59(114) <main_program> Error when checking composite operator: Output from subprocess: ' to 'bool'

##W IIS-DSEE-TBLD-00000 12:56:59(115) <main_program> Error when checking composite operator: Output from subprocess: In file included from /opt/IBM/DS8.7/Inf
##W IIS-DSEE-TBLD-00000 12:56:59(116) <main_program> Error when checking composite operator: Output from subprocess: ormationServer/Server/PXEngine/include/apt_util/string.h:34:0,

##W IIS-DSEE-TBLD-00000 12:56:59(117) <main_program> Error when checking composite operator: Output from subprocess:                 from /opt/IBM/DS8.7/InformationServer/Server/PXE
##W IIS-DSEE-TBLD-00000 12:56:59(118) <main_program> Error when checking composite operator: Output from subprocess: ngine/include/apt_util/identifier.h:37,
                 from /o
##W IIS-DSEE-TBLD-00000 12:56:59(119) <main_program> Error when checking composite operator: Output from subprocess: pt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_frame
##W IIS-DSEE-TBLD-00000 12:56:59(120) <main_program> Error when checking composite operator: Output from subprocess: work/fieldsel.h:29,
                 from /opt/IBM/DS8.7
##W IIS-DSEE-TBLD-00000 12:56:59(121) <main_program> Error when checking composite operator: Output from subprocess: /InformationServer/Server/PXEngine/include/apt_framework/accesso
##W IIS-DSEE-TBLD-00000 12:56:59(122) <main_program> Error when checking composite operator: Output from subprocess: rbase.h:27,
                 from /opt/IBM/DS8.7/Informa
##W IIS-DSEE-TBLD-00000 12:56:59(123) <main_program> Error when checking composite operator: Output from subprocess: tionServer/Server/PXEngine/include/apt_framework/accessor.h:10,

##W IIS-DSEE-TBLD-00000 12:56:59(124) <main_program> Error when checking composite operator: Output from subprocess:                  from /opt/IBM/DS8.7/InformationServer/Server/PX
##W IIS-DSEE-TBLD-00000 12:56:59(125) <main_program> Error when checking composite operator: Output from subprocess: Engine/include/apt_framework/orc
##W IIS-DSEE-TBLD-00000 12:56:59(126) <main_program> Error when checking composite operator: Output from subprocess: hestrate.h:18,
                 from /opt/IBM/DS8.7/Info
##W IIS-DSEE-TBLD-00000 12:56:59(127) <main_program> Error when checking composite operator: Output from subprocess: rmationServer/Server/PXEngine/include/apt_components/transformop
##W IIS-DSEE-TBLD-00000 12:56:59(128) <main_program> Error when checking composite operator: Output from subprocess: /transformbasehdrs.h:28,
                 from /opt/IBM/DS8.7/In
##W IIS-DSEE-TBLD-00000 12:56:59(129) <main_program> Error when checking composite operator: Output from subprocess: formationServer/Server/Projects/yyrcbdw/RT_BP2389.O/V0S2_ods_car
##W IIS-DSEE-TBLD-00000 12:56:59(130) <main_program> Error when checking composite operator: Output from subprocess: d_ggsbzl_phy_Transformer.C:75:
/opt/IBM/DS8.7/InformationServer/
##W IIS-DSEE-TBLD-00000 12:56:59(131) <main_program> Error when checking composite operator: Output from subprocess: Server/PXEngine/include/apt_util/basicstring.h:108:32: note: tem
##W IIS-DSEE-TBLD-00000 12:56:59(132) <main_program> Error when checking composite operator: Output from subprocess: plate<class C> APT_Archive& operator||(APT_Archive&, APT
##W IIS-DSEE-TBLD-00000 12:56:59(133) <main_program> Error when checking composite operator: Output from subprocess: _BasicString<C>&)

##W IIS-DSEE-TBLD-00000 12:56:59(134) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include
##W IIS-DSEE-TBLD-00000 12:56:59(135) <main_program> Error when checking composite operator: Output from subprocess: /apt_util/basicstring.h:108:32: note:   template argument deduction/substitution failed:
In file included from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/fieldsel.h:33:0,
                 from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/accessorbase.h:27,
                 from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/accessor.h:10,
                 from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/
##W IIS-DSEE-TBLD-00000 12:56:59(136) <main_program> Error when checking composite operator: Output from subprocess: orchestrate.h:18,
                 from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_components/transformop/transformbasehdrs.h:28,
                 from /opt/IBM/DS8.7/InformationServer/Server/Projects/yyrcbdw/RT_BP2389.O/V0S2_ods_card_ggsbzl_phy_Transformer.C:75:
/opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_util/archive.h:1242:1: note:   mismatched types 'APT_BasicString<C>' and 'APT_UInt16 {aka short unsigned int}'
/opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/a
##W IIS-DSEE-TBLD-00000 12:56:59(137) <main_program> Error when checking composite operator: Output from subprocess: pt_util/archive.h:386:38: note: APT_Archive& operator||(APT_Archive&, double&)
/opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_util/archive.h:386:38: note:   no known conversion for argument 2 from 'APT_UInt16 {aka short unsigned int}' to 'double&'
/opt/IBM/DS8.7/InformationServer/Server/PXEngine
##W IIS-DSEE-TBLD-00000 12:56:59(138) <main_program> Error when checking composite operator: Output from subprocess: /include/apt_util/archive.h:383:38: note: APT_Archive& operator||(APT_Archive&, float&)
/opt/IBM/DS8.7/InformationServer/Server/PXEngine
##W IIS-DSEE-TBLD-00000 12:56:59(139) <main_program> Error when checking composite operator: Output from subprocess: /include/apt_util/archive.h:383:38: note:   no known conversion for argument 2 f
##W IIS-DSEE-TBLD-00000 12:56:59(140) <main_program> Error when checking composite operator: Output from subprocess: rom 'APT_UInt16 {aka short unsigned int}' to 'float&'

##W IIS-DSEE-TBLD-00000 12:56:59(141) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/Informati
##W IIS-DSEE-TBLD-00000 12:56:59(142) <main_program> Error when checking composite operator: Output from subprocess: onServer/Server/PXEngine/include/apt_util/archive.h:380:
##W IIS-DSEE-TBLD-00000 12:56:59(143) <main_program> Error when checking composite operator: Output from subprocess: 38: note: APT_Archive& operator||(APT_Archive&, bool&)
##W IIS-DSEE-TBLD-00000 12:56:59(144) <main_program> Error when checking composite operator: Output from subprocess:
/opt/IBM
##W IIS-DSEE-TBLD-00000 12:56:59(145) <main_program> Error when checking composite operator: Output from subprocess: /DS8.7/InformationServer/Server/PXEngine/include
##W IIS-DSEE-TBLD-00000 12:56:59(146) <main_program> Error when checking composite operator: Output from subprocess: /apt_util/archive.h:380:38: note:   no known conversion
##W IIS-DSEE-TBLD-00000 12:56:59(147) <main_program> Error when checking composite operator: Output from subprocess: for argument 2 from 'APT_UInt16 {aka short unsigned int}
##W IIS-DSEE-TBLD-00000 12:56:59(148) <main_program> Error when checking composite operator: Output from subprocess: ' to 'bool&'

##W IIS-DSEE-TBLD-00000 12:56:59(149) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/PXEngine
##W IIS-DSEE-TBLD-00000 12:56:59(150) <main_program> Error when checking composite operator: Output from subprocess: /include/apt_util/archive.h:359:38: note: APT_Archive& o
##W IIS-DSEE-TBLD-00000 12:56:59(151) <main_program> Error when checking composite operator: Output from subprocess: perator||(APT_Archive&, APT_Int64&)

##W IIS-DSEE-TBLD-00000 12:56:59(152) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/I
##W IIS-DSEE-TBLD-00000 12:56:59(153) <main_program> Error when checking composite operator: Output from subprocess: nformationServer/Server/PXEngine/include/apt_util/archiv
##W IIS-DSEE-TBLD-00000 12:56:59(154) <main_program> Error when checking composite operator: Output from subprocess: e.h:359:38: note:   no known conversion for argument 2 f
##W IIS-DSEE-TBLD-00000 12:56:59(155) <main_program> Error when checking composite operator: Output from subprocess: rom 'APT_UInt16 {aka short unsigned int}' to 'APT_Int64&
##W IIS-DSEE-TBLD-00000 12:56:59(156) <main_program> Error when checking composite operator: Output from subprocess:  {aka long long int&}'

##W IIS-DSEE-TBLD-00000 12:56:59(157) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/
##W IIS-DSEE-TBLD-00000 12:56:59(158) <main_program> Error when checking composite operator: Output from subprocess: PXEngine/include/apt_util/archive.h:357:38: note: APT_Ar
##W IIS-DSEE-TBLD-00000 12:56:59(159) <main_program> Error when checking composite operator: Output from subprocess: chive& operator||(APT_Archive&, APT_UInt64&)

##W IIS-DSEE-TBLD-00000 12:56:59(160) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/
##W IIS-DSEE-TBLD-00000 12:56:59(161) <main_program> Error when checking composite operator: Output from subprocess: PXEngine/include/apt_util/archive.h:357:38: note:   no known con
##W IIS-DSEE-TBLD-00000 12:56:59(162) <main_program> Error when checking composite operator: Output from subprocess: version for argument 2 from 'APT_UInt16 {aka short unsig
##W IIS-DSEE-TBLD-00000 12:56:59(163) <main_program> Error when checking composite operator: Output from subprocess: ned int}' to 'APT_UInt64& {aka long long unsigned int&}'

##W IIS-DSEE-TBLD-00000 12:56:59(164) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/I
##W IIS-DSEE-TBLD-00000 12:56:59(165) <main_program> Error when checking composite operator: Output from subprocess: nformationServer/Server/PXEngine/include/apt_util/archiv
##W IIS-DSEE-TBLD-00000 12:56:59(166) <main_program> Error when checking composite operator: Output from subprocess: e.h:354:38: note: APT_Archive& operator||(APT_Archive&,
##W IIS-DSEE-TBLD-00000 12:56:59(167) <main_program> Error when checking composite operator: Output from subprocess: APT_Int32&)

##W IIS-DSEE-TBLD-00000 12:56:59(168) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/
##W IIS-DSEE-TBLD-00000 12:56:59(169) <main_program> Error when checking composite operator: Output from subprocess: PXEngine/include/apt_util/archive.h:354:38: note:   no k
##W IIS-DSEE-TBLD-00000 12:56:59(170) <main_program> Error when checking composite operator: Output from subprocess: nown conversion for argument 2 from 'APT_UInt16 {aka sho
##W IIS-DSEE-TBLD-00000 12:56:59(171) <main_program> Error when checking composite operator: Output from subprocess: rt unsigned int}' to 'APT_Int32& {aka int&}'

##W IIS-DSEE-TBLD-00000 12:56:59(172) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/I
##W IIS-DSEE-TBLD-00000 12:56:59(173) <main_program> Error when checking composite operator: Output from subprocess: nformationServer/Server/PXEngine/include/apt_uti
##W IIS-DSEE-TBLD-00000 12:56:59(174) <main_program> Error when checking composite operator: Output from subprocess: l/archive.h:352:38: note: APT_Archive& operator||(APT_Ar
##W IIS-DSEE-TBLD-00000 12:56:59(175) <main_program> Error when checking composite operator: Output from subprocess: chive&, APT_UInt32&)

##W IIS-DSEE-TBLD-00000 12:56:59(176) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_util/archiv
##W IIS-DSEE-TBLD-00000 12:56:59(177) <main_program> Error when checking composite operator: Output from subprocess: e.h:352:38: note:   no known conversion for argument 2 from 'APT
##W IIS-DSEE-TBLD-00000 12:56:59(178) <main_program> Error when checking composite operator: Output from subprocess: _UInt16 {aka short unsigned int}' to 'APT_UInt32& {aka u
##W IIS-DSEE-TBLD-00000 12:56:59(179) <main_program> Error when checking composite operator: Output from subprocess: nsigned int&}'

##W IIS-DSEE-TBLD-00000 12:56:59(180) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/PXEngine
##W IIS-DSEE-TBLD-00000 12:56:59(181) <main_program> Error when checking composite operator: Output from subprocess: /include/apt_util/archive.h:344:38: note: APT_Archive& o
##W IIS-DSEE-TBLD-00000 12:56:59(182) <main_program> Error when checking composite operator: Output from subprocess: perator||(APT_Archive&, APT_Int16&)

##W IIS-DSEE-TBLD-00000 12:56:59(183) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/I
##W IIS-DSEE-TBLD-00000 12:56:59(184) <main_program> Error when checking composite operator: Output from subprocess: nformationServer/Server/PXEngine/include/apt_uti
##W IIS-DSEE-TBLD-00000 12:56:59(185) <main_program> Error when checking composite operator: Output from subprocess: l/archive.h:344:38: note:   no known conversion for argu
##W IIS-DSEE-TBLD-00000 12:56:59(186) <main_program> Error when checking composite operator: Output from subprocess: ment 2 from 'APT_UInt16 {aka short unsigned int}' to 'AP
##W IIS-DSEE-TBLD-00000 12:56:59(187) <main_program> Error when checking composite operator: Output from subprocess: T_Int16& {aka short int&}'

##W IIS-DSEE-TBLD-00000 12:56:59(188) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer
##W IIS-DSEE-TBLD-00000 12:56:59(189) <main_program> Error when checking composite operator: Output from subprocess: /Server/PXEngine/include/apt_util/archive.h:336:38: note
##W IIS-DSEE-TBLD-00000 12:56:59(190) <main_program> Error when checking composite operator: Output from subprocess: : APT_Archive& operator||(APT_Archive&, char&)

##W IIS-DSEE-TBLD-00000 12:56:59(191) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/I
##W IIS-DSEE-TBLD-00000 12:56:59(192) <main_program> Error when checking composite operator: Output from subprocess: nformationServer/Server/PXEngine/include/apt_util/archiv
##W IIS-DSEE-TBLD-00000 12:56:59(193) <main_program> Error when checking composite operator: Output from subprocess: e.h:336:38: note:   no known conversion for argument 2 f
##W IIS-DSEE-TBLD-00000 12:56:59(194) <main_program> Error when checking composite operator: Output from subprocess: rom 'APT_UInt16 {aka short unsigned int}' to 'char&'
##W IIS-DSEE-TBLD-00000 12:56:59(195) <main_program> Error when checking composite operator: Output from subprocess:
/opt/IBM
##W IIS-DSEE-TBLD-00000 12:56:59(196) <main_program> Error when checking composite operator: Output from subprocess: /DS8.7/InformationServer/Server/PXEngine/include/apt_uti
##W IIS-DSEE-TBLD-00000 12:56:59(197) <main_program> Error when checking composite operator: Output from subprocess: l/archive.h:333:38: note: APT_Archive& operator||(APT_Archive&,
##W IIS-DSEE-TBLD-00000 12:56:59(198) <main_program> Error when checking composite operator: Output from subprocess: APT_Int8&)

##W IIS-DSEE-TBLD-00000 12:56:59(199) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/
##W IIS-DSEE-TBLD-00000 12:56:59(200) <main_program> Error when checking composite operator: Output from subprocess: PXEngine/include/apt_util/archive.h:333:38: note:   no k
##W IIS-DSEE-TBLD-00000 12:56:59(201) <main_program> Error when checking composite operator: Output from subprocess: nown conversion for argument 2 from 'APT_UInt16 {aka sho
##W IIS-DSEE-TBLD-00000 12:56:59(202) <main_program> Error when checking composite operator: Output from subprocess: rt unsigned int}' to 'APT_Int8& {aka signed char&}'

##W IIS-DSEE-TBLD-00000 12:56:59(203) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/I
##W IIS-DSEE-TBLD-00000 12:56:59(204) <main_program> Error when checking composite operator: Output from subprocess: nformationServer/Server/PXEngine/include/apt_util/archive.h:331:38: note: APT_Archive& operator|
##W IIS-DSEE-TBLD-00000 12:56:59(205) <main_program> Error when checking composite operator: Output from subprocess: |(APT_Archive&, APT_UInt8&)

##W IIS-DSEE-TBLD-00000 12:56:59(206) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer
##W IIS-DSEE-TBLD-00000 12:56:59(207) <main_program> Error when checking composite operator: Output from subprocess: /Server/PXEngine/include/apt_util/archive.h:331:38: note
##W IIS-DSEE-TBLD-00000 12:56:59(208) <main_program> Error when checking composite operator: Output from subprocess: :   no known conversion for argument 2 from 'APT_UInt16
##W IIS-DSEE-TBLD-00000 12:56:59(209) <main_program> Error when checking composite operator: Output from subprocess: {aka short unsigned int}' to 'APT_UInt8& {aka unsigned c
##W IIS-DSEE-TBLD-00000 12:56:59(210) <main_program> Error when checking composite operator: Output from subprocess: har&}'

##W IIS-DSEE-TBLD-00000 12:56:59(211) <main_program> Error when checking composite operator: Output from subprocess: In file included from /opt/IBM/DS8.7/Information
##W IIS-DSEE-TBLD-00000 12:56:59(212) <main_program> Error when checking composite operator: Output from subprocess: Server/Server/PXEngine/include/apt_framework/accessorbase.h:31:0,
      
##W IIS-DSEE-TBLD-00000 12:56:59(213) <main_program> Error when checking composite operator: Output from subprocess:            from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include
##W IIS-DSEE-TBLD-00000 12:56:59(214) <main_program> Error when checking composite operator: Output from subprocess: /apt_framework/accessor.h:10,
                 from /opt/IBM/DS8
##W IIS-DSEE-TBLD-00000 12:56:59(215) <main_program> Error when checking composite operator: Output from subprocess: .7/InformationServer/Server/PXEngine/include/apt_framework/orche
##W IIS-DSEE-TBLD-00000 12:56:59(216) <main_program> Error when checking composite operator: Output from subprocess: strate.h:18,
                 from /opt/IBM/DS8.7/InformationSer
##W IIS-DSEE-TBLD-00000 12:56:59(217) <main_program> Error when checking composite operator: Output from subprocess: ver/Server/PXEngine/include/apt_components/transformop/transform
##W IIS-DSEE-TBLD-00000 12:56:59(218) <main_program> Error when checking composite operator: Output from subprocess: basehdrs.h:28,
                 from /opt/IBM/DS8.7/Info
##W IIS-DSEE-TBLD-00000 12:56:59(219) <main_program> Error when checking composite operator: Output from subprocess: rmationServer/Server/Projects/yyrcbdw/RT_BP2389.O/V0S2_ods_card_
##W IIS-DSEE-TBLD-00000 12:56:59(220) <main_program> Error when checking composite operator: Output from subprocess: ggsbzl_phy_Transformer.C:75:
/opt/IBM/DS8.7/InformationS
##W IIS-DSEE-TBLD-00000 12:56:59(221) <main_program> Error when checking composite operator: Output from subprocess: erver/Server/PXEngine/include/apt_framework/type/descriptor.h: A
##W IIS-DSEE-TBLD-00000 12:56:59(222) <main_program> Error when checking composite operator: Output from subprocess: t global scope:
/opt/IBM/DS8.7/InformationServer/Server/
##W IIS-DSEE-TBLD-00000 12:56:59(223) <main_program> Error when checking composite operator: Output from subprocess: PXEngine/include/apt_framework/type/descriptor.h:583:26: error:
##W IIS-DSEE-TBLD-00000 12:56:59(224) <main_program> Error when checking composite operator: Output from subprocess: '::ostream' has not been declared

##W IIS-DSEE-TBLD-00000 12:56:59(225) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/PXEngine
##W IIS-DSEE-TBLD-00000 12:56:59(226) <main_program> Error when checking composite operator: Output from subprocess: /include/apt_framework/type/descriptor.h:599:22: error: '::ostre
##W IIS-DSEE-TBLD-00000 12:56:59(227) <main_program> Error when checking composite operator: Output from subprocess: am' has not been declared

##W IIS-DSEE-TBLD-00000 12:56:59(228) <main_program> Error when checking composite operator: Output from subprocess: In file included from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/type/basic/float.h:22:0,
                 from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/accessor.h:14,
                 from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/orchestra
##W IIS-DSEE-TBLD-00000 12:56:59(229) <main_program> Error when checking composite operator: Output from subprocess: te.h:18,
                 from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_components/transformop/transformbasehdrs.h:28,
                 from /opt/IBM/DS8.7/InformationServer/Server/Projects/yyrcbdw/RT_BP2389.O/V0S2_ods_card_ggsbzl_phy_Transformer.C:75:
/opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/type/function.h:637:44: error: '::ostream' has not been declared

##W IIS-DSEE-TBLD-00000 12:56:59(230) <main_program> Error when checking composite operator: Output from subprocess: In file included from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/accessor.h:14:0,
                 from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/orchestrate.h:18,
                 from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_components/transformop/transformbasehdrs.h:28,
                 from /opt/IBM/DS8.7/InformationServer/Server/Projects/yyrcbdw/RT_BP2389.O/V0S2_ods_card_ggsbzl_phy_Transformer.C:75:
/opt/IBM/DS8.7/InformationS
##W IIS-DSEE-TBLD-00000 12:56:59(231) <main_program> Error when checking composite operator: Output from subprocess: erver/Server/PXEngine/include/apt_framework/type/basic/float.h:669:1: error: '::ostream' has not been declared

##W IIS-DSEE-TBLD-00000 12:56:59(232) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/t
##W IIS-DSEE-TBLD-00000 12:56:59(233) <main_program> Error when checking composite operator: Output from subprocess: ype/basic/float.h:670:1: error: '::ostream' has not been declared

##W IIS-DSEE-TBLD-00000 12:56:59(234) <main_program> Error when checking composite operator: Output from subprocess: In file included from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/accessor.h:18:0,
                 from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/orchestrate.h:18,
                 from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/incl
##W IIS-DSEE-TBLD-00000 12:56:59(235) <main_program> Error when checking composite operator: Output from subprocess: ude/apt_components/transformop/transformbasehdrs.h:28,
                 from /opt/IBM/DS8.7/InformationServer/Server/Projects/yyrcbdw/RT_BP2389.O/V0S2_ods_card_ggsbzl_phy_Transformer.C:75:
/opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/type/basic/integer.h:842:1: error: '::ostream' has not been declared

##W IIS-DSEE-TBLD-00000 12:56:59(236) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include
##W IIS-DSEE-TBLD-00000 12:56:59(237) <main_program> Error when checking composite operator: Output from subprocess: /apt_framework/type/basic/integer.h:843:1: error: '::ostream' has not been declared

##W IIS-DSEE-TBLD-00000 12:56:59(238) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include
##W IIS-DSEE-TBLD-00000 12:56:59(239) <main_program> Error when checking composite operator: Output from subprocess: /apt_framework/type/basic/integer.h:844:1: error: '::ostream' has not been declared
##W IIS-DSEE-TBLD-00000 12:56:59(240) <main_program> Error when checking composite operator: Output from subprocess:

##W IIS-DSEE-TBLD-00000 12:56:59(241) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include
##W IIS-DSEE-TBLD-00000 12:56:59(242) <main_program> Error when checking composite operator: Output from subprocess: /apt_framework/type/basic/integer.h:845:1: error: '::ostream' has not been declared

##W IIS-DSEE-TBLD-00000 12:56:59(243) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_fra
##W IIS-DSEE-TBLD-00000 12:56:59(244) <main_program> Error when checking composite operator: Output from subprocess: mework/type/basic/integer.h:846:1: error: '::ostream' has not been declared

##W IIS-DSEE-TBLD-00000 12:56:59(245) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include
##W IIS-DSEE-TBLD-00000 12:56:59(246) <main_program> Error when checking composite operator: Output from subprocess: /apt_framework/type/basic/integer.h:847:1: error: '::ostream' has not been declared
##W IIS-DSEE-TBLD-00000 12:56:59(247) <main_program> Error when checking composite operator: Output from subprocess:

##W IIS-DSEE-TBLD-00000 12:56:59(248) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/type/basic/integer.h:848:1: error: '::ostream' has not been declared

##W IIS-DSEE-TBLD-00000 12:56:59(249) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/type/basic/integer.h:849:1: error
##W IIS-DSEE-TBLD-00000 12:56:59(250) <main_program> Error when checking composite operator: Output from subprocess: : '::ostream' has not been declared

##W IIS-DSEE-TBLD-00000 12:56:59(251) <main_program> Error when checking composite operator: Output from subprocess: In file included from /opt/IBM/DS8.7/InformationServer/S
##W IIS-DSEE-TBLD-00000 12:56:59(252) <main_program> Error when checking composite operator: Output from subprocess: erver/PXEngine/include/apt_framework/accessor.h:22:0,
                 from /opt/IBM/DS8.7/InformationServer/Server/PXEn
##W IIS-DSEE-TBLD-00000 12:56:59(253) <main_program> Error when checking composite operator: Output from subprocess: gine/include/apt_framework/orchestrate.h:18,
                 from /opt/IBM/DS8.7/Inform
##W IIS-DSEE-TBLD-00000 12:56:59(254) <main_program> Error when checking composite operator: Output from subprocess: ationServer/Server/PXEngine/include/apt_components/transformop/transformbasehdrs
##W IIS-DSEE-TBLD-00000 12:56:59(255) <main_program> Error when checking composite operator: Output from subprocess: .h:28,
                 from /opt/IBM/DS8.7/InformationServer/Server/Pro
##W IIS-DSEE-TBLD-00000 12:56:59(256) <main_program> Error when checking composite operator: Output from subprocess: jects/yyrcbdw/RT_BP2389.O/V0S2_ods_card_ggsbzl_phy_Transformer.C:75:
/op
##W IIS-DSEE-TBLD-00000 12:56:59(257) <main_program> Error when checking composite operator: Output from subprocess: t/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framew
##W IIS-DSEE-TBLD-00000 12:56:59(258) <main_program> Error when checking composite operator: Output from subprocess: ork/type/basic/raw.h:240:28: error: '::ostream' has not been declared

##W IIS-DSEE-TBLD-00000 12:56:59(259) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/type/basic/raw.h:517:44: error: '::ostream' has not been declared

##W IIS-DSEE-TBLD-00000 12:56:59(260) <main_program> Error when checking composite operator: Output from subprocess: In file included from /opt/IBM/DS8.7/InformationServer/S
##W IIS-DSEE-TBLD-00000 12:56:59(261) <main_program> Error when checking composite operator: Output from subprocess: erver/PXEngine/include/apt_framework/type/basic/string.h:18:0,
                 from /opt/IBM/DS
##W IIS-DSEE-TBLD-00000 12:56:59(262) <main_program> Error when checking composite operator: Output from subprocess: 8.7/InformationServer/Server/PXEngine/include/apt_framework/accessor.h:26,
     
##W IIS-DSEE-TBLD-00000 12:56:59(263) <main_program> Error when checking composite operator: Output from subprocess:             from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/includ
##W IIS-DSEE-TBLD-00000 12:56:59(264) <main_program> Error when checking composite operator: Output from subprocess: e/apt_framework/orchestrate.h:18,
                 from /opt/IBM
##W IIS-DSEE-TBLD-00000 12:56:59(265) <main_program> Error when checking composite operator: Output from subprocess: /DS8.7/InformationServer/Server/PXEngine/include/apt_components/
##W IIS-DSEE-TBLD-00000 12:56:59(266) <main_program> Error when checking composite operator: Output from subprocess: transformop/transformbasehdrs.h:28,
                 fro
##W IIS-DSEE-TBLD-00000 12:56:59(267) <main_program> Error when checking composite operator: Output from subprocess: m /opt/IBM/DS8.7/InformationServer/Server/Projects/yyrcbdw/RT_BP2389.O/V0S2_ods_
##W IIS-DSEE-TBLD-00000 12:56:59(268) <main_program> Error when checking composite operator: Output from subprocess: card_ggsbzl_phy_Transformer.C:75:
/opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_f
##W IIS-DSEE-TBLD-00000 12:56:59(269) <main_program> Error when checking composite operator: Output from subprocess: ramework/type/basic/basicstring.h:184:41: error: '::ostream' has not been declared

##W IIS-DSEE-TBLD-00000 12:56:59(270) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_fra
##W IIS-DSEE-TBLD-00000 12:56:59(271) <main_program> Error when checking composite operator: Output from subprocess: mework/type/basic/basicstring.h:447:44: error: '::ostream' has not been declared

##W IIS-DSEE-TBLD-00000 12:56:59(272) <main_program> Error when checking composite operator: Output from subprocess: In file included from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/accessor.h:43:0,
                 from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/orchestrate.h:18,
                 from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_components/transformop/transformbasehdrs.h:28,
                 from /opt/IBM/DS8.7/InformationServer/Server/Projects/yyrcbdw/RT_BP2389.O/V0S2_ods_card_ggsbzl_phy_Transformer.C:75:
/opt/IBM/DS8.7/InformationS
##W IIS-DSEE-TBLD-00000 12:56:59(273) <main_program> Error when checking composite operator: Output from subprocess: erver/Server/PXEngine/include/apt_framework/type/time/time.h:106:28: error: '::ostream' has not been declared

##W IIS-DSEE-TBLD-00000 12:56:59(274) <main_program> Error when checking composite operator: Output from subprocess: In file included from /opt/IBM/DS8.7/InformationServer/Server/PX
##W IIS-DSEE-TBLD-00000 12:56:59(275) <main_program> Error when checking composite operator: Output from subprocess: Engine/include/apt_framework/accessor.h:47:0,
                 from /opt/IBM/DS8.7/InformationServer/Ser
##W IIS-DSEE-TBLD-00000 12:56:59(276) <main_program> Error when checking composite operator: Output from subprocess: ver/PXEngine/include/apt_framework/orchestrate.h:18,
                 from /opt/
##W IIS-DSEE-TBLD-00000 12:56:59(277) <main_program> Error when checking composite operator: Output from subprocess: IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_components/trans
##W IIS-DSEE-TBLD-00000 12:56:59(278) <main_program> Error when checking composite operator: Output from subprocess: formop/transformbasehdrs.h:28,
                 from /opt/IBM/DS8.7/Info
##W IIS-DSEE-TBLD-00000 12:56:59(279) <main_program> Error when checking composite operator: Output from subprocess: rmationServer/Server/Projects/yyrcbdw/RT_BP2389.O/V0S2_ods_card_ggsbzl_p
##W IIS-DSEE-TBLD-00000 12:56:59(280) <main_program> Error when checking composite operator: Output from subprocess: hy_Transformer.C:75:
/opt/IBM/DS8.7/InformationServer/Server/PXE
##W IIS-DSEE-TBLD-00000 12:56:59(281) <main_program> Error when checking composite operator: Output from subprocess: ngine/include/apt_framework/type/timestamp/timestamp.h:106:28: e
##W IIS-DSEE-TBLD-00000 12:56:59(282) <main_program> Error when checking composite operator: Output from subprocess: rror: '::ostream' has not been declared

##W IIS-DSEE-TBLD-00000 12:56:59(283) <main_program> Error when checking composite operator: Output from subprocess: In file included from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/accessor.h:51:0,
                 from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/orchestrate.h:18,
                 from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_components/transformop/transformbasehdrs.h:28,
                 from /opt/IBM/DS8.7/InformationServer/Server/Projects/yyrcbdw/RT_BP2389.
##W IIS-DSEE-TBLD-00000 12:56:59(284) <main_program> Error when checking composite operator: Output from subprocess: O/V0S2_ods_card_ggsbzl_phy_Transformer.C:75:
/opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/type/decimal/decimal.h:118:28: error: '::ostream' has not been declared

##W IIS-DSEE-TBLD-00000 12:56:59(285) <main_program> Error when checking composite operator: Output from subprocess: In file included from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/orchestrate.h:39:0,
                 from /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_components/transformop/transformbasehdrs.h:28,
                 from /opt/IBM/DS8.7/InformationServer/Server/Projects/yyrcbdw/RT_BP2389.O/V0S2_ods_card_ggsbzl_phy_Transformer.C:75:
/opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/utils/fieldlist.h:352:18: error: '::ostream' has not been declar
##W IIS-DSEE-TBLD-00000 12:56:59(286) <main_program> Error when checking composite operator: Output from subprocess: ed
/opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/utils/fieldlist.h:366:25: error: 'ostream' in namespace '::' does not name a type

##W IIS-DSEE-TBLD-00000 12:56:59(287) <main_program> Error when checking composite operator: Output from subprocess: /opt/IBM/DS8.7/InformationServer/Server/PXEngine/include/apt_framework/utils/fieldlist.h:376:14: error: 'ostream' in namespace '::' does not name a type

##W IIS-DSEE-TBLD-00000 12:56:59(288) <main_program> Error when checking composite operator: Output from subprocess: In file included from /opt/IBM/DS8.7/Information
##W IIS-DSEE-TBLD-00000 12:56:59(289) <main_program> Error when checking composite operator: Output from subprocess: Server/Server/PXEngine/include/apt_components/transformop/transformbasehdrs.h:33:0,
            
##W IIS-DSEE-TBLD-00000 12:56:59(290) <main_program> Error when checking composite operator: Output from subprocess:      from /opt/IBM/DS8.7/InformationServer/Server/Projects/yyrcbdw/RT_BP2389.O/V0S2_ods_
##W IIS-DSEE-TBLD-00000 12:56:59(291) <main_program> Error when checking composite operator: Output from subprocess: card_ggsbzl_phy_Transformer.C:75:
/opt/IBM/DS8.7/InformationServer/Serve
##W IIS-DSEE-TBLD-00000 12:56:59(292) <main_program> Error when checking composite operator: Output from subprocess: r/PXEngine/include/apt_framework/type/conversion.h:359:28: error: '::ost
##W IIS-DSEE-TBLD-00000 12:56:59(293) <main_program> Error when checking composite operator: Output from subprocess: ream' has not been declared

##E IIS-DSEE-TCOS-00029 12:56:59(294) <main_program> Creation of a step finished with status = FAILED. (ods_card_ggsbzl_phy.Transformer)

*** 内部生成的 Transformer 代码如下:
0001: //
0002: // Generated file to implement the V0S2_ods_card_ggsbzl_phy_Transformer transform operator.
0003: //
0004:
0005: // define external functions used
0006: extern string TransDate(string s);
0007:
0008: // define our input/output link names
0009: inputname 0 DSLink1;
0010: outputname 0 DSLink2;
0011:
0012: global {
0013:         // Job parameter declaration
0014:         ustring workdate;
0015: }
0016:
0017: initialize {
0018:         // define our control variables
0019:         int8 RowRejected0;
0020:         int8 NullSetVar0;
0021:
0022: }
0023:
0024: mainloop {
0025:
0026:         // declare our intermediate variables for this section
0027:         string InterVar0_0;
0028:
0029:         // initialise the rejected row variable
0030:         RowRejected0 = 1;
0031:
0032:         // evaluate columns (no constraints) for link: DSLink2
0033:         DSLink2.workdate = workdate;
0034:         DSLink2.SBH = DSLink1.SBH;
0035:         DSLink2.CZY = DSLink1.CZY;
0036:         DSLink2.ZJZH = DSLink1.ZJZH;
0037:         DSLink2.JGM = DSLink1.JGM;
0038:         DSLink2.ZJH = DSLink1.ZJH;
0039:         DSLink2.DQDM = DSLink1.DQDM;
0040:         DSLink2.SBMS = DSLink1.SBMS;
0041:         DSLink2.LXFS = DSLink1.LXFS;
0042:         InterVar0_0 = TransDate(DSLink1.PSRQ);
0043:         DSLink2.PSRQ = date_from_string(InterVar0_0);
0044:         DSLink2.YXCSBB = DSLink1.YXCSBB;
0045:         DSLink2.SBRJBB = DSLink1.SBRJBB;
0046:         DSLink2.SBSFQY = DSLink1.SBSFQY;
0047:         DSLink2.etldate = current_timestamp();
0048:         writerecord 0;
0049:         RowRejected0 = 0;
0050: }
0051:
0052: finish {
0053: }
0054:
*** 内部生成的 Transformer 代码结束
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP