Skip to main content
Question

Running the same desktop workspace twice simultaneously ?

  • June 30, 2020
  • 3 replies
  • 31 views

lifalin2016
Supporter
Forum|alt.badge.img+40

Hi list.

I need to run the same master-servant workspace setup med two different and non-conflicting sets of data and setup.

I tried it yesterday, and first the master workspace complained about it being in use, and even when that's ok, it fails to run the workspacerunner, as the secondary workspace is also in use ?

Does this have something to do with the log file being locked, and if so, is there a way to make this work ?

My master only spawns workspacerunner once at a time, since I'm not sure parallel processing of the input datasets will work properly. So it's quite well behaved :-)

Cheers.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

david_r
Celebrity
  • June 30, 2020

The easiest is perhaps to either copy the .fmw file into two separate directories, or to rename the .fmw so that you have separate copies for each instance you intend to start.


lifalin2016
Supporter
Forum|alt.badge.img+40
  • Author
  • Supporter
  • June 30, 2020

The easiest is perhaps to either copy the .fmw file into two separate directories, or to rename the .fmw so that you have separate copies for each instance you intend to start.

Did that already. Not an elegant solution, imho.


dustin
Influencer
Forum|alt.badge.img+31
  • Influencer
  • June 30, 2020

As a test, if you set the log file as a parameter for both the master and slave, and give each a unique name, does it run? If so, you could append the date/time to the end of the log file to get a unique log file name for each run. Please see this thread for info on how to do that: https://knowledge.safe.com/questions/73248/unique-log-file-name-containing-username.html