Digital Asset Management
From creation to consumption, Media Management offers a consolidated asset repository for marketing, branding, commerce, video and global distribution across contributors and production environments.
-
Asset and metadata. into OTMM platform
Hi Team , I am new to OTMM and planning for use OTMM 21.4 . I have no idea to integrate with OTMM. Is there any specific SDK? is there code source for INTEGRATION? If possible please provide documents for the same? Thanks in advance!!!!
-
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…
-
OTMM | Rich Media Analysis | MS Azure | BLOB storage
Hello All! We installed and configured Rich Media Analysis service in OpenText Media Management (Cloud) using the Microsoft Azure Computer Vision API. Metadata field group "ARTESIA.CATEGORY.MEDIA ANALYSIS" was added to the corresponding asset model. A BLOB storage and an asset container were also created and configured in…
-
OT Media Management API | Create a folder
Hello All! I try to create a folder in OTMM using API method POST /{version: v(4)}/folders/{id}. But I can't figure out how to get the ID and where to specify the id of the parent folder. When I try insert another ID I get a error: "http_response_code": 404, "message": "No folder with the specified id was found.",…
-
I get an error when I run otmm initiateJob. plz help me
Good morning. When the createAndInitiateJob function is executed Exception Debug: You do not have an access to this job. Job Type: IMPORT Exception Message Id: message.error.job.initiate.failed Exception Message: An error occurred while initiating a job. Exception Data: none Exception Failed IDs: none An error occurs. I do…
-
Rendering image by using a 'pipeline' of commands
Hello We need to resize an image using ContentByExport and than apply a watermark on resized image, there is the possibility to use a 'pipeline' of commands in otmm.rendering.1.command ? I'm trying to obtain that with miff:- keyword of ImageMagik: "-resize 515x515 -strip -interlace Plane -quality 50% miff:- | composite…
-
Replace existing image in gallery
Hi, Customer has Hybris configured with local media. They have now added the damlink solution and are able to attach assets. But the renditions are added as another media item in gallery. Is there a way to replace existing media items with damlink rendition automatically? They use synchronization process to attach…
-
command setup_connect for sap connect is not running
Hi , i am running command setup_sap for installing SAP Connect on linux but its not getting run . can anyone please help me if i am missing any step? or need to set environment for setup_sap command on linux? any doc or any link that can help me then please share . Regards, himanshu
-
Custom export process
Hi Experts, We have a successful Hybris 5.5 installation, that works fine with DamLink installation on a Dam 10.5 server. We want to know if there is a possibility to call a custom export process in Dam server when the OtmmExportServiceJob starts at Hybris side. TY Antonio
-
Creative review not opening in IFrame in IOS mobile client
Hi, I am facing an issue when I try to load creative review in iframe in a IOS, it is not working where as it is working fine with android.Can anyone help on this? Thank you.
-
otmm v2 api auth
Hi, Could you provide a sample basic authentication to Media Manager API v2. From the examples listed in the forum and documentation i am not able to authenticate. I have tried the following endpoints: https://client_subdomain_not_listed.cloud.opentext.com/otdsws/login…