Search found 7 matches
- Thu May 12, 2016 2:03 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Problem updating cube cells using TM1 REST API
- Replies: 1
- Views: 3693
Problem updating cube cells using TM1 REST API
Hello, I recently tried to update 1 cell within a cube using the TM1 REST API. I am using a MDX Statement to get the cellset ID. Here is the mdx {"MDX":"SELECT {[ADDiN_DIMS].[DIM1]} on 0 from C_ADDIN2 where ([}Clients].[Admin],[REPORTS_FEBR].[GEN],[ADDIN_PARA].[DIM_LABEL] )"} Thi...
- Wed Mar 09, 2016 10:37 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Problem reading TM1 transaction log via TM1Api
- Replies: 5
- Views: 3932
Re: Problem reading TM1 transaction log via TM1Api
Okay, i finally got it. The first entry of the returned array is the reference to the real array of values. Ok all seems fine. Now i only need to use the cube filter. What syntax should this cube filter have, to reference to a specific cell? For Example: From the Cube 'Sales' i want 'Canada;2015;Sum...
- Fri Feb 26, 2016 8:16 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Problem reading TM1 transaction log via TM1Api
- Replies: 5
- Views: 3932
Re: Problem reading TM1 transaction log via TM1Api
Ok i just checked the ValType of the returnvalue, and it is an array. (Thanks for the tipp)
But the content of the array is pretty useless. All entries are null
Any idea what i could be doing wrong?
Sincerely,
Alexander
But the content of the array is pretty useless. All entries are null
Any idea what i could be doing wrong?
Sincerely,
Alexander
- Thu Feb 25, 2016 9:21 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Problem reading TM1 transaction log via TM1Api
- Replies: 5
- Views: 3932
Re: Problem reading TM1 transaction log via TM1Api
Hi BrianL. First of all, thanks for your answer! TM1ServerLogOpen returns a 1 so it should be ok. The weird thing is: It always returns 1. If i use a Starttimestamp for some date in 2017 i get a 1 and if i use a user within the filter, that doesn't even exist, it also returns 1. (Even though no data...
- Wed Feb 24, 2016 2:48 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Problem reading TM1 transaction log via TM1Api
- Replies: 5
- Views: 3932
Problem reading TM1 transaction log via TM1Api
Hi All, I have a little problem reading the transaction Log of my running Tm1 Instance. (tm1s.log) I want to get the information within an C# application using the TM1 C Api. I am already using this Api successful for many querys, but i cant figure out the TM1ServerLogOpen and TM1ServerLogNext funct...
- Mon Oct 12, 2015 10:20 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Problem creating dimension hierarchy with TM1 REST Api
- Replies: 3
- Views: 3807
Re: Problem creating dimension hierarchy with TM1 REST Api
Thanks for the answer. The settings in SORTCOMPONENTSTYPE and SORTCOMPONENTSTYPE solved it!
- Fri Oct 09, 2015 8:29 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Problem creating dimension hierarchy with TM1 REST Api
- Replies: 3
- Views: 3807
Problem creating dimension hierarchy with TM1 REST Api
Hi, I'm trying to import data from a MSSQL database into our TM1 database using a C# console application. The whole project already works pretty fine. The struggle: Insert an element under a consolidation. The elements are under the root and under the consolidation resulting in strange behavior with...
