Solution:
The procedure will be the following in your UNIX / LINUX environment as "root":
- Check if Access Control is running:
Run: 'issec'
- Stop Access Control:
Run: 'secons -s'
- For your Access Control database (seosdb), you need to be inside the 'seosdb' directory:
Run: 'cd /opt/CA/eTrustAccessControl/seosdb'
- Build indexes of a DBIO based on data records:
Run: 'dbmgr -u -build all'
- Restart Access Control:
Run: 'seload'
The procedure will be the following in your WINDOWS environment as "Administrator":
- Check if Access Control is running:
Run: 'net start|find "Access Control"'
- Stop Access Control:
Run: 'secons -s'
- You need to be inside the 'seosdb' directory:
Run: 'cd \Program Files\CA\eTrust Access Control\data\seosdb'
- Build indexes of a DBIO based on data records:
Run: 'dbmgr -u -build seos_cdf.dat'
Run: 'dbmgr -u -build seos_pdf.dat'
Run: 'dbmgr -u -build seos_odf.dat'
Run: 'dbmgr -u -build seos_pvf.dat'
- Restart Access Control:
run 'seosd -start'