You can use multiple Adaptive Server Anywhere or Adaptive
Server Enterprise databases to separate data storage for these components.
However, this process requires expert knowledge in database administration.
Without this expertise, Sybase recommends using the single, default
Adaptive Server Anywhere Production Edition database.
Table 9-1: Database distribution recommendations
Component
|
Adaptive Server Anywhere Recommendations
|
Adaptive Server Enterprise Recommendations
|
Alert Management System (AMS)
|
Choose from:
|
Unwired Orchestrator does not provide support
for AMS outside the default Adaptive Server Anywhere database.
|
BAM Dashboard
|
The Dashboard makes light use of the database
to read its metadata at start-up and save new metadata when dashboards
are modified or new dashboards are created. However, you can separate
dashboard production data into its own database.
Choose from:
Couple the dashboard data with AMS data.
No Adaptive Server Anywhere scripts are needed to perform this action.
Use the Runtime Management Console to
edit the Database URL property in the BAM Dashboard Repository.
Export/import existing BAM Dashboard metatdata.
See the Runtime Management Console online help for more information.
Create a new database using Sybase Central. Enable
jConnect™ for JDBC™ meta-information support,
activate case-sensitivity for comparisons and passwords, and create
SYSCOLUMNS and SYSINDEXES views.
Run the following script using isql or dbisql:
<installation directory>\Orch-5_2
\install.sql\scripts\asa\dashboard_
part1.sql
Use the Runtime Management Console to edit the Database
URL property in the BAM Dashboard Repository.
Export/import existing BAM Dashboard metatdata.
See the Runtime Management Console online help for more information
|
The Dashboard makes light use of the database
to read its metadata at start-up and save new metadata when dashboards
are modified or new dashboards are created. However, you can separate
dashboard production data into its own database.
To accomplish this:
Create a new database.
Create a distinct database owner account.
Define the database size to be 25MB for data and
10MB for the transaction log.
Create the segment DASHBOARD_COMMON.
Run the following script using isql or dbisql:
<installation directory>\Orch-5_2
\install.sql\scripts\ase\dashboard_
part1.sql
Use the Runtime Management Console to edit the Database
URL property in the BAM Dashboard repository.
Export/import existing BAM Dashboard metatdata.
See the Runtime Management Console online help for more information.
|
Monitor
|
Business Activity Monitoring has the potential
of requiring significant database resources. If this potential exists,
separate the monitor production data from all other component data.
Use Sybase Central to create a new database
with a page size of 2KB. Enable jConnect™ for JDBC™ meta-information
support, activate case-sensitivity for comparisons and passwords,
and create SYSCOLUMNS and SYSINDEXES views.
Run the following scripts using isql or dbisql:
<installation directory>\Orch-5_2\
install.sql\scripts\asa\monitor_part1.sql
<installation directory>\Orch-5_2\
install.sql\scripts\asa\monitor_part2.sql
Use a text editor to edit the following configuration
file:
<installation directory>\Orch-5_2\bin\
nnsyreg.dat
Run the BT59ie utility to export
and import SetType metadata from the existing database.
See Sybase WorkSpace Development in the
Sybase WorkSpace online bookshelf for more information.
|
Business Activity Monitoring has the potential
of requiring significant database resources. If this potential exists,
separate the monitor production data from all other component data.
Create a new database on a server that
has a page size of 2KB.
Create a distinct database owner account.
Define the database size to be 100MB for data and
indexes and 50MB for the transaction log.
Create the segments MSGTRAK_DATA and MSGTRAK_INDEX.
Activate the ddl in tran option.
Run the following scripts using isql or dbisql:
<installation directory>\Orch-5_2\
install.sql\scripts\ase\monitor_part1.sql
<installation directory>\Orch-5_2\
install.sql\scripts\ase\monitor_part2.sql
Use a text editor to edit the following configuration
file:
<installation directory>\Orch-5_2\bin\
nnsyreg.dat
Run the BT59ie utility to export
and import SetType metadata from the existing database.
See Sybase WorkSpace Development in the
Sybase WorkSpace online bookshelf for more information.
|
BPEE/
Quartz Timers/
JMS Queues
|
BPEE/Quartz Timers/JMS
Queues has the potential of requiring significant database resources.
If this potential exists, separate the BPEE/Quart Timers/JMS
Queues production data from all other component data, especially
the monitor data.
Create a new database file on a server
that has a page size of 16KB. Enable jConnect™ for JDBC™ meta-information
support, activate case-sensitivity for comparisons and passwords,
and create SYSCOLUMNS and SYSINDEXES views.
Run the following script using interactive SQL or
dbisql:
<installation directory>\Orch-5_2\
install.sql\scripts\asa\quartz_create.sql
Configure Unwired Orchestrator to point to the new
database and redeploy your business process service.
See Sybase WorkSpace Development in the
Sybase WorkSpace online bookshelf for more information
Adaptive Server Anywhere is not a viable data source
for use within BPEE. It cannot support distributed transactions
in environments that require a transaction manager other than Microsoft
Distributed Transaction Coordinator.
|
BPEE/Quartz Timers/JMS
Queues has the potential of requiring significant database resources.
If this potential exists, separate the BPEE/Quart Timers/JMS
Queues production data from all other component data, especially
the monitor data.
Create a new database on a server that
has a page size of 16KB.
Set the Runnable Process Search Count to 10000 to
optimize performance.
Create a distinct database owner account.
Define the database size to be 100MB for data and
50MB for the transaction log.
For distributed transactions:
Activate the ddl in tran and allow
nulls by default options.
Run the following script using interactive SQL or dbisql:
<installation directory>\Orch-5_2\
install.sql\scripts\ase\quartz_create.sql
Configure Unwired Orchestrator to point to the new
database and redeploy your business process service. See Sybase WorkSpace
Development in the Sybase WorkSpace online bookshelf
for more information.
|