-
Documentum Supports SSD/SAS storages ?
Hi All, I per my understanding documentum supports all types of storage devices but just wanted make sure that my understanding is correct. Is Documentum supports SSD/SAS storage ? Also we have plan to migrate content storage from SAN to SSD/SAS storage. Can you please suggest some easy and low risk approach to move the…
-
BIRT- methode : can't call or retrieve a data element in Chart API
Hi everyone, I'm working on a report using BIRT where i need to retrieve a value of a data element (stored in a table) in chart script, spicifically in beforeGeneration() , and use for setting the step size dynamically. I've tried something like: params["step"]=this.getRowData().getColumnValue("Max-min/10"); ** //i called…
-
xCPDesigner - Result list and Real-time query not working properly
I have result-list with multiple pages. When I select items on page 1 of result-list everything works properly, meaning actions that supposed to work are working. But, when I am on page 2, and select items, whole page refreshes and then I get page 1 , again. In developer tools I have seen that real-time query gets called…
-
Webtop url http://localhost:8080/webtop display error "Exception Occurred: Contact Administrator"
First time deploying WebTop 16.4 on tomcat and it displaying "Exception Occurred: Contact Administrator" on the page. Has anyone seen this before and what is the resolution?
-
SAML integration with ADFS
Hi, Can anyone please help me to find Java KeyStore and Digital certificate while configuring SAML properties in Documentum ? Need urgent help. Regards, Arvind
-
BIRT- set the Bar-width of a Bar chart dynamically
Hello everyone, I'm working on a report using BIRT. In my report I have a Bar chart and I'm trying to adjust it's Bar-width so that all Bars will have a width value that is retrieved from my dataset. I have managed to get the with-value named (steps) stored in a parameter but i don't know where i should use it. I've looked…
-
Documentum 6.6 - Deleted user had subscriptions
Hi, Someone in IT deleted a user from our WebTop system and apparently the user had subscribed to documents. Other users are unable to check documents that he was subscribed to back into the system. We can change the owner of the files that he owned to resolve the issue, but there are documents that he doesn't own. How can…
-
type name is invalid. Type names must not begin with 'dm'
Hi Team, I have created documentum project using Composer 7.3 and added reference projects to it. Then imported artifacts from repository system objects/ Applications/RM Config/RM Containment policies and Rule. composer builds thrown error like type name is invalid. Type names must not begin with 'dm' . added following…
-
testing123
test
-
Our Content Server Down
Hello, I have the method server log file for our repository dias, which start churning out the issue at 22:25 yesterday night as attached. The J29773 user is our superuser and the installation owner of the content server. Now if I try to shutdown our repository that doesn't work either:…
-
How to include sql function in an sql query in Dataset using Opentext Birt tool
Hello, I would like to add an sql function in the SQL query using Case condition in the Dataset using BIRT tool. Could anyone please help me how to write a query for this. Or if there any other option like mapping in the tool. Thanks in advance.
-
Xquery Understanding
Accordingly to my understanding xquery returns xml,during my analysis xquery returns file content of xquery.I need the xml output of xquery. how to solve the problem??
-
Accordingly to my understanding xquery returns xml,during my analysis xquery returns file content o
Accordingly to my understanding xquery returns xml,during my analysis xquery returns file content of xquery.I need the xml output of xquery. how to solve the problem??
-
I am using document um server and xdb database.Application server is used for xquery deployment.
Actually i created one xquery file,that is not return the result.it was return file content.can i know what is the reason? or can you give some samples....
-
BIRT-Adapt dataset on the Value&Category series
Hi everyone, I'm working on a report where I must modify my data in order to be displayed in a certain way on chart. in the following report i have a chart that has dynamic Min/Max value (retrieved from the table). I have additionally added a dynamic step value as the task requires. The chart displays on the x-axis the…
-
SSL certificate
Hi, I want to know how to enable the ssl certification for IE 11 to access webtop application for content server 6.5 sp3 thanks, saikiran
-
HTML Button
Hi All, I have got an urgent requirement where I have to create 2 HTML Buttons 1: when clicking first HTML Button ( Order Table ) to order column ( in this example CUSTOMERNUMBER from classic car database and customer table 2. When clicking second HTML Button ( Hide Phone ) hide PHONE column. what syntax and java script…
-
Custom module deployment - error on run "Could not load class through DI framework"
I have just deployed a new custom application using BOF. The module deployed fine, and it runs, but when it's triggered by the JMS, I get a ClassNotFoundException and the message "Could not load class through DI framework, trying to load it by conventional means". What is this? I looked up DI and it is Dependency…
-
Documentum xPlore upgrade to 16.4 from 1.1
Hi All, We have a requirement to upgrade xPlore from 1.1 to 16.4 version. If any one come cross this requirement kindly share some inputs related to best approach to upgrade xPlore. I think we do not have provision to directly upgrade to 16.4 as per upgrade/Migration guide. Please request you to share your inputs.
-
DM_ANNOTATE entry not deleting automatically from dm_relation table when the annotation removed
Hi, DM_ANNOTATE entry not deleting automatically from dm_relation table when the annotation removed from the document. will not be done automatically? Do we need to run any job like dm_clean? if so, how could job consider such scenario automatically?
-
XHTML_Input_Filter meaning in log on 5.6.2 CF4
Hello, we upgraded Streamserve SDK to 5.6.2 CF4 that put a fix on log level 2. We have always used level 2 which showed us errors, warnings and calls to individual print jobs. Now with the CF4, level 2 really only shows warning and errors and if there are none it shows nothing. With level 3 we can see process calls again…
-
TeamSite 16.6 fresh install issues / bugs / KB articles - Master List
could we possibly get an admin to sticky a post with all the bugs/fixes/KB articles/etc? note: all of the below are on a Windows / Oracle environment. TeamSite main server 1) "Typical (recommended)" installation type was greyed out/not available when running the installer. Was told by support this is expected and to use…
-
Linux OD 16.6 cannot find JAVA
Did a test install. TS/LS/Reports all working well. OD install went fine, zero errors anywhere. But when I try to start OD or use a CLT, I see errors like this: Starting OpenDeploy server. It may take a few moments. Please wait.... /opt/interwoven/OpenDeployNG/lib/iwodclt: line 145: /bin/java: No such file or directory…
-
Runtime images via byte array
I think I read somewhere that it is possible to push images (if they are in bytearray format) into birt report at runtime . However, I can not seem to figure out how to set up a design of image element to allow for that. I see the image element has 4 sources: URI, embedded image, dynamic image, image file in shared…
-
BIRT-set a Data element as a global variable
Hello guys, I'm working on a report where i have to set data elements stored in a table as global parameters so that i can use them in every script. as long as i know i must use the following method: reportContext.setPersistentGlobalVariable (name_of_variable,value_of_variable); what i want to know is where to set this…
-
BIRT-access the data element of a dataset using script
hello guys, I'm new to BIRT and i'm trying to access data element of my dataset from chart script using javascript. Can anyone tell me how please? please see the following picture for better understanding. Thanks in advance Khaled
-
set a dynamik scaling for the x-Aixs BIRT
Hello everyone, I'm currently doing a Bar chart that can adapt it's scaling on the X-axis dynamically. I will illustrate this through an example. Assume we have a table im BIRT that gives me a number of values. For this Table there are two aggregation set, one returns the MAX value of these values and other aggregation…
-
set a dynamik scaling for the x-Aixs BIRT (Need urgent help please)
Hello everyone, I'm currently doing a Bar chart that can adapt it's scaling on the X-axis dynamically. I will illustrate this through an example. Assume we have a table im BIRT that gives me a number of values. For this Table there are two aggregation set, one returns the MAX value of these values and other aggregation…
-
Documentum Upgrade from 6.7 to 16.4
Hi All, Doeas any one upgraded/Migrated from Dcoumentum 6.7 (AIX/Oracle) to 16.4 (Windows/Oracle). Is Database export from 6.7 and Import into 16.4 envrionment will work or any other suggestion on migration approach? Thanks in Advance.
-
How do you set the heights of all rows to the largest row in a table?
Using the properties in BIRT, is there a way to extend the height of all rows to the largest height of a row? Or can this only be done by script? If so, do you have a suggestion? Please have a look at my example. Above is the status quo, below is the expected result: Thank you. Alex