-
Delay in getting content from Documentum using CMIS
I am using Open CMIS in Java for basic CRUD operations on Documentum. I am having trouble retrieving a document from Documentum and saving it to a file on disk. It appears as if the Document.getContentStream() method does not always complete before executing the next line of code. The result is an incomplete document that…
-
boolean literals
Hello guys, I want to set a boolean variable to either true or false - without fancy calculations or function calls. So I used an activity and in that activity a simple function which copies a function parameter into the target data field. So, what parameter to give? Is it called "true" or "T" or "1" or what is the word I…
-
How to export multiple documents using ActionService.execute("export", args, getContext(), this, new
How to export multiple documents using ActionService.execute("export", args, getContext(), this, new CallbackDoneListener(this, "onRetrunFromExport")); from one of the custom component which extends Component Please suggest any solution. Thanks In Advance.
-
BIRT DEAPI - Report Query fails on iHub16.0.1
<p>Hi, </p> <p> </p> <p>Any idea when this exeption would happen. The following lines work fine in earlier iHub(3.*) version started failing in the latest iHub 16.0.1. It fails at the line marked in red.</p> <p> </p> <div>dataSetMetaHandle = reportContext.getDesignHandle().findDataSet("metaDataSet"); //Find Existing Data…
-
dm_UserRename trace error - Job doesn't run
Hello! dm_UserRename job takes on dm_job_request object per run and gives failure, but eventually the user name has been changed. Trace file shows the following error: 0.000 N/A [main] com.documentum.dmcl.impl.DmclApiNativeAdapter@130998.get("query,c,select r_object_id, registered_id, event from dmi_registry where…
-
want to define location scope in wdk application
Hello Experts, I want to define a scope in my wdk application as below: The scope value in Action xml : <scope location="/dmadmin/folderName"> I want to replace the value of "/dmadmin" by home cabinet of current logged in user. How to achieve it. Thanks in advance. -Manoj
-
Plots based on user selection from a crosstab report
<p>Hello all,</p> <p> </p> <p>I am new to BIRT. I have been looking this up for a good amount of time now, and I think I may have found some solutions, some with beforeFactory, some with hiding, some with some extra tables, etc. Here's the situation: I have a nice cross tab based on data like this, with 3 categories, and a…
-
Set PDF "Page Style" property to "Actual size" in iHub
<p>Hello BIRT Experts,</p> <p>I want to set the PDF render property "Page Style" to "Actual size" in iHub. I don't want to configure it in PDF Emitter xml since it will reflect in all the reports.</p> <p> </p> <p>I would like to know how to set this option from Java component while scheduling a job to iHub and directly in…
-
Dynamic X axis using date/time
<p>Hi,</p> <p> </p> <p>I am brand new to BIRT and this forum. I need to create an X axis on a line chart which will be dynamic based on when the chart is requested. The chart needs to handle 48 hours with major ticks at every 2 hours ( 24 total). Can someone help with the function calls along with associated XML?</p>…
-
BIRT 4.6 runtime with jdk 7
<p>Hello,</p> <p> </p> <p>little bit of context: we have BIRT runtime integrated in our application. We updated BIRT from 2.6.2 to 4.3.2. We have notice a big slowdonw in performaces for big reports. Lots of time seems to be spent in</p> <pre class="_prettyXprint _lang-">…
-
Hiding the Border of a table conditionally
<p>Hi,</p> <p> </p> <p>I've a simple table with 5 columns. The name of first column is Title. I've designed the xml to split the title into two block if the the length is huge. I cannot make use of BIRT internal wrap properties due to some limitation in our application. Hence i've manually split the text in different…
-
query on D2 Plugin D2PropertyService
Hi All, I am writing a D2-Plugin to monitor the save operation on attribute 'abc' of object type A. I have some queries: 1. Is it possible using D2-plugins to update 'xyz' attribute of object Type B on every save of object type A? Basically i have overridden the saveProperties method of D2PropertyService for object type A…
-
Export multiple documents using ActionService.execute("export",...)
Need to export multiple documents using ActionService.execute("export", args, getContext(), this, new CallbackDoneListener(this, "onRetrunFromExport")); from one of the custom component. Please suggest any solution. Thanks In Advance.
-
More Than One WEM Instance Using the Same Database
We want to setup some additional testing instances of WEM but don't want to go through all of the WEM setup/content configuration/database setup for each WEM instance. Has anyone had any experience having multiple instances of WEM running that are pointing to the same database backend? Is it feasible?
-
is there an api to set a_content_type of the the document through rest services.
I want to create a pdf document in a repository, but the object is getting created as a_content_type=' irm-pdf'
-
Hyperlink Maximo Problem
<p>Hi, I am currently doing a report with a hyperlink to another report. I set the settings for the 'Hyperlink' tab for a label titled "See Details" in the report and deployed it and the other hyperlinked report into Maximo. However, I kept hitting the</p> <p> </p> <p>'There was an exception on the server. Check your…
-
Export report file name
<p>Hi,</p> <p> </p> <p>I am running Eclipse BIRT Designer Version 4.6.0.</p> <p> </p> <p>When I do an export from viewer, the export file should be named as the .rptddesign file.</p> <p>In my case the export files are named "BIRTreport".</p> <p>I did not find any way to set export to the default (use the .rptdesign file…
-
Cross tab - want to display the column with zero value
<p>Hi there, I'm using Plateau Report Designer and working on a compliance report with crosstab. The crosstab shows the status (compliant vs noncompliant) as column and the name of the compliance training as row. When nobody is noncompliant, the crosstab shows only the column compliant. I want the column noncompliant also…
-
open sessions in the DA
hi. i have a question regarding the DA. when i watch the open sessions from the tomcat web server in the DA, I see that it only shows the users that were connected and did some action in the webtop. if the session still remain open and the user did nothing, the session table stops showing the opened session. why is that ?…
-
How to Uninstall process engine 2.2 and install PE 6.7 SP3
Hi, I have upgraded the content server to 7.2 and by the documentation, I have also upgraded the process engine to 2.2 and process integrator to 2.2. Later I got the requirement to install the BAM (Business Activity Monitor). I checked the documentation and it's really got messed up. I found only the BAM 2.2 war file…
-
How to debug / sysout input&output from datasource
<p>Hi, as per title, I need to print out the input / output of the datasource call in BIRT report. How to achieve this ?</p> <p>My BIRT version 4.4.1.</p> <p> </p> <p> </p> <p>Thanks</p>
-
BIRT Export To Excel
<p>HI,</p> <p> </p> <p>Thank you for taking a look.</p> <p> </p> <p>I have a quick question. I am using BIRT 3.0</p> <p> </p> <p>Is it possible to set Filters on table when you are going to export it to XLSX.</p> <p>I am looking for a way to set the filters on the table when the XLSX is opened?</p> <p> </p> <p>Thank…
-
xcp2.2 deployment problem
We are having a problem to do a full clean application deployment in our environment. We are receiving errors of the following type: ERROR : Process stlp_seizure_item already exists in the docbase. ERROR : Process stlp_passivate_company_details already exists in the docbase. ERROR : Process…
-
xCP 2.2 error deploy / deploying app war
Hi Everyone I created a example application at xCP 2.2. But I had the follow error when I was trying to deploy. apptest-xCP22AppTest-1.0.0.war deployment has failed java.lang.LinkageError: org/apache/tools/ant/Project at org.apache.tools.ant.Task.log(Task.java:294) at…
-
BIRT performance boost
<p>Hello BIRT community,</p> <p> </p> <p>I have few questions about BIRT performance boots. We are using the report engine 4.4.2 version integrated into our project and called from java.</p> * Are the separate methods <strong>run</strong> and <strong>render</strong> faster than the single runAndRender task? * What about…
-
How to remove group tab from excel extract
<p>Hi</p> <p>I am using BIRT to generate an excel. Can someone suggest how do i remove group tab on left side of my report.</p> <p>Please find below snapshot. I want to remove highlighted options, i am using BIRT 4,3</p> <p> </p> <p> </p> <p> </p> <p>Thanks</p>
-
jquery scroll bar components
<p>Hi,</p> <p> </p> <p>Can i replace BIRT scroll bar with jquery slim or some other advanced scroll bar?</p> <p> </p> <p>Thanks for looking into this.</p> <p> </p> <p>Thanks</p> <p>Suresh</p>
-
Number Convention in Documentum D2
Hi All, I have a numbering convention requirement as below which I am struggling to find a proper solution. Appreciate on any thoughts or comments on it. The first part of numbering convention of "41000056" can be easily done by auto naming in D2. The increment of revision letter can be implemented by the OOTB method of…
-
Infographics using BIRT
<p>I just posted a DevShare example of an infographic report using OS BIRT 4.6.0 that showcases the capabilities of BIRT in a non-traditional 'report':</p> <p><a data-ipb='nomediaparse'…
-
Demostrates infographic capabilities in Open Source BIRT
Attached is an example, created in OS BIRT 4.6.0, that showcases the capabilities of BIRT in a non-traditional report, an infographic visual.<br /> <br /> The report design is self contained for ease of demo purposes. It uses the sample Classic Models database, and has the images embedded in the report.<br /> <br /> Here…