Search found 4 matches

by bobgill
Fri Feb 21, 2014 8:03 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Java HelloWorld App using TM1 API
Replies: 8
Views: 7039

TM1 Java HelloWorld App using TM1 API

Hi folks,

Is there a blog post somewhere to help me write a simple helloworld application in Java with the TM1 API?

I'm looking for something to simply connect to a TM1 server and list the cubes on it. I'm using Eclipse and have the API imported, but I must be missing something.

-Bob
by bobgill
Fri Feb 21, 2014 7:54 pm
Forum: Commercial and Events
Topic: Cognos TM1/Express Documentation - NEW PRODUCT
Replies: 1
Views: 7619

Re: Cognos TM1/Express Documentation - NEW PRODUCT

QUBEdocs has a new release out with a change detection and some other cool features. They are doing a webinar soon to showcase the updates.

Webinar
3PM EST
Wed, Feb 26th
Topic: What's New in QUBEdocs 2.0
https://events.na.collabserv.com/portal ... cc&l=en-US
by bobgill
Wed Aug 07, 2013 11:18 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Automated TM1 Regression Testing Framework like nUnit?
Replies: 8
Views: 6431

Re: Automated TM1 Regression Testing Framework like nUnit?

You're completely right. That would work well. I was just wondering if I'm reinventing the wheel or not. An Agile project should have a continuous integration component that automatically does regression testing and provides immediate visibility to the team if an error comes up. Is there not somethi...
by bobgill
Wed Aug 07, 2013 10:08 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Automated TM1 Regression Testing Framework like nUnit?
Replies: 8
Views: 6431

Automated TM1 Regression Testing Framework like nUnit?

Hi folks, Is there something for TM1 following the nUnit style of automated test tools? In theory, I would expect it to be something like the following * A TI that runs all processes with a '.Test' suffix * Each process with a .Test suffix runs unit tests on an underlying TI returning PASS or FAIL. ...