Error Message: No Data Is Collected
Symptoms
When you open a report, the following error message appears:
Error 0x40000024 (No data) – No data is collected
.
Another possible message:
Error 0x4000002a (Database interface error) -- Cannot run data transformation 'Add Fake Loop Data'
.
Cause
The possible causes are:
- The data collection period is too short (less than 500 ms on CPU or GPU), and theIntel® Advisorcannot capture performance data since it uses time sampling to collect CPU or GPU time.
- The application crashed during anIntel Advisoranalysis.
- The application could not find required shared libraries, for example, an OpenMP* runtime, if compiler environment was not sourced.
Possible Solution
Do one of the following:
- Verify that you can run your application without theIntel Advisor.
- Open a new console window. You can keep the console window where you launch theIntel Advisor.
- Run the application from a new console window with the same environment set up.
- If you see an error message reporting problem with loading shared libraries, set up the application environment. For example, do the following:
- Set theLD_LIBRARY_PATHvariable.
- Source an Intel® Compiler environment.
- Once the application runs successfully, start theIntel Advisorconsole window with the same environment set up.
- If the data collection duration is too short, do one of the following:
- Increase the workload for your application.
- Decrease sampling interval to 1ms.