Wednesday, February 27, 2013

BUG:12930924 SAG: CANNOT DISPLAY MORE THAN 300 OBJECTS(FOLDERS,REQUESTS) ON [CATALOG] SCREEN


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:

<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.