Starting Vertec with command line parameters
Product line
Standard
|Expert
Operating mode
CLOUD ABO
|ON-PREMISES
Modules
Services & CRM
Budget & Phases
Purchases
Resource Planning
Business Intelligence
Various Vertec apps and the Cloud Server can be started with parameters. These are described below.
Parameters | Description |
---|---|
/batch |
Available from Vertec 6.5.0.22. The Vertec process starts, but the program does not appear on the interface. Authentication takes place either via In batch mode, the software automatically exits after performing the specified action(s). |
/culture:<code> |
Changes the country setting of the client (number and date format). Vertec.Cloud.exe /culture:en-US |
/noevents |
Available from version 6.5.0.22. Administrator only. Deactivates the event script system for the current session. This option is useful for debugging problems caused by event scripts. |
/noupdate |
Suppresses automatic update (see AutoUpdate setting in Vertec.ini File). Vertec.Cloud.exe /noupdate |
/paysync |
Available from Vertec 6.5.0.22. To automate the payment import, the Cloud App can be started with the parameter |
/regserver |
The Vertec COM Server is automatically registered with the Cloud App Installer (requires administrator rights). For manual registration, e.g. for troubleshooting or installation by a software distribution, Vertec.Cloud.exe can be called up with this parameter. Vertec.Cloud.exe /regserver |
/script <scriptname> |
Available from Vertec 6.5.0.22. Executes the script specified by name or the specified file name. Can only be executed by an administrator. The session remains started afterwards; the Cloud App can continue to be used normally. Vertec.Cloud.exe /script <scriptname> |
/super |
Available from Vertec 6.5.0.22. To run the Cloud App in SUPER mode, it must be started with the parameter SUPER mode has the following consequences:
We recommend that you exercise caution when using Vertec in SUPER mode. Due to its extensive capabilities, Vertec can be brought into an inconsistent, no longer operational state. |
/server <Server URL> |
The Cloud App determines the server address according to the following multi-level logic:
Vertec.Cloud.exe /server http://localhost:8081/ |
/unregserver |
Administrators only. Unregisters the COM Server (Typelibrary) Vertec.Cloud.exe /unregserver |
Vertec URL |
URL of the object which should be used to start Vertec. Vertec.Cloud.exe vertec://Christoph+Keller-676/eigene+Projekte-49/ |
The Cloud Installer is the Vertec.CloudInstaller.exe
that is used to install the Cloud App locally. Without command line arguments, /update runs without options.
Parameters | Description |
---|---|
/install |
Downloads Vertec.Cloud.exe and saves it with the configuration file to the current directory where the Cloud Installer is located (without optional components ).
Examples:
|
/installoptional |
Same as |
/dir |
Available from Vertec 6.5.0.20. Specifies an alternate folder for installation. If the directory does not already exist, it will try to create it. Without the parameter Vertec.CloudInstaller.exe /install /dir=<mein Verzeichnis> |
/uninstall |
Uninstalls the Cloud App. This is an alternative to uninstalling using add program or remove program. Vertec.CloudInstaller.exe /uninstall |
/update |
This is used in the same way as Note: The Vertec.CloudInstaller.exe /update /server=https://domain.com |
/server |
Specify the corresponding domain. Alternatively, the server name can also be encoded in the installer name, then the parameter |
/silent |
Available from Vertec 6.5.0.20. If the Cloud Installer is started with In case of an error (write rights, admin rights for runtime installation, destination directory not writable, etc.) the return value is |
/norestart |
Available from Vertec 6.7.0.6. Suppressed when using /silent as a possible reboot at the end of the installation. |
The Outlook Installer is the Vertec.Outlookinstaller.exe
, with which the Windows edition of the Outlook App is installed locally. Without command line arguments, /update is executed without options.
Parameters | Description |
---|---|
/install |
Installs the Outlook App Windows Edition locally for the current user. The server name from which the Outlook App is downloaded (your Vertec domain) is specified with the parameter Examples: Vertec.OutlookInstaller.exe /install /server=https://domain.com loads the Outlook App Windows Edition from the server specified with /server. Vertec.OutlookInstaller_https_domain.com_80.exe /install loads the Outlook App Windows Edition from the server encoded in the URL (download via App Portal ). |
/server |
Available from version 6.6.0.10. Must be specified if the server name cannot be determined from the file name of the Outlook Installer or if there is no download from the App Portal . Vertec.OutlookInstaller.exe /install /server=<server url> |
/dir |
Available from Vertec 6.6.0.10. Specifies an alternate folder for the installation. If the directory does not exist yet, it will try to create it. Vertec.OutlookInstaller.exe /install /dir=<mein Verzeichnis> If not specified, the Outlook App is installed under |
/localmachine |
Available from version 6.6.0.10. The Outlook App Installer can be set by an administrator using the argument Installation is carried out by default in Note: An Outlook App installed under Program Files can only be updated by an administrator. |
/silent |
Available from version 6.6.0.10. If the Outlook App Installer is additionally started with Vertec.OutlookInstaller.exe /install /silent /server=https://domain.com |
/uninstall |
An administrator can uninstall the Outlook App locally. The server does not need to be specified unless the installation was done in an alternate directory ( Vertec.OutlookInstaller.exe /uninstall With |
/update |
Updates the Outlook App Windows Edition. The File Vertec.OutlookInstaller.exe /update /server=https://domain.com An Outlook App installed under |
Without command line arguments, Vertec.CloudServer can only be run by Windows ServiceManager.
Parameters | Description |
---|---|
/noservice |
Starts the CloudServer as executable (no service, as administrator or port binding) Vertec.CloudServer.exe /noservice |
/install
|
Installs the Vertec cloud service (as administrator). The command can be executed completely without parameters. However, the service name must be unique. The service display name is optional. Each service needs its own installation with its own configuration (Vertec.ini). Important settings are server port, secure server port and management port – these must not overlap. See also the article about Multiple Cloud Server instances . Vertec.CloudServer.exe /install Vertec.CloudServer2 |
/uninstall
|
Uninstalls the Vertec cloud service (as administrator). The parameter is optional (must match the installed name). Vertec.CloudServer.exe /uninstall |
/service |
Used only internally by Windows Service Manager. The parameter gives the Vertec Cloud Server the service name to start as. At startup, it is checked whether this name matches a registered Windows service. Vertec.CloudServer.exe /service |
/start
|
Starts the Vertec cloud service (as administrator). The parameter is optional (must match the installed name). Vertec.CloudServer.exe /start |
/stop
|
Stops the Vertec cloud service (as administrator). The parameter is optional (must match the installed name). Vertec.CloudServer.exe /stop |
/certcreate |
Creates a self-signed certificate and registers it in the (local machine) certificate store, see Cloud Server (as administrator). Vertec.CloudServer.exe /certcreate |
/csrcreate |
Opens a command prompt with the settings and creates a certificate signing request (as administrator). Vertec.CloudServer.exe /csrcreate |
/certbind |
Required only if the Vertec.CloudServer is not operated with administrator rights or has triggered a binding error. Binds the specified certificate to an endpoint (port) once. The command requires the following settings in the Vertec.ini configuration file:
Vertec.CloudServer.exe /certbind |
/certunbind |
Removes the certificate binding from the endpoint (port) once. The command requires the secure server port setting in the Vertec.ini configuration file. Vertec.CloudServer.exe /certunbind |
/status
|
Shows the service status. The parameter is optional (must match the installed name). Vertec.CloudServer.exe /status |
/help
|
Shows the help. The parameter is optional (must match the installed name). Vertec.CloudServer.exe /help |
Parameters | Description |
---|---|
/batch |
The Vertec process is started, but the program does not appear on the interface. Used in particular for scheduling . |
/batch_nologin |
Available from version 6.1.0.12. The Desktop App starts in batch mode and exits the application before logging in.
Is only useful for executing default data and cannot be combined with other parameters such as |
/culture |
Changes the country setting of the client (number and date format). Vertec.Desktop.exe /culture:en-US |
/DB <DB-Name> |
Starts a database other than the default one. The name must correspond to the database section in Vertec.ini – File . /DB TestDB |
/DC |
Starts the database converter instead of Vertec. See also the article about updating Vertec. |
/DD |
Performs a standard data check when starting Vertec. Normally, such a check is performed automatically when starting Vertec with a new program version. |
/gendb <Path> |
Available from Vertec 6.6.0.6. Firebird only. With this parameter, you can generate a new local, empty Vertec database and save it on the specified path. You must specify the path and the database name, e.g. A local Firebird installation is required. Calling up Vertec.Desktop.exe with the parameter is not enough. Note: If a database with the same name already exists at this location, it will be overwritten without any notification if it is not currently in use. Therefore, you must proceed with caution so as not to accidentally overwrite a productive database. |
/NODD |
Skips default data, even if it would actually run through due to a version jump. Not recommended. |
/noevents |
Administrators only. Deactivates the event scripts until logout. Starting the Desktop App with the To check if the logged-in user is an administrator, |
/password |
Indication of the |
/paysync |
To automate the payment import, e.g. to run it overnight via batch file, the Desktop App can be started with the parameter |
/regserver |
The Vertec COM Server is automatically registered with Desktop App Setup (requires administrator rights). For manual registration, e.g. for troubleshooting or installation by a software distribution, the Vertec.Desktop.exe can be called up with this parameter. Vertec.Desktop.exe /regserver |
/releaseupgradelock |
If a database is converted or if the system detects a version change meaning that the Desktop App needs to adjust certain things, it is locked for access during this time. If an error occurs during this process, it may happen that this lock, the so-called upgrade lock, remains in place. The following message always appears: To reset this lock, you can use the Desktop App with the parameter |
/setlicense <liccode> <licname> <licdbcode> |
Available from version 6.1.0.10. Allow you to set a license code. The following rules apply:
|
/setpassword <benutzer> <password> |
Available from version 6.1.0.11. Allows you to set a user password. The following rules apply:
|
/script <script> |
Can only be called up by an administrator. Invokes a script in Vertec. The parameter specifies the name of the script, which corresponds to the designation of the registered script
in Vertec. If several |
/silentdbconvert |
Available from version 6.2.0.5. Starts the database conversion without Windows dialogs for execution as a command line call. Vertec.Desktop.exe /silentdbconvert Supports only Firebird databases.
|
/super |
To run the Desktop App in SUPER mode, it must be started with the parameter SUPER mode has the following consequences:
We recommend that you exercise caution when using Vertec in SUPER mode. Due to its extensive capabilities, Vertec can be brought into an inconsistent, non-operational state. |
/username |
Indicates the login name, together with the |
/unregserver |
Removes the registration of Vertec COM server . |