Dmitry Sloutskov

Results 1 comments of Dmitry Sloutskov

Greetings, This can be done in the Pentaho BI control panel, by clicking **tools->refresh->mondrian cache**, imho... this equivalent to ``` #!bin/bash user=XXX pass=XXX host=localhost schema=Reporting%20schemas wget --no-check-certificate http://${host}:2310/pentaho/content/analyzer/ajax/clearCache?catalog=${schema}\&userid=${user}\&password=${pass} ``` Documentation...