Using STSADM to set Form Services Properties

Use the SetFormsServiceProperty operation as follows:

stsadm -o setformsserviceproperty

 -pn <option name>

 -pv <option value>

 

Option Names:

DefaultDataConnectionTimeout

MaxDataConnectionTimeout

MaxDataConnectionResponseSize

RequireSslForDataConnections

AllowEmbeddedSqlForDataConnections

AllowUdcAuthenticationForDataConnections

AllowUserFormCrossDomainDataConnections

AllowUserFormBrowserEnabling

AllowUserFormBrowserRendering

AllowViewState

ViewStateThreshold

ShowProgressRolesManager

AllowBranding

 

Example - to turn off the "Powered by Forms Services" logo on your form services forms:

 

stsadm -o setformsserviceproperty -pn AllowBranding -pv false

 

Note: You can use stsadm -o getformsserviceproperty -pn to see what the default values are for that particular property

 

For a full list of the stsadm commands go to: https://webservicecatalog.com/post/STSAdm-Command-line-Guide.aspx