The xmla tag has no wiki summary.
3
votes
0answers
61 views
R clients to OLAP MDX servers
Has anyone tried to access an OLAP server offering a XMLA API (such as Mondrian) from R?
I'd love to run MDX queries from R against Mondrian and retrieve result sets.
Tnks!
0
votes
0answers
26 views
YUI chart wizard cannot discover datasource on XMLA4JS
I'm trying to use YUI chart wizard in XML4JS but when I try with my datasource. There is nothing appear. Can anyone give me a suggestion on this situation?
here is the link of my datasource with YUI ...
1
vote
1answer
171 views
Pentaho Mondrian OLAP Schema Roles
I have a Mondrian server webapp up and running to handle MDX queries, fetch data from the OLAP cubes defined in our Mondrian Schema, and return the XMLA required by the front-end GUI application to ...
0
votes
1answer
70 views
Why I can not connect to my SSAS cube via XML/A in SSMS?
I have a question on my configuration when connect to SSAS with SSMS. Here comes my action:
Follow the official tutorial(http://msdn.microsoft.com/en-us/library/gg492140.aspx) to config my SQL ...
0
votes
1answer
77 views
Excel, cannot connect to XMLA Webservice
I try to create connection to a XMLA Web Service in Excel. I'm using Analysis Services connection assistant. I fill the first mask with web service url and credentials. Then I get 10 ...
0
votes
2answers
174 views
What is Write Back?
When I process a cube in SSMS and script to XMLA, I notice the following element:
<WriteBackTableCreation>UseExisting</WriteBackTableCreation>
What is the writeback table creation ...
0
votes
0answers
114 views
Synchronizing structure (only) of cube in SSAS
I saw that it's possible to synchronize two cubes in SSAS. The process takes an "origin server" an synchronize the cube from this server to the local server (cube should have the same name). I tried ...
0
votes
0answers
56 views
32-bit XML/A connectivity with 64-Bit OLAP
The scenario is as follows:
Currently, we have a BI Application called "Sapience" which uses 32-bit version of XML/A to be connected to OLAP. We are using SQL Server Analysis Services 2000 right now. ...
0
votes
0answers
48 views
Migrating my data warehouse from 32bit SQL Server 2000 to SQL Server 2005 without changing XMLA 4 Business Intelligence Application
This might sound like a basic question but here is the scenario.
Our present Data Warehouse and Database is built on the 32-bit Environment of SQL Server 2000 while our Business Intelligence ...
-1
votes
1answer
300 views
trouble running xmla script
I am following a guide learning SSIS and i am running some xmla-script before the actual ssis-work begin.
the xmla-script runs against sample Analysis DB AdventureWorksDW2008R2.
The script:
...
0
votes
1answer
184 views
Full Process cube in SSIS
I have a XMLA script like below to process (full process) the cube
<Object>
<DatabaseID>Adventure Works DW Standard Edition</DatabaseID>
<CubeID>Adventure Works ...
0
votes
0answers
161 views
SSAS 2010 msmdpump.dll - can remotely access through Excel/SSMS, but not via browser, and showing errors in Event Viewer?
XMLA Web Services is a prereq for a module we're installing into our ERP system (Epicor). Have it already installed. Running into problems during part of the ERP module install involving that web ...
2
votes
1answer
343 views
How to configure Mondrian embedded sample for XMLA communication
I downloaded and installed the the Mondrian 3.4.1 stable community release with the embedded derby database instance. I have many of the examples up and running on a local tomcat instance, but I ...
1
vote
2answers
126 views
Add attribute to cube and reprocess without original database
Every year we keep a historical copy of one of our cubes. This year someone decided they wanted to pay us money to add an attribute to the cube which did not previously exists. Fine, I like money, ...
3
votes
1answer
216 views
Which web services should we use to send MDX queries to ActivePivot?
In our company, users already query activepivot through standard front-end (Excel). But we would like to build a custom MDX application in Java to query ActivePivot. The goal is to be able to ...
0
votes
1answer
225 views
XMLA Discover unparse results error (in Mondrian on Windows 7)
I setup Mondrian and it is working fine but I am unable to make it the XMLA provider.
ie., http://localhost:8080/mondrian works fine but http://localhost:8080/mondrian/xmla.jsp returns the below ...
0
votes
2answers
674 views
Deploying SSAS cube to environments
We are using BIDS 2008 locally (on our workstations) to develop our OLAP objects/cube. Come the time of promotion to Development we can deploy via BIDS. However when a hands-off deployment is ...
0
votes
0answers
203 views
PHP SOAP with XMLA
I am trying to use PHP SOAP with XMLA but I am stuck.
I have Mondrian set up as XMLA provider.
The query I am trying to execute is in comments.
From the tutorials I have found I understood that the ...
0
votes
1answer
101 views
SQL Integration Services: XMLA or SSIS to Load CSV
Is it better to use XMLA or SSIS to load/import CSV data into a database? My sys admin recommends using XMLA + DDL to load the data instead of traditional SSIS.
To me it sounds like SSIS is the ...
0
votes
1answer
355 views
Crystal Reports against OLAP / XMLA / SimbaO2X-server
I'm trying to convert some old Excel-reports to Crystal Reports. The excel sheets uses OLAP-cubes and connects to a database using a XMLA connection over a SimbaO2X driver.
I just can't figure out ...
3
votes
0answers
387 views
OLAP Solution for MySQL [closed]
I'm developing a project on .NET and I need to include an OLAP-based reporting module.
What is the better OLAP solution for the large MySQL DB(each month there will be about 10 millions new rows), ...
0
votes
1answer
86 views
xmla4js I keep getting Origin null is not allowed by Access-Control-Allow-Origin ajax header
I am using XMLA4JS library.
The url of the xmla service is on another domain. I keep getting error message:
Origin null is not allowed by Access-Control-Allow-Origin ajax header
I have not modified ...
0
votes
1answer
198 views
Data Source Connection 'Use Windows Authentication' not applying from XMLA script
I am executing an XMLA script which creates a database. The Data Source object in the database is created successfully. When I view the connection string of the data source, the radio button for ...
1
vote
1answer
69 views
Determine hardware specs and OS version of SSAS box using XMLA or a DMV?
At my current project, SSAS is running on a standalone server and I'd like to know the hardware specs (CPU, Memory, etc) and OS version.
The catch is I don't have access to the OS (or even remote ...
0
votes
1answer
740 views
How to process the cube by using xmla in c# coding
I have list of analysis services databases, and their cubes and dimensions.
Now i want to process the selected cube in c# by using linq to xml? how to give the instruction to process.
Please help me.
...
1
vote
1answer
195 views
How to get the list of databases in an analysis services using xmlaclient in c#
I connected to a particular server in c# using xmlaClient object. Now i want to list out the all databases in that particaular server.
how to implement that.
Please help me.
Thanks
0
votes
2answers
400 views
Creating ssas cube in xmla structure
I want to create a cube by using xmla structure, with out using the BIDS.
How to do that. What dll or references are required to get the cube.
Thanks In advance for your help
Mihir
0
votes
1answer
251 views
Process cube from TSQL
What is the way in TSQL to run the XMLA code to process a cube
XMLA:
<Process xmlns="http://schemas.microsoft.com/analysisservices/2003/engine">
<Object>
...
1
vote
1answer
134 views
MDX query creating verbose xml style field names in dataset in SSRS
I just pasted a query (which works in SSMS) into a new dataset in VS.net/BIDS
However, the field/column names returned are all showing values like:
...
2
votes
2answers
578 views
Is client-side OLAP (e.g. client-side MDX construction plus xmla4js) bad for security?
I'm working on a public-facing web project that will be powered in part by an OLAP server. I wanted to compare a couple ways of doing this from a security perspective:
My initial idea was to pass ...
1
vote
1answer
125 views
How can i get Server Name,ID in XMLA file?
I want to create a Dynamic XMLA file where i want to process the cubes on different servers .
This is the script i have generated from Mangement studio. but i could not able to see the Server node in ...
4
votes
1answer
173 views
Receive XMLA from ruby
I have a ruby server side program that uses a specific library to send request to an olap server and receives the result dataset from the same library.
For some reason, I don't want to call the ...
0
votes
1answer
396 views
Connect to TM1 using XMLA
I'd like to connect to a IBM Cognos TM1 using XMLA, in particular using Adomd.Net.
Accoring to http://en.wikipedia.org/wiki/Comparison_of_OLAP_Servers#APIs_and_query_languages TM1 supports XMLA/MDX, ...
0
votes
1answer
419 views
Discovering partition names SSAS
Is there a way I can dynamically discover if a partition with a specific name already exists in my cube using DMV or XMLA?
Thanks
0
votes
1answer
225 views
Updating cube (writeback) via MDX on SAP
does anybody know if SAP BW supports UPDATE CUBE statement in MDX query (connection to server established via XMLA) ?? It returns some generic error and I cannot find any documentation...
Same ...
0
votes
1answer
998 views
MDX filtering by member property on SAP BW
I'm trying to filter members on axis by their name or unique name and i cannot get MDX below working on SAP BW (over XMLA).
SELECT
{Filter([Z_PRODUCT].AllMembers, ...
0
votes
1answer
277 views
Creating SSAS partitions from an XML file
I have a requirement to create new partitions in a cube using stored procedures.
I have seen solutions using C#/VB/ but nothing for SP's
I have generated the CREATE XMLA but have no idea how to hand ...
0
votes
2answers
492 views
Opensource or free online Oracle OLAP Server or Offline Oracle Cube file
Is there any free online Oracle OLAP servers available for testing? or Is there any offline cube available for Oracle like (.cub) in SSAS.
1
vote
2answers
198 views
Schema-agnostic OLAP-like tool?
Do there exist any (ideally free or open-source) tools for performing OLAP analyses on arbitrary tables in a relational database, without requiring any advance specification of dimensional ...
0
votes
2answers
575 views
SSAS programmatically back up metadata only
We have a set of SSAS 2005 databases that are maintained by various employees. The metadata/schema including format strings, etc. have evolved to represent a significant amount of work and they change ...
0
votes
2answers
1k views
SSAS - Is it possible to add an attribute to an existing dimension w/o redeploying the entire cube
I have a dimension Entity with just Key and Value attributes. We need to add a new attribute, IsSpecial with a default member of [False].
When I try to run the xmla, I get the following error:
...
6
votes
2answers
4k views
What options do I have for creating OLAP cubes with Postgres and making it accessible via .net webservices/wcf?
We have a large POSTGRESQL transactional database (around 70 million rows in all), and have previously created a data warehouse from this (updated daily) to run reports off of.
To make this more ...
6
votes
4answers
3k views
Query OLAP Mondrian (MDX, XMLA) with a Python interface?
Actually I'm using R + Python with RPY2 to manipulate data and ggplot to create beautiful graphics.. I have some data in a PostgreSQL database, and I'm using psycopg2 to query data.
I'm starting a ...
0
votes
1answer
983 views
How to query (xmla) the size of an OLAP catalog in MSAS2008?
I would like to be able to query against an SSAS2008 instance and get a listing of all the catalogs that exist in it, as well as their respective storage sizes. In Management Studio, I can right ...
1
vote
2answers
283 views
Prevent Visual Studio Web Test from changing request details
I have a service that accepts Xmla queries for Analysis services, often times those queries themselves will have a string that contains a fragment that looks something like
{{[Time].[Year].[All]}}
...
0
votes
2answers
1k views
Automate deployment of XMLA / documentation on Microsoft.AnalysisServices.Xmla
I'm looking to automate the deployment of XMLA scripts. I've come across an article that gives a small demo, but I'm hoping to find more info.
Specifically, where is the documentation for ...
0
votes
3answers
3k views
Use Results of an XMLA query in Integration Services
I have an XMLA query which returns the State and Last Processed date of an Analysis Services cube as XML, like so:
Query:
<Discover xmlns="urn:schemas-microsoft-com:xml-analysis">
...

