Re: "no answer from RMCMD" error -
11-19-2009
, 04:47 PM
Certain functions in VDBA cannot be executed directly on the DBMS,
instead a request to execute the function is loaded into a queue, and a
process running on the DBMS executes the function on VDBA's behalf.
The server-side process is the Remote Command Server, RMCMD. It is
normally started by default when ingres starts - use cbf, scroll down to
the "Remote Command" component, and check the startup count. If 0 use
the "EditCount" menu option to set it to 1.
It's also possible that the process fails on startup, often if
"ingstart" is being executed by a non-ingres user, or a different user
to that which owns the installation. Check the errlog.log file (in
$II_SYSTEM/ingres/files on a Unix server) to see whether there are any
errors reported after the DBMS starts from the RMCMD Server.
If you find errors in that log and can't work out how to resolve them,
post them up here.
--
denjo02 |