How to disable parallel loading of web views for a single client
About this task
Procedure
- Locate the .ini file:
- On ClearTeam Explorer (CTE) GUI, navigate to the RemoteClient subdirectory within the ClearCase® installation directory (the UNIX system and Linux default is /opt/devops/code/clearcase/RemoteClient; the Windows default is C:\Program Files\DevOps\Code\ClearCase\RemoteClient).
- On the Eclipse shell or other Eclipse-based GUI extended with ClearTeam Explorer plugin, find the .inifile in the same directory as the executable file that runs the GUI.
- Open the .ini file for editing:
- On ClearTeam Explorer (CTE) GUI, the file is ctexplorer.ini
- On the Eclipse shell or other Eclipse-based GUI extended with the ClearTeam Explorer plugin, the file is eclipse.ini
- Edit the .ini file:
-
On ClearTeam
Explorer
(CTE) GUI, add two lines to the end of the file. As the first line, add
-vmargs. As the second line, add-Dcom.ibm.rational.ccrc.disableParallelLoad. -
On the Eclipse shell or other Eclipse-based GUI extended with ClearTeam
Explorer plugin, if there is no
-vmargsline in the file, add one at the end, on a line by itself. After the line containing-vmargs, add this line:-Dcom.ibm.rational.ccrc.disableParallelLoad.
-
On ClearTeam
Explorer
(CTE) GUI, add two lines to the end of the file. As the first line, add
- Restart the client:
- On ClearTeam Explorer (CTE) GUI, restart ClearTeam Explorer.
- On the Eclipse shell or other Eclipse-based GUI extended with ClearTeam Explorer plugin, restart Eclipse.