TM1 Java API

Post Reply
gauerts
Posts: 1
Joined: Tue Jul 13, 2010 10:20 am
OLAP Product: tm1
Version: 9.5
Excel Version: 2007

TM1 Java API

Post by gauerts »

Hi alll,
I need some help with the TM1Java API.
I just tried to send some Data to a Cube via cube.setCellValue().
The Error returning is CubeKeyInvalid.

So I wrote some code to be sure that the given elements are existing in the cubes dimensions.
All element exist and are in the correct order.

Are there any tipps or tricks?
If needed I can poste my code.

Greetings
User avatar
paulsimon
MVP
Posts: 808
Joined: Sat Sep 03, 2011 11:10 pm
OLAP Product: TM1
Version: PA 2.0.5
Excel Version: 2016
Contact:

Re: TM1 Java API

Post by paulsimon »

Please would you post your code. I am more familiar with the C/VB API. In that it is necessary to convert all values to TM1 format before they can be sent.
Post Reply