In the data form webpart, if the xslt transformation takes more than one second, the stack overflow exception would be thrown and error message displayed to the user.
To increase the transformation time out, the below power shell script is required.
To increase the transformation time out, the below power shell script is required.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$farrn=Get-SPFarm | |
$farm.XSLTransferTimeOut=5 | |
$farm.update() |
No comments:
Post a Comment