Go to installation directory and run the setup
script to create the new installation of the SAP SQL Anywhere.
cd sqlany17/
sudo ./setup
Follow installation prompts to:
1. Select your location or region
2. Read and accept the License Agreement
3. Select an installation type Create a new installation
4. Press Enter when requested a registration key. This will install the developer edition
5. Read and accept the Specific License Terms for SAP SQL Anywhere Developer Edition
6. Make sure all component options are selected and then Start Install
7. Decide if you want to share product/feature usage to SAP
8. Answer No to check for the updates now. You have downloaded the latest available SQL Anywhere Developer Edition already.
9. Review the README
file.
The setup is finished and the following components should be installed:
- SQL Anywhere Client (32-bit)
- SQL Anywhere Server (32-bit)
- MobiLink Client (32-bit)
- Samples
Note the following statement displayed during the installation process
To set your SQL Anywhere 17 environment you need to source the
configuration file appropriate to your shell. For example, to use
SQL Anywhere with a bourne-compatible shell, run:
source "/opt/sqlanywhere17/bin32/sa_config.sh"
Before using the samples for SQL Anywhere 17, source the configuration script
found in the samples directory of the install. For example, run:
source "/opt/sqlanywhere17/samples/sample_config32.sh"