-
DamLink 16.x auto assign stops
We have customer that uses DAMLink 16.x to connect OTMM and Hybris. Currently they are using auto assign functionality, but when asset has more that 690 auto assign rows cron jobs stops, It does 690 assignment, but than in log file for hybris it has synchronization and update metadata erros and stops. Has anyone seen such…
-
DAMLink stops auto assign after 690+ assignment
We have customer that uses DAMlink 16.x and they currently configured it to use auto assignment process. The issue we are currently seeing is that when we have 700+ rows in autoassign tabular metadata table. Hybris assigns only 691 or 693 and than shows Synchronization error like: ERROR [OtmmRiaService2Impl]…
-
Creating a Session using C# HttpClient
I am trying to create a session using c# code and am getting the weirdest error while creating a session (Note it does work through postman) {"exception_body":{"http_response_code":401, "message":"No session exists.", "debug_message":"No session exists.","error_code":1000}} Which is odd because I know the session does not…
-
Separating the custom war file from OTMM and deploying it on Tomcat
I am looking for help on separating out the customizations from the OTMM (Media Manager) server and deploying them to a separate Tomcat server and then connecting them. Looking for some ideas and help
-
How to add new tab in the Asset Details Page in OTMM
Hi Team, As part of our requirements, we need to add one more tab (Similar to audit, version,...) on the asset details page of OTMM and display some asset-related information. We could not able to figure out exactly how to achieve this. Have anyone come across this? Could you please help us by providing sample docs or…
-
How to retrieve GET FULL LIST OF ASSET From REST API / SWAGGER
Hello I'm completely new with API calls. Our tasks is to download all data from API from development server using Data Factory in azure ( but data factory is not an issue here ). I got https://dev-mar3.opentext.cloud/swagger-ui/ received login and password to create session. I make initial request POST to get sessionId and…
-
Task Priority in Activity Modeler in Media Management
Hi Team, We have a requirement to set the priority of the task based on the user inputs. We would like to understand, Is there any way to set the priority of the task dynamically for the user's task in Media Management. We have been trying to achieve this through different possibilities. We are not able to figure it out so…
-
Do we have the most current API reference for OTMM somewhere here?
I am looking for the API v6 OTMM reference. Access through my OTMM instance does not work properly and thus I am looking for an alternative where I can find those APIs documented.... Thanks Burkhard
-
MediaManager API - update an asset metadata
Hello, There is a rest api available to update asset metadata PATCH /{version: v(4)}/assets/{id} Below is a sample edit json, I am providing and it works fine: { "edited_asset": { "data": { "metadata": [ { "type": "com.artesia.metadata.MetadataField", "id": "LUM.FIELD.ALERT_COMMENT", "name": "LUM.FIELD.ALERT_COMMENT",…
-
Different formats for different sites for an attribute
Hi, Customer have multiple sites operating on Hybris. There have product attributes and the format for the product attribute is different for each site. So one site uses 1024x1024 format and another site uses 1000x1000 format for the same product attribute. Is it possible to configure assignment spec different for each…