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
|
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.