Checking RPC servers

You can validate the startup of the RPC servers and test whether they are working.
To check and validate the startup of the RPC servers, ccrpc or cqrpc, check the log files (See Configuring logging. You can also test whether RPC server works by navigating to the \CM\bin directory and using from the command line by typing either of these commands: If the server is running, each command returns a port number and a process ID (PID). Press Ctrl-C to terminate the executable after it returns the port number and PID.
For Rational® ClearQuest® on Windows, add the installation directory (such as C:\Program Files\IBM\RationalSDLC\ClearQuest) to your path. For example, to check cqrpc, run this command in a command shell:
set PATH=C:\Program Files\IBM\RationalSDLC\ClearQuest;%PATH% 
cqrpc

Feedback