How to get connected with RWS again once it's disconnected from the pending changes view
![](http://jazz.net/_images/myphoto/e311eb2d899255a49f837d8053752819.jpg)
Prerequisites: Loaded RWS
Test Scenario:
- Right click on RWS from the Pending changes view and click on unload --> use the option "disconnect the local content from the RWS" and click on OK
Resultant behavior:
- RWS will be disabled from the pending changes view
- Go to Team-Artifacts view --> My Repository Workspaces = RWS will be shown as unload, all the components will also shown as unloaded.
Note: Still local content is not deleted.
So now the expectation is, How to get the RWS connected again with local content OR in other words how to get the RWS loaded again under "My Repository Workspaces" so that I can use the same RWS again. Currently I am not able to use it.
Please guide me
Thank you
Accepted answer
![](http://jazz.net/_images/myphoto/e311eb2d899255a49f837d8053752819.jpg)
- If you have a use case to be supported, then ask for the use case to be supported, and not why the way you try to support the use case does not work.
- Disconnect from SCM is to disconnect from SCM and remove all the information SCM would need to reconnect. It is basically not a solution for your use case.
- The Visual Studio client has a feature to switch sandboxes in a way that would support your use case.
- The Eclipse client does not have such a feature unfortunately, that I know about. Please create an enhancement request. I would like such a feature as well.
- In the Eclipse and the Visual Studio client, you could share the disconnected information again with the repository workspace or stream
- If you had multiple components you would have to manually reshare all the root folder in all the components and know which belongs to which. This is not what you want.
- Eclipse allows to use multiple workspaces and have multiple Eclipse open. Each workspace is its own sandbox. That is what I use. The -showLocation flag allows to show the workspace you use in the top border of the window.
Comments
![](http://jazz.net/_images/myphoto/e311eb2d899255a49f837d8053752819.jpg)
Thanks, This really clarifies my question.
Point no 5: small doubt. What does share mean here, can you please give more hint, How to share the disconnected information again with the repository workspace or stream
Thanks
![](http://jazz.net/_images/myphoto/e5e63d5878217b64611c1df9401b7cd3.jpg)
This is the product documentation for it: https://jazz.net/help-dev/clm/index.jsp?topic=%2Fcom.ibm.team.scm.doc%2Ftopics%2Ft_sharing_projects.html
One other answer
![](http://jazz.net/_images/myphoto/e311eb2d899255a49f837d8053752819.jpg)
Your options
- Use unload and select to delete local content in the future
- Use unload and keep the local content or use disconnect in this case
- Use Load for the RWS and overwrite the local content
- Manually delete the local content and load the RWS again.
Comments
![](http://jazz.net/_images/myphoto/e311eb2d899255a49f837d8053752819.jpg)
Hallo Ralph, Thanks for the update.
My use case is: Working with so many sandboxes. How to reuse the existing sandbox.
In-Detail: I have 30 sandboxes, each sandbox size is around 12gb or more. I don't want to refresh the sandbox or don't want to get any incoming/outgoing changes in sandboxes in which I am not working for some time else pending changes view will take so much time to stable.
As per your proposal:I don't want to delete the local content because again downloading will take some time because sandbox size is huge. In-spite of deleting the sandbox I want to disconnect using unload but the problem is If I will disconnect then I cann't use it again(It will show unloaded even if the content is not deleted, If I will try to reload without deleting the data manually it will throw exception "name collision", If I will delete the content manually then try to reload then it will work)
My question is still same: How to reconnect the RWS which was disconnected using the unload option. And after connecting again the RWS should work as usual.