Previous Topic

Next Topic

Book Contents

admindb command

The admindb command installs the InForm Admin database. The command is located at

<installation_directory>\inform\bin\dbORA\admindb.cmd

Syntax

admindb [flag] [connection string] [informadmin UID] [pfadmin UID]

When you run the admindb command, you are prompted to enter the password for the pfdbadmin user and the informadmin user.

Flags

Flag

Description

–PFMQCFG

Use this flag if you chose not to create the AdminDB at the time of installation, or if the installation of the InForm Admin database failed,

If specified:

  • Configures the Admin database as the PFMQ messagestore/infostore
  • Creates the AdminDB schema manually.
  • Puts the PFMQ database in the same database schema as the InForm Admin database.

–NOPFMQ

If specified:

Creates the AdminDB, but does not create PFMQ tables or configure PFMQ

Use the -NOPFMQ flag if the PFMQ data is to be stored in a separate schema from the InForm Admin database (for example, for an installation of the CIS software).

None

If no flag is specified:

  • The AdminDB and the PFMQ tables are created in the same database schema.
  • The AdminDB is not set as the PFMQ messagestore/infostore.

Note: This behavior is the same as the behavior of the admindb command in the InForm 4.0 and 4.1 software releases.

Send Feedback