XMLA
Unknown macro: {scrollbar}
This component allows communication with an XMLA server using the XML for Analysis specification (XMLA Specification) for more information on the protocol and how it deals with OLAP data. The XMLALookupRule takes connetion information, a catalog schema, and a query. It then executes the query against the XMLA server and returns a result-set in the form of an instance of IPentahoResultSet.
Component Name:Â XMLALookupRule
Component Definitions: NoneÂ
Resources:
Inputs:Â (All are required)
uri -- JDBC connection string to XMLA server.
user-id -- User id for authentication to above server
password -- Password for above user
catalog -- URI that points to an olap catalog
query -- XMLA query to be run.Â
Outputs:
query-result of type "result-set" Mapped to an IPentahoResultSet