My birt designer version is Eclipse BIRT Designer Version 2.2.1.r221_v20070924<br />
1) I am new to birt designer and I face many problem in using it, especially I don't know how to log the error, I want to create a log file for each report, I create a very simple report and I want to output a c:/birt.log file, but each time I run the "view report in web viewer", a new log file birt.log.n, birt.log.n.lck is created (where n stand for 1,2,3,..., n), why this would happen?<br />
<br />
2)<br />
is there something like log4j dailyroller which will create log file daily like birtYYYYMMDD.log (e.g. birt20110425.log, birt20110426.log)?<br />
<br />
3)<br />
I see an article from <a class='bbc_url' href='
http://www.ibm.com/developerworks/tivoli/library/t-tcr/ibm_tiv_tcr_report_logging.pdf'>Report Logging for JavaScript Routines</a> which teach to use the following to log birt script<br />
<pre class='_prettyXprint _lang-auto _linenums:0'>
reportContext.setPersistentGlobalVariable("logfileName",
"DateRangeParm.log");
setupLogging();
logInitialize();
</pre>
but I found this method has a great problem, if the script has error before closeLogger(); is called, then no log file is genereated!! but the aim of log file is want to trace the error of script to debug..., so is this method not recommend?<br />
<br />
because I am new to birt designer, so I faced many problems, hope someone can help me.<br />
<br />
Also, I want to upload the .rptdesign but with error "this upload failed", I try using IE8 or firefox 3.6.16 but still has error. anyone can tell me how to upload the .rptdesign file?