It doesn't seem to matter what value I give - I still get the same (correct) results. <Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/"> <Body> <Discover xmlns="urn:schemas-microsoft-com:xml-analysis"> <RequestType>DBSCHEMA_CATALOGS</RequestType> <Restrictions><RestrictionList/></Restrictions> <Properties><PropertyList><DataSourceInfo>AnyValueWorks</DataSourceInfo></PropertyList></Properties> </Discover> </Body> </Envelope> -------------------- Chris Harrington Active Interface, Inc.
Against AS 2005? Yes, AS 2005 doesn't support different data sources the way the XMLA SDK does, and so it just ignores the content of the DataSourceInfo property... 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. "ChrisHarrington" <charrington-at-activeinterface.com> wrote in message news:uP6iIMIEGHA.3200@tk2msftngp13.phx.gbl... > It doesn't seem to matter what value I give - I still get the same > (correct) results. > > <Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/"> > <Body> > <Discover xmlns="urn:schemas-microsoft-com:xml-analysis"> > <RequestType>DBSCHEMA_CATALOGS</RequestType> > <Restrictions><RestrictionList/></Restrictions> > > <Properties><PropertyList><DataSourceInfo>AnyValueWorks</DataSourceInfo></PropertyList></Properties> > </Discover> > </Body> > </Envelope> > > -------------------- > Chris Harrington > Active Interface, Inc. > >
Thanks Akshai - that's what I figured. "Akshai Mirchandani [MS]" wrote in message news:OPnXQZIEGHA.3892@TK2MSFTNGP10.phx.gbl... > Against AS 2005? Yes, AS 2005 doesn't support different data sources the > way the XMLA SDK does, and so it just ignores the content of the > DataSourceInfo property... > > 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. > > "ChrisHarrington" <charrington-at-activeinterface.com> wrote in message > news:uP6iIMIEGHA.3200@tk2msftngp13.phx.gbl... >> It doesn't seem to matter what value I give - I still get the same >> (correct) results. >> >> <Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/"> >> <Body> >> <Discover xmlns="urn:schemas-microsoft-com:xml-analysis"> >> <RequestType>DBSCHEMA_CATALOGS</RequestType> >> <Restrictions><RestrictionList/></Restrictions> >> >> <Properties><PropertyList><DataSourceInfo>AnyValueWorks</DataSourceInfo></PropertyList></Properties> >> </Discover> >> </Body> >> </Envelope> >> >> -------------------- >> Chris Harrington >> Active Interface, Inc. >> >> > >