Search found 37 matches

by CoN73mP7
Wed Mar 18, 2015 8:39 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Circular Reference
Replies: 14
Views: 11423

Re: Circular Reference

@qml: That's right. I just got notified about a reply here so I thought I'd have a look.

@nish: Hi, I'm sorry, but I won't be of any help with your problem, because the last time I've "worked" with TM1 was in 2011 and I have no idea, what this thread was really about. :-(

Alex
by CoN73mP7
Thu Oct 27, 2011 11:47 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Unique Alias
Replies: 6
Views: 6767

Re: Unique Alias

I'm not shouting ?!? I was just asking if I understood your suggestion right. And in that Case I wrote that it was not what I was looking for. At no time I did mean to offend anybody. I'm sorry if you took it as shouting or anything like this

Alex
by CoN73mP7
Thu Oct 27, 2011 11:08 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Unique Alias
Replies: 6
Views: 6767

Re: Unique Alias

Sounds interessting, but I don't think I really understand the last step. For each Dimension DimensionCreate('DimName'); AttrInsert('DimName', '', 'ElementName', 'S'); AttrInsert('DimName', '', 'Alias', 'A'); For each Element in a Dimension DimensionElementInsert('DimensionName','', 'UniqueElement1'...
by CoN73mP7
Thu Oct 27, 2011 10:13 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Unique Alias
Replies: 6
Views: 6767

Unique Alias

Hi, I've got a problem with the definition of alias to be unique. I am to build a cube of existing Data. This cubes are build in Cognos 8 where it seems that the names (not the ids) of elements don't have to be unique and so there are Elements with the same Name. Is there a way for TM1 to handle thi...
by CoN73mP7
Wed Oct 26, 2011 2:33 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Find Element Index by Name in TI?
Replies: 13
Views: 16433

Re: Find Element Index by Name in TI?

I know my answer is a bit to late but while searching for a solution when i had the same problem, i found this script which may just do what you want:

http://code.bedrocktm1.org/cgi-bin/run. ... f41917a691
by CoN73mP7
Sat Oct 01, 2011 2:35 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Reload Data from Filesystem
Replies: 8
Views: 5527

Re: Reload Data from Filesystem

That's not what I'm looking for. I have created a noew .pro file and I want to integrate it while the server is running. So far I just manage to integrate the Process by restarting the server.

But it seems like there is no way to do it :-(
by CoN73mP7
Fri Sep 30, 2011 5:15 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Reload Data from Filesystem
Replies: 8
Views: 5527

Re: Reload Data from Filesystem

I think that a cube should be possible because of its loadFile() Function in the API.

My problem however is, that I want to load a process file wich i have created manually
by CoN73mP7
Fri Sep 30, 2011 3:27 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Reload Data from Filesystem
Replies: 8
Views: 5527

Reload Data from Filesystem

Hi,
is there any way, to tell the TM1 Server to reload the Data from the Filesystem with a TI Process or a API call.

I have made changes in the TM1 Server files and want the server to load them while running. At the moment it just works when restarting the Server :-/

Best Regards
Alex
by CoN73mP7
Thu Sep 29, 2011 12:58 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Bug in the .NET API when retrieving elements for TM1Cell?
Replies: 6
Views: 4391

Re: Bug in the .NET API when retrieving elements for TM1Cell

I just found this post while using google search because I have the same Problem. Did they ever fix this bug? Sorry for posting in such an old post ;-)
by CoN73mP7
Wed Sep 28, 2011 11:33 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Create Cube with C#
Replies: 1
Views: 2004

Create Cube with C#

Hi,

im just playing around with the .net API of TM1. Is there a way to create a cube with the C# API? I've looked at the sample Code but ist written in C++ or VB and they use Methods, I don't seem to have like a Method

Code: Select all

hCube = TM1CubeCreate( hPool, voServer, voArrayOfDim );
Best Regards
Alex
by CoN73mP7
Tue Sep 06, 2011 3:23 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Creating a cube with a variable number of Dimensions
Replies: 6
Views: 4694

Re: Creating a cube with a variable number of Dimensions

Thanks for your answer, I've got no problems with the names of the dimensions. I could pass them as parameters. But I don't know the number of dimensions. I'm building about a hundred cubes with different count of dimensions. i can't make a process for each number of dimensions.
by CoN73mP7
Tue Sep 06, 2011 2:01 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Creating a cube with a variable number of Dimensions
Replies: 6
Views: 4694

Re: Creating a cube with a variable number of Dimensions

I think we are talking about different things.

I DO NOT have an existing cube.

I have created dimensions and in the next step want to create a cube with them. The only problem: I don't know how many dimensions when writing the process.
by CoN73mP7
Tue Sep 06, 2011 1:26 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Creating a cube with a variable number of Dimensions
Replies: 6
Views: 4694

Creating a cube with a variable number of Dimensions

Hi,

I'm building Dimensions from a Star-Scheme. So at the end of this process, I've got a number of Dimensions and want to add them to a Cube. How should I do this?

I can't build a TI-Process, because I don't know the number of Dimensions I need to add in the CubeCreate() Function.

Greetings
Alex
by CoN73mP7
Mon Aug 29, 2011 10:31 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 and "shared Members"
Replies: 2
Views: 2162

Re: TM1 and "shared Members"

The usual way around that is to add it to the top level consolidation as well, but with a weight of -1 Thats exactly what we are doing at the moment with Cognos 8. And you're right, it gets very confusing! Thats why I was looking into that problem. I'm researching, if TM1 has a better way to do it,...
by CoN73mP7
Mon Aug 29, 2011 8:19 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 and "shared Members"
Replies: 2
Views: 2162

TM1 and "shared Members"

Hi,

I've got a question:

Is TM1 able to deal with "shared Members"? It means to add an Element at different positions of a dimension but to calculate it only once when consolidating into higher hierarchies.

Greetings
Alex
by CoN73mP7
Wed Jul 27, 2011 7:51 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Multilingual Cubes and Dimensions
Replies: 14
Views: 9279

Re: Multilingual Cubes and Dimensions

Ok, I suppose thats true, Then I'll try to change my question. I think that Working with TM1 Objects is more or less the same in each API. Do I insert an Alias Attribute into each element and then get the Attribute to put in a value or do I add an Alias Attribute to the Dimension and then put Values...
by CoN73mP7
Mon Jul 25, 2011 9:24 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Multilingual Cubes and Dimensions
Replies: 14
Views: 9279

Re: Multilingual Cubes and Dimensions

Doesn't anyone have a clue, what I'm doing wrong?
by CoN73mP7
Wed Jul 20, 2011 1:37 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Multilingual Cubes and Dimensions
Replies: 14
Views: 9279

Re: Multilingual Cubes and Dimensions

So back to this topic ;-) I#ve written a java programm to automatically build dimensions based on a DB-Table which contains the elements and their hierarchy. It works! So what I want to do now is to load in Alias to each Element. I've tried it with this code: tm1Child.insertAttribute(TM1Attribute.Nu...
by CoN73mP7
Tue Jul 12, 2011 3:11 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Invalid number Error
Replies: 4
Views: 3007

Re: Invalid number Error

Of cause they are. There is no other way, because consolidated Elements must be String Elements.
by CoN73mP7
Tue Jul 12, 2011 2:47 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Invalid number Error
Replies: 4
Views: 3007

Invalid number Error

Hi, I've got an error and I don't know why: DIMENSIONELEMENTCOMPONENTADD('DBGL_TIME',vMin,vSec,1.000000); The problem is, that this is generated code of the TI-Process. I haven't changed a thing there. The error says "invalid number in or before Line XYZ. I suppose, its the weight of the compon...