Hi,
There are a few functions not available in the 12 UI that can be executed using the XML API. One is updating an attribute driven hierarchy.
I have written a Python script to do this, and it works fine. But I don't want to install Python at the customer site and I would like to be able to do it without any third party tools.
I tried using the AppEngine OLAPXMLRequest function, but it returns an empty reply and throws an error:
Got an unexpected exception while executing xml.
Error during EndExecute
Error:MDX can only be executed on the OLAP server.
The function seems to be expecting XMLA requests, not XML API requests, in which case it might make sense to rename it.
I have two questions:
Is there any way to send XML API requests without using 3rd party tools?
Is there any way to update an attribute driven hierarchy without invoking the relational model or using 3rd party tools?