1

Is there a way to define a timeout for xmla requests in IcCube ?

Very long requests may use all the resources and should be killed to avoid that...

Bertrand Miot
  • 929
  • 5
  • 12

1 Answers1

1

The section within the icCube.xml file allows for defining processing "profiles" per user, per role, etc... A profile can for example limits the number of threads used to process an MDX query. Another possibility is to define a "timeout".

You can have a look to the file that is explaining in details what can be configured.

Hope that helps.

Marc Polizzi
  • 9,275
  • 3
  • 36
  • 61