Quiesceformtemplate: Stsadm operation (Office SharePoint Server)

Applies To: Office SharePoint Server 2007

This Office product will reach end of support on October 10, 2017. To stay supported, you will need to upgrade. For more information, see , Resources to help you upgrade your Office 2007 servers and clients.

 

Topic Last Modified: 2015-03-09

Description

Temporarily takes a form template offline.

When a farm administrator queiesces a form template, all instances of that form template in every site collection are taken offline.

The process of quiescing takes a form template offline by preventing new sessions from being stared while ensuring that existing sessions are allowed time to be completed, which is specified by a time limit in the SharePoint Central Administration Web site. Unless the users exceed the time limit, they can fill out forms without losing the data that they have already entered.

Syntax

stsadm -o quiesceformtemplate

**\[-formid \<Form template ID\>\]**

**\[-filename \<Path to form template file\>\]**

**   -maxduration <Duration, in minutes>**

Parameters

Parameter name Value Required? Description

formid

A valid template ID, for example, "urn:schemas-microsoft-com:office:infopath:MyFormTemplate:-myXSD-2005-09-22T20-42-56"

No. However, either the form ID or file name must be specified.

ID of the form template file.

filename

A valid file name for the form template file, such as "formtemplate.xsn"

No. However, either the form ID or file name must be specified.

Name of the form template file.

maxduration

A valid number for the number of minutes, such as "240"

Yes

Number of minutes the quiescing process will take. There is no maximum limit.