Documentum
The Documentum Developer Community is the learning and networking resource for application developers building content management, case management, and business process management applications on Documentum platforms. This include developer topics for: D2, Webtop and xCP (Documentum xCelerated Composition Platform)
-
rename dm_folder with 4 million subfolders
Hi. I need to rename a dm_folder having 4 million subfolders. On the Acceptance env we have 200 thousand subfolders and the rename took 30 minutes. Now we need to do this on Production and I'm afraid that either Oracle or the Content Server will fail with not enough resources or the rename will take 10 hours. Is there a…
-
Documentum D2 20.4 - Does "Folder Structure Import" work on Apple/Mac?
Has ANYONE successfully used the Folder Structure Import feature on a Mac/Apple Machine? So far, after upgrading to 20.4 the "Folder Structure Import" feature of Documentum D2 20.4 only works on Windows Machines. It has not worked from a Mac/Apple. D2.log shows that the processes basically freeze after the import is…
-
Crystal report runtime library
Hi ALL, Can someone help me to have crystal report runtime library for Java (CRJ - crjava-runtime_12.2.219.zip). am working with xCP 2.3 but i can't find out this version anywhere. Thanks,
-
Documentum 21.2 Docbase Configuration
Hi, I have been given a user that I used to configure the ODBC and also that user can connect to the database hosted in its dedicated server using MS SQL Server Management Studio. The problem is that when I try to configure the database then the popup error says the user cannot connect to the selected db and it refers me…
-
Create New Form in XCP Designer 16.4.1 shows white empty form without even the widgets palette.
Hi, I'm trying to create a new form in XCP Designer 16.4.1, but it keeps showing me a white empty form without even the widgets palette. and the designer log is showing these errors. 2019-05-21T13:35:41.723 ERROR [Tmain] [com.emc.xcp.uitemplate.ui.view.canvas.browserfunction.JavaLogBrowserFunction:37] PageEditor Error:…
-
D2 Query Form working with dates
Hi, I need to create query form with date parameteres: date_from and date_to for date attribute. with following behaviour: - when date_from and date_to are empty values, the result set must contain all the objects from the that type - when date_from has a value and date_to is empty value the result set contain all the…
-
I cannot perform actions in D2
I have installed Documentum 22.1 and D2, it lets me access D2 by logging in but it does not let me perform any action, it tells me that I do not have permissions to do so. I already gave permissions to its dfc in DA, and it also appears to me giving to 'about' that D2-API server does not have any version. Can anyone help…
-
Unable to open files from EDMS Site
Hello, For some reason, we couldnt open the files and go to Preferences settings in JSP website. When we click on that, it shows WHITE SCREEN and showing hidding value called "Content Transfer Service". We have installed latest version of Java, WebTop Client, Installed Open Text Browser extension and configured browser…
-
Netbeans desktop app and dfc.properties.
Hi, I'm building a desktop application usingdfc andnetbeans. The application runs ok inside the ide, but when I run the jar file outside the ide I get: 1 [AWT-EventQueue-0] ERROR com.documentum.fc.common.impl.preferences.PreferencesManager - [DFC_PREFERENCE_LOAD_FAILED] Failed to load persistent preferences from null…
-
migration from documentum to salesforce
Hi, I want to migrates all documents from documentum environment to salesforce..... Any one help me Thanks in advance
-
Query Form for r_creation_date in D2
Hi I am getting exception for r_creation_date attribute in query form. can anybody specify a query for DATE type in D2 Query Form to search results in predetermined date format. Regards Mayur Mitkari
-
Migrating a client
Hi, A client has broken into 2 entities entities and they were using one implementation with multiple filestores for each division. The broken away division has been given its filestore(Documentum filestore) and a dump of their database only. No passwords or encryption key given. My task, if possible, is to implement a new…
-
TBO access from Webtop
Dear Experts, We have webtop application which uses TBO & SBO using dbor.properties i.e. do not need to install the TBO & SBO on Content Server, but now we have planned to install the TBO & SBO on content server & i am able to install a test TBO on the content server. But I am not sure how I am going to use it in webtop…
-
Independent Java Method Server(IJMS)
Hi, I have configured and IJMS in a separate server serving a repository that is load balanced with 2 docbases bring the total of JMS serving the repository to 3. How can I test that the IJMS is working since it is not visible from DA?
-
target an instance of CTS in the DFC code
Hi, I have a requirement to create thumbnail for over 20 million documents already in the repository and I have written code which works. My worry is that every request is added into a queue and which I think is going cause a problem with creating the thumbnails for the documents are currently ingested. I thought if I…
-
Extracting Meta data that is available to assign to a document
I would like to extract all the metadata that is associated with cabinet & how they are linked to each other. Is there a dql for this?
-
Captiva InputAccel - ScanPlus Parameters - EndorserCountersScope Imprinter
We are trying to control fujitsu Fi 7180 imprinter value. In Captiva Documentation (OpenText Captiva Capture>Module Reference > Client Configuration Settings > settings.ini Parameters > Module-specific Parameters>General ScanPlus and RescanPlus Parameters) there are 3 parameters related to the imprinter:…
-
Documentum webtop and administrator don´t search
Hello good afternoon, I'm new to installing documentum and I'm having a error that I can't solve. I have installed documentum and xPlore but it won't let me search anything from documentum administrator nor from webtop. When I do a search it says: Problem with this source. View Messages for more details. And in messages I…
-
ApplicationXtender 16.3 Batch Import Assistance
We have version 16.3.298.0 of ApplicationXtender Document Manager and are utilizing the Windows program (not the web based GUI). We recently had about 500 documents digitized into PDFs and now need to upload the information to ApplicationXtender. My goal is to bulk upload all documents to the program, and fill in the…
-
Display in the DialogBox the list of selected documents
Hi everybody, In D2-Config, I have a menu-item that opens a custom Dialogbox (CustomDialog extends AbstractDialog implements ID2Dialog). In this dialogBox, I have a list control: <?xml version="1.0" encoding="utf-8"?> <dialog id="CustomDialog" width="500" height="300" resizable="false"> <content> </content> <buttons>…