Questions tagged [microstrategy]

MicroStrategy is a proprietary business intelligence suite based on a ROLAP back-end similar to Cognos or Business Objects.

MicroStrategy is a proprietary business intelligence suite based on a ROLAP back-end similar to Cognos or Business Objects. Key features include a ROLAP engine with a metadata based database markup system, in-memory OLAP based on the metadata, ad-hoc reporting and analytic tooling aimed at power user skill levels, a dashboard builder/publisher, and a portal facility providing a front-end.

Competitors include Business Objects, Cognos and ROLAP tooling supplied by database vendors such as Microsoft and Oracle. MicroStrategy do not provide a dedicated MOLAP server, although the tool does have a proprietary in-memory local cube facility. The suite does not support native browsing of third-party OLAP servers, although it can import data from OLAP sources and use it witin its own metadata layer.

Use this tag for any questions related to the MicroStrategy tool chain.

284 questions
7
votes
3 answers

Is anybody using OBIEE (formerly Siebel Analytics) ? What is your experience

We are in the process of selecting BI stack for our data warehouse. The top contenders are OBIEE = Oracle BI Enterprise Edition (formerly Siebel Analytics) and Microstrategy. Has anyone worked with OBIEE? Lessons learned? General impressions? Flaws,…
7
votes
2 answers

Testing flash applications on web using selenium

I want to test Microstrategy applications using any web testing tools. I figured out seleniun serves my purpose well. But microstrategy applications are deployed in flash formats. Please help me to guide how to test these flash applications is there…
Pratik
  • 831
  • 2
  • 8
  • 13
6
votes
1 answer

Microstrategy Using a visualization as a selector D3 costum chart

I'm trying to use a visualization as a selector on a D3 costum chart. I'm following the SDK documentation Here, and I can't make my example work. Basicly I star by declaring "me" var and enable the "use as filter" option. var me =…
Bruno Ferreira
  • 466
  • 7
  • 17
4
votes
2 answers

Web front-end for SQL Server data warehouse

Need a easy to set-up and flexible web front-end for a data warehouse built in SQL Server 2008. I'd like to be able to expose both SSRS reports and SSAS cubes for browsing. Seems like Microsoft wants us all to use Sharepoint for this, but I want…
3
votes
0 answers

How can I connect to MSTR library via CURL to get the session state?

I am trying to connect to MicroStrategy REST API via curl in order to obtain the session state. I have tried a PHP code using this example https://community.microstrategy.com/s/article/Library-REST-API-Login-PHP?language=en_US. I get the following…
vifor
  • 31
  • 3
3
votes
0 answers

RGTK2, GTK, GLIB package install on EC2

On an EC2 machine, I am trying to install R Integration pack for connecting R with Microstrategy. In the installation of the package MicroStrategyR on R, I got following errors. ERROR: gtk+2.0 not found by pkg-config. ERROR: configuration failed for…
androboy
  • 817
  • 1
  • 12
  • 24
3
votes
2 answers

no project is connected to this web server.to configure projects go to web administrator

I'm new to Microstrategy development, for the first time installation of tool in my machine i created an report in the WEB executed well and very next day when I'm opening the WEB it showing "no project is connected to this web server.to configure…
Dinesh Haraveer
  • 1,784
  • 3
  • 31
  • 54
2
votes
1 answer

unchecking apply selection as a filter in microstrategy gives no data

I have an attribute selector and I wish to use USE FIRST option on it. So I uncheck the apply selection as a filter. But doing so, makes my selector empty. It does not show any data. And when I use apply selection as a filter, it shows the…
2
votes
1 answer

Javascripts for customization in microstrategy

I am working on a MicroStrategy project in which I have a grid that contains data in the following the format: ID | Name 1 | Abc 2 | Def 3 | Ghi and I want to use column ID as selector within the grid, so that when the users…
2
votes
4 answers

Optimal Database Structure for MicroStrategy

I have spent most of my career developing data warehouses\marts as Star Schemas because they were typically used in conjunction with Microsoft's Analysis Services. However, we are starting to leverage MicroStrategy 9.0.1, and I have been told that…
Irwin M. Fletcher
  • 2,606
  • 3
  • 25
  • 29
2
votes
1 answer

Microstrategy - HBase connection

We are trying to connect MS 9.4 to HBase via Impala connector. First we created the hive tables liking them to HBase tables with following create table (as we saw in the docs): CREATE TABLE hiveTableName1 (key int, columnName1 codClient,…
josele
  • 79
  • 1
  • 9
2
votes
1 answer

Microstrategy - Dashboards and Documents

In Microstrategy 9.4.1 i created a dashboard from the web and then i tryed to edit it from the desktop and i got the following message this analysis will be converted to a document and the change cannot be undone. are you sure? I could read on the…
AndreA
  • 779
  • 9
  • 22
2
votes
1 answer

SSAS Cube design - MDX very slow

I'm busy tearing my hair out with this one. I have a cube with 1 fact and around 9 dimensions. The fact table only has around 120k rows in it so it is not a big DB by any means. The issue is that with the reporting software I'm using…
Niel
  • 31
  • 1
  • 8
2
votes
4 answers

Using Microstrategy on Highly Normalized SQL Server database

I am interested in comments and insights relating to using Microstrategy to report against a complex snowflake SQL Server database comprising of several transactional, normalized (3NF) tables. Specifically, what is the best approach or the…
dmedz
  • 191
  • 3
  • 5
  • 14
2
votes
2 answers

Viewing SYS schema tables of JBoss EDS/Teiid VDB

Can someone help me understand how to expose the SYS schema objects of a JBoss Teiid Virtual Database when connected via an ODBC-JDBC bridge ? The client is connecting to ODBC side of the bridge and the JDBC side of it is connecting to the Virtual…
vbchin2
  • 21
  • 1
1
2 3
18 19