Verifying Your Connection to the Servers

Verify your connection to the servers.

Use isql to perform a quick test:
  • At the command prompt, enter the following, where server_name is the Adaptive Server name:
    isql -Usa -P<password or leave it blank> -Sserver_name

    You see the isql prompt if the login is successful.

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

    The output should show that you are at the current version and edition of Adaptive Server.

    If you encounter errors, see the Troubleshooting Guide.

Related tasks
Setting the System Administrator Password