Installing CONNX Embedded SQL for Adabas - UNIX and Linux
To install CONNX Embedded SQL for Adabas:
1. Start Adabas SQL Gateway Embedded SQL Setup (located in Start menu > All Programs > CONXX Driver) on a Windows computer that has the CONNX Server Installation component installed and select the UNIX/Linux tab.
The Adabas SQL Gateway Embedded SQL Setup is also ran when you select Adabas SQL Gateway or the Adabas Mainframe Server Components, and the Adabas SQL Gateway Embedded SQL option during installation.
If the target system has an FTP, SFTP or SCP server enabled, continue to step 2.
If it doesn't, select the
Manual Copy Installation option and click the
Begin Client Installation button. This option will create the necessary install files in the PRECOMPILER\UNIX\TEMPINST subdirectory of the CONNX installation directory. Move these files via an alternate copy method to the Unix server and then proceed to step 11 below.
2. Select an operating system from the Platform list box and the desired transfer method (FTP, SFTP or SCP).
3. Fill in the server's Login Information in the respected fields.
Fill in the server's TCP/IP symbolic host name or dotted numeric address, a privileged user account name, and a user account password (for example, Linux, CONNX, and Password). The password appears as *******.
Important:
All fields in the Login Information section are required.
4. In Path, you can enter a specific location for the installation. The location can either be a fully qualified path from the root of the file system, or a path relative to the default directory of the specified in the Login area User ID. If the directory information is left blank, the location will be the User ID default home directory.
5. Click Install. This starts an FTP session and copies the selected CONNX components from the client PC to the target host. Copying alert and FTP windows are displayed.
6. Once the FTP successfully completes, you are ready to install the selected Adabas SQL Gateway Embedded components. Log on to a terminal session on the target system and change your working directory to the one from the Path field.
7. Run ./installrci.
8. If there are no error messages, the installation was successful. Verify that the Precompiler Install Location contains a LibRCI_* directory with the following files:
FIle | Purpose |
ACEINT | Dynamic SQL utility |
ACEPCC | C/C++ pre-compiler |
ACEPCCOB | COBOL pre-compiler |
BOOK_ORDERS.ddl | Dynamic Definition Language specification for sample files |
BOOK_ORDERS.fdt | ADABAS FDT table structure definition file for samples |
BOOKS.ddl | Dynamic Definition Language specification for sample files |
BOOKS.fdt | ADABAS FDT table structure definition file for samples |
EMPLOYEES.ddl | Dynamic Definition Language specification for sample files |
EMPLOYEES.fdt | ADABAS FDT table structure definition file for samples |
librciclnt_32.so | RCICLNT run-time library (this must be on the search path for pre-compiled executables and ACEAPI applications) |
Makefile | Make file for samples |
precompile | Pre-compiler helper script for samples |
_Employees.c | Example C source with embedded SQL statements (single-threaded) |
_MultiThread.c | Example C source with embedded SQL statements (multi-threaded) |