We are using CRM 2011 UR 11 v2 (5.0.9690.2839). In CRM 2011 UR 10, MS introduced new feature that in Settings area you can configure Enable Quick Find Record Limit setting. If you set it to Yes, it will check in MSCRM_Config Database and retrieve the value of AgreegateQuickFindRecordLimit value (default 50000).
Issue:
When you enter any search in quick find, if the number of records returned based on search criteria is higher than 50000 (or the value of AgreegateQuickFindRecordLimit ), it should return an error "The Quick Find limit is exceeded. Narrow your search by entering a longer query, or use Advanced Find."
BUT
In our case, if the number of records are higher than 50000, it is returning generic error message:
"An error has occured.
Try this Action again. If the problem continues, Check CRM community....."
Also, when I run the particular search criteria over the application server, it correctly retrun the error message "The Quick Find limit is exceeded. Narrow your search by entering a longer query, or use Advanced Find." However, from client m/c or DB server where IE settings are exactly same as application server and site is added in Trusted Site as well, we are getting generic error message.
Please help me how we can get Quick Find error message at client level as well.
Please also let me know if anyone is getting same behaviour