Re: How to review MDX code in BI Browser
- From: "willy" <willrich33@xxxxxxxxx>
- Date: 18 Jun 2006 10:50:07 -0700
Thank You Darren:
We crossed on another post this weekend...somehow I never thought of
"currentmember.parent." That should be helpful to me in the future.
I purchased "Visual Studio 2005 Standard Edition" and I am still having
problems getting the AMO reference. I can get DSO to work
ie. Dim svr as DSO.Server
but not AMO
ie. Dim svr as AMO.Server
Do I need the enterprise edition or something? Or maybe I am just lost.
I believe I have Analysis Management objects referenced.
Willy
Darren Gosbell wrote:
If you are accessing data using VBA, you are probably either doing
something like referencing Excel data directly or using a data access
library like ADO. .Net can pretty much access all the same data source
that VBA can, so that should not be an issue.
If you want to stay in Office - VSTO (Visual Studio Tools for Office)
might be an option. It lets you write .Net based logic for Office
applications. (but I think you need a full copy of Visual Studio.Net)
I don't know if Office 2007 will have native support for .Net based
libraries. I think I remember hearing that Office 2007 was still using
VBA, but I have not checked this out yet.
--
Regards
Darren Gosbell [MCSD]
Blog: http://www.geekswithblogs.net/darrengosbell
In article <1150509791.661810.154320@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
willrich33@xxxxxxxxx says...
Thanks for the heads up...
I am not sure where to go. The raw data for what I am doing comes in
via Office VB Editor. Will office 2007 support .net libraries? I have
yet to venture outside of office...I guess it's time...
Willy
Darren Gosbell wrote:
You will not be able to find AMO or ADOMD.Net using the Office VBA
editor. Office VBA only allows you to access COM based libraries, both
AMO and ADOMD.NET are .Net libraries. You will have to use Visual Studio
.Net, if you don't have access to this you could try either the Express
Edition or you could have a look at PowerShell - the new scripting shell
that MS is developing.
--
Regards
Darren Gosbell [MCSD]
Blog: http://www.geekswithblogs.net/darrengosbell
In article <1150502013.446196.276450@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
willrich33@xxxxxxxxx says...
Thank You Akshai:
I realized I was on the wrong track earlier.
I arrived at the conclusion that I need "Microsoft SQL Server 2005
Management Objects Collection" and "Microsoft ADOMD.NET" installed if I
want to automate cube creation. Does this make any sense at all?
Somehow I couldn't find these references after install in my Office VB
Editor...
Perhaps I need a reboot.
Thanks Again, Willy
Akshai Mirchandani [MS] wrote:
BI Studio does not use "CREATE CUBE" MDX statements -- it uses DDL that is
in an XML format (also called Analysis Services Scripting Language or ASSL).
http://msdn2.microsoft.com/en-us/library/ms129318.aspx
The events you see in Profiler when cubes are being created will not be MDX
events but rather in the form of ASSL commands...
.
- Follow-Ups:
- Re: How to review MDX code in BI Browser
- From: willy
- Re: How to review MDX code in BI Browser
- References:
- How to review MDX code in BI Browser
- From: Partha
- Re: How to review MDX code in BI Browser
- From: Akshai Mirchandani [MS]
- Re: How to review MDX code in BI Browser
- From: willy
- Re: How to review MDX code in BI Browser
- From: Akshai Mirchandani [MS]
- Re: How to review MDX code in BI Browser
- From: willy
- Re: How to review MDX code in BI Browser
- From: Darren Gosbell
- Re: How to review MDX code in BI Browser
- From: willy
- Re: How to review MDX code in BI Browser
- From: Darren Gosbell
- How to review MDX code in BI Browser
- Prev by Date: Re: MDX Percentage Calculation
- Next by Date: Re: Help with MDX query
- Previous by thread: Re: How to review MDX code in BI Browser
- Next by thread: Re: How to review MDX code in BI Browser
- Index(es):
Relevant Pages
|
Loading