Adaptive Server Enterprise (ASE) 15.0 Developer Edition is an optional installation.
See the Getting Started CD for the Adaptive Server Enterprise 15.0 Installation Guide to assist you in the installation process.
To install ASE Developer Edition
Prerequisites: When ASE installs, it appends the beginning of your PATH with a long string value when the installation completes. This process can truncate a portion of your original PATH if your original PATH is long.
Before beginning the ASE installation, save a copy of your entire PATH to another location.
After the ASE installation is complete, compare your current PATH to the one you saved and make any necessary adjustments.
Start the installer. Choose from the following:
Media Type |
Procedure |
---|---|
CD |
Insert CD #3 of the Sybase Developer Edition Servers installation package, and do the following:
|
DVD |
Open the \ASE 15.0 folder of the Sybase Developer Edition Servers DVD installation package. Double-click the setup.exe file. |
The Installer Welcome page appears.
Follow the instruction in the installer to complete an installation for Adaptive Server Enterprise and observe the following guidelines:
Do not use spaces when entering the directory name.
If you receive a packet error when installing ASE, do the following:
Use isql and log in to the ASE server as sa.
Modify the network parameters. Issue the following SQL command:
sp_configure ‘max network packet size’,8192
go
Restart ASE.