| Exchange Server supports transaction logging and | | | | Exchange Server has used all the available transaction |
| numbers them sequentially. It starts naming them | | | | log files of storage group. |
| from E nn 00001.log and goes on till E nnffff0.log, | | | | Solution |
| where nn represents the storage group number. | | | | To solve the given problem, you need to reset the |
| When all the log files are exhausted, Exchange | | | | log sequence by removing all the log files to a |
| Server gives 'JET_errLogSequenceEnd' error and | | | | different location. But before you do so, you should |
| causes different issues, as discussed below. You | | | | ensure for databases' consistency. You should follow |
| need to remove these log files while making sure | | | | these steps: |
| that the databases are healthy. If not, you should | | | | 1. Select the ' Don't mount this store at start-up' |
| restore them from backup or repair using eseutil | | | | option to make sure that they don't mount at |
| utility or a EDB Recovery Software. | | | | startup |
| For instance, you might come across these | | | | 2. Dismount the database that cannot be dismounted |
| symptoms in a computer running Exchange Server | | | | by killing the store |
| 2000 or 2003: | | | | 3. Mount the other storage groups by restarting the |
| 1. The connected users experience failures when | | | | store |
| trying to logon to their mailboxes. The databases | | | | 4. Try to repair the problematic storage group |
| become inaccessible even when they are mounted. It | | | | databases by running eseutil /r |
| specifically occurs in Exchange Server 2000 that is | | | | 5. Check for databases' consistency by running eseutil |
| not using August 2004 Exchange 2000 Server | | | | /mh |
| post-Service Pack 3 update rollup or in original version | | | | 6. If they are consistent, move checkpoint and log |
| of Exchange Server 2003. The application log shows | | | | files to a different location and mount the databases |
| event ID 1022. | | | | 7. If the databases remain inconsistent, you should |
| 2. The databases in computer running Exchange | | | | delete the damaged databases provided you have a |
| Server 2003 SP1 or SP2 or August 2004 Exchange | | | | full backup to restore. If not, you can use a powerful |
| 2000 Server post-Service Pack 3 update rollup get | | | | EDB Recovery utility to repair and restore them. |
| dismounted without displaying any warning. When you | | | | EDB Recovery Software are well-designed and |
| try to mount them, it shows an internal processing | | | | exclusive applications that allow you to extract all |
| error and logs event 1159 and 9518 in application log. | | | | user mailboxes from a corrupted Exchange database |
| | | | and restore them safely. |
| Cause | | | | |