-
User part in multiple roles
Dear All, we have created a role to customise advance search component so that the users/groups present in this role should see certain object types in drop down , but the same user is part of another role where the user must see all the object types in the advance search drop down. is this a Documentum restriction or we…
-
D2-client unable to create content.
I am trying to create the content using the D2-Client in one of the folder which i do have persmission I selected New -> content and it says' an error encountered and refresh your browser but when i check application server log there is no error. below is the screenshot of it.could someone help me on this.
-
D2-client 4.7 workspace with widgets not displaying properly
I have created workspace with widgets , application and context and did the configuration matrix below is the sample XML attached to workspace. <space> <border-layout-container> <data> <border-layout-data layoutregion="WEST" maxSize="230" minSize="150" size="400" split="true"/> <border-layout-data layoutregion="CENTER"…
-
How to get the owner name of the document and how to check his permission level using DFC code?
I wrote below code to identify DELETE document permission level by using IDfSysObject.getPermit(). IDfSysObject packageDocument = (IDfSysObject) session.getObject(wfDocumentId); int currentPermit = packageDocument.getPermit(); packageDocument.getOwnerPermit(); if (currentPermit == IDfACL.DF_PERMIT_DELETE) {…
-
Having trouble connecting to Oracle 12 c with OpenDeploy 8.2.0.1 - java.sql.SQLException: ORA-28040:
* Windows 2008 SP2 * TeamSite 8.2.0.1 * Oracle 12c databases for webservers & teamsite internal DB. We recently upgraded our oracle installations from 10 to 12c. The previous 10 installation worked, and the Internal teamsite DBs connect fine to the 12c DBs using the ojdbc6.jar file. But trying to connect to the web…
-
DM_SYSOBJECT_E_INVALID_PAGE_NUM Gadget - Calendar widget
In D2-client, when I tried to select the widget inside the workspace, I am getting the error as DM_SYSOBJECT_E_INVALID_PAGE_NUM gadget- calendar widget. how to fix this error.
-
Created workspace with widgets and a new context. unable to find my workspace
I have newly installed D2 and D2-Config. I created an application, context and a workspace. I selected the workspace with my new context. but when I went into the D2 -client, It's now showing the workspace. when I selected the workspace with the default context, then it's showing the workspace in D2-Client. Could you let…
-
D2-client 4.7 -- I am getting the error as DM_SYSOBJECT_E_INVALID_PAGE_NUM gadget- calendar widget
In D2-client, when I tried to select the widget inside the workspace, I am getting the error as DM_SYSOBJECT_E_INVALID_PAGE_NUM gadget- calendar widget. how to fix this error.
-
documentum D2 4.7 client workspace issue
Getting below error when i call my workspace in D2 -client. Invalid page number = 0 for xcpbg_pattern.png sysobject. Maximum page count is 0.
-
Programmatically (using DFC code) How to Check either owner has document delete permission or not ?
Hello Expert , I have created below ACL called "World Write" that allow all users have write access to the document, the owner have delete access. ACL code " **create,c,dm_acl set,c,l,object_name World Write set,c,l,owner_name dm_dbo set,c,l,description All Users have Write Access grant,c,l,dm_world,6 grant,c,l,dm_owner,7…
-
Composition Center
can metadata value in Composition center can be retrieved from database in streamserve
-
BIRT JSON DATA IN LOOP
Hi All, I have a requirement where I am getting JSON data and need to show it in table. JSON which as list within list var i; var j; var k; for (k = 0; k < myJSONObject.releasePackage.length; k++) { for (i = 0; i < myJSONObject.releasePackage[k].paymentTerms.length; i++) { for (j = 0; j <…
-
BIRT sort stacked bar chart by TOTAL
Hello everybody, is it possible to sort a stacked bar chart by total of each series? (See the attached image) I am using a flat file as datasource. A very simple workaround is to pass the total with the datasource but I want to do it more elegant. I hope someone has a solution for my problem Cheers Johnny_Dev
-
How to retrieve the selected content from the html tag in birt report
Hi, I have created a drop down using HTML in the text field from the Birt report. and also i have a chart in the same report using the filters. But i dont know how to retrieve the selected value. can anyone please answer my question?
-
How To hide column values based on another column value
Hi, I am Asmita Shinkar working on Actuate Birt Reporting tool. I have fourcolumns in report UniqueID, Name , Quote and Business Area, 1. I want to hide the name and uniqueid value of row if it is same as previous row value - I did it using Supress Duplicate. 2. i want to hide the Business Area value if same UniqueID are…
-
Passing input paramters dynamically to Quey in BIRT report
Hi All, I have a requirement where I need to append the query dynamically based on the input parameters value. I am trying the below method, but doesn't work In DataSet open method testDataSet = MXReportDataSetProvider.create(this.getDataSource().getName(), this.getName()); testDataSet.open(); var sqlText = new String();…
-
Which task is fater (best performer)? (RunAndRender vs. Run and Render)
Hello BIRT Community, I am using BIRT 4.4.2 integrated in our system. I want to know if the RunAndRender is faster than Run and Render task invokin separately? I have done some thest on my own I came to conclusion that the RunAndRender is faster. Does someone have tested this case too? Best Regards, Kosta
-
Where to find latest version of Documentum 16.4 Sizing tool
Hello all, can someone provide me path or location information or attach document of sizing tool for 16.4 ( Documentum content Server) and (Documentum D2). I can only find for D2 4.0 and Content Server 7.2 only. Looking for latest version of 16.4. Thank you
-
Add Documentum Rest dependencies to Nexus
Hi, I'm trying to automate the build of a custom rest-api which is bundled in the default documentum-rest-api. For the development on my machine I had to add a lot of maven dependencies via a batch-script to my local maven repository. This worked quite nicely but is not practical for an automated build in a CI environment…
-
BIRT 4.7.0 runtime in Maven
Why the BIRT 4.7.0 runtime is not available in a maven repository? Do you have plans to add it here?
-
How do we set MAC Address for documentum content server .
Hi All, How do we set MAC Address for documentum content server . Can anyone please help me. Thanks, Susmitha.
-
Regarding print Documentum Workflow status on console
Hello Sir , I am new to Documentum , Could you please provide the answers for below questions ? Below code create the workflow and run it . IDfWorkflowBuilder workflowBuilder = session.newWorkflowBuilder(process.getObjectId()); workflowBuilder.getWorkflow().setObjectName(wfName);…
-
Using Source Control in xCP 2.x
Any recommendations or best practices to use xCP 2.x with source control. I have setup my project as git project,Just want to know the best practices in working with shared codebase.
-
Charting issue driving me mad.....
Hello, all! I'm having a bit of an issue with a chart that is about ready to push me over the edge.... LOL!! In this chart, I have three series: First series is hidden, Second series is a visible bar graph, and the third series is an area. For the life of me, I cannot get the Series 2 labels to be embedded in the columns…
-
In Documentum once workflow is completed then How to delete the ACL that created by that workflow ?
Requirement : Delete the ACL that created by workflow once workflow is completed. I am new for Documentum. Could you please provide the code snippet to delete the ACL once the corresponding workflow is completed ?
-
How do we read and write report parameters and variables in javascript event callbacks?
There doesn't seem to be any way to access the vars or params objects in javascript events, or even the reportContext object.
-
Using DFC programming How to identify workflow is completed ?
Requirement : Delete document after workflow completed. By Using DFC programming can we identify whether workflow is completed or not ?
-
quick "check for data" query before other queries run?
Greetings, long-time lurker, first time asker. I'm using: OpenText Analytics Designer Version: 4.6.0 Build id: v20160406 I am working on a report that runs some complex queries against a few tables in a DB2 Z/OS dbase. These queries can take a long time to run, which is fine if the user gets the data they need at the end.…
-
Progressive Viewing BIRT in frameset
Hi , I'm using the Open Source version of Birt and i have spent days trying to achieve rendering my report implementing the progressive viewing using the frameset servlet (/frameset), but the problem is that i do not know where set my page handler, can you helped me guys?
-
How to validate if the DCR file exists before trying to read using LiveSiteDAL
I am reading the DCR using the LiveSiteDal with following code sample. But its getting Error in the log and creates struck threads some times. Is there a way in LiveSiteDal to validate if that dcr is present before Reading the dcr file? Document currDcrDoc = context.getLiveSiteDal().readXmlFile( dcrPath);