If full logging was turned on, this could cause the error(s).
If full logging was not enabled, the root cause of the issue is that the result data size too large to be handled by MS Access database. This issue can be resolved by using SQL lite database directly with Analysis.
By default, Analysis is preset to use MS Access with result sets smaller than 2 GB's. You will need to select the recommended format based on the analysis session file size.
* Less than 2 GB - Recommended - Access 2000
* 2 GB to 10 GB - Recommended - SQL Server/MSDE
* More than 10 GB - Recommended - SQLite
In order to process very large result data, you will need to use the appropriate database option with Analysis. However, these option is only available when using the Analysis directly and not via Performance center.
Please follow the below steps to set-up SQL lite database with Analysis:
1) Openthe HPLoadRunner Analysis
2) Go to Tools -> Options
3) Clickthe Database tab
4)Choose SQLite option
5) Click OK