Re: OLAP clients



with AS2000 most of the calculation are evaluated on the client side.
you'll suffer the same issue with any client / server tool for AS2000
(except the MDX query will be better written)

try to play with your connection string first.
Try adding this in the string:
Execution Location=3;Default Isolation Mode=1
(to force the execution on the server side)

other options:
cache ratio=0.001;cache ratio2=0.001;Non Empty Threshold=1;Cache Policy=7

but make sure you'll test ALL your calculated measures because you could suffer bad results.
You can improve the performance but the query result is bad or the performance can degrade for some measures while improve for other measures.

if its not good after these tests, take a look on a web based application.

"Daniele Romagnoli" <d.romagnoli@xxxxxxxxxxxxxxx> wrote in message news:evVP7JvRHHA.4404@xxxxxxxxxxxxxxxxxxxxxxx
Hi, my company actually use SQL Server 2000 Analysis Services and OWC 10 as client. We have some performance issue and we would consider some other clients. Can you suggest some good client?

The big problem is that when users browse the cube the response time on the client are very high, but the server does nothing (RAM and processor usage quite low). I think that the problem is the client elaboration of OWC, I would like to use a client that make a server elaboration.

.



Relevant Pages

  • Re: What doesnt lend itself to OO?
    ... >> proxy and instructs the server to constuct the real object. ... rather than client code. ... If 'clock' is instantiated in the server, ... > for the server interface at the OOA level. ...
    (comp.object)
  • Re: Client Server like program, which way is better?
    ... the program does a lot of IO and calculation and shows them ... They are always read/saved on the server ... something back to the client to inform the client "job ABC is done". ... I'd start by looking at remote method invocation (RMI). ...
    (comp.lang.java.programmer)
  • This is going straight to the pool room
    ... or not the client has privilege to do what they're trying to do, ... The server environment is this: ... 3GL User action Routines that Tier3 will execute on your behalf during the ... Routine Name: USER_INIT ...
    (comp.os.vms)
  • [Full-Disclosure] R: Full-Disclosure Digest, Vol 3, Issue 42
    ... Full-Disclosure Digest, Vol 3, Issue 42 ... SD Server 4.0.70 Directory Traversal Bug ... Arkeia Network Backup Client Remote Access ...
    (Full-Disclosure)
  • Re: What doesnt lend itself to OO?
    ... > rather than client code. ... no way to do that without also touching the object with clock semantics ... will not encapsulate both clock semantics and network semantics. ... The server can do whatever it wants ...
    (comp.object)