Hello,
There is an issue with OTM, where you can't export more than 1000 records from a finder screen to Excel, or from an HTML report to Excel. This is limited via a property on the OTM Web Server's glog.properties file.
The issue is that the property listed in the properties file is incorrectly named, so that changing it won't update the behavior. The old property is:
Instead, you need to add and set the following property:
Keep in mind that Oracle gives the following suggestions:
Thanks,
Chris
There is an issue with OTM, where you can't export more than 1000 records from a finder screen to Excel, or from an HTML report to Excel. This is limited via a property on the OTM Web Server's glog.properties file.
The issue is that the property listed in the properties file is incorrectly named, so that changing it won't update the behavior. The old property is:
Code:
glog.webserver.finderresults.maxexportcount
Code:
glog.webserver.finder.export_limit
- We do not suggest you use the UI to export large amounts of data (for example, any more than 1000 records)
- We have identified this as a problem and in version 5.5 have added a property to limit the user to the amount of data that can be exported. (the default is 1000)
- You should limit the export to smaller data sets and then combine them manually.
- If you need to export larger volumes than this, we suggest that you use the CSV export functionality.

Thanks,
Chris
Comment