I can't seem to get this to run...
I keep getting the following error:
ShowCatalogs: xfaultcode ->XMLAnalysisError.88BA0500 xfaultstring-> Unable to process the request because the DataSourceInfo property was missing or not correctly specified. xfaultsoap->
My datasource is defined as:
<DataSources UnnamedSessionsTimeout="300" NamedSessionsTimeout="3600" MaxRequestSize="128" AllowInsecureTransport="1">
<DataSource>
<DataSourceName>Local Analysis Server</DataSourceName>
<DataSourceDescription>Microsoft Analysis Server 2000 on local machine</DataSourceDescription>
<URL>
<DataSourceInfo>Provider=MSOLAP.2;Data Source=local;initial catalog=FoodMart 2000</DataSourceInfo>
<ProviderName>Microsoft XML for Analysis</ProviderName>
<ProviderType>
<TDP/>
<MDP/>
<DMP/>
</ProviderType>
<AuthenticationMode>Unauthenticated</AuthenticationMode>
</DataSource>
</DataSources>
I am pretty sure that it is OK, as I am able to get the sample application that came with the XMLA SDK to run with no problems.
If anyone has got any ideas, or has run into a similar problem, I would love to hear from them, as I feel that this could be just what I'm looking for (if I can get it working...)
Thanks in advance for any comments