Release Notes › Known Issues › Reporting › User Account Report Generation Fails
User Account Report Generation Fails
If the number of records is more than 20,000, the User Accounts report can fail.
Workaround
- Open the Business Objects Central Management Console.
- Click “Servers” and select servername.pageserver.
- Select “Unlimited records” for the entry “Database Records To Read When Previewing Or Refreshing a Report”.
- Using Crystal Reports Designer, open the User Accounts report.
- Under Database, Set Datasource Location, set the database location to the CA Identity Manager Snapshot database.
- Click Save.
- Under Database, Datasource Expert, right-click Command in the right side window.
- Enter the parameter name as it appears in the “Parameters Fields” of the report template.
- Change the query on the left side and add that parameter to the query, for example, if you have the ‘reportid’ parameter, the query appears as follows:
Select * from endPointAttributes, endpointview, imreport6
where endPointAttributes.imr_endpointid = endpointview.imr_endpointid and
endPointAttributes.imr_reportid = endpointview.imr_reportid
and endpointview.imr_reportid = imreport6.imr_reportid and imreport6.imr_reportid = {?reportid}
- Save the report.