Search found 6 matches

by sureerat
Thu Feb 11, 2010 5:32 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Question on TM1 replication
Replies: 4
Views: 4903

Re: Question on TM1 replication

Hi rkaif, Thank you for your reply. I have questions to ask suggestion from you. 1. From your suggestion, If I disable chore as you said. It's just prevent TM1 replicate update data to target by automatic right? But when I need to purge inactive data from original to replica cube again. Does it shou...
by sureerat
Wed Feb 10, 2010 10:42 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Question on TM1 replication
Replies: 4
Views: 4903

Question on TM1 replication

Hi all, My model that I'm implementing is complicate and have big size. I'm finding way to improve performance by reduce unnecessary data stored in source server. I think to create another instance to keep inactive data from source server. I used replication feature in TM1 but I have some question. ...
by sureerat
Sun Nov 08, 2009 1:10 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Feeder for fixed value
Replies: 5
Views: 3997

Re: Feeder for fixed value

Thanks, I use quantity feed to Cost, and it works okay. Just still wondering that feeding between 32 bit and 64 bit is different.
by sureerat
Sat Nov 07, 2009 4:41 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Execution aborted, Stack overflow
Replies: 0
Views: 1579

Execution aborted, Stack overflow

I saw this message "Execution aborted, Stack overflow', in TM1 log. Does anyone have seen it before? What is the impact to the system/

It just warning and the system can work as normal, or feeder will not work. How can we fixe it? Is it related to condition feeder?

Thanks
by sureerat
Sat Nov 07, 2009 4:37 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Feeder for fixed value
Replies: 5
Views: 3997

Re: Feeder for fixed value

Actually, 'Price' in this cube will be linked to use in another cube which is bigger than this cube. ie, in Cost cube ['Cost']=N:DB('Price cube', !month,'price')*0.5; ['Margin']=N:if (['Cost']>33, ['A']+['B'],[C']). I found out that in Margin cell show me 'Not fed', because 'Cost' and 'price'is not ...
by sureerat
Sat Nov 07, 2009 12:35 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Feeder for fixed value
Replies: 5
Views: 3997

Feeder for fixed value

I have used 32 bit before and no need to do feeder for the rule that equal to specific value.

ie; ['price']= N:if(['Sales']>0,99,77);

However, I'm now using 64 bit. Price cell always shows me "not fed". Does anyone have any ideas?

Thank you very much.