I was looking for a way to determine progress of the crash recovery. I did not know (and am still looking into) what caused the crash, so I could not determine exactly how long I would have to wait for the recovery. I have only experienced this a few times and it was always easy to determine the culprit. In this particular case, the only thing that I have to go on is an import of production schedules into my QAD environment that had some bad data. My data validation caught the error and protected the database (or so I thought), but created problems on the OS that generated numerous e-mail alerts. I fixed the issue on the file system and all seemed good. Then 2 hours later the BI is caput. My thinking so far is that the validation process was hung up and generating the BI. However, the only thing that the process does in the database is create temp records in the database for valid records. I am rechecking the sanity of this code to see if this could have occurred. Is there anyway, post-crash recovery, that I can nail this down the culprit securely vis-a-vis the AI, or anything?