-
Issue with webtop login
Hello, I am using webtop 6.5 sp3 which is customized .On login with generic accounts like install owner and system owner it is smooth .But when trying to login with ldap accounts its giving an error :- invokeMethod() failed while calling: onLogin null java.lang.StackOverflowError in the webtop as a pop up. Also in the…
-
Pagination with fixed border
<p>I want a layout where the Content should be in a box. These box should have the same size on every page, without carrying about the length of the content.</p> <p>I tried to use a grid where the cell has a border. The Text in it is to hugh for one page.</p> <p>Birt takes the maximum place on the pages and draws the…
-
Bullet Styling
<p>I have a textfield with html content and a unordered list in it.</p> <p>The result ist that:</p> <p> </p> <p>Is there a way to style the bullet appeareance when rendering pdf?</p> <p>Especcially the space between the bullet and the text. This space is very wide. I want to reduce the space like this sample image.</p>
-
How to call custom Servlet to open PDF in Browser in xCP 2.2
Hi Experts, Requirements: ----------------------- From xCP 2.2 application task page, user will click one button and after that PDF Report will be created either in Application server temp folder and from that custom Servlet will be called to open the PDF in browser. Solution: ---------------- I have created one Stateless…
-
How to call custom Servlet to open PDF in Browser in xCP 2.2
Hi Experts, Requirements: ----------------------- From xCP 2.2 application task page, user will click one button and after that PDF Report will be created either in Application server temp folder and from that custom Servlet will be called to open the PDF in browser. Solution: ---------------- I have created one Stateless…
-
Null Pointer on '...hasNextChild'
<p>Hi, </p> <p> </p> <p>I have a report that uses dataset POJO and because of all the reasons (birt/eclipse bugs) I cann't really update the pojo dataset once it is created. The workaround that I found is to go straight into the XML representation of the .rptdesign and edit it manually. This method worked very good and…
-
Add new version of Mongo DB driver in BIRT runtime
<p>I am using BIRT Runtime in my custom web application. The data source of my report is MongoDB. SInce BIRT 4.5+ refers to an old version of MongoDB jdbc driver, I replaced the Mongo DB driver in BIRT report designer using the steps specified in the following post</p> <p> </p> <p><a data-ipb='nomediaparse'…
-
preLoad utility to generate dql script
Hi I am running preLoad utility on dump file, using below command, i don't see anything written to dql script file. from CS admin doc, says The utility can also create a DQL script that you can edit and then run to create the needed objects. D: \Documentum\product\6.7\bin>preload DOCBASE_DEV2 -Udmadmin -PPassword…