Re: Caching of Data in IIS / PTS
From: Akshai Mirchandani [MS] (akshaim_at_online.microsoft.com)
Date: 10/18/04
- Next message: Marcus: "Re: Caching of Data in IIS / PTS"
- Previous message: Akshai Mirchandani [MS]: "Re: Error intializinig service...'Class not registered'"
- In reply to: Marcus: "Caching of Data in IIS / PTS"
- Next in thread: Marcus: "Re: Caching of Data in IIS / PTS"
- Reply: Marcus: "Re: Caching of Data in IIS / PTS"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 18 Oct 2004 13:04:19 -0700
Hi Marcus,
This may happen if you have set the Auto Synch Period on the connection
string in the datasources.xml file to a large number. This property controls
how often the PTS checks when the data in the cache is dirty. See BoL
documentation below:
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. Auto Synch Period Property This property controls the frequency (in milliseconds) of client/server synchronization. Property Name Auto Synch Period Property ID DBPROP_MSMD_AUTOSYNCHPERIOD Remarks The default is 10,000 milliseconds (10 seconds). When this property is set to a NULL value or 0 (zero), automatic synchronization is turned off. Synchronization occurs only when you send a query to the server. Because some client queries are resolved solely from the client cache, too high a value in this property can result in query results that do not reflect recent updates in the data source. However, too low a value can impede performance. The lowest valid nonzero value is 250 milliseconds. If a value between 1 and 249 (inclusive) is specified, a value of 250 milliseconds is used. You will usually set the value of this property when you establish a session; however, you can change its value during the session if necessary "Marcus" <moc456@yahoo.com> wrote in message news:90d120c7.0410180423.5f9ab2cf@posting.google.com... > Hi All, > > I am coming across an issue with caching of data in IIS / PTS, which > results in old data being returned in an XML/A query after the cube is > reprocessed. > > If I run an MDX query against a cube and get a set of results back. If > the cube is then subsequently reprocessed with new data, and the same > MDX query is re-run, the original results are returned in the XML, and > not new results to reflect the reprocessed cube. It appears that this > cache times out after a day, after which the latest results are > returned in the XML/A query. > > The only solution that I can find to this is to stop IIS (the World > Wide Web Publishing service) and restart it. Is there a better way to > handle this, or turn off the caching? > > I am using Windows 2000 Server and Analysis Services SP2. > > Many thanks, > > Marcus
- Next message: Marcus: "Re: Caching of Data in IIS / PTS"
- Previous message: Akshai Mirchandani [MS]: "Re: Error intializinig service...'Class not registered'"
- In reply to: Marcus: "Caching of Data in IIS / PTS"
- Next in thread: Marcus: "Re: Caching of Data in IIS / PTS"
- Reply: Marcus: "Re: Caching of Data in IIS / PTS"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|