Virtual Standby Jobs Fail Due to Internal Errors

Valid on Windows operating systems.

Symptom 1:

Virtual standby jobs fail. One of the following messages appears in the Activity Log:

Failed to convert virtual disk

An internal error occurred, contact technical support

In addition, VDDK reports the following error message:

Unknown Error.

Solution 1:

To correct this problem, consider the following solutions:

Symptom 2:

Virtual standby jobs fail. One of the following messages appears in the Activity Log:

Failed to convert virtual disk

An internal error occurred, contact technical support

In addition, VDDK reports the following error message:

Open vmdk failed with error File not found.

Solution 2:

This problem can occur when:

To correct this problem, resubmit the job. If the job fails again, delete the recovered virtual machine and resubmit the job.

Symptom 3:

Virtual standby jobs fail. One of the following messages appears in the Activity Log:

Unable to apply '<Plan Name>' to node '<Node Name>'. The Arcserve UDP Agent web service on the converter "<Converter Name>" is busy. Retry later.

In addition, UDP Console log file (ARCApp.log) reports the following error message:

[ERROR] deployVsbTask: Failed to invoke D2D web service API - timeout. javax.xml.ws.WebServiceException: java.net.SocketTimeoutException: Read timed out

Solution 3:

This problem can occur due to timeout. To correct this problem, perform the following steps:

  1. Login to UDP Console with appropriate credentials.
  2. Open command line interface and run the below command:
  3. regedit
  4. The Registry opens.
  5. Navigate to \SOFTWARE\Arcserve\Unified Data Protection\Engine\WebService.
  6. Verify that the timeoutValue key exist. If the key does not exist, create manually.
  7. Add/modify key as mentioned below:
    • Key Name: timeoutValue
    1. Value: <enter the value in minutes>. For example, if you want to set the timeout value as 20 minutes specify 20 as the value.
  8. Exit regedit.
  9. Navigate to the UDP Console installation folder. For example, C:\Program Files\Arcserve\Unified Data Protection\Management\Configuration.
  10. Open the file ConsoleConfiguration.xml using notepad.
  11. Find the below text under the section <TimeoutConf>:
  12. <webServiceRequestTimeout>600</webServiceRequestTimeout>
  13. Modify the value of webServiceRequestTimeout in seconds. For example, if you want to set the timeout value as 20 minutes specify 1200 as the value..
  14. Save the file and exit.
  15. Restart the UDP Console management service to allow the settings to take effect.
  16. Redeploy the plan and check the result.