System failure causes data synchronization problem
If a system fails during data synchronization, we might not be able to run data synchronization after a system restore. Application server and database failures can cause this problem. When data synchronization starts, IBM Security Identity Manager sets the STATUS column to Started in the ITIMDB.SYNCHRONIZATION_HISTORY table. When the system fails, the status is not updated to Failure. We must set data synchronization status correctly in the SYNCHRONIZATION_HISTORY table. Complete these steps:
- Connect to the ISIM database.
- Open the SYNCHRONIZATION_HISTORY table.
- Locate the entry for data synchronization that reads Started in the STATUS column. Only one Started entry is displayed.
- Change the value of Started to Failure.
- Commit the change to the database.
- Run data synchronization.
Parent topic: Troubleshooting database problems