Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
45
Change ServerUrl without visible refresh
posted

We use the following SSAS architecture:

http://msdn.microsoft.com/en-us/library/cc966449.aspx

In short, 1 processing instance and 2 readonly query instances. The 2 query instances contain identical OLAP databases originating from the processing instance. Only 1 query instance is used at one time for executing queries. Each query instance has an MSMDPUMP IIS directory. When one of the query instances is being updated with the latest copy, we need to switch the users onto the other query instance without them knowing.

So, is there a way to silently change the serverUrl that the PivotGrid control is using? I've tried using $("#pivotGrid").igPivotGrid("option", "dataSource", newDataSource); but it causes a visible refresh and looses the current selections. Ideally we'd be able to specify a function for the serverUrl property of the datasource.

I've also tried changing the url that the msmdpump.dll is configured to use, but that requires an app pool restart.

Any other suggestions are welcome.

Thanks,

Paul