Search found 7 matches
- Fri Nov 06, 2015 10:43 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Insert delay in TI process
- Replies: 13
- Views: 17873
Re: Insert delay in TI process
I'm using a little "sub"process. With an input parameter pWaitSec and this code in prolog: sNow = NumberToString(now); nTrenner = Scan('.', sNow); sTage=subst(sNow, 1, nTrenner - 1); nSecGesStart = StringToNumber(sTage) * 86400; nSecSinceMn = StringToNumber(TimSt (Now, '\h')) * 3600; nSecS...
- Wed Oct 14, 2015 8:57 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 Perspective Error
- Replies: 1
- Views: 1891
Re: TM1 Perspective Error
Hello, We also had the same behavior when wir run a VBA script. the VBA ran on error and the labels of the toolbar disappeared - each with on error message. the solution was: switch off the toolbar - run vba - switch on the toolbar. maybe this could help? http://www.tm1forum.com/viewtopic.php?f=3&am...
- Wed Oct 14, 2015 8:07 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: [CAFE 10.2] How can the toolbar under the ribbon disappear ?
- Replies: 8
- Views: 9166
Re: [CAFE 10.2] How can the toolbar under the ribbon disappear ?
Hello, We also had problems with the toolbar - in interaction with VBA. the VBA ran on error and the labels of the toolbar disappeared. the solution was: switch off the toolbar - run vba - switch on the toolbar. mayby this could help? http://www.tm1forum.com/viewtopic.php?f=3&t=11011&p=52032...
- Tue Sep 29, 2015 2:14 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: cool TI Editor - where to buy?
- Replies: 5
- Views: 5023
cool TI Editor - where to buy?
Hello together, on search for a good TI editor (not by the Performance Modeler!), i found one called "Vizier". The video looks realy good. :D https://www.youtube.com/watch?v=Jqr6WsOUiD8 But the web adreess www.viziersoftware.com is not present. :o Do anyone know where you can get this cool...
- Mon Apr 20, 2015 1:34 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 Application Server is not running
- Replies: 8
- Views: 8975
Re: TM1 Application Server is not running
I think, the file will be rebuild after saving Cognos Configuration.
http://www-01.ibm.com/support/docview.w ... wg1PM63878
http://www-01.ibm.com/support/docview.w ... wg1PM63878
- Mon Apr 20, 2015 10:15 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 Application Server is not running
- Replies: 8
- Views: 8975
Re: TM1 Application Server is not running
try / check this:
http://www-01.ibm.com/support/docview.w ... wg21669247
i've increased up to 4096MB.
http://www-01.ibm.com/support/docview.w ... wg21669247
i've increased up to 4096MB.
- Tue Oct 21, 2014 9:39 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 Ribbon deactivate or activate
- Replies: 2
- Views: 4588
TM1 Ribbon deactivate or activate
to avoid some problems with the tm1 ribbon while running vba-code you can deactivate the ribbon. Sub TM1_Ribbon_laden () ChDir "C:\Program Files (x86)\ibm\cognos\tm1\bin" Workbooks.Open Filename:="C:\Program Files (x86)\ibm\cognos\tm1\bin\tm1pRibbonX.xlam" Application.Run "R...