-
How to you add columns definitions / result set to the dataset at runtime?
Hi, I need to add some columns to a dataset at runtime via Java. I able to get to the dataset, via .findDataset() method. I can also set columnHints via StructureFactory.createColumnHints() But how do I add the actual result set definition for newly created columnHints(). I tried to play with CachedMetaData and…
-
Populate data in the form in workflow
Hi All, I have designed a xform in form builder 6.7. I would like to populate a dropdown in the xform instance based on a custom attribute value in my attached workflow package (document). Is there a way that I can use DQLAdapter to pull a custom attribute value from the attached document package and use it in my dql…
-
Samples and documentation on xCP integration with Office 365
Hi, could anyone post some links for articles or samples regarding xCP 16.4 integration with Office 365.
-
Set localization based on value in dataset
Hi, I have a report that is creating a shipping document. Based on the value of the postal area I want to define whether the literals on the document should be in English or French. The idea is to use the localization parameter file for en_US and fr and somehow define when to use what language file (maybe via JavaScript?)…
-
How to hide/unhide data element in report based on user's language in BIRT.
Hi All, My report design has a grid with 6 rows and 2 columns in it. I have all the static text labels on the first column(translated into Different language using resource translation), second column has data item which comes from data source. What i want is the data source has 2 different fields which contains language…
-
How can I change single-valued attribute to repeating keeping the value in place
Hi, We are required to change a single-valued attribute to repeating keeping the value in place. Is there a way that I can do by DQL or API? If you have a solution, please post it here. Thank you. Ashok
-
Error Sql Duplicate in Load Operation
Hi, For a migration, I'm doing load operation for a docbase of 70.000 documents. (Content Server 6.7 To 7.3) I have used this script for load operation: trace,c,10,C:\DOCUMENTUM\load_trace.log create,c,dm_load_record set,c,l,file_name C:\DOCUMENTUM\dump.dmp save,c,l getmessage,c After some houres, I obtain this error:…
-
Webtop 6.8 || Invalid input || Header Manipulation error while using Actionservice.execute method
We are getting below Header Manipulation error while using Actionservice.execute method with view action for the files having special characters. WARN IntrusionDetector:449 - [SECURITY FAILURE Anonymous:null@unknown -> /webtop/IntrusionDetector] Invalid input: context=HTTP header value: Header Manipulation:…
-
DFC program which retrieves user login IDs from the ACL's group name
Hello! I'm trying to retrieve the list of accessors from the ACL's group name and with user's login ID. Is there any easier way to do this using DFC programming ? Let me know. Thank you!
-
Is it possible to change time format of a dimension in data cube dynamically in runtime
Hello! I have one problem. My report contains a data cube where one of dimensions is time (a distribution of a value in time). Based on this data cube, there's a crosstab in the report's body. Based on crosstab, a chart is created. But as well, user can select time range (one year, one month, one day, or a custom time…
-
Control DFC session count
Hi, I want to control the number of DFC sessions in my application. To prevent [DM_API_E_NO_SESSION]error: "There are no more available sessions." errors, and manage memory. I tried using IDfSessionManagerStatistics.getSessions, but it doesn't seem to give me more that one session, even when I open several ones. Once I…
-
iHub error 8051
I have noticed an error as below. Does anyone has any insights n the below. Error code: 8051 Error description: Cannot stop the server. The specified server is not a cluster member. Parameter: localhost Filename: clusterserverops.cpp Line: 436 AcClientIpcEndPointSocket connect error : m_socket : 5 errno : 111 Begin…
-
Calculates between datasets. Horizontal format
Hi to all. I know that this topic has been raised several times already, but for an unintelligible reason, the option available here is not suitable for me.Either I do something wrong. Description: There are three datasets with the same column names, but different queries (+ compound columns) In the end, you get something…
-
Error in Dump Docbase
Good morning to all of you, I Have a serious problem with a migration of docbase (6.7 to 7.3). I using dump and load procedure and i have an error during dump phase. This is the message of error: A failure occurred during a fetch through a cursor: database error message was STATE=42000, CODE=16943, MSG=[Microsoft][ODBC SQL…
-
Passing Data Set data to a browser window
This is an example that might be useful to others. The attached report illustrates how to pass Data Set data to the browser window. This can be useful for custom applications when the developer has experience programming in JavaScript and wants to add functionality in the page via scripting. The Data elements in the table…
-
Error when start process with "start from repository"
Hello this is the error i got when i start process from repository: 2018-06-02 02:22:14,220 ERROR [default task-2] [com.documentum.mthdservlet.DoMethod] - Exception invoking com.documentum.bpm.services.BPSIntegrationMethod. DfSysObjectException:: THREAD: default task-2; MSG: [DM_SYSOBJECT_E_MUST_HAVE_NAME]error: "A…
-
BIRT with JBoss - Oracle Datasource getting access denied error
I created BIRT report with with Oracle datasource its works fine in Designer i Hub. but same not working after deployed into Jboss. Here i am using Viewer. while calling got Access denied error. login /password wrong . but works fine using Ihub.
-
BIRT with JBoss - Oracle Datasource getting access denied error
I created BIRT report with with Oracle datasource its works fine in Designer i Hub. but same not working after deployed into Jboss. Here i am using Viewer. while calling got Access denied error. login /password wrong . but works fine using Ihub.
-
BIRT with JBoss - Oracle Datasource getting access denied error
I created BIRT report with with Oracle datasource its works fine in Designer i Hub. but same not working after deployed into Jboss. Here i am using Viewer. while calling got Access denied error. login /password wrong . but works fine using Ihub.
-
[DM_SESSION_E_AUTH_FAIL]error: "Authentication failed for user dm_bof_registry with docbase XXXXX"
Hello Experts, We are getting below error while searching the folder in webtop 6.7 SP2 patch 25 : - "Query execution error for XXXXX : Unable to process query" "Query execution error for XXXXX :[DM_SESSION_E_AUTH_FAIL]error: "Authentication failed for user dm_bof_registry with docbase XXXXX" Environment details : CS - 7.2…
-
Executing setFile TBO method in Captiva
Hi All, I am trying to write a business logic in setFile method of TBO. My target client is Captiva. where as the setFile method is not getting called from captiva. can you let me know how to recognise that the Document is new or how captiva uploads file into Documentum. is it not through setFile method. Below lines above…
-
TBO is not Calling for particular Sub type
Hi , I have object type edmapp_org_document and it has sub types edmapp_dfibt_document , edmapp_hrmd_document. I have created TBO for super type edmapp_org_document whenever i modify the edmapp_dfibt_document tbo is getting triggered but for the edmapp_hrmd_document (this sub type alone it is not getting triggered) Please…
-
open rptdocument with different parameter value
Hi I have created a dataset and using parameter to filter dataset(part of the dataset) create a chart. I saved the design to rptdocument file, can I open the rptdocument file with different parameter value to render report, what I really want is can change the selection get different view without run the query to the data…
-
Anyone extended birt's charting capabilites by using external charting libraries?
I think I read somewhere that one (in theory) can use external charting libraries within BIRT framework. Has anyone succeeded bringing external charting tools under Birt's umbrella? Are there any tutorials that explain how to do that? Thanks,
-
Can birt's scatter plot correctly render two points having the same x-values?
I am trying to make a plot of two points having the following coordinates: p1=(5,+20) p2=(5,-20) Normally, I would use scatter plot (excel, matlab etc) and these tools would render two points correctly (ie one point is below another and a vertical line could be drawn between these two points) However, I am having some…
-
User Picker widget
Hello, does any know how to create WEM user picker widget? The users data set is large (300-400,000 users) so it would be search-based. Either LDAP or custom DB data-source is good for us. Thank you, Vlad
-
Custom workflow issue in TS 16.2 - not able to parse XML using Dom4jUtils
Hi, We have recently migrated to TS 16.2 from TS 7.2 on Windows server 2012. We have one custom workflow where we have one task in which is parsing XML file using the below code: File f = new File(task.getArea().getFile(new CSAreaRelativePath("page_sitemap.xml")).getVPath().toString()); Document dcrDoc =…
-
Rendition a document(pdf) from msw fails
When i am rendition a document using the code.I am able to see the rendition entry in dmr_content. The set_file attribute in dmr_content is LOC-000001-2018-1000-br_3333(object_name of the document).But When i download the pdf document , it is corrupted. Below is the code. String CONTENT_TYPE = "pdf"; IDfSysObject idfsys =…
-
Run Report Failed - AxisFault - com.actuate.common.servlet.AxisWrapperServlet.processAxisFault()
Hi Experts, I have developed a (chart) report which uses the data model to show auto drill down and drill up charts. The report is working fine when executed from the Analytics Designer. But once it is published to the iHub server, it is throwing Run Report Failed error when we try to drill down. Please find the below…
-
How do you make a histogram in BIRT?
I can not seem to figure out how to make a histogram within BIRT. My hunch tells me that Bar chart would be the one to use and this is what couple other threads are suggesting, but what/how do I group? let's say I have a column vector of normally distributed values. What do I put in: 1) X -Category field in Chart 2)…