Hi,
We have a Java application which is checking room's account's calendar folder.
First the app try to get room's folder id. Then it is searching the calendar folder with FindItems method.
If account's count over 16, comes this error (There is 35 room account on the Exchange Server):
<m:GetFolderResponseMessage ResponseClass="Error"><m:MessageText>An internal server error occurred. Try again later.</m:MessageText><m:ResponseCode>ErrorInternalServerTransientError</m:ResponseCode><m:DescriptiveLinkKey>0</m:DescriptiveLinkKey><m:Folders/></m:GetFolderResponseMessage>
<m:FindItemResponseMessage ResponseClass="Error"><m:MessageText>An internal server error occurred. Try again later.</m:MessageText><m:ResponseCode>ErrorInternalServerTransientError</m:ResponseCode><m:DescriptiveLinkKey>0</m:DescriptiveLinkKey></m:FindItemResponseMessage>
It sounds like throttling policy problem, but I have no information about error details and how to solve it.
The Exchange Server version is 2010 and I bet it has the default settings for Throttling Policy:
EWSFastSearchTimeoutInSeconds:
60
EWSFindCountLimit:
1000
First I asked the Exchange Admin, if he could disable Throttling Policy, find out it is really the problem.
Do you have any idea, where to start solve this problem?
Thanks in advance!
Béla