Customer Portal

Linking External Parameters

Comments 1

  • Avatar
    puher
    0
    Comment actions Permalink
    Hi,
    I have reported it as a bug, see http://bug.clovergui.net/view.php?id=3214 .

    Possible workaround is to specify the shared parameter file directly in XML definition of CloverETL's graph. You can do this either in CloverETL Designer in the Source tab you can see bellow the graph or in any external text editor.

    For example:
    graph without shared parameter file
    <Property fileURL="workspace.prm" id="GraphParameter0"/>

    graph after edit with shared parameter file
    <Property fileURL="workspace.prm" id="GraphParameter0"/>
    <Property fileURL="c:/projects/common.prm" id="GraphParameter1"/>

    Attribute id has to be unique in the graph definition.

Please sign in to leave a comment.