Adaptive Server Anywhere database components have a different prefix than e-Biz Impact, are installed to a different location than the e-Biz Impact executables, and use the ims.db wrapper.
Complete the following steps to configure and run the e-Biz Impact authorization database. The cluster name for this example is Cluster1.
Copy impact.db (default installation C:\Sybase\ImpactServer-5_4\bin) to C:\Sybase\ImpactServer-5_4\Cluster1.
Create a DSN for the e-Biz Impact client and server. See the e-Biz Impact Authorization Guide for instructions.
To configure the database to run as a service, enter this command on one line:
ims.db dbsvc -as -i -t network -s Manual -w Cluster1_db_service C:\Sybase\ImpactServer-5_4\asa\dbsrv8 -n Cluster1_db -x “tcpip(PORT=NNNN)” C:\Sybase\ImpactServer-5_4\db\Cluster1\impact.db
To start and stop the service, use the Windows Services control panel (Start | Settings | Control Panel | Administrative Tools | Services).
Complete the following steps to configure and run the Impact database on UNIX. For this example, the cluster name is Cluster1 and the installation directory is /working/Sybase/ImpactServer-5_4/.
Copy impact.db from /working/Sybase/ImpactServer-5_4/bin to /working/Sybase/ImpactServer-5_4/clusters/Cluster1.
Create a DSN for the e-Biz Impact client and server. See the e-Biz Impact Authorization Guide for instructions.
To start the database as a daemon, run this command on one line:
ims.db dbsrv8 -ud -m -n Cluster1_db -x “tcpip(PORT=NNNNN)”
/working/Sybase/ImpactServer-5_4/clusters/Cluster1/impact.db
where:
To shut down the database from the command line,
enter q
at the command prompt.
To shut down the database, if running as a daemon, send an interrupt signal (SIGINT) to the dbsrv8 process. Enter the following (as the user who started the process):
kill -2 pid
Copyright © 2005. Sybase Inc. All rights reserved. |
![]() |