Throttle the Data Connection Response Size


Scenario/Problem: You need to increase or decrease the data connection response size.


Solution: Use the MaxDataConnectionResponseSize parameter with the Set-SPInfoPathFormsService cmdlet.

When connecting to data sources, you do not want to overload other systems. Limiting the response size determines how many kilobytes the data connection can process. You can modify the setting by using the MaxDataConnectionReponseSize parameter with the number of kilobytes, as shown in Listing 12.2.

Listing 12.2. Data Connection Response Size Cmdlet Line


Set-SPInfoPathFormsService -MaxDataConnectionResponseSize 3000



Tip

The default value of 1500 (1,500KB) is usually a good setting. You do not want to strain other systems or databases. This also helps limit traffic on the network. Only increase this value if you have a large form that submits a great deal of data.


..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.144.252.201