-
Exporting the jobs and ACL permission sets from DA 6.6,6.7 to csv
No formatter is installed for the format not-found
-
Documentum Webtop issue
No formatter is installed for the format not-found
-
Invalid data ticket
Hi, I am admin for Documentum Center Stage. Some of our user getting error Use of invalid ticket for storage object with name filestore_hnas_22; storage may be improperly configured. Ticket was 00000000801c738f. Data Ticket was 1. after this error popup their center stage plug-ins gets automatically delete. they have to…
-
Use of invalid ticket for storage object with name filestore_hnas_22; storage may be improperly conf
Hi, I am admin for Documentum Center Stage. Some of our user getting error Use of invalid ticket for storage object with name filestore_hnas_22; storage may be improperly configured. Ticket was 00000000801c738f. Data Ticket was 1. after this error popup their center stage plug-ins gets automatically delete. they have to…
-
While executing custom job in Documentum Content server, getting exception(java.lang.ClassNotFoundEx
Hi experts, I have made a custom job which is trying to run the job.The job is a java method.I scheduled the job and specified the method for it. But while running , the job gives the exception(java.lang.ClassNotFoundException:java.lang.LinkageError: Failed to link com/documentum/custom/job/CustomJobMethod_Export (Module…
-
Web Publishing in Documentum
Hi All, Our nt is using Incremental Publish (IDS). The definition I found was "An incremental refresh publishes objects that are new or changed since the previous publishing operation" Changed here I assumed was r_modify_date, but when I see the documents published to the target, it seems the dm_Webcache job is also…
-
How to check the installed content server is 64 bit or 32 bit version?
Dear All, I am using content server 6.7 SP2 installed in linux machine, how do i know whether installed content server is 32 bit or 64 bit version? Below is the information from the log, which is not clear whether instaled is 32 bit or 64 bit. EMC Documentum Content Server (version 6.7.2170.0186 Linux.Oracle) (c) Copyright…
-
DFC 16.4
Hello every body please dose DFC 16 need any upgrade of the hardware (the memory mostly)? thanks in advance
-
FAX2Mail JobDeliveryStatus API Call
I cannot seem to get the status code and Status Message that I see on the OpenText Portal for the Fax Jobs that were submitted. Here is my code and posting to https://test2messaging.easylink.com/soap/sync public JobDeliveryStatusResult CheckStatus(string jobNumber) {…
-
Convert DocApp to Composer
Has any one done with Convert DocApp to Composer, i have one environment with DocApp and while upgrade i want to move to Composer, can anyone help me ?
-
Convert DocApp to Composer
Has any one done with Convert DocApp to Composer, i have one environment with DocApp and while upgrade i want to move to Composer, can anyone help me ?
-
How to create New Custom Type using DFC
Can someone provide me sample code snippet or api for creating the New Custom type using DFC.
-
"status":415,"code":"E_UNSUPPORTED_MEDIA_TYPE","message":"The specified media type application/octet
Hi, I am trying to create a content using Angular 6 but unable to do so. I am using the below URL. http://localhost:8080/dctm-rest/repositories/demo/folders/0b01e24080008993/documents I am able to do in RestClient using Java but not in Angular 6 and receiving the below error. Attached is the image of the request and…
-
not able to apply custom object type
Expert, I am not able to import or check in new document with custom object type after Migration, getting error ORA-00980 : synonym translation is no longer valid. Do you have any idea ? Regards, Arvind Jajoo
-
Documentum Query Language issue
Is there any SQL listagg function equivalent in DQL? I wanted to combine my 2 records with same r_object_id in one record. For Example. one record has r_version_label as "CURRENT" and other record has r_version_label as "1.3" and both records have same r_object_id. If not listagg function, is there any other way to combine…
-
Getting Started with FAX2MAIL
I have been tasked to integrate with FAX2MAIL from a .net client. I am looking for the web service to call and a sample code in c#. What are the prerequisite. Thanks
-
Content transfer is not working properly
Team, Contetn Transfer is not working properly after deplyoing new 16.4 WAR file and intermittend UCF error are coming, i have installed WebtopBHO and Native client as well but still same issue occurs. Regards, Arvind Jajoo
-
DQL query which returns only year
Hello! Is it possible to get all the years during which the documents are created ? Like for example: select distinct year(r_creation_date) from dm_document; I'm trying to generate a dropdown in D2 which list down all the years during which the documents were created in the repository. I know this can be achieved by D2…
-
Document REST New Content and Properties JSON payload
Hi, I am trying to create a document with content and metadata in the Document REST using Angular JS I am getting some below error. Please let me know what is that i am missing. POST /dctm-rest/repositories/demo/folders/0b01e24080008993/documents?content-count=1&primary=true&format=text HTTP/1.1…
-
IN DOCUMENT clause and a set function appear in the same SELECT."
HI all, I want to sum the r_link_cnt from dm_document(all) in document_id ('r_object_id) descend. select sum (r_link_cnt) from dm_document(all) in Document id('r_object_id') descend where r_link_cnt>=1; getting error like Error occured during query execution :[DM_QUERY_E_COMPOUND_FUNC]error: "IN DOCUMENT clause and a set…