Configuring ASE for remote access

StepsTo configure ASE for remote access

  1. Log in to ASE as an administrator.

  2. Check the current sp_configure setting:

    sp_configure 'remote access'
    
    • If the returned value is 1, ASE is configured for remote access.

    • If the returned value is 0:

      1. Enter:

        sp_configure 'remote access',1
        
      2. Restart ASE.