Popular Articles
Reasons For and Against Human Cloning
Globalization of the USA
The Pros and Cons of Capital Punishment
World's Stupidest Game
Latest Articles
How to Help Humanity
Why Economists Miss the Mark
Daylight Saving Time
Natural Log Proof
Subscribe to 
Main Menu
HOME
SAVE HUMANITY
(42)
HELP THE WORLD
(96)
IMPROVE GOVERNMENTS
(87)
PERSONAL DEVELOPMENT
(238)
COMPUTER HELP
(125)
ARCHIVE (all articles)
SEARCH THIS SITE
CONTACT US
DISCLAIMER
PLEASE HELP: DONATE
|
ClearCase Support: Common ClearCase Error when Running Cleartool Commands
Here is another common error message that I am asked about a lot.
cleartool> lsview | grep username
cleartool: Error: No matching entries found for view tag "|".
cleartool: Error: No matching entries found for view tag "grep".
cleartool: Error: No matching entries found for view tag "username".
|
This error message, "cleartool: Error: No matching entries found…", is caused because the user assumed that the cleartool prompt is a DOS or UNIX prompt and can run DOS or UNIX command from the cleartool prompt. However, this is not true. You can not use any DOS or UNIX commands, in the case the "| grep username" arguments, on the cleartool prompt.
A simple workaround is to exit out of the cleartool prompt, and run the command directly from DOS or UNIX, like this:
$ cleartool lsview | grep username
|
That should solve the user's problem.
by Phil B.
|