Initialize a Domain from the Command Line - Intergraph Smart Instrumentation - 13.1 - Administration & Configuration - Hexagon

Intergraph Smart Instrumentation Administration

Language
English
Product
Intergraph Smart Instrumentation
Search by Category
Administration & Configuration
Smart Instrumentation Version
13.1

You can initialize a domain without using the Administration module options of Smart Instrumentation.  To do so, you, you need to specify additional parameters.

When initializing a domain without using Smart Instrumentation, you do not use any source domain, and, therefore, the software creates a new empty domain in your database platform (that is, Oracle or SQL Server).

Parameter String for Initialization

Init.exe INT,<new domain name>,<new Domain schema name>,<new Domain schema password>

  • You must only use commas as parameter separators.

  • The parameters are not case-sensitive.

The following table describes the parameters in the order of their appearance in the parameter string.

Parameter

Description

Possible Settings

Init.exe

The initial parameter, which allows you to start the database engine.

INIT.EXE

INT

Stands for the name of the operation

INT

<New domain name>

The name of your target domain

DEMO

<New Domain schema name>

The name of the target Domain schema

DEMO

<New Domain schema password>

The password of the target Domain schema

DEMO

For initialization of an SQL database the password cannot be the same as the domain schema name.

Example

INIT.EXE INT,DEMO,DEMO,DEMO

After completing the initialization process, you can check the InitLog.txt file for errors that might have occurred during the domain initialization.  The InitLog.txt file appears in the Smart Instrumentation home folder.  In this log file, the software automatically records errors that do not cause the initialization process to fail.

See Also

Troubleshooting Domain Initialization Common Tasks

Working with the Command Line Interface (Silent Mode) in the Administration Module