COGNOiSe.com - The IBM Cognos Community

Planning & Consolidation => TM1 => Topic started by: zodiacviv on 12 Dec 2013 08:46:08 AM

Title: turbo integrator error log
Post by: zodiacviv on 12 Dec 2013 08:46:08 AM
Can anyone tell me that after running turbo integrator process in TM1 if any error occurs than it goes to TM1ProcessError.log file. So how can we view this error file and details of corresponding error at run time (at the time of running TI process) in Excel sheet or word file automatically???? plz help
Title: Re: turbo integrator error log
Post by: Brandon Miller on 13 Feb 2014 12:53:00 PM
Unless you build your own error logging into your TI process and then write the data a separate file or cube then your only option is to wait for the TI process to complete and then review the log file.

One thing to consider that I build into all of my project is automatic email notifications with an error file attached when a TI process fails. To do this you would need to build an email script that you can call from TM1, I use a Shell script, make use of the "Implicit Global Variables" that you can turn on in a TI process such as ProcessReturnCode, and then use the WildCardFileSearch function to search for the error file so that your script can attach it to the email.