Install the BlackBerry Connectivity Node for UEM Cloud using the command prompt
BlackBerry Connectivity Node
for UEM Cloud
using the command promptIn a
UEM Cloud
environment, you can install or upgrade an instance of the BlackBerry Connectivity Node
using the command prompt window.- You must review the BlackBerry Solution License Agreement for your jurisdiction (“BBSLA”). You must acknowledge your acceptance of the BBSLA when you run the command to install theBlackBerry Connectivity Node. By acknowledging your acceptance of the BBSLA or by installing or using the software, you agree to the terms and conditions of the BBSLA.
- Download the setup application for theBlackBerry Connectivity Node(Settings > External integration > BlackBerry Connectivity Node setup) and transfer it to the computer that you want to host the instance.
- Verify that the computer meets the requirements for the BlackBerry Connectivity Node.
- Extract the setup application.
- Open a command prompt as an administrator and change the directory to the location where you extracted theBlackBerry Connectivity Nodesetup application.
- Run the following command:setup.exe -s -a --iAcceptBESEULA [--properties service.account.name=<domain\service_account_username>,service.account.password=<service_account_password>, install.path=<install_directory>,logging.common.path=<log_file_directory>]ArgumentDescription-s or --silentThis argument enables a silent install. If not included, the command will launch the UI for the setup application.-a or --executionArgsThis argument must be used to accept other required arguments.--iAcceptBESEULAThis argument indicates acceptance of the BBSLA, and is required to install the software.--propertiesThis argument can be used to specify the following optional arguments:
- service.account.name=<domain\service_account_username>
- service.account.password=<services_account_password>
- install.path=<install_directory>
- logging.common.path=<log_file_directory>
Optional arguments must be included as a comma-separated list. If you do not specify a service account name and password, the setup application uses the credentials of the account that you are using to run the command prompt.If you do not specify an installation path, the default installation path is used (C:/Program Files/BlackBerry/BlackBerry Connectivity Node).If you do not specify a log file directory, the default directory is used (C:/Program Files/BlackBerry/BlackBerry Connectivity Node/Logs).