Rational ClearCase adapter

Using the ClearCase® adapter for IBM® Rational® Insight Data Services.
Views and VOBs are not listed
For information on how to mount views, see the configuration topics in the Installing and upgrading section:
LinesOfCode/IsBinary is not returned
The LinesOfCode/IsBinary properties of a file version are calculated only for those files whose content matches the format specified in the initialization parameter VegaDataServices.Adaptor.ClearCase.NonBinaryFileFormat. LinesOfCode can be fetched only for those files that have filenames that are recognized by the platform they are deployed on. For example, if the data service is deployed on a Windows® platform and there are files with : in their names, LinesOfCode for such files are not fetched because filenames with : are not valid in a Windows environment. To fetch the LinesOfCode of such a file, you must deploy the data service on a platform where such filenames are valid, for example, on Linux® platforms.
The ClearCase adaptor is not able to access Cleartool
Windows Set the environment variable path to point to the folder where cleartool is installed, for example C:/Program Files/IBM/RationalSDLC/ClearCase/bin.
Linux Make sure ClearCase is installed properly and set the VegaDataServices.Adaptor.ClearCase.ClearToolPath parameter to point to the folder where cleartool is installed, for example /usr/atria/bin.

Feedback