EEM user's unable to login to SOIUI. We tried to login to EEM admin ui with EiamAdmin and getting "Error: Attach:EE_POZERROR Repository" error on the login page. This was working fine and no change were made.
Release : 4.0 and 4.2
EEM Release: 12.51.4.16
Component : Service Operations Insight (SOI) Manager
Found the following error in itechpoz_alarm.log
"File space exhausted", meaning the allocated size for dxgrid db is exhausted.
Edited CA\Directory\dxserver\config\servers\itechpoz.dxi
and changed the "set dxgrid-db-size to 512 (it was 256)
Ran the following commands:
dxserver stop itechpoz
dxextenddb itechpoz
dxserver start itechpoz
To confirm the database size we can go to the folder
C:\Program Files\CA\SharedComponents\Directory\dxserver\data\itechpoz
And check the size of itechpoz.db
The size will show as 512.