Search found 6 matches

by Daniel Lennon
Tue Aug 12, 2008 7:18 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TI errors to VBA
Replies: 4
Views: 6331

Re: TI errors to VBA

Martin, I have logged process execution results to a cube in the past... code example is below. You need the following at the start of Prolog vAuditProcessName = '<ProcessName>' ; vAuditProcessYearVariable = <Year being loaded>; vAuditProcessMonthVariable = <Month being loaded>; # Start ProcessAudit...
by Daniel Lennon
Thu Jun 12, 2008 10:01 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: BAT & Perfmon
Replies: 10
Views: 11101

Re: BAT & Perfmon

Sub PerfMon()
Shell "perfmon", 1
End Sub
Kind Regards,
Daniel.
by Daniel Lennon
Thu Jun 12, 2008 9:58 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Stopping TM1 services
Replies: 6
Views: 8939

Re: Stopping TM1 services

Hi Ajay,

I'll have a look at the batch file for you tomorrow.

Are you activating the batch file from TM1? ie. Turbo?

Kind Regards,
Daniel.
by Daniel Lennon
Thu Jun 12, 2008 7:02 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: BAT & Perfmon
Replies: 10
Views: 11101

Re: BAT & Perfmon

Hi Eric,

You could always use VB in Excel...

Sub PerfMon()
Shell "perfmon", 1
End Sub

Kind Regards,
Daniel.
by Daniel Lennon
Thu Jun 12, 2008 2:22 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Stopping TM1 services
Replies: 6
Views: 8939

Re: Stopping TM1 services

Hi Ajay,

Are you running a 'Save Data' before the batch file runs?

I am wondering if the service starts a Save Data when it is issued the stop command but then the OS is terminating the service before the Save Data has finished?

Hope that helps.

Kind Regards,
Daniel.
by Daniel Lennon
Thu Jun 05, 2008 1:12 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Strange Logging Error
Replies: 1
Views: 3780

Strange Logging Error

Hi All, Just noticed that my tm1server.log file (v9.1.2.49) has been invaded by a large number of the following errors: 11808 ERROR 2008-06-05 00:47:24,923 TM1.Cube Simple cell in thread private data tree with data type missing.Cube: xxxxx By large I am talking about 80,000 in the last 24 hours. Has...