"-dskddan2 : An unexpected error has occurred. Please try again later. If the issue persists, contact your support provider. (Error code: 2030)"
Analysis:
Checked the debug log of importing the OVA and noticed that the golden VM cannot start up due to the error as below.
2023-03-15 07:21:33,035 [008745:007457][ WARNING] Some errors during starting 93EC7927FF6E1270_1.1.2.2, output:stdout:Waiting for VM "93EC7927FF6E1270_1.1.2.2" to power on...
, stderr:VBoxManage: error: Implementation of the USB 3.0 controller not found!
VBoxManage: error: Because the USB 3.0 controller state is part of the saved VM state, the VM cannot be started. To fix this problem, either install the 'Oracle VM VirtualBox Extension Pack' or disable USB 3.0 support in the VM settings (VERR_NOT_FOUND)
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component ConsoleWrap, interface IConsole
[virtualbox/__startvm_vboxmanager(1128)][decorator/retry_func(28)][MainThread]
Based from DDAN debug logs, we found the cause of the issue.
VBoxManage: error: Because the USB 3.0 controller state is part of the saved VM state, the VM cannot be started. To fix this problem, either install the 'Oracle VM VirtualBox Extension Pack' or disable USB 3.0 support in the VM settings (VERR_NOT_FOUND)
Recommenadations and actions:
1. The issue would be from the image wherein it uses the USB 3.0 Controller, and DDAN does not support it.
2. Please remove unnecessary softwares installed to avoid performance or FP/FN issue.