JavaScript must be enabled in order to use this site.Please enable JavaScript in your browser and refresh the page. Putting an Enterprise in an Unsuspended State Prerequisites See Unsuspended State. Procedure In the build file, add a target named unsuspend. For a sample file, see enterprise_suspend_build.xml. <target name="unsuspend"> <AMXAdminTask ... ... /> </target> 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" /> Invoke the command-line interface on the build file. ResultFor a sample output, refer to: Sample: Unsuspend Sample: Unsuspend When the Enterprise is in an Unsuspended State Sample: Unsuspend When the Enterprise is in an Unsuspended State (failOnError Set to False) Copyright © 2022. TIBCO Software Inc. All Rights Reserved.