Search found 34 matches
- Mon Jul 10, 2017 10:43 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Strange feeder behaviour
- Replies: 11
- Views: 20260
Re: Strange feeder behaviour
What I am trying to say, is that it seems not only feeder section controls feeders creation, but also rules some rules statements, for example ConsolidateChildren. If this is true, than it also should be taken into account when optimizing feeders.
- Mon Jul 10, 2017 10:36 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Strange feeder behaviour
- Replies: 11
- Views: 20260
Re: Strange feeder behaviour
Any cube with a rule associated with it must have a feeders file if using persistent feeders. This is necessary so that on session start the server can validate that the feeder file is same or later time stamped than the cube file. If the feeder file is older this will invalidate all feeder files a...
- Sun Jul 09, 2017 9:47 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Strange feeder behaviour
- Replies: 11
- Views: 20260
Re: Strange feeder behaviour
The mere presence of a rule file, even if empty, will cause creation of a .feeders file for the same cube. Interesting. Than what is stored in that file if not feeders info? I am trying to recreate the model without feeders for currency calculations, to see if it will improve performance. Not sure ...
- Sun Jul 09, 2017 6:53 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Strange feeder behaviour
- Replies: 11
- Views: 20260
Re: Strange feeder behaviour
The feeder file will be created for a cube if any cell in that cube is fed. As tomok indicates, if another cube's rules are feeding the cube in question, you will get a feeder file as long as PersistentFeeders=T in the tm1s.cfg file. That is what I thought, but I deleted all other rules files from ...
- Mon Jul 03, 2017 9:21 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Strange feeder behaviour
- Replies: 11
- Views: 20260
Strange feeder behaviour
Hello All, I am experiencing some strange behaviour with one of the feeders. There are persistent feeders enabled in the model. I changed the rules so that there are no feeders in this cube, stopped TM1 service and deleted .feeder file. I expected that there will be no .feeder file created after the...
- Mon Feb 27, 2017 10:40 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: DimensionElementDelete performance
- Replies: 14
- Views: 11201
Re: DimensionElementDelete performance
So, reporting back the results. I deleted all the history to make cube smaller, leaving only current year - around 8Gb. Even after that, deleting 250k (actually closer to 300K) elements took 11.5 hours. I will try to remove all MDX subsets and rerun the deletion to check if it will improve the perfo...
- Sun Feb 26, 2017 3:30 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: DimensionElementDelete performance
- Replies: 14
- Views: 11201
Re: DimensionElementDelete performance
Thanks guys, reread the reference guide, my mistake - should not use MDX parameter in SubsetMDXSet. Anyway I'll leave Pandinus code running overnight, will report tomorrow what it will give. Thanks all for your inputs.
- Sun Feb 26, 2017 3:16 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: DimensionElementDelete performance
- Replies: 14
- Views: 11201
Re: DimensionElementDelete performance
I used:Also, in the code you posted above, you do not loop over a static subset.
SubsetMDXSet( DimName, SubName, MDX);
AFAIK it does create a static subset. Am i wrong?
- Sun Feb 26, 2017 3:13 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: DimensionElementDelete performance
- Replies: 14
- Views: 11201
Re: DimensionElementDelete performance
1. Correct, this needs to be done only once 2. Cube has sales data on customer and product dimensions. 20 dimensions in total. The purpose is to bring the cube to a more manageable size. 3. Deleted elements are all n-level 4. Yes, there are MDX subsets on the same dimension 5. There are rules and fe...
- Sun Feb 26, 2017 7:42 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: DimensionElementDelete performance
- Replies: 14
- Views: 11201
Re: DimensionElementDelete performance
That is what I am using: #Prolog DimName = 'ZZZZZ'; CubeName = 'YYYYY' CubeSetLogChanges(CubeName, 0); MDX = '{TM1FILTERBYLEVEL({TM1DRILLDOWNMEMBER({[' | DimName | '].[' | Parent_Element | ']},ALL,RECURSIVE)}, 0)}'; SubName = GetProcessName() | '_Source'; IF(SubsetExists(DimName, SubName) = 1); Subs...
- Thu Feb 23, 2017 3:37 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: DimensionElementDelete performance
- Replies: 14
- Views: 11201
Re: DimensionElementDelete performance
Created static subset, but it seems to be even a bit slower. Did anyone try to edit dimension in a separate server and then copy it it back to original server?
- Thu Feb 23, 2017 1:37 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: DimensionElementDelete performance
- Replies: 14
- Views: 11201
DimensionElementDelete performance
Hi, I am trying to improve performance on dimension element delete. I have a fairly large cube (around 60 GB), with one dimension being about 600k elements. I need to delete all the children of one particular consolidation, which are about 250k elements. I have a simple process running on on subset ...
- Sun Oct 30, 2016 9:46 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: SSL breaks on Nov 24 (TM1 SSL Certificates Expire on 24 November)
- Replies: 164
- Views: 172120
Re: SSL breaks on Nov 24 (TM1 SSL Certificates Expire on 24 November)
It seems that provided certificates do not work for older combination of TM1 and Controller. We have TM1 9.5.2 and Controller 10.1 IF4, after certificate upgrade TM1 works fine (Architect and Perspective), while FAP publish constantly fails. As IBM states that it breaks FAP using any other certifica...
- Thu Nov 12, 2015 8:17 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: CAFE - not enough space for context dimensions
- Replies: 5
- Views: 4619
Re: CAFE - not enough space for context dimensions
Thank you for the idea. It is not an ideal solution, but makes a situation much more manageable. Do you know of the way for a user can see what is defined a default member for the dimension from CAFE?
- Wed Nov 11, 2015 2:47 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: CAFE - not enough space for context dimensions
- Replies: 5
- Views: 4619
CAFE - not enough space for context dimensions
Hi All, We are implementing CAFE interface for our users and came across some difficulty that I am unable to solve. We have some cubes with 20+ dimensions. When having most of the dimensions in context area in crosstab, there is not enough space for all of them. You can drag them to this area but so...
- Mon Jun 22, 2015 11:44 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 Server 10.2.2 loaded without Some Views
- Replies: 3
- Views: 4474
Re: TM1 Server 10.2.2 loaded without Some Views
Hi Gabi,
Did you try to upgrade to the latest FP? (FP3 i think). We had a similar problem with feeders in one of the previous versions, which was solved by upgrading to the latest fp.
Did you try to upgrade to the latest FP? (FP3 i think). We had a similar problem with feeders in one of the previous versions, which was solved by upgrading to the latest fp.
- Sun Jan 25, 2015 2:15 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Integrated login between BI an TM1
- Replies: 9
- Views: 10172
Re: Integrated login between BI an TM1
1. BI application pool is configured, returned back SingleSignonOption. 2. BI getway machine added to trusted sites on TM1 machine. 3. Getway namespace in BI configuration environment is changed to the name of AD namespace - I think this is the one meant by default namespace? It is the same as I wro...
- Thu Jan 22, 2015 9:29 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Integrated login between BI an TM1
- Replies: 9
- Views: 10172
Re: Integrated login between BI an TM1
1. tried to uncheck integrated login in client options - no change 2. bi and tm1 should be configured according to manual but obviously something is missing. here are the settings in tm1p.cfg: ServerCamURI = http://biservername:9300/p2pd/servlet/dispatch ClientCAMURI = http://biservername:80/ibmcogn...
- Wed Jan 21, 2015 3:22 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Integrated login between BI an TM1
- Replies: 9
- Views: 10172
Re: Integrated login between BI an TM1
Thanks. Changed:
SecurityPackageName=Kerberos
In BI config deleted:
singleSignonOption IdentityMapping
Still no integrated login...
SecurityPackageName=Kerberos
In BI config deleted:
singleSignonOption IdentityMapping
Still no integrated login...
- Wed Jan 21, 2015 2:27 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Integrated login between BI an TM1
- Replies: 9
- Views: 10172
Integrated login between BI an TM1
We are testing new versions of TM1 (10.2.2 FP1) and BI (10.2.2) installations. Authentication is through BI gateway (on a separate BI server). TM1 users can successfully login by entering user and password from relevant AD namespace, but integrated login is not working in architect and perspectives....