Search found 6 matches

by Eeyore
Wed Mar 03, 2010 4:05 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Restart TM1-Service automatically
Replies: 3
Views: 4636

Re: Restart TM1-Service automatically

Net Stop / Net Start work, and so do the equivalent SC commands. The problem with both of these is that neither of them have a Restart command equivalent to the option in the Services applet, so you have to include a delay in your batch file between the Stop and the Start to allow the server to save...
by Eeyore
Mon Feb 01, 2010 4:49 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Error trapping in TM1 9.0?
Replies: 4
Views: 3359

Re: Error trapping in TM1 9.0?

Thank you both for the suggestions. I didn't think there was any real error trapping capability in 9.0. The “prepending zero” approach suggested by PaulSimon was a great idea, but it didn't work; I kept getting the same “cannot convert string to a real number” errors, even though there was n...
by Eeyore
Tue Jan 26, 2010 4:22 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Error trapping in TM1 9.0?
Replies: 4
Views: 3359

Error trapping in TM1 9.0?

Is there any way to trap a function error in a TI process? TM1 version: 9.0.3.196 – Update 9 (64-bit). I'm using the NUMBR function to distinguish between pure numeric and alphanumeric string element values in an IF statement and process records accordingly. Works great unless it hits a purely alp...
by Eeyore
Wed Sep 23, 2009 4:51 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: GroupsCreationLimit
Replies: 2
Views: 3217

GroupsCreationLimit

Working in a 64bit 9.0 environment. No GroupsCreationLimit parameter defined in the tm1s.cfg file, so the default limit of 20 is in effect. The TM1 Administrator's Guide says: "NOTE: The GroupsCreationLimit value is not enforced when you create groups with the AddGroup function in TurboIntegrat...
by Eeyore
Thu Jul 16, 2009 1:36 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TI to load cube in 9.0?
Replies: 8
Views: 6046

Re: TI to load cube in 9.0?

Thank you all for your input. RuleLoadFromFile does not appear to work; rule reloads but cube does not. The CellGetN call method does the trick. As to why, Alan is correct - I purged a lot of old data out of a cube on a full server and was looking for the least disruptive way to release memory. Cube...
by Eeyore
Wed Jul 15, 2009 1:22 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TI to load cube in 9.0?
Replies: 8
Views: 6046

TI to load cube in 9.0?

There is a CubeUnload TI function in ver 9.0, but no CubeLoad counterpart. Is there a simple way to trigger an unloaded cube to reload using a TI process? I want to setup the unload/reload in a chore to run after hours. Thanks.