Pinging AcuXDBC Server

Use "acuxdbcs -info" to ping the xdbcsrvr process. 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:

You may get a message similar to the following:

On Windows

  • For a successful call:
    acuxdbcs.exe -info myserver

    you receive the response:

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

    you receive the response:

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

On UNIX/Linux

  • For a successful command:
    acuxdbcs.sh -info myserver

    you receive the response:

    Pinging 'myserver'.
    vtxnetd is alive and kicking (1st attempt).
    Host process ID       :23526
    Requires byte flipping: No
    Character set - Client: ASCII
               Host : ASCII
  • For an unsuccessful command:
    acuxdbcs.sh -info -n 2345 myserver

    you receive the response:

    Pinging 'myserver'
    SORRY: connect: Connection refused