Verifying Your Connection to the Servers

Use isql to verify your connection to the servers.

  1. At the command prompt, enter the following:
    isql -Usa -Ppassword -Sserver_name
    Where:
    • password – is the password for sa.
    • server_name is the SAP ASE server name.

    You see the isql prompt if the login is successful.

  2. At the isql prompt, enter:
    1> select @@version
    2> go

    The output should show that you are at the current version and edition of SAP ASE.

    If you encounter errors, see the Troubleshooting Guide.