![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Has anyone been successful in creating a cube file using XMLA? In Management Studio I ran an MDX query that completed successfully: CREATE GLOBAL CUBE [Test] STORAGE 'c:\cube\test3' FROM [Adventure Works DW] (MEASURE [Adventure Works DW].[Average Rate],DIMENSION [Adventure Works DW].[Dim Currency],DIMENSION [Adventure Works DW].[Dim Time]) I then tried the same query in XMLA, and received errors: Execute xmlns="urn:schemas-microsoft-com:xml-analysis" Command Statement CREATE GLOBAL CUBE [Test] STORAGE 'c:\cube\test3' FROM [Adventure Works DW] (MEASURE [Adventure Works DW].[Average Rate],DIMENSION [Adventure Works DW].[Dim Currency],DIMENSION [Adventure Works DW].[Dim Time]) /Statement /Command Properties PropertyList /PropertyList /Properties /Execute Response was: Executing the query ... CREATE GLOBAL CUBE statement. FILENAME|c:\cube\test4|DDL| Batch xmlns="http://schemas.microsoft.com/analysisservices/2003/engine" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance ..... Execution complete I would like to create cube files using XMLA, but looks like I'm going to have to resort to msolap.3 |
![]() |
| Thread Tools | |
| Display Modes | |
| |