1

Seing cube_management page, I see we can execute xmla commands like LIST_SCHEMA_BACKUP

Seing xmla page, I see we can connect to xmla using http://localhost:8282/icCube/xmla in a navigator

Is there a way to execute directly commands from a navigator with something like http://localhost:8282/icCube/xmla?command="LIST_SCHEMA_BACKUP"

Or, what is the simplest way to execute a xmla command against iccube ?

Bertrand Miot
  • 929
  • 5
  • 12

1 Answers1

1

There is currently no way to execute such a command using a REST like syntax. The best way is to use a script to wrap the actual SOAP call. You can look at this question for more details.

Hope that helps.

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