Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Enjoy members-only rewards and discounts
  • Create and access a list of your products
  • Manage your Dell EMC sites, products, and product-level contacts using Company Administration.

Data Protection Advisor: Agent fails to register with "HTTP response code is 403" error

Summary: Data Protection Advisor agent on Windows fails to register with the application server due to error HTTP response code is 403

This article may have been automatically translated. If you have any feedback regarding its quality, please let us know using the form at the bottom of this page.

Article Content


Symptoms

The agent fails to register with the DPA application server even after confirming correct agent password. Put the agent into Debug Low by modifying the config file.
  1. Stop the agent.
  2. Make a copy of the dpaagent_config.xml
(<install dir>\emc\dpa\agent\etc\dpaagent_config.xml)
  1. Edit dpaagent_config.xml and set the Logging Level from "Info" to "Debug Low":
<LOGLEVEL>Debug Low</LOGLEVEL>
  1. Save the file.
  2. Start the agent.
The following is observed in the agent log:     
DBG2 6836.7608 20210310:140114 agent.config - registerAgentProcess(): HTTP response code is 403
ERR  6836.7608 20210310:140114 agent.config - registerAgentProcess(): No response data
ERR  6836.7608 20210310:140114 agent.config - initAgentConfig(): Failed to register agent 

Cause

The HTTP 403 Forbidden client error status response code indicates that the server understood the request but refuses to authorize it.

There is an Internet proxy configured in the Windows OS.

On the host, run the following command to confirm if a proxy is configured:      
c:\> netsh winhttp show proxy
Current WinHTTP proxy settings:
Proxy Server(s) : proxy.customerdomain.com:8080

Resolution

  1. Remove the proxy configuration:      
c:\> netsh winhttp reset proxy
  1. Restart the DPA agent.      
  2. Confirm the agent has registered by checking the dpaagent.log:
INFO 6836.7608 20210310:150114  agent.config - initAgentConfig(): Agent has successfully registered with the server

It should now be visible on the GUI under Data Collection > Agents.
Remember to set the agent logging level back to Info.
 
Contact Dell Technical Support for further information.

Article Properties


Affected Product

Data Protection, Data Protection Suite, Data Protection Advisor

Last Published Date

01 Feb 2022

Version

4

Article Type

Solution