How to resolve "Data protection manager Error ID: 33623" for Azure MABS

Makoto Tsukada 1 Reputation point
2022-01-09T22:29:25.827+00:00

Hello

I am currently trying to install Azure MABS and back up VM machines on ESXi by looking at the following two sites.
I have installed Azure MABS on win2019 and am trying to backup VM machines on ESXi.
https://learn.microsoft.com/en-us/azure/backup/backup-azure-microsoft-azure-backup
https://learn.microsoft.com/en-us/azure/backup/backup-azure-backup-server-vmware

In the #8 in "Add the vCenter Server" section of the second URL, I typed the credential to login to the ESXi along with the section.
However the following error message appears.

============

Data protection manager Error ID: 33623
Internel error code: 0x80990EF2

=============

To find out more about this error, I did the following research
C:\Program Files\Microsoft Azure Backup Server\DPM\DPM\Temp
DPMRACurr.errlog
And I found out the following in the log.

=======================

0504 1CBC 01/09 20:48:21.764 22 VMWareServer.cs(237) NORMAL Calling VMWareAPI:RetrieveServiceContent with argument serviceReferenceMOR:MOR = type:ServiceInstance, value:ServiceInstance and URL:https://172.17.1.2XX:443/sdk
0504 1CBC 01/09 20:48:21.764 22 VMWareServer.cs(233) WARNING FMBlock: Unknwon exception caught! Calling exception transformer now OperationCode:Login,
0504 1CBC 01/09 20:48:21.764 22 VMWareServer.cs(233) WARNING OperationStartTime:1/9/2022 8:47:50 PM,CurrentAttempt:4, Exception:System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a send.---> System.IO.IOException: IOException: Authentication failed because the remote party has closed the transport stream.

=======================

172.17.1.2xxx is my ESXi server.

On the Backup server, I copied this https://172.17.1.2XX:443/sdk to chrome URL fileld, I get an immediate error.

===========

This 172.17.1.246 page can’t be foundNo webpage was found for the web address: https://172.17.1.246/SDK
HTTP ERROR 404

==============

But I can access with https://172.17.1.2XX:443 or https://172.17.1.2XX on the chrome.

I think that the "sdk" part of this URL(https://172.17.1.2XX:443/sdk) is wrong.
But I cannot change this parameter from the MABS Application.

Note that the ESXi server(6.7) uses self-certification, and in order to skip the certificate validation, I did the following section in the second Microsoft URL,
Disable HTTPS certificate validation
to skip the certificate validation.

Also, in the Add the account on Azure Backup Server section, I set the Credential to login in to the ESXi.
Since this ESXi is not in the domain, I set .\root for the credential.

Could you please give me some advice on the above?
I've spent more than 10 hours on this part alone, and I'm not making any progress.

Azure Backup
Azure Backup
An Azure backup service that provides built-in management at scale.
1,126 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Jesse Oldfield 6 Reputation points
    2022-11-15T18:48:05.407+00:00

    Since I had this same issue and I haven't seen an answer posted here yet, the solution for me was to enforce .net to use TLS 1.2. Not sure why there hasn't been a patch yet that does this automatically but such is life.

    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft.NETFramework\v2.0.50727]
    "SystemDefaultTlsVersions" = dword:00000001
    "SchUseStrongCrypto" = dword:00000001
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft.NETFramework\v4.0.30319]
    "SystemDefaultTlsVersions" = dword:00000001
    "SchUseStrongCrypto" = dword:00000001

    1 person found this answer helpful.

  2. Amardeep Saini 835 Reputation points Microsoft Employee
    2023-08-09T10:26:12.5866667+00:00
    • @Makoto Tsukada - I would request to check if below mentioned registry is applied on MABS Server.

    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft.NETFramework\v2.0.50727]
    "SystemDefaultTlsVersions" = dword:00000001
    "SchUseStrongCrypto" = dword:00000001
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft.NETFramework\v4.0.30319]
    "SystemDefaultTlsVersions" = dword:00000001
    "SchUseStrongCrypto" = dword:00000001