![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a client application that utilizes ADOMD today. This client application has some custom MDX functions I've created and stored in a COM library. We are able to utilize those functions within MDX 2000 by utilizing the "USE Library" statement to make those functions available. For certain reasons...it's not advantagous for us to have our fucntion libraries reside on the Analysis Services box. We want the function libraries to reside on the client machine. How is this accomplished in ADOMD.Net and Analsyis Services 2005? It seems the use library syntax is missing? Is there a substitute or are we hosed? |
#3
| |||
| |||
|
|
AS 2005 does all its execution on the server. Therefore you must register the COM library as a server-side assembly. Unfortunately you cannot use a client-side library. I for one would like to understand why you *need* this functionality though... Thanks, Akshai -- This posting is provided "AS IS" with no warranties, and confers no rights Please do not send email directly to this alias. This alias is for newsgroup purposes only. "OLAPMonkey" <OLAPMonkey (AT) discussions (DOT) microsoft.com> wrote in message news:85D11116-B676-429D-A15F-7CF6F09B0FE8 (AT) microsoft (DOT) com... I have a client application that utilizes ADOMD today. This client application has some custom MDX functions I've created and stored in a COM library. We are able to utilize those functions within MDX 2000 by utilizing the "USE Library" statement to make those functions available. For certain reasons...it's not advantagous for us to have our fucntion libraries reside on the Analysis Services box. We want the function libraries to reside on the client machine. How is this accomplished in ADOMD.Net and Analsyis Services 2005? It seems the use library syntax is missing? Is there a substitute or are we hosed? |
#4
| |||
| |||
|
|
AS 2005 does all its execution on the server. Therefore you must register the COM library as a server-side assembly. Unfortunately you cannot use a client-side library. I for one would like to understand why you *need* this functionality though... Thanks, Akshai -- This posting is provided "AS IS" with no warranties, and confers no rights Please do not send email directly to this alias. This alias is for newsgroup purposes only. "OLAPMonkey" <OLAPMonkey (AT) discussions (DOT) microsoft.com> wrote in message news:85D11116-B676-429D-A15F-7CF6F09B0FE8 (AT) microsoft (DOT) com... I have a client application that utilizes ADOMD today. This client application has some custom MDX functions I've created and stored in a COM library. We are able to utilize those functions within MDX 2000 by utilizing the "USE Library" statement to make those functions available. For certain reasons...it's not advantagous for us to have our fucntion libraries reside on the Analysis Services box. We want the function libraries to reside on the client machine. How is this accomplished in ADOMD.Net and Analsyis Services 2005? It seems the use library syntax is missing? Is there a substitute or are we hosed? |
![]() |
| Thread Tools | |
| Display Modes | |
| |