You can also use the Term Transfer Tool to reload all language configurations without running an import first. By running the Term Transfer Tool as part of a scheduled task, you can regularly reload language configurations and keep your users up-to-date with changes to your terminology and guidance package.
To reload language configurations with the Term Transfer Tool, follow these steps:
Run the Term Transfer Tool from the command line or in your shell environment with the following:
$ bash ./transfer.sh --deploy -u <userName> -p <password> -s <server>
You use the following options and arguments to reload language configurations with the Term Transfer Tool script. For each argument you can use either the abbreviated ("-d") or the full name ("-deploy"):
Option |
Description |
---|---|
-? (--usage or --help) |
(Optional) Display help for the arguments. |
-d (--deploy) |
Deploy the imported terms for checking after the import has completed. After the import, the Term Transfer Tool automatically reloads the language configuration on all language servers. You can only use this option when connecting to a server with the version 2.4 or later. You must also have the privilege "Reload language server configuration." |
-s (--server) <serverAddress> |
Set the address of your Acrolinx Platform. Example: |
-u (--user) <userName> |
Set the username that you use to sign in to the Acrolinx Platform. |
-p (--password) <password> |
Set the password that you use to sign in to the Acrolinx Platform. |
-k <API token> |
(Optional) Send an API token to the server for authentication and authorization purposes. You can't use this along with the {{-p}} option, which specifies a password. NoteNote that the user for whom the API token was generated needs to have the "Access API-based terminology applications" privilege. |
-v |
(Optional) Prints the version information to the command line. NoteIf you use this option, the tool will ignore all other options and only print version information. |