Generic Target
# Generic Target
Category | Exception | Description | Action |
---|---|---|---|
Generic DB | exception.db.generictarget.environment.disabled | Cannot provision to a disabled target environment “{0}”. | Enable the environment before attempting to provision. |
Generic DB | exception.db.generictarget.mount.failed | Failed to unmount “{0}” because the unmount command executed as user “{1}” on host “{2}” failed for mount point “{3}”. |
Make sure user {1} has permission to unmount file systems on host {2}. |
Generic DB | exception.db.generictarget.mount.point.busy | Failed to mount “{0}” because another file system is already mounted at “{1}” on host “{2}”. |
Unmount the file system currently mounted at “{1}” on host “{2}” or try the operation again with a different mount point |
Generic DB | exception.db.generictarget.mount.point.not.created | Failed to mount “{0}” because the mount point “{1}” does not exist on host “{2}” and user “{3}” does not have permission to create it. |
Create the mount point “{1}” on host {2} and try the operation again. |
Generic DB | exception.db.generictarget.point.not_provisionable | You cannot provision to the selected TimeFlow point {0}. | Select a different TimeFlow point. |
Generic DB | exception.db.generictarget.snapshot.not_found | A snapshot cannot be found for the selected TimeFlow point {0}. | Select a different TimeFlow point. |
Generic DB | exception.db.generictarget.unmount.busy | Failed to unmount “{0}” as user “{1}” because the mount point “{2}” on host “{3}” is in use by the following processes: “{4}”. |
Make sure no process has any files open within the mount point on the host and try the operation again. |
Generic DB | exception.db.generictarget.unmount.failed | Failed to unmount “{0}” because the unmount command executed as user “{1}” on host “{2}” failed for mount point “{3}”. |
Make sure user {1} has permission to unmount file systems on host {2}. |
Generic DB | exception.db.generictarget.user_ps_script.failed | “Default PowerShell” Hook script “{0} ({1})” on “{2}”, executed as “{3}” on “{4}”, failed with exit code |
Review the output of the script, correct the error(s), and run the operation again. |
Generic DB | exception.db.generictarget.user_ps2_script.failed | “PowerShell Version 2.0” Hook script “{0} ({1})” on “{2}”, executed as “{3}” on “{4}”, failed with exit code |
Review the output of the script, correct the error(s), and run the operation again. |
Generic DB | exception.db.generictarget.user_script.failed | Shell script “{0} ({1})” on “{2}”, executed as “{3}” on “{4}”, failed with exit code | Review the output of the script, correct the error(s), and run the operation again. |