-
How to specify metadata field values in database search query in v6
Using OTMM 22.4, How do I specify the metadata field values in database search query in v6? /otmmapi/v6/search/database There is no example or description on how to use this:
-
update asset metadata exception : The request could not be understood due to malformed syntax.
Hi Team, When I try update asset metadata field using Rest API(PATCH Method) it throughs exception like "The request could not be understood due to malformed syntax". Is it an issue with Syntax? Test Sample : Method : PATCH uri : https://<ServURL>/otmmapi/v6/assets/id?lock_strategy=optimistic Body : Field Details : I am…
-
Executing custom code after checkin process
Hi! I am new to java and DFC development. We have developed a custom code that is ideally executed after the checkin process is completed. We use the below if statement to trigger the custom code: if (strAction.equalsIgnoreCase("checkin")) { //custom code here } unfortunately, the code is executed when the checkin process…
-
Why should the Multilingual Check function always return True?
Hi, We want the browse folder functionality to avoid having the sql query join with the webnodes_metadata_EN_en table. This woud improve our browsing experience tremendously. To achieve this there is a configuration setting, however this is always overruled in the Oscript function '_GetSelectWithPaging_IsMultiplingual'…
-
error trying to access DFS
when trying to connect to DFS I'm getting this error: Exception in thread "main" java.lang.NoClassDefFoundError: Could not initialize class com.emc.documentum.fs.tracing.DFSTracer at com.emc.documentum.fs.aspects.Tracing.ajc$afterThrowing$com_emc_documentum_fs_aspects_Tracing$3$8b9079b8(Tracing.aj:74) at…
-
Issue with rationalizationApi PUT API
Hi, I try to use rationalizationApi PUT to update a library(document), but stuck on this error: { "timestamp": 1726883080329, "status": 400, "errorCode": 310385, "message": "Bad Request", "details": "File size exceeds maximum supported size (-1)."} Here is my endpoint and request: PUT http://{my opentext…
-
How do I resolve the error message?
Database Error (CActiveUsers::AddToTable): Converting a varchar data type to datetime data type created a value out of range. The cursor has not been declared.
-
Is there a way to dynamically alter the Quick Search Query in D2
Dear Experts, Currently the Filters are applied on doclist Widget but not applied to Quick Search. We would like to force apply the filter selections to Quick Search any suggestions. Can we alter the Query or process the results returned from the search by any D2 customization? Thanks n Advance. Kurian
-
SCE with SAPGUI 8 - 64 Bit
Hi all, We just installed SAPGUI 8 64 bit and we have issues with SCE . When using transaction /n/OPT/VIM_WP and clicking on "Single-Click-Entry" a shortdump is coming related to SAPLOLEA —- Information on where terminated The termination occurred in ABAP program or include "SAPLOLEA", in "AC_SYSTEM_FLUSH". The main…
-
Is there a D2 login servlet which i can extend and customize ?
Hi Folks, Is there a D2 login servlet which i can extend and customize ? . I would like to extend it and pass the user login ticket to login automatically. If someone has done some work on this before please do share. Thanks, Harish