CloverETL Forum

CloverETL Engine, Designer & Server related discussion forums
It is currently Sun Jan 29, 2012 11:39 am



Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: Linking External Parameters
PostPosted: Mon Oct 26, 2009 7:09 pm 
Offline

Joined: Wed Sep 02, 2009 12:23 am
Posts: 29
Hi,
I'm trying to configure projects to share objects, and want to know if there is a good way to do this. I was thinking of creating a common.prm file to defined shared parameters, but there is no integrated way for a project to include another projects parameters. The work-around I implement is to create a symlink and link to the symlink as a project parameter.

I want to do this with the least amount of hackery.

Thanks.


Top
 Profile  
 
 Post subject: Re: Linking External Parameters
PostPosted: Thu Nov 19, 2009 11:56 am 
Offline

Joined: Wed Sep 02, 2009 10:06 am
Posts: 4
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.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 


Who is online

Users browsing this forum: Jozinbrejl and 4 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group