Search found 7 matches
- Sun Jan 28, 2018 6:24 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: IBM TM1 license details
- Replies: 2
- Views: 3704
IBM TM1 license details
Hi, I have few quires regarding the IBM CognosTM1 license. For my existing TM1 application we are using 20 licenses(This application we are using 3 tm1 components i.e TM1 Architech,TM1 performence modelar,TM1 Application web). The new proposed application (we are planning to start)which required 28 ...
- Wed Jun 04, 2014 5:57 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: how to reduce time while generating a snapshot
- Replies: 4
- Views: 3523
how to reduce time while generating a snapshot
I have been trying to generate a snapshot(using cubeviewer), but it is taking longtime(approximately 20 mints),total records in snapshot is 350000 records.Is there any way to reduce the time to generate snapshot?Cube having 18 dimensions Note: Cube has taking one min time to generate a required view...
- Thu Mar 27, 2014 2:35 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Handle orphans data in TM1
- Replies: 2
- Views: 3206
Handle orphans data in TM1
Hi,
How to handle orphans fact data in tm1.
What is the best approach
Thanks&Regards,
chowdary
How to handle orphans fact data in tm1.
What is the best approach
Thanks&Regards,
chowdary
- Sun Nov 04, 2012 12:21 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: start&stop TM1 service Automatically via batch file
- Replies: 3
- Views: 4524
Re: start&stop TM1 service Automatically via batch file
Try this: http://www.tm1forum.com/viewtopic.php?p=11051 Hi, I have tried these ways 1. NET STOP "TM1 Server / CUF2" /Y NET STOP "TM1 Server / CUF2" /Y Net stop&Net start commands are not working in windows server 2008 R2 Enterprise 2. netsvc /start \\L-WTKL062 "TM1 Serv...
- Sun Nov 04, 2012 4:56 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: start&stop TM1 service Automatically via batch file
- Replies: 3
- Views: 4524
start&stop TM1 service Automatically via batch file
Hi, My operating system is windowsserver 2008R2 Enterprise , now I want to stop and restart the tm1-server via a batch-file. TM1 server is running as a service. Do you have a hint how I can start/stop the server automatically? I written inside batch script like this start the service netsvc /start \...
- Thu Sep 13, 2012 3:18 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Asciioutout is overwriting the file,BUT i want it is once TI
- Replies: 2
- Views: 2079
Asciioutout is overwriting the file,BUT i want it is once TI
I have one ASCIIOUTPUT under the prolog tab and as soon as TI excutes asciioutout is overwriting the file.BUT i want it is once TI excutes i have to add the new data into the existed txt file.is it possible? If possible how
- Tue Sep 04, 2012 3:23 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Avoiding duplicate elements in TI script
- Replies: 1
- Views: 2418
Avoiding duplicate elements in TI script
how to prepare the TI script: user to add in new cost element . when the user enters a new code, the system will have to check through all the elements if the code exist,the system will prompt the user to enter a different code to avoid duplication. If there is no such code, the system will create a...