Command line tools
- The command line tool AlfaAdministratorConsole.exe cannot be used for update of the meta-model for migration from Alfabet 10.15.x to Alfabet 11. Update of the meta-model must be performed in the Alfabet Administrator tool.
- The command line tool AlfaConsoleDbArchiveRestore.exe is obsolete and no longer available. The command line tool AlfaAdministratorConsole.exe can be used to archive and restore databases.
- The command line tool AlfaServerServiceGenerator.exe is obsolete and no longer available. Server services can be generated via AlfaService.exe with the following command line:
- sc create ServiceName binpath= "PathToAlfabetInstallationDirectory\Programs\AlfaService.exe Alfabet111_CIServiceName" DisplayName= "ServiceDisplayName" start= auto
- The command line tools RescanIndicatorsConsole.exe , RescanAutoIndicators.exe , and RescanColorRules.exe are no longer available. The functionality has been moved to ADIF schemes that can be executed via the command line tool ADIF_Console.exe.
- The command line tool AlfaWorkflowCommandPrompt.exe is obsolete and no longer available. The functionality has been moved to the AlfabetAdministratorConsole.exe command line tool. The command line tool must be started with the parameter -workflow followed by the parameters which were available for AlfaWorkflowCommandPrompt.exe . Database user name and password are required in the command line instead of Alfabet user name and password.
- The command line tool FullTextSearchUtil is obsolete and no longer available. The functionality has been moved to the AlfabetAdministratorConsole.exe command line tool. The command line tool must be started with the parameter -workflow. to generate a full text search index, the following methods are available:
- Run the standard ADIF job FullTextSearchUtil either via the command line tool ADIF_Console.exe or via the job scheduler.
- Execute AlfabetAdministratorConsole.exe with the following command line:
- AlfaAdministratorConsole.exe -msalias <alias name> -alfaLoginName <Alfabet user name> -alfaLoginPassword <user password> -fulltextsearchutil -SearchGroupName <SearchGroup> -Language <Language>
- The AlfabetAdministratorConsole.exe command line tool can be used to generate a server alias based on one of the following templates: System , ServerFastlane , or ServerEnterprise. The command line for creating the server alias from template is:
- AlfaAdministratorConsole.exe -create_msalias -msalias NameofServerAliasToBeCreated -alias_template NameofServerAliasTemplate
AlfabetAdministratorConsole.exe can also be used to alter attributes of the server alias configuration. The command line for altering attributes is:
- AlfaAdministratorConsole.exe -msalias NameOfExistingServerAliasToBeChanged -edit_msalias_options ParameterForSettingAttribute "ValueToBeSetfor Attribute"
The following command line parameters can be set as ParameterForSettingAttribute:
- set_WebServer to alter Overview > Web server.
- -set_HelpServer to alter Overview > Help Server.
- set_RestServer to alter Overview > REST API Server.
- -set_TestWebServer to alter Expand > Test Web Server.
- In addition, the following obsolete command line tools are no longer delivered:
- AlfaConsoleImportExport.exe
- AlfaDeleteConsole.exe
- AlfaExportUtil.exe
- QueryExecutor.exe
- ScriptExecutor.exe
- UATConsole.exe