Verify that users are logged off

To verify that users are logged off of the system:

  1. Log in to your current server as the Sybase System Administrator:

    isql -Usa -Ppassword -Sserver_name
    
  2. Enter:

    1> sp_who
    2> go
    

    This command returns a list of all users and processes currently on the server.

  3. Log off all users on the server.

    The upgrade will not work if you start the server in single-user mode.