Views:

The error probably occurs because the Windows command line prompt was started with insufficient permissions. To fix this, run the Windows command line prompt with administrator rights. For the procedure, refer to this Microsoft article.

Another possible reason is a corrupted certificate file. To resolve the issue, do the following using an administrator's account:

  1. Stop the Deep Security Agent service.
  2. Delete the file C:\ProgramData\Trend Micro\Deep Security Agent\dsa_core\ds_agent.crt.
  3. Start the Deep Security Agent service.
  4. Verify that a new file ds_agent.crt is generated after restarting the agent service.
  5. Run the command "dsa_control" again.

If you are performing an agent-initiated activation (AIA), the dsa.exe called by dsa_control needs to access the agent's certificate file located under C:\ProgramData\Trend Micro\Deep Security Agent\dsa_core\ds_agent.crt.

Starting from Windows 2008 R2 and above, the local administrator account and the user accounts under Administrators group have different permissions. The new Admin Approval Mode (AAM) of Windows 2008 gives Administrators group users (except the local administrator) only a standard access token to folders first. Therefore, clicking C:\ProgramData\Trend Micro\Deep Security Agent\dsa_core (which is owned by Administrator) will trigger the User Access Control (UAC) to ask for permission. This causes the dsa.exe process started by the user account belonging to Administrators group to get an access denied prompt.

To prevent the issue, open the command prompt as Administrator and perform the activation.

To resolve the issue, completely disable the Admin Approval Mode:

  1. Navigate to Computer Configuration > Windows Settings > Security Settings.
  2. Click Local Policies, then click Security Options.
  3. Set the policy settings in the following order:
    1. User Account Control: Admin Approval Mode for the Built-in Administrator account : Disabled
    2. User Account Control: Behaviour of the elevation prompt for administrators in Admin Approval Mode : Elevate without prompting
    3. User Account Control: Run all administrators in Admin Approval Mode : Disabled

  4. Reboot the machine.