Pinging Micro Focus XDBC Server

To test your connection with the server, use the process query command, mfdbcs -info to ping the server. If no server is specified, the xdbcsrvr process is pinged on the current host; otherwise, the process is pinged on the named host.

You may get a message similar to the following:
  • On Windows for a successful call:
    mfdbcs -info myserver

    you receive the response:

    xdbcsrvr is running on port 20222 of server myserver
  • For an unsuccessful call:
    mfdbcs -info -n 2345 myserver

    you receive the response:

    xdbcsrvr is not running on port 2345 of server myserver
    connect: errno: 10061