About #

After installation of Xtract Universal, the Board Connector service runs under the Local System account.

In the following scenarios the service must run under a dedicated Windows domain user account instead of the Local System account:

This section describes how to run the Board Connector service under a service account.

Note: As of Board Connector version 5.0 SAP passwords are encrypted with a key that is derived from the Windows account that runs the BC service. The passwords can only be accessed from the same service account, when restoring a backup or moving the files to a different machine. If the service account changes, passwords need to be re-entered manually.

Basic settings #

  1. Create a Windows AD service account and assign an SPN (Service Principle Name) to the service account in the following format: HTTP/[FQDN of BC Server]. Using the setspn command the SPNs of a user account can be checked. xu service account

  2. Grant access rights on Board Connector’s installation folder and all sub folders to the service account as shown in the following screenshot: xu service account permissions

  3. If applicable, make sure the service account has Read access to the private key of the X.509 certificate used by Board Connector. xu service account private key 1 xu service account private key 2

  4. Let the Board Connector service run under the service account. Make sure the correct domain is used (e.g., .company.local instead of .company.com). xu service account services

  5. In the Board Connector Designer startup window “Connect to Board Connector Server”, set Windows credentials or Custom Credentials (Kerberos authentication) as Authentication. Enter the User Principal Name (UPN) of the service account in the Target Principal field as described in the knowledge base article “How to use target principal field”.
    bc service account login

Settings for SSO with Kerberos SNC #

When using SSO with Kerberos SNC additional steps are necessary:

  1. Set constrained delegation for the Windows domain account under which the Board Connector service runs. xu_service_account_constr_deleg
  2. Enter the SPN of the service account under which the SAP ABAP application server is running (SAP Service Account), e.g., SAPServiceERP/do_not_care. For more information about the partner name notation in SAP, see the SAP Help portal.