Hi Ross,

Hurm. Well, for starters, I don't think your xserver process should not be running as root. It should runs as your sdb user.

The only reason I can imagine for a -4 communication error is a problem with the xserver. Since you are trying to connect with DBMGUI, and your output below is obviously *nix, I assume the database is remote.

We can at least see what x_server is doing (if it even sees the connection) with the command:
# x_server -i -D 3 start


This will put x_server into the interactive (non-forking) mode. Then try to connect. If you could, please send the output to the list.

JLS
Ross Mark wrote:

Hi JLS,

the X server is already started. Below is the screen dump from ps -ef | grep server command.

root 9568 28022 0 13:01:38 - 0:00 /sapdb/programs/pgm/vserver
root 28022 1 0 Feb 27 - 3:06 /sapdb/programs/pgm/vserver
root 34838 1 0 Feb 27 - 0:00 /sapdb/programs/pgm/niserver
root 35514 28022 0 Feb 27 - 0:00 xserver.prt logger
root 44826 28022 0 12:52:29 - 0:00 /sapdb/programs/pgm/vserver
root 45394 67064 0 01:05:35 pts/1 0:00 grep ser
root 59840 28022 0 12:52:29 - 0:00 /sapdb/programs/pgm/vserver
root 67308 28022 0 00:01:42 - 0:00 /sapdb/programs/pgm/vserver
root 68130 28022 0 12:52:39 - 0:00 /sapdb/programs/pgm/vserver


But when I try to register the instance on this server, I still get the "-4 communication error".

Rgds
Ross

From: "John L. Singleton" <[EMAIL PROTECTED]>
To: Ross Mark <[EMAIL PROTECTED]>
CC: [EMAIL PROTECTED]
Subject: Re: DBMGUI error
Date: Wed, 21 Apr 2004 09:55:16 -0400

Hi Ross,

You need to start X Server. X Server is the program that facilitates network communication between MaxDB (the DBM Server) and a client. In this case, DBMGUI.

You'll need to start X Server on the machine you are trying to connect to (and of course where MaxDB is installed).

On Windows:
net start xserver

On *nix:
<independent program path>/bin/x_server start

Cheers,
JLS

Ross Mark wrote:

Hi there,

I have installed version of DBMGUI 7.4.3.10. I am trying to register an instance of version 7.4.2.23 but get an error message "-4 communication error".

Please advise.

Rgds
Mark

_________________________________________________________________
Get Extra Storage in 10MB, 25MB, 50MB and 100MB options now! Go to http://join.msn.com/?pgmarket=en-au&page=hotmail/es2




_________________________________________________________________
What's your house worth? Click here to find out: http://www.ninemsn.realestate.com.au




-- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to