You are not logged in.
Dear users of this forum,
we are pleased to inform you that we will be updating the software behind this forum in the near future.
Existing posts, users and categories will remain untouched.
Important:
We will keep you informed in the pinned thread.
Kind regards,
Your ReportServer Team
Liebe Nutzer dieses Forums,
wir freuen uns, euch mitteilen zu können, dass wir in naher Zukunft die Software hinter diesem Forum aktualisieren werden.
Existierende Beiträge, Nutzer und Kategorien bleiben weiterhin bestehen!
Wichtig:
Wir halten euch im angepinnten Beitrag auf dem Laufenden!
Mit vielen Grüßen
Euer ReportServer Team
Pages: 1
Hi, after reading all the documentation and related posts I still don't succeed in configuring a Birt report that uses items from a library.
When previewing in Birt Eclipse it looks fine. I uploaded the library file in the file system in resources/birt. In reportengines.cf I tried both :
id of the folder:
<birt>
<library>
<folder>
<id>409676</id>
</folder>
</library>
<enable>true</enable>
</birt>
path with closing slash:
<birt>
<library>
<folder>
<path>resources/birt/</pah>
</folder>
</library>
<enable>true</enable>
</birt>
and path without closing slash:
<birt>
<library>
<folder>
<path>resources/birt</pah>
</folder>
</library>
<enable>true</enable>
</birt>
But without luck: the titms from the library are not shown in pdf preview. In catalina.out I see this warning: 'WARN n.d.r.b.s.r.FileServerServiceResourceLocator - Birt library folder not found'
I am using an admin account so permissions should be fine. I am using version 3.0.2 community edition.
Offline
I made a typo in the post: <path>resources/birt</pah> should actually be: <path>resources/birt</path>
Offline
Hi quintg,
could you please send me a simple birt report using libraries and the libraries to info at infofabrik.de ?
Greets,
Eduardo
Offline
Hi Eduardo,
I just sent you the files.
Regards, Gerard
Offline
Hello quintg,
If you update the path in your reportengines.cf from"<path>resources/birt</path>" to "<path>/resources/birt</path>" then it should work.
Hint :
be aware that you name the library in resources/birt in the same way as the extern library-file you created and binded.
And you have always reload the config at the RS-Terminal (command : "config reload") if you edit the config-file.
Greetings,
Rodion
Offline
Thanks Rodion, that did the trick!
Regards Gerard.
Offline
Pages: 1