Problem with design file [message #45586] |
Tue, 14 June 2005 08:49  |
Eclipse User |
|
|
|
Originally posted by: e.brandt.ngi.de
Hello,
I'm trying to use a birt-report from java, but everytime there is still
coming up an error-message:
org.eclipse.birt.report.engine.api.impl.ReportEngineHelper openReportDesign
SCHWERWIEGEND: invalid design file hhst.rptdesign
Report hhst.rptdesign not found!
Source:
String reportDatei = "hhst.rptdesign";
report = engine.openReportDesign(reportDatei);
After this, I'm using a FileInputStream with an existing FileObject and it
comes up the same exception!
Has anyone an idea?
Best regards,
Elmar
|
|
|
Re: Problem with design file [message #45616 is a reply to message #45586] |
Tue, 14 June 2005 10:42  |
Eclipse User |
|
|
|
Hello, you need to make sure your path to the report file is correct. Then
there are a couple of other things you need to check see the thread Running
Stand Alone. You should get the demo from the www.eclipse.org/birt page.
Hope this helps,
Joe
"Elmar" <e.brandt@ngi.de> wrote in message
news:a98d5beb1d0debbbb320c3f454ffde70$1@www.eclipse.org...
> Hello,
> I'm trying to use a birt-report from java, but everytime there is still
> coming up an error-message:
> org.eclipse.birt.report.engine.api.impl.ReportEngineHelper
> openReportDesign
> SCHWERWIEGEND: invalid design file hhst.rptdesign
> Report hhst.rptdesign not found!
>
> Source:
> String reportDatei = "hhst.rptdesign";
> report = engine.openReportDesign(reportDatei);
>
> After this, I'm using a FileInputStream with an existing FileObject and it
> comes up the same exception!
>
> Has anyone an idea?
>
> Best regards,
>
> Elmar
|
|
|
Powered by
FUDForum. Page generated in 0.02400 seconds