How To Configure A New Engine - Sun Microsystems iPlanet Integration Server 3.0 Process System Manual

Table of Contents

Advertisement

The following example shows how to modify the create index statement for the
WFHActivity table to include a table space qualifier.
Code Example 4-1
<FNCreateIndexStatement>
create unique index wfk_act on WFHActivity (
processid,
id)
</FNCreateIndexStatement>
Code Example 4-2
<FNCreateIndexStatement>
create unique index wfk_act on WFHActivity (
processid,
id)
TABLESPACE my_ProcessEngine_Index
</FNCreateIndexStatement>

How to Configure a New Engine

The easiest way to configure a new engine is to use the iIS Console to create a new
engine configuration file and place it in the proper directory location on your
central server node. (You can also create a new configuration file by directly
entering the information in
Generated Definition (Oracle)
Modified Definition
"Engine Configuration File" on page 90
Configuring an Engine
into the file.)
Chapter 4
Managing Engines
95

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the iPlanet Integration Server 3.0 and is the answer not in the manual?

Questions and answers

Table of Contents