-
Content Workspace session timeout
Hi there, We are evaluating the client side options for extending the content worspace session timeout from the default value. Tried the below options: Option 1: Using setTimeout function, making ajax call to '/content/' every 15 mins. We could see response 200 from the dev tools every 15 mins on this request. However the…
-
Cannot access the project via eStudio
Hello, I am new on Teamsite. Recently, i installed the Teamsite 16.3 on windows 2012r2. In the teamsite, i created a project and defined 2 groups. Then, i assign the branch access to these groups. After a few days, I deleted the groups. And then i cannot access the project in eStudio anymore. Even though i set the user as…
-
API to get Workflow Process Name
Hi there, We have a content workflow, and are trying to capture the name of the workflow process, but could not. Is there an API that can help getting the name (it is the value that we enter, when we initiate the workflow). Appreciate any help..
-
Unable to start documentum java method server
Hi All, We are unable to start Documentum java method server . we could see that JBOSS 7.1.1 is up (when we hit the url http://localhost: :9080/ we could see the message "Your jboss application server 7 is running") but When we hit the url http://localhost:9080/Dmmethods/servlet/DoMethod we are receiving HTTP status 404…
-
How to change color of Area Series based on Bar Series values
Good morning, all! I have a bar chart that also includes a secondary Area Series (see pic). The Bar Series tracks daily count of safety conversations our employees do. We are required to do at least 80 over the course of a week. Basically, if we do 12 per day, we would be safe to reach our goal. What I would like to do, is…
-
How to use one data set output to create another data set dynamically
I have one data set as below final result should be like below. each deal should get the accumulated Debit and credit based on it's parent deal id.
-
Include blob images in the BIRT report at runtime
Hi there, I apologize for my poor English. Due to some requirements from our customer, we can only use BIRT Model API to create a report design at runtime. For now we use imageHandle to add images to our report, the code is like: ImageHandle image = elementFactory.newImage(null); image.setFile(url.get(i));…
-
get the list and delete the extended attributes of each page according to the list
Hi. I'd like to create the following shell script. 1)get the page list including the pages which have specific extended attributes. Target pages could have 3 extended attributes. TeamSite/LiveSite/Id TeamSite/Metadata/CreationDate TeamSite/Metadata/Locale and then 2) I'd like to delete all of the extended attributes for…
-
Specify user for the PDF generated from Streamserve/Exstream
Hi All, We generate PDF file from Streamserve 5.6.1 (will upgrade it to Exstream 16.3 in the near future) then send it directly to the printer. We have checked user from the printer spool file. It is a 'Administrators' group which is a group name. It is not an user. Unfortunately, the print server do not allow…
-
How to use hyperlinks between two different reports in different app ?
when i use hyperlink in birt report between 2 reports each of them in different application (folder) i run correctly but when i upload report it give my "Unauthorized to run the report." error
-
When I download a version of a document, can I automatically add the version to the doc name?
I download documents and share them with people outside my team. We need to be able to tell at a glance which version of a document we are using. If the version number was added to the document name when I download it there would be not question which version we were looking at. Is this possible?
-
Where is Developer Network Content
Anyone who can point out where is the content for the link below - Keeps going back to EMC. Was this ported post acquisition. https://developer-content.emc.com/developer/samplecode.htm#0900c355813ec273
-
How to get all the list items in the dynamic list box even they are not selected into databinding?
Hello, Could you anyone know how to get all the list items in the dynamic list box, even they are not selected, into report data binding on the report? Thanks, Sai
-
How to display the dataset column value in text box in the parameter page of the report
Hello, I have created a report, containing a dataset with only one column. When i run the report, I would like to show that dataset result in textbox in the parameter page of the report. Example: Dataset: Select name from table where id = 2; Output = Sai Now i would like to display that output "Sai" in the textbox by…
-
DFC code for converting Text Field to TextArea in Webtop
Hi, The following code works fine for Single attribute (Converting Text Field to Text Area): protected void renderSingleAttribute(String strFormattedValue, String strValue, boolean bReadonly, boolean bHasCompleteList,JspWriter out) throws IOException, JspTagException { String strLines = setDynamicLines(); // This is a…
-
Customizing tool tip fonts in Open Source BIRT Reports
Currently, in Open Source BIRT reports there is no way tool tip can be customized. The default font size could be too small for all users. However, it cannot be changed from the UI. This tip explains how to use the QTip libraries to integrate custom tool tip in BIRT Reports so that so that the font size and other…
-
Customizing tool tip fonts in Open Source BIRT Reports
Currently, in Open Source BIRT reports there is no way tool tip can be customized. The default font size could be too small for all users. However, it cannot be changed from the UI. This tip explains how to use the QTip libraries to integrate custom tool tip in BIRT Reports so that so that the font size and other…
-
Birt report with marklogic database
Hi, I am trying to generate BIRT with marklogic as database. Authentication is set in marklogic as 'Digestbasic'. I have both open source BIRT eclipse as well as Actuate eclipse tool (BIRT Designer Professional) in order to generate report. But I am not able to generate report using the same as I am not able to pass…
-
Standalone DQL editor for Documentum 16.4
Hi , Is there any standalone DQL editor available for documentum 16.4 ? Other than the ones provided by DA. I am looking for tool which will make DQL API execution a bit simpler. Regards YG.
-
Hiding Language Picker if the Translation is Not Available
Hello, - We are using WEM 8.5 SP2 with DPM. Using the Default Language Picker we customized it hide the Language Selection if No Translation is available for the Channel or Contents. Initially it works without any issue, but now-a-days we are getting different URL values and suspecting it may due to Cache (Current TTL…
-
TeamSite UI is not coming up - HTTP Status 404 - /iw-cc/command/iw.ui error
Teamsite version - 7.3 Unix platform. TeamSite was running fine for long time, only after restarting today it is not coming up giving "HTTP Status 404 - /iw-cc/command/iw.ui " error. In iwjboss log getting below log at the end. 09:36:25,767 INFO [[/iw-basicreportcenter]] Initializing Log4J from…
-
How do I update the Query for the Dataset at runtime?
Suppose I have a pojo dataset, ds. In its equivalent XML representation, it will have tag somewhere, which can be set via ds.setQueryText(...) Suppose my XML representation is something like this: ... </Column Mapping> if I want to add another column mapping to QueryText(), would I need to override the entire thing via…
-
server.log issue in Documentum JBOSS 7.1.1 method server log
Hi All, Documentum JBOSS 7.1.1 Method Server log size is too big ( D: \Documentum\jboss7.1.1\server\DctmServer_MethodServer\log\server.log). So, we have set level to OFF in logging.properties file(D:\Documentum\jboss7.1.1\server\DctmServer_MethodServer\configuration\ logging.properties) and standalone.xml file…
-
Display Data Source name in report
Hi there, I have 3 Data Sources (Development, Acceptance and Production) and I want to display in my report which Data Source I'm using. This to prevent I'm not deploying a report to Production while the Data Source is still on Acceptance. How can I do this? Thank you.
-
Documentum Migration approach
Hello expert, Anybody has some recommendation on migration approach? We are migration particially of the Documentum webtop cabinet to other application. We had identified there are usage of document/folder being link into multiple cabinet (eg: documentD is originally location in cabinetB,and there is a link into cabinetA),…
-
How to make input parameter required based on user's input in maximo?
Hi All, I have a following requirement for my BIRT report. My report have two input parameters named ASSET and LOCATION, user needs to be entered either one of these input parameter. When he leave blank both input parameters, I need to display a message to enter at least one of the input parameter either ASSET or LOCATION…
-
SmartList Conditions
on 'Add Condition', the options are 'contains', 'is', 'is not', and 'in'. I would like to show a list where the 'title' field 'startsWith' "B" or something like that. Is there a way to do 'startsWith'? Thanks
-
Upload and read document from SCP (SAP cloud platform)
Hi guru!!! from my web portal application (sap SCP) i must upload a several document in open text and i must be able to retrive this document and show in my application. My question is: i have a complete suite of API rest but i don't know which API i must call, can you help me with the name of Api for upload and read…
-
How documents created using EMC Xpression are archived in documentum repository
Hi Team, Can anyone please help me how documents from Xpression are archived in Documentum repository. Thanks, Susmitha.
-
How to Add check box in Birt Report DEsigner
Hi i would like to know how to add checkbox in birt report designer. i have added checkbox in maximo when i call the field in report it show 1 and 0 i want to display check box .