Search found 8 matches
- Thu Mar 09, 2017 1:14 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 APP Instance takes longer time to come up
- Replies: 1
- Views: 1701
TM1 APP Instance takes longer time to come up
Hi All, Currently TM1 APP Instance takes 2 hours and 45 mins to come up after services are restarted. Data folder is approx. 170 Gigs and server holds models like Profitability etc. approx. 80 - 85 Gigs (Profitability model developed on TI processes very very minimal TM1 Rules usage) Can any body su...
- Mon Aug 29, 2016 5:13 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TI Process jump tabs (Advanced tabs of TI) without completion
- Replies: 2
- Views: 2406
Re: TI Process jump tabs (Advanced tabs of TI) without completion
Thanks Paul for solution. As shown in example, updated my code to catch return values and incase of expected output proceed to Epilog other wise Quit wrapper process, but some-how without completion of sub processes moving to Epilog. Is there any other way to handle this issue. Thanks Tesla Updated ...
- Tue Aug 23, 2016 10:38 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Bifurcation of Advanced Tabs in TI
- Replies: 2
- Views: 2431
Bifurcation of Advanced Tabs in TI
Hi, This post is to improve understanding of why separate Tabs are available for writing TI Code. IBM document clearly states each tab action/activity but never understood why separate tabs are provided.I am under impression that separation of tabs makes management of code lot easy rather than writi...
- Fri Aug 05, 2016 10:00 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TI Process jump tabs (Advanced tabs of TI) without completion
- Replies: 2
- Views: 2406
TI Process jump tabs (Advanced tabs of TI) without completion
Hi All, We are trying to run TI processes parallel to load data by leveraging the resources available on TM1 server. To achieve parallelism, developed Wrapper-Master process to do separately each of below, A) Process to create meta data objects like cubes, subsets, views B) Batch files to invoke sam...
- Thu Jul 07, 2016 6:12 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Locking issue on cubes while running TI processes parallely
- Replies: 7
- Views: 5564
Re: Locking issue on cubes while running TI processes parallely
Thanks for response PavoGa. In TM1 Operations console/TM1 TOP we can see mode as WAIT:IXC. As informed in thread, separated Reference structure (Cube, views, subsets) creation to different processes, now each processes are not locking each other (processing same cube with different cells) able to ac...
- Fri Jun 24, 2016 9:57 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Locking issue on cubes while running TI processes parallely
- Replies: 7
- Views: 5564
Re: Locking issue on cubes while running TI processes parallely
Thanks for your response PavoGa. Yes "log4j.logger.TM1.Lock.Exception=DEBUG" added to see additional logs. Output of it thrown lots of data but does not help us to nail down locking issue. Definitely not writing to the consolidations with CELLPUTPROPORTIONALSPREAD. Most of TI's which do ca...
- Fri Jun 24, 2016 8:52 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Locking issue on cubes while running TI processes parallely
- Replies: 7
- Views: 5564
Re: Locking issue on cubes while running TI processes parallely
Thanks for your response declanr. Even tough logging mechanism placed in TI Code(AsciiOutPut) but not able to figure out at what line of code locking occurs, even Operations Console is not helping here it just shows "wait" mode but not convey functions etc. Generally (our way of implementa...
- Fri Jun 24, 2016 7:05 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Locking issue on cubes while running TI processes parallely
- Replies: 7
- Views: 5564
Locking issue on cubes while running TI processes parallely
Hi All, Our TM1 Model (size 31 GB) experiencing performance issue while running TI processes parallely. They would be around 30 TI processes running for around 12 hours to process data like calculations, copying. Our intention is to reduce TI processing to reasonable time frame (around 5-6 hours). T...