Installing 15.0.3 stored procedures after upgrade

This section explains how to install new 15.0.3 system stored procedures in the upgraded server. The new system stored procedures must be installed before any application activity starts. The scripts can be installed using the following isql commands:

isql -Usa -P<sa_password> -S<server_name> 
-i%SYBASE%\%SYBASE_ASE%\scripts\<script_name> -o<output_file>

The output of the script is saved in output_file.

If you have modified the system stored procedures without altering their original names, executing some of these scripts overwrites your modifications. You must reload the modified stored procedures after running these scripts: