Putting an Enterprise in an Unsuspended State

Prerequisites

See Unsuspended State.

Procedure

  1. In the build file, add a target named unsuspend.

    For a sample file, see enterprise_suspend_build.xml.

    <target name="unsuspend">
    <AMXAdminTask
    ...
    ...
    />
    </target>
  2. In the AMXAdminTask element of the unsuspend target, set the action attribute to unsuspend and the objectSelector attribute to Enterprise.
    <AMXAdminTask
    			remote="true"
    			propsFile="${instanceProperties}"
    			action="unsuspend"
    			dataFile="${dataFile}"
    			objectSelector="Enterprise"
    			failOnError="false"
    />
  3. Invoke the command-line interface on the build file.