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
Code:
<Property fileURL="workspace.prm" id="GraphParameter0"/>
graph after edit with shared parameter file
Code:
<Property fileURL="workspace.prm" id="GraphParameter0"/>
<Property fileURL="c:/projects/common.prm" id="GraphParameter1"/>
Attribute id has to be unique in the graph definition.