Skip to main content
Announcements
A fresh, new look for the Data Integration & Quality forums and navigation! Read more about what's changed.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Workspace default location

Hi,
how can I tweak Talend to write it's project data to another location?
I searched the preferences, but didn't find anything suitable - and I currently don't dare to change the setting manually in all the files. 0683p000009MACn.png
Labels (2)
13 Replies
smallet
Creator II

You can choose the workspace location. But all projects must be in this workspace (wrong for imported projects).
To set this workspace location, edit "config.ini" file in "configuration" folder at root of Talend installation folder.
In this file you can use variable "osgi.instance.area" or "osgi.instance.area.default" to specify your workspace location.
For example:
osgi.instance.area=myOwnWorkspace

For more information see: http://help.eclipse.org/help31/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/misc/runtime-...
Anonymous
Not applicable
Author

To set this workspace location, edit "config.ini" file in "configuration" folder at root of Talend installation folder.
In this file you can use variable "osgi.instance.area" or "osgi.instance.area.default" to specify your workspace location.

That option should be available through the Preferences dialog, don't you think?
smallet
Creator II

In fact, preferences themselves are stored in metadata files in the workspace.
So the workspace must be set before application is launch.
Anonymous
Not applicable
Author

Hi,
then the solution is obvious: On startup it should be possible to choose a default location, which can then - after the application successfully ran - modified using the .metadata resources - right? 0683p000009MACn.png
smallet
Creator II

You're right, when you launch Eclipse (wich Talend is based on), you can specify a workspace.
After, that, you can move this workspace folder were you want on file system.
Then, on next launching, you must specify the location you moved it or another if you want to create a new workspace (or use another one).
This "many-workspace"/"workspace location specified by client" will be discussed.
I'll inform you of our position about this point.
Could you tell why you need this ?
Anonymous
Not applicable
Author

Hi,
sure, I can. 0683p000009MACn.png
I am a self-employed developer and thus tend to work on my workstation in the office and with my notebook on other locations. As I don't want to shuffle media in order to synchronize all the stuff I am working on (my data partition has a size of 15 GB), I am using a synchronization software (SecondCopy).
My system setup is so sophisticated - 0683p000009MACn.png - that I separated the operating system, the programs and the data into three partitions in order to make selective synchronizations and backups.
This is why my programs and my project data are located at different locations and only the data partition is synchronized - which would leave talend without synchronization, if not tweaked through the config.ini.
HTH
_AnonymousUser
Specialist III

I have the same need.
Why ?
Because I use Talend, Eclipse and several other development tools and wish to have an organised global workspace.
_AnonymousUser
Specialist III

are there any news about this? As far as I noticed there is still no possibility to do this...
Anonymous
Not applicable
Author

so many missing important features in talend, it s already v 6.1 , wtf?