Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am working in Prod and Non Prod environments at the same time - Running and Monitoring in Prod and Development in Non Prod.
I have to exit from one workspace and open another to do it.
Is there a better way to login these simultaneously?
Is it easier/effective to have my jobs grouped in folders/directories rather than in workspaces, please suggest?
Hello,
With talend open studio, the projects are stored in local.
With talend subscription solution, you can uses either Git or Subversion as a repository which works as a server role, all the items including jobs, routines, metadata etc are stored in remote Git or Subversion server, instead of the local. Multiple co-workers can connect to the Git or Subversion server, check out the same repository project and work with it at the same time.
Let us know if it is what you are looking for.
Best regards
Sabrina
Thanks for the response.
We have the set up in the below format:
DEVELOPEMENT Workspace-> DEV GIT Repository-> Development Remote Engine
PRODUCTION Workspace-> PROD GIT Repository -> Production Remote Engine
We don't have multiple users. We have single user. So, whenever the user open studio - Development environment , is there a way we can open the Production environment as well?
Currently, when we try to open another instance of the Talend studio( apart from the DEVELOPMENT workspace) to open PRODUCTION workspace , it throws the below error:
" This workspace is already in use .You cannot load the studio more than once with the same workspace"
Hello,
Are you using talend open studio and trying to define different workspace location for different projects?
If we understand your requirement very well, the "Remote" feature is only available in talend subscription solution not open source.
Feel free to correct us if we are missing something.
Best regards
Sabrina
We are downloading the Talend studio from the Cloud as below
https://portal.us.cloud.talend.com/download
We have separated our Talend studio for the development and production environments in the below format:
DEVELOPEMENT Environment:
DEVELOPEMENT Workspace-> DEV GIT Repository-> Development Remote Engine
PRODUCTION Environment:
PRODUCTION Workspace-> PROD GIT Repository -> Production Remote Engine
Since we have two environments, whenever we try to work on one environment we need to close the other one.
Is there a way to connect both the environments in parallel to work on?
Do we need to create two workspace for two environments?
Any best practices in setting up different environments and work at the same time?
Thanks