Previous Topic

Next Topic

Book Contents

admindb

Purpose

Creates the InForm Admin database if you did not set it up during the InForm core software installation by selecting the Install Admin DB checkbox.

Location

<Installation_Directory>\InForm\bin\DBOra folder.

Usage

admindb [connection string] [dbadmin-uid] [dbadmin-pass] [pfdbadmin-uid] [pfdbadmin-pass]
admindb [connection string] /prompt
admindb [connection string] /accountparams:[parameterfile]

Where:

Command line prompts

If using prompting, you are prompted for the following parameters:

Parameter file contents

When using a parameter file, the path to a text file is given. The format of the parameter file is parameter=value, with each value on a separate line, and no spaces between the parameter name, =, and value.

The parameter file must contain the following parameters:

Example

admindb trial1 /prompt
admindb trial1 /accountparams:myparams.txt
admindb trial1 informadmin myinformadminpassword pfdbadmin mypfdbadminpassword

Send Feedback