New Post: Report with R metric is running without an end in the web
After feedback from Vinod that his problem has been solved, I'll summarize here for future users: The SeasonalForecasting.R script includes code that tries to automatically install the a missing...
View ArticleNew Post: Random Forests Metric runs until timeout in Desktop
Hi, I have created a random forests model in R, created the input metrics in MSTR, added the signature code in the R script, and included everything in the Try/Catch. The metrics return quickly in...
View ArticleNew Post: Error message on the installer
I've downloaded the R Integration Package installer, tried running it, but get the following error message: Error 1904. Module C:\Program Files (x86)\Common Files\MicroStrategy\RScriptFunctions.DLL...
View ArticleNew Post: R metric displays empty rows
I'm also getting a blank row when running the script. When looking at the DSS log, I see the following error: 2013-10-16 21:56:48.816-05:00 [HOST:DEMO][PID:4032][THR:3968][Metadata...
View ArticleNew Post: R metric displays empty rows
I don't think so, because if the R functions weren't there, you wouldn't have been able to create an object that refers to it in the first place. This is really a problem for MicroStrategy Tech...
View ArticleNew Post: R metric displays empty rows
Hi, Rick. I was curious about the RSSErrorlog.txt file. I've just run a simple R script that maps an input metric from MSTR that returns a single row to the output variable in R as a test. I've...
View ArticleNew Post: R metric displays empty rows
It seems like you're hitting a problem that is evading the tryCatch... would you mind opening a Tech Support Case for this issue so we can follow-up get the details about your script, your environment,...
View ArticleNew Post: DeployR utility can not open connection
Hi, I have installed RIntegration pack which added RScript function as "Data Mining Function in Metrics editor When I am opening C:\Program Files (x86)\R Integration Pack\RScripts\SeasonalForecasting.R...
View ArticleNew Post: How to render R generated Graphical view (e.g Box Plot, scatter...
I have a Box plot which is running on R. Now I would like to show the same box plot from Micorstrategy? Does it supprted by R Integration pack? e.g I have simple R Code which is showing Box Plot on R...
View ArticleNew Post: How to render R generated Graphical view (e.g Box Plot, scatter...
You can save the R image as a file to the file system (as, say, a JPEG) and then incorporate that image in your MicroStrategy document. Hope this helps, Rick
View ArticleNew Post: DeployR utility can not open connection
It could be that you do not have the proper access to this folder/file. You can check that your user on that system has the proper permissions for C:\Program Files (x86)\R Integration Pack\RScripts and...
View ArticleNew Post: DeployR utility can not open connection
Thanks for your reply, it has been resolved. I think it would be helpful if you could incorporate above point in the user guide document also. Thanks- Shibobrota
View ArticleNew Post: How to render R generated Graphical view (e.g Box Plot, scatter...
Thanks for your prompt response. Saving image will be static, how can we make it dynamic. I mean pass metrics value as parameter from Microstrategy, then generate the plot based on parameter value and...
View ArticleNew Post: How to render R generated Graphical view (e.g Box Plot, scatter...
Sorry, I should have been more clear when about how to "incorporate that image in your MicroStrategy document" -- you use a container on the document that references the image file (in other words, you...
View ArticleNew Post: DeployR utility can not open connection
Thank you for that suggestion. We will. :-)
View ArticleNew Post: Error "the formula for derived metric is incorrect"
I did everything written in the previous messages but my problem is still continue. How can i solve the problem? Probably something is missing but in where?
View ArticleNew Post: Multiple Outputs
Hello, I have multiple outputs in my deployR window as well as in the MSTR signature header block. However, only the first one is being output to the report. Is this intended or is there a way to...
View ArticleNew Post: results for metric
Brand new to R and the integration with MicroStrategy. I successfully got my first metric that processes an R script to run. I kept it simple, just having the script generate the mean based on one...
View ArticleNew Post: R metric displays empty rows
Hi, We need to do a POC for one of our customers. As a test, I first tried the example in the PDF, but only empty rows are returned. I tried to find the RScriptErrors.log file, but I cannot find it...
View ArticleNew Post: R metric displays empty rows
Sorry you're having problems. Empty rows are an indication that your R analytic didn't execute properly. The RScriptErrors.log should be found in the Working Directory (if you specified one) or the...
View Article