Allows you to create a new database in IDOL Server (for example, to store documents that related to one particular subject or to store documents that are relevant to a particular user group).
http://12.3.4.56:20001/DRECREATEDBASE?DREDbName=Sport&Internal=TRUE&ReadOnly=TRUE
This action uses port 20001
to create an internal, read-only Sport
database in IDOL Server.
Parameter | Description | Required |
---|---|---|
DREDbName | The database to create. | Yes |
IgnoreMaxPendingItems | Whether to ignore the IndexQueueMaxPendingItems limit for this index action. | |
IndexUID | An identification code for any document tracking events. | |
Internal | Whether the new database is internal | |
Priority | The priority for the index job. | |
ReadOnly | Whether the new database is read-only. | |
Database Configuration Parameters | Any other database configuration parameters. |
When you specify Internal and ReadOnly, they are added to the configuration file for the new database. For example, the section created in the configuration file for the above example is:
[Database2] Name=sport Internal=TRUE ReadOnly=TRUE
|