I'd like to connect to a IBM Cognos TM1 using XMLA, in particular using Adomd.Net.

Accoring to http://en.wikipedia.org/wiki/Comparison_of_OLAP_Servers#APIs_and_query_languages TM1 supports XMLA/MDX, but I can't find any documentation about this.

What would be the format of the connection string?

Has anyone tried, and how did you get on?

link|improve this question
maybe the wikipedia page is wrong (anybody can edit it). Did you got a feedback from IBM – icCube Oct 24 '11 at 12:30
feedback

1 Answer

Connection string:

Provider=TM1OLAP.1;Data Source=%TM1 Server%

The TM1 Login box will appear, you alternatively can provide the "User ID" and "Password" variables too with the string (I even found location variable for the NT Servername, haven't tried it though).

Little resource: http://www.bihints.com/tm1_sdk

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.