Change the default "maxpagesize" on the directory object from 2000 to a higher value (based on your needs)
To achieve this do the following:
- Go to immanage console, on the "Directories" menu, locate your CA Directory object Click on it and when looking at it's properties click "Export..." at the bottom of the page.
- Open the .xml file exported, and when in editing search for the Syntax "maxpagesize=" Note*: If this tag does not exist on your directory object you can set it by adding it to the line similar to this:
<DirectorySearch maxrows="10000" maxpagesize="<your desired value>" minsortrules="1"/>
e.g.
<DirectorySearch maxrows="10000" maxpagesize="8000" minsortrules="1"/> - Save the file and in immanage console, open that directory object and then click "Update" at the bottom. Click "Next". On the next page Click "Finish" accepting the Warning massage.
- Post import click "Continue" and "Restart Environments"
- Re-run the snapshot task and see it is now completing with all users being captured in it.
- If after that the problem still persists, check the following in case you have Virtual Appliance.
From vApp where you have UserStore deployed
- Change to dsa user, only this user has permission to change DSA files
su - dsa
- Edit the vapp-default.dxc file
vim /opt/CA/Directory/dxserver/config/limits/vapp-default.dxc
- Change the "max-op-size" parameter, from 10000 to a higher value (based on your needs)
- Save the file
- Restart UserStore DSA to the change takes effect