Executing complex tasks  Starting the Authorization Console

Chapter 3: Setting Up Role-Based Authorization

Starting the authorization database

Before you start the Authorization Console to configure e-Biz Impact security, start the authorization database. This section describes how to start the database on both Windows and UNIX systems.

StepsStarting the authorization database on Windows

  1. Go to x:\Sybase\ImpactServer-5_4\asa\ (where “x” is the drive or directory where the e-Biz Impact server is installed) and double-click dbsrv8.exe to start Adaptive Server Anywhere.

  2. When the Server Start-up Options dialog box opens, complete the options:

    An Adaptive Server Anywhere status window appears and states that you have successfully connected to the database. When the last line displays, “Now accepting requests,” the window automatically minimizes.

StepsStarting the authorization database on UNIX

  1. Set the following environment variables in a terminal window or add them to your login .profile, changing the ASA_ROOT value to match the installation of your e-Biz Impact server.

    ASA_ROOT=[e-Biz Impact install location]/Sybase/ImpactServer-5_4/asa
    
    PATH=$ASA_ROOT/bin:$PATHLIB
    
    PATH=$ASA_ROOT/lib:$LIBPATH
    
    ASANY=$ASA_ROOTODBCINI=$NNSY_ROOT/odbc.ini
    
    
    
    export ASA_ROOT PATH LIBPATH ASANY ODBCINI
    

    NoteThe default ODBCINI value is shown above. If you change this value, be aware that the ims wrapper script, which is used to start clusters, may be using the default value. If you have applications that require database connectivity, the ims wrapper script overrides any environment variables set in the user’s .profile. If the application cannot locate the odbc.ini file, or is referencing the incorrect one, it will fail to connect or behave unexpectedly. See the e-Biz Impact Configuration Guide, Chapter 5, “Deploying Files and Executing the e-Biz Impact Cluster,” for more information about wrapper scripts.

  2. Enter this command on one line to launch the authorization database:

    ims.db dbsrv8 -n [SERVER NAME] -x "tcpip(PORT=NNNN)" [authorization database].db
    

Example

For example, if your settings are:

You would enter this command on one line to launch the authorization database:

dbsrv8 -n IMPACT_ADT_DB -x "tcpip(PORT=2638)" /sybase/clusters/prod/auth
     /impact_adt_db.db




Copyright © 2005. Sybase Inc. All rights reserved. Starting the Authorization Console

View this book as PDF