Grunty,
Not sure if this will help or not, below is what I did when my reports would come up blank or lock the server when I attempted to run a report. You should do this from the server that your EPo is installed on.
Good luck,
mvas
It is essential that a backup of the database is taken before the procedure is started. In the event the procedure does not work you will then be able to return to your original state.
Stop the ePolicy Orchestrator Server and Event Parser services.
Insure all ePO consoles are closed.
Insure you are logged in as a local administrator.
Open a command prompt window.
Start an OSQL session by typing the following command: osql -E
NOTE: This command is case-sensitive.
At the 1> prompt, enter the following command:
exec sp_dboption '<epodatabasename>', 'select into/bulkcopy','true'
where <epodatabasename> is the name of the ePO database. By
default this will be ePO_<servername> where <servername> is the name of
the ePO server.
NOTE: Although this command is not case-sensitive, insure that spaces and commas are correct.
At the 2> prompt, enter the following command: go
You should see the following message: "Checkpointing the
database that has been changed. DBCC execution completed. If DBCC printed error messages, contact your system administrator." If you receive any other error messages, please contact Network Associates
Technical Support, who will require a backup copy of your database.
You should be returned to a 1> prompt. Exit osql by entering the command: exit
This will return you to the command prompt.
Restart the ePolicy Orchestrator Server service (which will
automatically start the Event Parser service). Reports should now run correctly.