Re: Datasource Problem
From: Akshai Mirchandani [MS] (akshaim_at_online.microsoft.com)
Date: 09/01/04
- Previous message: Thorsten Blawatt: "Re: Datasource Problem"
- In reply to: Thorsten Blawatt: "Re: Datasource Problem"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 31 Aug 2004 18:47:51 -0700
You should be able to do this in your application:
- Update datasources.xml (somehow)
- Send Discover DBSCHEMA_CATALOGS with DataSourceInfo set to the new
datasource
The Discover will re-load the datasources.xml and so it should succeed.
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. "Thorsten Blawatt" <thorsten.blawatt@syncos.com> wrote in message news:OseH80zjEHA.1520@TK2MSFTNGP10.phx.gbl... > But when I create a new entry in the datasource.xml I cannot use this new > datasourceinfo in the discover method! > Performing the Discover method needs an exist datasource. Is it correct? > > Best regards, > Thorsten > > > "Akshai Mirchandani [MS]" <akshaim@online.microsoft.com> schrieb im > Newsbeitrag news:eoFzIOsjEHA.2692@TK2MSFTNGP12.phx.gbl... > > The datasources.xml should be re-loaded every time you send an OLE DB > > Discover request. So you can follow up the update to the datasources.xml > > with a request like "Discover DBSCHEMA_CATALOGS". This should refresh the > > datasources.xml loaded by the XMLA SDK. > > > > HTH, > > 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. > > > > "Thorsten Blawatt" <thorsten.blawatt@syncos.com> wrote in message > > news:O9otoUnjEHA.636@TK2MSFTNGP12.phx.gbl... > > > Hi, > > > > > > > > > > > > I modifier in my VB.Net (asp.net) code the datasources.xml. I create > > > dynamically new entries. When I perform the execute method, in some > cases > > I > > > get an error "XMLAnalysisError.88BA0500", because the datasource is > > missing. > > > But the datasource is correct. When I start my program again and perform > > the > > > execute method with the same arguments everything works fine! > > > > > > I need a method like "UpdateDataSources". > > > > > > Is there a method like this in XMLA? > > > > > > Is there a workaround for my problem? > > > > > > > > > > > > Best regards, > > > > > > Thorsten Blawatt > > > > > > > > > > > >
- Previous message: Thorsten Blawatt: "Re: Datasource Problem"
- In reply to: Thorsten Blawatt: "Re: Datasource Problem"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|