-
What is the basic difference between docBroker and connectionBroker in Documentum?
I was going through the fundamental guide but there it was mentioned the connectionBroker also known as docBroker, but is their functionality same?
-
want to move birt ihub folder's pdf file to local or FTP
<p>Please help me for copying or moving the scheduled pdf file to any local directory or directly on FTP.</p>
-
how to do xQuery /Keyword search in Documentum xPlore with DFC/DFS from .NET Code
Hi All, I would like to do search how xPlore Admin tool provides. I would like to implement this search functionality from my web application which talk to index agent and get that search result data. First of all, I tried to find REST API which provides any of this functionality but I didn't fine any, so I wanted to do…
-
Windows VMware containing Documentum content server 7.1
Hello everyone, Does anyone know a link from which i can download a Windows VMware containing Documentum content server 7.1 ? Thank you very much in advance for your help. Best regards, Amine
-
Page break and page orientation not working
<p><span>Hello</span><br> </p> <p><span>I am running Eclipse Mars.1 with BIRT 4.5.0.</span><br> </p> <p>I would like to generate a report with different page orientations inside the report (some pages in portrait and some pages in landscape).</p> <p> </p> <p><span>I have a simple report with 2 tables.<br> Table 1: - Page…
-
Hide a grid row if the table inside this row is empty
<p>HI Everyone,</p> <p> </p> <p>I am using Eclipse Mars.1 Release (4.5.1) and BIRT 4.5.0.</p> <p> </p> <p>My report has a grid with some rows. Each grid row contains a table. To set the Visibility of a table I use an Aggregation. If the table is empty the table is not visible.</p> <p> </p> <p>But how can I hide the grid…
-
Correct link for xCP 2.2 app
Hi guys, I need to know which is correct link or if there is any differences between these 2 links: http://<server>:<port>/<app_name> and http://<server>:<port>/<app_name>/signin.jsp I ask because we encounter some issues when users access 2nd link - some of them aren't recognized. Thx all, Dan.
-
BIRT Multiple table in single report using scripted data source
<p>I am developing a scripted data source based report , which has 3 tables ,</p> <p> </p> <p>first table is the master of second table , will have only one row.</p> <p> </p> <p>second table is master of third table will have maximum of 10 rows.</p> <p> </p> <p>third table will have more then 30 rows.</p> <p> </p> <p>I…
-
How to create a folder using TBO in D2-4.6 ?
I want to create list of folders under primary folder without creating document. Can anyone suggest how to create TBO in D2-4.6 ?
-
Not able to export the product which is having BIRT report generation plugin
<p>HI Everyone,</p> <p> </p> <p>I am using Eclipse mar.2(4.5) and generating report using BIRT.</p> <p>I am adding all required BIRT plugins at runtime and my report generation is working fine.</p> <p>But while exporting my product I am getting the " java.lang.reflect.InvocationTargetException " in my report plugin.</p>…
-
[ERROR] Detected while completing processing for job wf_cleanup:
The entire message/log I receive is: [ERROR] Detected while completing processing for job wf_cleanup: FAILED: Could not launch method wf_cleanup: OS error: (No Error), DM error (). Within the server.ini the following error information: (paste causing the screen to become unresponsive so typing out most of it) Loading…
-
Report Parameters to insert a list into a MongoDB query
<p>I have a mongoDB aggregation query where the $match section contains a $in construct.</p> <p> </p> <div><strong> $match: {</strong></div> <div><strong> "strategyName": "us market",</strong></div> <div><strong> "basket.assetId": {"$in" : [1071,1080]}</strong></div> <div><strong> }</strong></div> <div> </div> <div>The…
-
dmClean and dmFileScan job not running
Hi All, We are unable to run dmClean and dmFileScan job in our testing environment, while it is running without any issues in DEV. Log: DMClean utility syntax: apply,c,NULL,DO_METHOD,METHOD,S,dmclean,ARGUMENTS,S,'-clean_deleted_lwso ' Executing DMClean... Failure in the DMClean method... Launch Failed Value: F Method…
-
Import Report Items dynamically from Library at runtime
<p>Hi,</p> <p> </p> <p>I need to import BIRT report Items (table/chart/grid) from a common library at runtime of a report.</p> <p> </p> <p>I will pass a parameter to a report and at runtime only report items should be added into report design so that all the components are not loaded and report processing time is…
-
Help Needed!!! API to DFC
I need to run the below API command through DFC program. apply,c,i_contents_id,PURGE_CONTENT Can anyone help me how to acheive this?
-
BIRT Export content to xlsx - auto fit columns width
<p>Hi, </p> <p> </p> <p>The report looks fine in the interactive BIRT viewer, and the layout option is set to Auto(Not Fixed). But when we try to export the report to xlsx/xls the exported columns doesnt preserve the width. the header lables are wrapped, is there anyway can we auto fit the width of the columns once it is…
-
Approve/Reject of Review Task in Workflow without connecting back to TS
Hello Team, We would like to implement a Review task for a workflow in TeamSite with Approve/Reject links and this Approve/Reject should happen from email (that reviewers get) itself without interfering with TeamSite. Kindly let me know if this is doable? If so, can this be done using CSSDK API or any other suggestions?…
-
Crosstab add column with a difference
<p>Hello,<br> <br><span style="color:#212121;"><span style="font-family:arial, sans-serif;">How can I add a column in a crosstab , with the difference of two columns . </span></span></p> <p><span style="color:#212121;"><span style="font-family:arial, sans-serif;">Column 1 = 10 </span></span></p> <p><span…
-
Required OS and Browser for Documentum
Hello All, We're using Documentum WP 6.5 SP7. In our project, the client is planning to upgrade the OS (from windows 7 to Windows 10) and browser (from IE9 to IE11). I've read it in Documentum guides that we need windows 7 and IE 9 for WP 6.5 SP7 otherwise some of the features of the Documentum would not work as expected.…
-
Calling D2 delete operation from plugin
I have been working on trying to call the standard D2 delete operation from a custom plugin with no real luck. To be a bit more accurate I need to be able to reproduce the exact steps that D2 is performing a document is deleted. I tried calling the D2DestroyService with the following code: new…
-
how set vertion_label of a component in virtual document with DFS
Hi all. I'm trying to create virtual document with DFS and I need to explicitly set the version of a component. How can i do this with DFS? I'm trying to do it like this public void createVD(){ ObjectIdentity identity = new ObjectIdentity(); identity.setRepositoryName("repo"); DataObject packO = new DataObject();…
-
[Pareto] Filter on a runningsum column binding
<p>Hi guys,</p> <p> </p> <p>I created a Pareto report to display the quantity ordered on each product, and the cumulative quantity ratio, which is working perfectly. and the final results looks like as image1 as attachment.</p> <p> </p> <p>What I need to do now, is to add a filter to highlight only the 80 first percents,…
-
Get Page Count Failed error
<p><span style="font-family:arial, sans-serif;"><span style="font-size:10pt;">I am experiencing the error message ‘Get page count failed’ when trying to run a report via a web browser. The report outputs two tables and one bar chart. </span></span></p> <p> </p> <p><span style="font-size:10pt;">From problem solving this…
-
Finding/Tracking Variable Parameters
<p>Hi, I am still inexperienced with BIRT so pardon me if my question has a really simple answer. I inherited a report from a guy who left and this line appears on a dynamic text on the layout, </p> <p> </p> <p>if(reportContext.getGlobalVariable("system")== 1)</p> <p> </p> <p>I have, umm, difficulties finding where it was…
-
ContentTransferProfile.setDestinationDirectory() has no effect
G'day, I am using DFS6.7 SP2 SDK for Java (1.8) to fetch documents by object ID. By default the fetched documents are written to the system's temporary directory, e.g. /tmp on Linux. I have tried modifying this behaviour with the following transferProfile.setDestinationDirectory(destDir); The destDir I specify exists and…
-
What permission/configuration is needed for fetching documents using DFS?
G'day, I am fetching documents by object ID using the DFS code snippet below. On one of our servers (TEST) it works fine but on (PROD) the request blocks indefinitely - no error - just doesn't return. Is there some permission or configuration that must be enabled on PROD for this to work? Thanks, Chris. ---- final…
-
How can a give a dynamic default value to a selection widget
<p>Hello,</p> <p> </p> <p>I am working on a dashboard with a selection widget (combo-box) that is based on a query with Row Level Security in a .DATA file that is weekly refreshed. In this selection widget only the client are shown for which the logged in user has authorization. For almost every end-user there are…
-
Decode based off a table within Database
<p>Hi,</p> <p> </p> <p>In our database we have a codes and descriptions table which is a conversion of all the databases technical terms and abbreviations to simple English, like for example M is to Male. Is there a way to use this to clean up the abbreviated codes of columns such as gender? I understand that the decode…
-
How to download csv file with link only
<p>Hi All,</p> <p> </p> <p>Anyone know how to download csv file from link only and not from toolbar in birt viewer?</p> <p> </p> <p>I can download excel file with this link, add in additional &__format=xls at the end of the link </p> <p><a data-ipb='nomediaparse'…
-
BIRT ClassCastException
<p>We have a customer that gets the below error when trying to run a report:</p> <p> </p> <div>Sep 14, 2016 10:15:37 AM org.eclipse.birt.report.engine.internal.document.v4.ReportItemExecutor</div> <div>WARNING: org.eclipse.birt.report.engine.content.impl.TableBandContent incompatible with…