-
Birt Report Execution Time
<p>Hi,</p> <p> </p> <p>I try to show Report Execution Time on the report.</p> <p> </p> <p>How can I show that? Do you have any example report?</p> <p> </p> <p>I have used below beforeFactory but It print unrecognized characters as the attachment.</p> <p> </p> <p>reportContext.getTimeZone( );</p> <p> </p> <p>Best…
-
Designing large Reports
<p>Hallo,</p> <p> </p> <p>I have some generell Question for best practice to create large Reports.</p> <p> </p> <p>We generate large Reports with 200 Pages and more.</p> <p>The Layout is like a complex Word Document or product leaflet.</p> <p>Our technical way is to design little Parts of the document in separate rptdesign…
-
[D7.2 JMS] location of custom job logs run by JMS
Hello, I developed a custom java method which is executed by the Java Method Server (D7.2), and when I launch the job I created, the execution logs are only on the server.log of the jboss, the file which is created in /Temp/Jobs/<my_job_name> is empty; how to log into this file (as Documentum-native jobs). ? Please note…
-
xCP developer edition download
When I try to download xCP developer edition download, the s/w is unavailable in the location. Do you have any known issues or limitations on this?
-
destination file too large for file system
Hi, When i try to rename a file in teamsite it gives me this error could you please advise? NTFS i tried it dint work. please help
-
Is it possible to make viewer width and height 100%
<p>Hi,</p> <p> </p> <p>I'm using ihub 3.1 and JSAPI to integrate it into html. I want the viewer to consume full size of the page.</p> <p> </p> <p>Is it possible?</p>
-
How to figure out "__report" parameter for interactive viewer
-
Building a Stacked Series Chart from Multiple Crosstabs
<p>Hello,</p> <p> </p> <p>I've been trying to figure out a way to accomplish this for a while, but am running out of ideas to try. I have attached an example that relies on a CSV flat file in C:\TEMP. The basic premise is that I want to take the data from the three crosstabs and combine them into a single chart, where each…
-
when exporting to pdf html tags are acting like space at end of line
<p>I am not sure which forum this post belongs in the "Integrating with BIRT Runtime" forum or this forum. I posted to the former and have not gotten a reply so I am now trying it on this forum.</p> <p> </p> <p>I am using BIRT 4.6.0. My browser is Firefox 50.1.0</p> <p> </p> <p>In my report I am using data that has html…
-
embedded image not shown
<p><span style="font-size:18px;">Hi,</span></p> <p> </p> <p><span style="font-size:18px;">I use spring boot version 1.2.4 and birt runtime version 4.4.2. I integrated birt and spring framework to get data through a bean and fill in my report. I use report engine api to generate reports from .rptdesign files.</span></p>…
-
Unable to retrieve workflows in TeamSite 7.3.2 due to some javascript error
Hi, I am trying to retrieve workflows in TeamSite 7.3.2 but unable to load. Just seeing "Contacting server..." and workflows never load. This is happening very recently from last week, I used to load workflows fine before. I have also looked at wfm.log but did not find any errors.When I debugged with Chrome Developer tool,…
-
Teamsite 8.2 Silent install error Linux RHEl 7
Guys my silent install is stuck here any idea? encryption cannot be the issue as all the databases got installed using encrypted password. 2017-01-13 13:05:31,761 INFO com.interwoven.wcm.webui.admin.install.WebUIInstaller - ************************** Begining WebUIInstaller ****************************************…
-
Example of converting date time from UTC to a specific time zone.
Example of how to convert time zones. For this example I used a CSV file that includes the current time zones with offsets (these might change). This CSV files is used for a parameter selector. I am using a scripted data set to display 24 rows for 24 hours. This report will then convert these times (assuming they dates are…