- How to Decrease the number of Records seen before the token key is created?
- For version 4.0 and higher:
- Login to 'Administer the system'.
- Go to "Advanced Configuration" > "General" > "Configuration Files" filter the list by File Group=External Interfaces, Sub-group=OAI_Provider.
- Edit the oaiproviderconfig.xml file.
- Reduce the number in this variable: <ListRecordLimit>1000</ListRecordLimit> .
- Save changes.
- Restart Rosetta (dps_stop followed by dps_start) (under v4.1).
- For versions lower than 4.0:
- Go to /exlibris/dps/d4_1/system.dir/thirdparty/jboss/server/default/deploy/repository.ear/exl-oaiprovider-web.war/WEB-INF/classes
- vi oaiproviderconfig.xml
- Reduce the number in this variable: <ListRecordLimit>1000</ListRecordLimit>
- Save changes (wq)
|