Skip Navigation

Install the
BlackBerry Connectivity Node
for
UEM Cloud
using the command prompt

In 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 the
    BlackBerry 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 the
    BlackBerry 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.
  1. Extract the setup application.
  2. Open a command prompt as an administrator and change the directory to the location where you extracted the
    BlackBerry Connectivity Node
    setup application.
  3. 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>
    ]
    Argument
    Description
    -s or --silent
    This argument enables a silent install. If not included, the command will launch the UI for the setup application.
    -a or --executionArgs
    This argument must be used to accept other required arguments.
    --iAcceptBESEULA
    This argument indicates acceptance of the BBSLA, and is required to install the software.
    --properties
    This 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).