dbTalk Databases Forums  

"no answer from RMCMD" error

comp.databases.ingres comp.databases.ingres


Discuss "no answer from RMCMD" error in the comp.databases.ingres forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Ingres Forums
 
Posts: n/a

Default "no answer from RMCMD" error - 11-19-2009 , 08:52 AM






Hi,
When I try to perform "duplicatedb" from igres visual DBA, I am getting
the following error

"No answer from RMCMD on the server. Please make sure RMCMD is running.
Continue?"

Can someone let me know how to fix this?

Thanks,
Madhu.


--
madhukarmad84

Reply With Quote
  #2  
Old   
Ingres Forums
 
Posts: n/a

Default 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

Reply With Quote
  #3  
Old   
Ingres Forums
 
Posts: n/a

Default Re: "no answer from RMCMD" error - 11-20-2009 , 03:26 AM



I have restrted the ingres server and this time, I am getting a new
error "The execution of this command failed. Please verify with your
ingres administrator that the ingres service started successfully. The
operating system error was 2". This is on Windows and I don't find any
errlog.log file.


--
madhukarmad84

Reply With Quote
  #4  
Old   
Ingres Forums
 
Posts: n/a

Default Re: "no answer from RMCMD" error - 11-20-2009 , 03:58 AM



The errlog.log file will be there. What does II_SYSTEM point to? If you
don't know, open a DOS window and type this command:

set | find "II_SYSTEM"

Then go to that folder (it might be c:\IngresII) and "cd ingres\files".
That's where the errlog.log will be.

Or, you can go Start/Programs/Ingres/IngresNN/errlog.log - note
IngresNN wil be dependent upon your installation code.

I would expect there to be error messages prefixed by E_RE at the
bottom of that file. Perhaps E_RE001C_NO_PRIVILEGES or
E_RE0004_STARTUP_CONNECT_FAIL


--
denjo02

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.