Customer Portal

Issue while converting 2.9.2 graph to compile with 2.1

Comments 3

  • Avatar
    avackova
    0
    Comment actions Permalink
    Hello,
    the message means, that field source_id doesn't exist in an input metadata. Your joinKey should probaly have form $source_id(a)#$product_id(a);, ie $masterKey#$slaveKey
  • Avatar
    ashishkshirsagar
    0
    Comment actions Permalink
    Hi ,

    I removed the $ and # from $SOURCE_CODE#$SOURCE_CODE and changed it to SOURCE_CODE=SOURCE_CODE
    <Node enabled="enabled" guiHeight="0" guiName="ExtMergeJoin" guiWidth="0" guiX="449" guiY="290" id="EXT_MERGE_JOIN0" joinKey="SOURCE_CODE=SOURCE_CODE;" type="EXT_MERGE_JOIN">

    Now I able to make the new version graphs work with the older version :D but I still have some questions about modifications I made ..

    I was trying to use the OracleDataWriter component and the sqlldr utility failed with older version so I used DBOutputTable

    Does OracleDataWriter work with older version ?
    and the graphs are running slower with the older version .. :(

    Thanks
    Ashish
  • Avatar
    avackova
    0
    Comment actions Permalink
    Hello Ashish,
    OracleDataWriter exists since 2.2 CloverETL version and it's a lot of faster then DBOutputTable (see comparison in DataDirect’s OracleDB JDBC driver speed test).

Please sign in to leave a comment.