TM1 Java API

Post Reply
fingertr
Posts: 1
Joined: Wed Jul 09, 2014 1:37 am
OLAP Product: TM1
Version: 101
Excel Version: 2013

TM1 Java API

Post by fingertr »

hi,

We recently are using TM1 java api to manipulate values in TM1 server. We tried to add a value to a cube first and then get that value from the cube. Adding values works properly but getting values always return "CubeKeyInvalid" message, which does not make much sense. The test is carried out by Junit. We call setCellValue first and then getCellValue immediately after setCellValue.

Any thoughts on this problem?

Thanks for any help in advance
Post Reply