Installed Executables and Scripts

Here is a list of the executable components and batch files/shell scripts that are installed along with AcuXDBC. You can make changes to all scripts in a centralized default settings file, axset.bat.

File Description
xdbcutil.exe / xdbcutil System catalog tool
xdbcquery.exe / xdbcquery Command-line SQL query tool
xdbcsrvr.exe / xdbcsrvr AcuXDBC Server network daemon
vortex.jar JDBC and Java class file
ainit.bat / ainit.sh Creates system catalog and information-schema views
asql.bat / asql.sh Starts xdbcquery tool
addfile.bat / addfile.sh Adds named XFD file or file list to system catalog
acuxdbcs.exe / acuxdbcs.sh

Performs functions on xdbcsrvr server daemon with the following options:

“-help”

“-info [-n port][server]” (pings daemon)

Examples: E:\>acuxdbcs -info

AcuXDBCS is running on port 20222 of server jmccoy-xp

E:\>acuxdbcs -info -n 20111 sparky

AcuXDBCS is not running on port 20111 of server sparky

E:\>acuxdbcs -info -n 20999 sparky

AcuXDBCS is running on port 20999 of server sparky

“-install [any valid -start options]” (installs the AcuXDBC server as a Windows service on a specified port)

“-kill [-n port][server]” (kills daemon)

Examples: E:\>acuxdbcs -kill

Kill of AcuXDBCS on port 20999 of server jmccoy-xp successful

E:\>acuxdbcs -kill n 20999 sparky

Kill of AcuXDBCS on port 20999 of server sparky successful

E:\>acuxdbcs -kill -n 20999 sparky

Kill of AcuXDBCS on port 20999 of server sparky failed

connect: errno: 10061

“-remove” (removes the server as a service on a specified port)

“-start [-n port][-l]” (starts daemon)

“-version” (gets the version of the tool)

-debug <params> (runs as a console app for debugging)

demo.bat / demo.sh Creates system catalog and load it with sample veterinary data
genxconf.bat / genxconf.sh Generates an AcuXDBC configuration file that includes the required configuration variables set to the values that you define. It also enables you to specify an alternate directory name for GENESIS_HOME and an alternate configuration file name.