How to disable parallel loading of web views for a single client

About this task

On the client, edit the initialization file for the GUI to set a Java property that disables parallel loading:

Procedure

  1. Locate the .ini file:
    1. 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).
    2. 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.
  2. Open the .ini file for editing:
    1. On ClearTeam Explorer (CTE) GUI, the file is ctexplorer.ini
    2. On the Eclipse shell or other Eclipse-based GUI extended with the ClearTeam Explorer plugin, the file is eclipse.ini
  3. Edit the .ini file:
    1. 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.
    2. On the Eclipse shell or other Eclipse-based GUI extended with ClearTeam Explorer plugin, if there is no -vmargs line 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.
  4. Restart the client:
    1. On ClearTeam Explorer (CTE) GUI, restart ClearTeam Explorer.
    2. On the Eclipse shell or other Eclipse-based GUI extended with ClearTeam Explorer plugin, restart Eclipse.