Search found 15 matches
- Wed Mar 04, 2015 8:04 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: How to disable commit option in CAFE?
- Replies: 3
- Views: 3242
Re: How to disable commit option in CAFE?
I want to disable commit button only in CAFE.However users should use TM1 Web to input data.
- Tue Mar 03, 2015 11:02 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: How to disable commit option in CAFE?
- Replies: 3
- Views: 3242
How to disable commit option in CAFE?
Hi Team,
We are using 10.2.2 FP1 and we recently got a request to disable the commit button in CAFE by user. Do we have this functionality to disable by user or to disable for all users.
Thanks & regards,
Deepak
We are using 10.2.2 FP1 and we recently got a request to disable the commit button in CAFE by user. Do we have this functionality to disable by user or to disable for all users.
Thanks & regards,
Deepak
- Mon Sep 02, 2013 7:47 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Security: Limit users to access Dimension elements in cube.
- Replies: 1
- Views: 1964
Security: Limit users to access Dimension elements in cube.
Hi Team, I have a requirement where i need to limit the access to users for certain dimension elements . Destination. Company Business. All cubes are reporting cubes that are published to the cognos connection. Users need to access only dimension elements that they have access. Users need to View/in...
- Tue Feb 19, 2013 12:35 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Error: Prolog procedure line (): Cell is not writeable
- Replies: 9
- Views: 8309
Re: Error: Prolog procedure line (): Cell is not writeable
No i am just trying to VIEWZEROOUT(sToCube,sToView).
- Fri Feb 15, 2013 9:59 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Error: Prolog procedure line (): Cell is not writeable
- Replies: 9
- Views: 8309
Re: Error: Prolog procedure line (): Cell is not writeable
I have added only the relevant code for the issue. Please find the attached complete code for your reference.
Sorry for the confussions.
Sorry for the confussions.
- Fri Feb 15, 2013 9:13 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Error: Prolog procedure line (): Cell is not writeable
- Replies: 9
- Views: 8309
Re: Error: Prolog procedure line (): Cell is not writeable
Below Prolog code for your reference. #Source and Target cubes and views sFromCube='st_XXX'; sFromView = 'sys.FSDM.' | sFromCube | '.INVPUBACTUALS'; sToCube='in_YY; sToView = 'sys.PUBSTG.' | sToCube | '.INVPUBPLG_ACT'; ############################################################################## #D...
- Fri Feb 15, 2013 8:59 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Error: Prolog procedure line (): Cell is not writeable
- Replies: 9
- Views: 8309
Error: Prolog procedure line (): Cell is not writeable
Hi Team,
i have the error(Error: Prolog procedure line (377): Cell is not writeable) when i run the TI process using the data adim id, however the process is successfull if i use adnin id.
Not sure what exactly is causing the problem. Please help me ..
Thanks & regards,
Deepak
i have the error(Error: Prolog procedure line (377): Cell is not writeable) when i run the TI process using the data adim id, however the process is successfull if i use adnin id.
Not sure what exactly is causing the problem. Please help me ..
Thanks & regards,
Deepak
- Tue Jan 22, 2013 9:36 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Need to Create TI process to delete the subsets
- Replies: 3
- Views: 3021
Need to Create TI process to delete the subsets
Hi Team,
I have 40-50 dimensions where each has 3-4 system generated Subsets , when i say system generated these are create by MDX statments in the processes.
Can you share the code to delete the subsets of all dimensions which are created with Prefix as 'SYS'.
Thanks
Deepak
I have 40-50 dimensions where each has 3-4 system generated Subsets , when i say system generated these are create by MDX statments in the processes.
Can you share the code to delete the subsets of all dimensions which are created with Prefix as 'SYS'.
Thanks
Deepak
- Mon Jan 21, 2013 10:37 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Default view getting deleted post update of the dimension
- Replies: 6
- Views: 4625
Re: Default view getting deleted post update of the dimensio
Sorry for the confusion.. Process 1 : Delete the consolidated elements Process 2 : Update Hierarchy 1 Process 3 : Update Hierarchy 2 Process 4 : All leaf level elements. In process 1 we are deleting all the consolidated elements , as you have explained we are not breaking the parent child relationsh...
- Mon Jan 21, 2013 9:12 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Default view getting deleted post update of the dimension
- Replies: 6
- Views: 4625
Re: Default view getting deleted post update of the dimensio
We have same code in bedrock too.. ### Go through dimension and delete all C elements ### nElementCount = DimSiz( pDimension ); nElementIndex = 1; While( nElementIndex <= nElementCount ); sElement = DimNm( pDimension, nElementIndex ); sElType = DType( pDimension, sElement ); If( sElType @= 'C' ); If...
- Mon Jan 21, 2013 8:46 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Default view getting deleted post update of the dimension
- Replies: 6
- Views: 4625
Re: Default view getting deleted post update of the dimensio
You are right ... i have the first process to delete the consolidated elements as below. sDim='Account'; vDim_Cnt = DIMSIZ (sDim); WHILE (vDim_Cnt >=1 ); Element = DIMNM ( sDim, vDim_Cnt); IF ( DTYPE ( sDim,Element) @<> 'N'); DimensionElementDelete(sDim, Element); vDim_Cnt = vDim_Cnt -1; ELSE; vDim_...
- Mon Jan 21, 2013 6:09 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Default view getting deleted post update of the dimension
- Replies: 6
- Views: 4625
Default view getting deleted post update of the dimension
Hi Team, We update dimensions with datasource option... ODBC link which connects to DB. Issue: Every time i update my dimension the default subset gets deleted which is creating problem to open the report in Cognos BI.(Query studio reports). Process Sequence : Dimension Name : Account. Process 1 : D...
- Fri Oct 12, 2012 10:53 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Strange Behaviour in TM1 Zero Suppression & Consolidation
- Replies: 4
- Views: 6039
Re: Strange Behaviour in TM1 Zero Suppression & Consolidatio
I have the same issue can you please suggest wht you exactly did in feeders
- Fri Mar 16, 2012 7:24 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Upgrade from TM1 9.5.2 to TM1 10.1
- Replies: 1
- Views: 2576
Upgrade from TM1 9.5.2 to TM1 10.1
Can any one share their experience on upgrade process from TM19.5.2 to TM1 10.1 version. If you can list what are specific check point we should aware of.... If you can explain your experience if you have faced any problems with Perspectives specifically ..... Note: We have Architect appliaction and...
- Mon Oct 03, 2011 1:18 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Best practices TM1 with Cognos 10
- Replies: 1
- Views: 1861
Best practices TM1 with Cognos 10
Hi ..TM1 Gurus i need the best practices for TM1 with cognos 10 .Can any one share..asap...