-
How to open image or content selector for workspace and get the selected data javascript?
I need to open content and image selector from tinyMCE button. Could you please help me with javascript to open a selector and get the data of the content or image selected by user
-
SAML Metadata missing
Hey, I'm trying to implement a SAML authentication to Documentum. Trying it in D2, Webtop and DS16.4... Already build an Identity Provider Server, but im missing the Service Provider Metadata from Documentum. Anyone got an idea where to find?
-
convert login ID in uppercase
I want to add a block of code on login ID so whenever user enters login Id (no matter whether upper or lower case),it will automatically take it in UPPER CASE i have added below code in login.jsp page but its not working function toUpper(){ var loginnameUpper = document.getElementById("value").value.toUpperCase();…
-
Alternative to BIRT-EXCHANGE website: http://www.birt-exchange.com
Where we can find the content which was hosted on http://www.birt-exchange.com . This site was having solutions for so many common problem which an initial BIRT user faces. Unfortunately, the site is no longer accessible. Is there any website where the content of birt-exchange got copied?
-
LDAP Authentication is failing for All LDAP users
LDAP Authentication is Failing for all LDAP user sourced users.Only Unix and inline accounts work.. Environment is 6.7, Changed LDAP user to inline password and he is able to Login. Has any one faced a similar issue and what troubleshooting was followed for this?
-
addNote using Documentum REST API (dm_note + dm_relation)
Hi, I have a requirement where I would like to attach a note object to a document using REST service. I could achieve this using two steps. 1. Create new note object using Objects link 2. Create a relation object using Relations link But I would like to do this in a transaction where the result of the first operation will…
-
TS 16.3 DCT Form:Finish button not working when Containers used in the form
I may be completely off my rocker on this one, but I've tested this and been able to reproduce it and it is behaving this way in our existing Production server on DCT forms that have not been touched in years. It appears that in TS 16.3, if you have a DCT form that utilizes tags, the Finish button on the DCT form will not…
-
Not able to create server profile from OpenText Analytics Designer
Hello everyone, I am trying to create a server profile from OpenText Analytics Designer but getting below error. Also attached the screen shot of the error. Bad envelope tag: html Plug-in Provider: Open Text Plug-in ID: com.actuate.istudio.shared Error Code: org.xml.sax.SAXException Please let me know 1. What am I missing…
-
Demo Toolbox 16.4 xCelerator for xCP
Hi, Do you have infoamtion on where from OpenText can the Demo Toolbox 16.4 be purchased and how much? I got information that 16.4 is no longer free. Thank you, Ronie
-
Taskspace new release transfer mechanism (future versions)
Hi, experts. is it planned to replace in future taskspace versions the content transfer mechanism to eliminate java applets? Best Regards!
-
How to decrypt passwords in installer.properties
Hi all, I have forgot some passwords from the Teamsite Installation. In the installer.properties i can see the passwords encrypted. Do you know hot to decrypt them? Or reset them? Best Regards and Thanks
-
Workflow not working after CS upgrade-DFC_BOF_CANNOT_FIND_OBJECT
Hi All, We have upgrade the CS from 7.2 to 7.3 nd then install PE2.3 patch25. We have XCP 2.3. After upgrade I login to xcp application but none of the workflow are working. I have also noticed that BOF jars are not downloaded to ..dfc/cache Error: Error code: E_ECM_PROCESS_STATELESSPROCESS_FAILED Activity 'Set Process…
-
Master Page Data(header,footer, Image(logo) is not exporting in Excel format (Xlsx)
Hi, user wanted to know the information who generated the report and when . so i have added PageNumber , Date & time to the Masterpage. When i export to PDF those info are getting exported. But When export to Excel (xlsx) format Logo(image) and other info in header ,footer is not exporting. Anyone can provide the solution.
-
Excel output- Dyanamically change Sheet name
i have report where having 2 gird and 2 tables. i wanted to export as excel each grid and Table has to go as seperate sheet in output. It is working as expected in Xlsx format but Sheet names are displaying as Sheet1, Sheet2, Sheet3,Sheet4. I wanted to display as Sheet1 as "Filter page", Sheet2 as "First page",Sheet 3 as…
-
Error in Deploy Task (redux)
I'm encountering a deployment error almost exactly as described here (TS 7.3.2): https://forums.opentext.com/forums/discussion/37562/error-in-deploy-task 2018-10-30 13:37:05,501 [http-0.0.0.0-8080-11] INFO com.doitt.teamsite.workflows.ExecuteRulesTask () - Transition is: RT: Is Content Creator2018-10-30 13:37:05,504…
-
How to get No Longer Needed (Garbage) ACL objects in workflow ?
Hello Experts , By Using DFC code i can get ACL objects but these ACL objects are currently used by an application. Requirement- I want to get an ACL objects which are no longer needed (Garbage ACL) in workflow ? Could you please provide any suggestion for above requirement. Thanks in Advance !!
-
Pair Parameters
Run into an issue where there are 2 defining columns in my dataset that are used to pick out the unique data. While i can get this working with 1 set of this coupled data, I have come across a problem when dealing with 2 or more sets. Say for example I want to get a list of xbox games owned by 1 person, and a list of ps4…
-
need help in IDS pre/post scripts
We are having IDS 7.3 and new to pre script implementation. We have one requirement that a file XYZ.pdf Version 4.0 Effective in a source system needs to be published in target system as XYZ_4.0_EF.pdf and this can be achieved with the help of pre/post scripts execution in IDS. Please help me in this by providing sample…
-
Authorization failed error on OOTB DFS 7.2 sample code
Hi Expert, We are getting below error while run the OOTB DFS 7.2 Sample code through Composer 7.2. com.emc.documentum.fs.rt.AuthenticationException: Authorization failed, please review identities provided in service context "temporary/127.0.0.1-1540803488685-9245e08e-4ca7-441a-b9be-665678adbc46". Could not initialize class…
-
compatible JDKs and version of Tomcat
Documentum xCP and Documentum records management is compatible with which JDKs and version of Tomcat?
-
compatible JDKs and version of Tomcat
Documentum xCP and Documentum records management is compatible with which JDKs and version of Tomcat?
-
Documentum 16.4 upgrade approach
Has anyone upgraded from Documentum 7.2 Patch 33 into Documentum 16.4, what is the recommended approach
-
Exception in inbox
Hello. When load inbox tasks I receive exception: isUserInGroup dql : select i_all_users_names from dm_group where group_name = 'administrator' and ANY i_all_users_names = 'pupkin-v' DfException:: THREAD: http-8080-3; MSG: [DM_PLATFORM_E_INTEGER_CONVERSION_ERROR]error: "The server was unable to convert the following string…
-
Is appContext available within charts script?
Hi, I have a situation where I need to set a variable during java runtime and access it the very same variable in chart's onRender events. in java I was hoping to use something like this: iRunTask.getAppContext().put("key", "val") and in chart's script I was hoping to use: reportcontext =…
-
Pre controller redirecting to another page after form submission
Hello. I have a End User Form, built in Experience Studio, inside a page (let's call it FormPage). I'm able to configure a page to be redirected after form submit (SubmitPage) as well as a page to be redirected in case of error. I've added a pre-controller to SubmitPage (ie, a page pre controller) that successfully…
-
16.3 LSCS import deployment failing.
here's the error that we are getting. The moment we stop/start IDOL servers , the deployment works. [ERROR] MainController - error.bad_request com.interwoven.wcm.iwrr.core.InvalidRequestException: Invalid context specified. at…
-
Setting path of an object using SOAP DFS message
Hi All, I am trying to set path of an object using DFS call. I have created a SOAP message for achieving this, but unable to set the path. Have tried different options but still not able to get figure out the correct soap message. please help in getting the correct input.
-
Fixed Area Layout in Experience Studio
Hi, I just finished exploring the Fixed Area Layout in the Content Center, and have successfully built a Site and some Pages within it to which I have full control of the generated HTML, using a custom Fixed Area Layout, a custom Java Class associated to it and a custom XSL to render the page. However, all this was managed…
-
Issues with aliases
Hi all. We have a number of different sites and I'm having issues with TWO of them with aliases not working as expected. The two sites are "cdnp" and "cdns". When I setup the alias cdnp/api/directory (yes I've deployed everything) and then go to ...:1776/cdnp/api/directory the alias is not found. Looking at the trace log I…
-
ApplicationNlsProp.properties file
Complete novice to Documentum . This file may be associated with WebTop, EPFM (Capital Projects) , or the Content Server. I don't know. I'm told this file can contain tags on changing the welcome banner, footer, etc. Perhaps even color. I'm trying to find out what tag names can be used and the options available. I find…