If a catalog has 300+ items(folders+report+dashboards) it displays only first 300 items(All folders but only half of reports) whereas rest of the report are found if they search using catalog search
You can change by adding following tags in the instanceconfig.xml:
The left picker list of the Catalog link is controlled by the <UserPickerDialogMaxAccounts> tag. This controls the number of groups and users shown as result of a user population query to BI Server. Default is 300.
You can change by adding following tags in the instanceconfig.xml:
<UI>
<MaxSearchResultItemsToReturn>2000</MaxSearchResultItemsToReturn>
<UserPickerDialogMaxAccounts>2000</UserPickerDialogMaxAccounts>
</UI>
The left picker list of the Catalog link is controlled by the <UserPickerDialogMaxAccounts> tag. This controls the number of groups and users shown as result of a user population query to BI Server. Default is 300.