Hi
We are using v10.1.1 FP1
Some of our processes update both main cube data with CellPutN and attributes with AttrPutS. We have found extremely slow run times - you can see the record counter going up 1 or 2 records at a time. The only solution so far appears to be add an IF text to check the current value of the Attribute and to only do the attrputs if this is different from the new value. However, in v9 this was unnecessary. Has anyone else encountered this issue?
Regards
Paul Simon
Slow performance of attrputs in v10.1.1
-
- MVP
- Posts: 2836
- Joined: Tue Feb 16, 2010 2:39 pm
- OLAP Product: TM1, Palo
- Version: Beginning of time thru 10.2
- Excel Version: 2003-2007-2010-2013
- Location: Atlanta, GA
- Contact:
Re: Slow performance of attrputs in v10.1.1
I haven't experienced anything like that. Do you have rules and feeders, either on the attributes cube itself, or other cubes based on the attribute values you are updating? It could be related to something related to that.
-
- MVP
- Posts: 600
- Joined: Wed Aug 17, 2011 1:19 pm
- OLAP Product: TM1
- Version: 9.5.2 10.1 10.2
- Excel Version: 2003 2007
- Location: York, UK
Re: Slow performance of attrputs in v10.1.1
Three questions :-
- Is there a rule defined on the attribute cube?
- Is at least one of the attributes an alias?
- Which exact version of v9 were you on?
- macsir
- MVP
- Posts: 785
- Joined: Wed May 30, 2012 6:50 am
- OLAP Product: TM1
- Version: PAL 2.0.9
- Excel Version: Office 365
- Contact:
Re: Slow performance of attrputs in v10.1.1
We don't have this problem. Try to put values into attribute cubes and check the performance again?
- 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: Slow performance of attrputs in v10.1.1
Hi
It appears that the issue with the attrputs was a red-herring. With some more detailed investigation we have narrowed the problem down to the CellPutS. Unfortunately we are getting some very erratic results. In some cases restarting the server cures the problem in other cases it does not. The same code on the Dev box does not give the problem but on Prd it does even though the cube files were copied and the CFG is the same etc.
I will keep investigating and let you know. The problem has been referred to IBM.
Regards
Paul Simon
It appears that the issue with the attrputs was a red-herring. With some more detailed investigation we have narrowed the problem down to the CellPutS. Unfortunately we are getting some very erratic results. In some cases restarting the server cures the problem in other cases it does not. The same code on the Dev box does not give the problem but on Prd it does even though the cube files were copied and the CFG is the same etc.
I will keep investigating and let you know. The problem has been referred to IBM.
Regards
Paul Simon