You can process the warehouse from the Application Tier (AT) using a web service at:
http://localhost:8080/Warehouse/v1.0/warehousecontroller.asmx
1) Execute GetWarehouseStatus - this should return Idle. 2) Execute Run - this should return true. 3) Execute GetWarehouseStatus again - this should the current warehouse status (i.e. Processing Adapters, Processing OLAP). Poll this method until it returns Idle.
If the warehouse was not processed check the eventvwr (on AT) for errors.
Also note that the reports themselves will be cached. To disable report caching: Browse to the Report http://localhost/Reports Select Project Folder, Select Report
Execute the report and select the "Properties" tab (near the top). Select "Execution" from the menu on the left Select "Do not cache temporary copies of this report" and Apply
You may want to reenable caching after you have verified everything is working.
|