MicroStrategy ONE
The R Integration Pack is no longer supported as of December 2024.
Reviewing and Troubleshooting Your R Analysis
Along with analyzing the statistical data on your MicroStrategy report, document, or dashboard, you can also review the success or failure of the R script execution. Depending on whether the R script executed when executing the report, document, or dashboard that included the R analysis, you can do one of the following:
- Locate the .Rdata file in your working directory, open it, and explore the R environment that is saved when your function executes. The name of the .Rdata file is specified in the R script.
- If an error occurred or the metrics for your R script did not return any data, check the DSSErrors.log and RScriptErrors.log file for information on any errors detected. The developer of the R script determines what information is included in these log files, as described in Implementing Error Handling .
- When you receive an error message you can search for it here which provides a potential cause and resolution to the problem.