PDA

View Full Version : How to merge Tems log files



RF Engr
2010-10-27, 04:58 PM
Hi all,
Can any one tell me how to merge tems log files.
Thanks in advance.

redendo
2010-10-27, 05:50 PM
Use Root Analysis (RA) tool or by creating a superstrem if you use actix tool for post processing

tomsg
2010-10-27, 07:28 PM
Why you need to do that? I just analyze the all logs then agree with redendo just use actix or RA to do the your required work

RF Engr
2010-10-28, 03:51 PM
Use Root Analysis (RA) tool or by creating a superstrem if you use actix tool for post processing
Thanks for the reply.If you root analysis tool.Please share it.

RF Engr
2010-10-28, 03:53 PM
Why you need to do that? I just analyze the all logs then agree with redendo just use actix or RA to do the your required work
Thanks for your input.actually there is a compulsion in our company to not to exceede 5# log files while doing dt.

RF Engr
2010-10-28, 08:06 PM
Use Root Analysis (RA) tool or by creating a superstrem if you use actix tool for post processing
One more thing can you plz list down the steps while using Root analysis to merge log files.
Thanks in advance

tomsg
2010-10-28, 09:01 PM
see this, try play with RA you will see all the thing

RF Engr
2010-10-28, 10:08 PM
see this, try play with RA you will see all the thing
Can you plz send it to my email add.
buntylover_2000@yahoo.com
cuz i am unable to view it due to not sufficient points.
thanks

tsiz
2010-10-29, 02:01 AM
Hi all,
Can any one tell me how to merge tems log files.
Thanks in advance.

The easiest way is to goto tools on tems...and click on export log files..you select your logs and there is a button to check to merge them.select the mobiles and the parameters you need to check.you can export it as a .MIF and then import the .MIF on mapinfo that save it as a .TAB and open the file as a .TAB and do your analysis.

tomsg
2010-10-29, 10:39 AM
Can you plz send it to my email add.
buntylover_2000@yahoo.com
cuz i am unable to view it due to not sufficient points.
thanks

OK. Check your email.

mojiiiiii
2010-10-29, 12:43 PM
Hi all,
Can any one tell me how to merge tems log files.
Thanks in advance.
it is the easiest way to merge logfiles:
Keep all the logs in a folder.
Open the command prompt for that folder.

Enter the following command:

type *.log > all.log

All the log files will be merged into a single log file "all.log"


Br\\

bssmsm
2010-10-29, 02:25 PM
Dear friend, I merge my logs files from nemo outdoor. I just paste the second log at end of the first log with notepad and its work!...I think in tems will work to... bye....

awacs
2010-10-29, 04:00 PM
it is the easiest way to merge logfiles:
Keep all the logs in a folder.
Open the command prompt for that folder.

Enter the following command:

type *.log > all.log

All the log files will be merged into a single log file "all.log"


Br\\

This won't work as it only contains the result for a single logfile:(

telwind
2010-10-29, 11:35 PM
it is the easiest way to merge logfiles:
Keep all the logs in a folder.
Open the command prompt for that folder.

Enter the following command:

type *.log > all.log

All the log files will be merged into a single log file "all.log"


Br\\

this works but not result as expected at all. only first log is included