IMPAX 6.5.1 Server Knowledge Base home > Maintaining IMPAX Server: Managing studies > Recovering missing studies

Displaying progress messages for the volume recovery tool

The volume recovery tool does not display progress messages while running the utilities. Use the SQL Server process ID to determine the SQL command currently being executed.

To display progress messages for the volume recovery tool

  1. To determine the process that is currently executing SQL commands, use the sp_who command with any SQL Server process ID argument (found via top).

  2. To display the SQL statement currently being executed, after the process ID of the volume recovery tool is found, use the dbcc inputbuffer(spid) command, where spid is the process id.


See also


Topic number: 9193

Applies to: IMPAX 6.5.1 Server Knowledge Base