Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Note: the thread "<a href="https://www.ibm.com/developerworks/community/forums/html/topic?id=c806db64-f48c-4b87-bca5-b872e4648dbb" rel="nofollow noreferrer">CRMAP7007 Error reading local file area registry</a>" gives a bit more details:</p> <p><img src="https://i.stack.imgur.com/N3Zjb.png" alt="https://www.ibm.com/developerworks/community/forums/ajax/download?nodeId=d439127a-629d-49e1-993c-f5b3a28fc754"></p> <p>It is interesting because it reminds you of the debug options that exist with CTE:</p> <blockquote> <p>To get a better idea of why the error is thrown you can look in the workspace log file.<br> This file is by default <code>&lt;user home&gt;\.Rational\workspace\.metadata\.log</code></p> <p>You can also launch CTE in debug mode by creating a <code>.options</code> file in the directory that he executable is in. The content of that file should be as below:</p> </blockquote> <pre><code># -------------- CCRC Tracing Options File ----------------- # All line preceeded with a # sign are not evaluated. # ------Server Tracing------- # subsystems available: # CCRC - Core general tracing related to CCRC server operations # CCWEB- CCWeb(CGI operations) # SUM - UCM specific com.ibm.rational.clearcase/server_trace=true com.ibm.rational.clearcase/server_trace/subsys=CCRC:CCWEB:SUM com.ibm.rational.clearcase/server_trace/level=4 # ------Client Only Tracing------- # Parameters available: # HTTP_CLIENT - Tracing specific to HTTP communications # CTRC_UI - Tracing specific to the user interface # CTRC_CORE - For client core tracing com.ibm.rational.clearcase/client_trace=true com.ibm.rational.clearcase/client_trace/params=HTTP_CLIENT:4 CTRC_UI:3 CTRC_CORE:3 com.ibm.rational.clearcase/client_trace/output=file com.ibm.rational.clearcase/client_trace/file_name=C:/temp/cte_debug.out # -------------- END CCRC Tracing Options File ----------------- </code></pre> <blockquote> <p>With that file created, launch CTE from the command line using the <code>-debug</code> option: </p> <p>C:\Program Files\IBM\RationalSDLC\ClearCase\RemoteClient>ctexplorer.exe -debug</p> </blockquote>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload