If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

turbo integrator error log

Started by zodiacviv, 12 Dec 2013 08:46:08 AM

Previous topic - Next topic

zodiacviv

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

Brandon Miller

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.