Connect an Agent Handler in the DMZ to a ePO - On-prem server in a domain

Prev Next

When your ePO - On-prem server is in a domain, an Agent Handler installed in the DMZ cannot connect to the ePO - On-prem SQL database because the Agent Handler cannot use domain credentials.

To bypass this limitation, configure the Agent Handler to use the SQL database system administrator (sa) account credentials.

  1. Enable the system administrator account.

    1. Open SQL Management Studio, expand SecurityLogins, then double-click the sa account.

    2. On the General tab, enter and confirm your password.

    3. On the Status tab, set Login to Enabled, then click OK.

    4. Right-click the database instance name and click Properties.

      The system administrator account is enabled.

  2. Change the system administrator account to connect to the ePO - On-prem database.

    You must use SQL authentication to connect to the database. If Agent Handler cannot use domain account and ePO - On-prem uses the domain account for SQL connection, you need to manually deselect the option to use ePO - On-prem database configuration and provide non-domain SQL credentials with appropriate roles to access ePO - On-prem database.

    1. Open a web browser and go to https://localhost:8443/core/config-auth.

      Note

      8443 is the console communication port. If you use a different port to access the ePO - On-prem console, include that port number in the address instead.

    2. Log on with your ePO - On-prem credentials.

    3. Delete the entry in the User Domain field, then type sa.

    4. Provide a password for the system administrator account, then click Test Connection.

    5. If the test is successful, click Apply.

      Note

      If the test is unsuccessful, re-enter your password, then click Test Connection again.

The Agent Handler uses the system administrator credentials to communicate with the ePO - On-prem database.