Displays the comprehensive list of utility parameters and their brief descriptions. If you specify other parameters, the utility will ignore them.
Name of the operation to execute. Required. The default value is LoadLicResponse.
LoadLicResponse | Uploads licenses to the database specified in the connection string. The only operation that does not require the |
SaveRepositoryContent | Saves the *.zip package archives specified in the |
SaveDBContent |
Saves the database content to the file system. The Requires either the |
SaveVersionSvnContent | Dumps the package hierarchy as a set of *.zip archives. The |
RegenerateSchemaSources |
Re-generates the source code and compiles it. Requires the |
InstallFromRepository |
Imports the package content and metadata from *.zip archives into the configuration. If needed, the utility will run the bound SQL scripts, re-generate the source code, install the bound data. Works exclusively with updated or new packages and their elements. Requires either the Also requires the |
InstallBundlePackages |
Installs the bundle of packages listed in the Requires either the Also requires the |
PrevalidateInstallFromRepository | Checks if installing packages from *.zip archives is possible. |
ConcatRepositories | Merges several repositories. |
ConcatSVNRepositories | Merges several SVN repositories. |
ExecuteProcess |
Runs the business process in the configuration if the utility detects such a process. Requires the |
UpdatePackages |
Updates the packages ( Requires either the Also requires the |
BuildWorkspace |
Compiles the workspace (configuration). Use when developing schemas in Visual Studio. Requires the |
ReBuildWorkspace |
Recompiles the workspace (configuration). Use when developing schemas in Visual Studio. Requires the |
UpdateWorkspaceSolution | Updates the solution and files of the Visual Studio project. |
BuildConfiguration |
Generates the static content in the file system. Uses the following parameters:
Requires either the |
Username for authorization. Specify the value if there is no username in the utility's configuration file or you need to execute the operation on behalf of a different user.
User password for authorization. Specify the value if there is no user password in the utility's configuration file or you need to execute the operation on behalf of a different user.
Name of the workspace (configuration) where the exported packages are specified. By default, all users work in the Default workspace.
Specifies whether to end the utility process automatically after the operation finishes. Can be true or false. The default value is false.
Name of the process to run.
Address of the SVN repository that stores the package structure and metadata. Optional. If you specify the parameter, the utility will use its value instead of the value of the
Login of the SVN repository user.
Password of the SVN repository user.
Local directory of the working copies of packages stored in SVN.
Type of content exported to the drive from the database.
SystemData | JSON data of system schemas. Dumps all system schemas and their columns except for data specified in the |
ConfigurationData | JSON data of configuration element schemas. Dumps all schemas except for data specified in the |
Resources | Localizable XML resources of configuration element schemas. |
LocalizableData | Localizable XML content of configuration element schemas. Dumps only the text columns. Specify additional restrictions in the |
Repository | ZIP workspace data. |
SqlScripts | SQL scripts bound to packages. |
Data | JSON data of system schemas and configuration element schemas. The combination of SystemData and ConfigurationData values. |
LocalizableSchemaData | Data of localizable objects. |
All | All content types. |
Path to a local directory from which to fetch the data. For example, packages, schemas, or resources. Can accept several values separated by commas for the ConcatRepositories and SaveVersionSvnContent operations.
Path to a local directory to save the data. For example, packages, schemas, or resources.
Path to the Creatio installation directory. The utility will follow this path to fetch the database connection information from the ConnectionStrings.config file. If you omit this parameter, the utility will connect to the database specified in the configuration string in the utility's configuration file.
The
Path to the ..\Terrasoft.WebApp\Terrasoft.Configuration directory. The utility will export the source code and resources of custom package schemas to this directory in the file system development mode.
File name. Required for the LoadLicResponse operation.
Names of configuration element schemas to exclude from the operation.
Names of the columns of configuration element schemas to exclude from the operation.
Names of the workspaces (configurations) to exclude from the operation.
Names of configuration element schemas to forcibly include in the operation.
Names of the columns of configuration element schemas to forcibly include in the operation.
Language culture code. Required if you specify the Resources and/or LocalizableData values in the
Names of configuration element schema managers in the operations. The default value is EntitySchemaManager.
Package name in the configuration specified in the
Specifies whether to clear the workspace before the update. Can be true or false. The default value is false.
Specifies whether to run the SQL scripts before and after saving the packages. Can be true or false. The default value is true.
Specifies whether to install the bound package data after saving the packages. Can be true or false. The default value is true.
Specifies whether to update the database structure after saving the packages. Can be true or false. The default value is true.
Specifies whether to re-generate the source code after saving the packages to the database. Can be true or false. The default value is true.
Specifies whether to abort the installation after receiving the first error. If set to true, the installation process will continue until the end. You will be able to review all errors that occurred. Can be true or false. The default value is false.
Always set the
Specifies whether to run the compilation. Will work if you set the
Updates the configuration version in the database to the Creatio version. Can be true or false. The default value is false.
Specifies whether to display an error notification if the utility detects an operation execution error. Can be true or false. The default value is false.
Path to the parent directory of the ..\Terrasoft.WebApp\conf directory. You must use the parameter in commands that compile Creatio or generate the static content:
- RegenerateSchemaSources
- InstallFromRepository
- InstallBundlePackages
- UpdatePackages
- BuildWorkspace
- RebuildWorkspace
- ExecuteProcess