This service creates a database. The name of the database is input data. If a database already exists with the same name, a number is attached to the name of the new database, for example, <Name>(1).
In/Out |
Name |
Details |
Data type |
---|---|---|---|
|
Database name |
Name of the database in which the function of type Automated task is carried out. |
<Text> |
|
Database language |
Language the service uses for logging in to the database, for example, en for English. You can specify this in more detail, for example, en for English or en_US for English (United States). This is helpful, for example, if English (Australia) has been set in the database, but standard English (USA) has not been set. If you want to add the country, you need to create a language constant and model it as a language in the data flow. |
<Text> or <Language> |
|
User login |
Login name of the user that is used for carrying out the Automated task function. If no user is defined, arisservice is used. |
<Text> |
|
Password |
Password of the user that is used for carrying out the Automated task function. |
<Password> |
|
Skip if already available |
If this is defined as true, the database is created only if there is not already a database with this name on the server. |
<Boolean> |
|
Database name |
The new database is created with this name. Special characters are not allowed. If the name contains special characters, an error message is displayed. |
<Text> |
|
Is versionable |
If the input is TRUE, the new database is created as a versionable database, if it is FALSE, the database is not versionable. |
<Boolean> |
|
Error |
If automation errors occur, context-specific error messages are displayed indicating, for example, that ARIS server is not available. |
<Text> |
|
Result |
Returns either TRUE or FALSE (Boolean), depending on whether or not the service was successfully performed. If no specification is made, the default value FALSE is used. |
<Boolean> |