• API error 500 - Could not find stored procedure 'tsAclCheck'

    Hi all, Running CM 10.1 Patch 5 Hotfix 3 Windows Server 2022 We have a third party application that integrates with CM. The application gives a 500 error when attempting to create a record. In the log on the Workgroup server I see this error in…
  • Microsoft Logic Apps and Flow custom connector

    Hi I was following the below article posted by David Churchland Logic Apps (and Flow) Custom Connector – Focus on Content Manager – Web services, Web Drawer, SDK and more... (hprm.info) to create a custom connector which I can use to post a file…
  • Posting multi-part form data to HP Trim from power automate giving error with status 400

    Hi I am trying to post a file to HP Trim content manager using Power automate cloud flow. I am using on-premise connection gate way to connect to the service api on our network. I can post a record using json (without the file) from the flow and…
  • Version 10.1 > 23.4 Security Model Changes

    The following support ticket mentions a new security model: OCTCR52O948197 DB - Demo DB shipped with product should be based on new security model Is this just related the changes created from the required step of running the Security Filter Conversion…
  • update record using ServiceAPI get 500 error

    I was trying to update record using ServiceAPI /Record get 500 error in the DemoDB - first I upload a file to server using /UploadFile service, it works fine, - then I when I try to update a record using /Record service with some JSON like this …
  • CM 23X Service API Alternative container not allowing to map multiple container for single record

    Hi , I am facing issue to map one single document with multiple Alternative container. I tried to pass uri's for 2 containers (please refer below screenshot), but I am getting the Error. . but while try to single URI it works fine but here…
  • IIS App pool issue - Something is either randomly Spiking the server CPU to 100% or stoping the App pool.

    IIS App pool issue - Something is either randomly Spiking the server CPU to 100% or stoping the App pool IIS server winodws 2016 IIS version 10.0.14393.0 TRIM version 9.2 We have an API intergration with trim (via IIS on a server) This actions a…
  • Authentication Issues with ServiceAPI Integration

    I'm new to Service API and encountered a status code 401 when attempting to invoke the ServiceAPI endpoint through an aps.net core web API. Upon reviewing the official documentation, it appears that establishing authentication is necessary to access these…
  • Retrieving Updated File Information via ServiceAPI

    I'm new to ServiceAPI and in need of an endpoint that can fetch the updated date and name of all files within a designated folder and its sub-folders. Specifically, I require files updated after a certain date. Could someone lend me a hand with this…
  • Content Manager - Service API - Return Document count for Container Programmatically

    Current Versions: Content Manager Web Client x64 10.1.305.756 Content Manager Service API x64 10.1.305.756 Content Manager Server Components x64 10.1.305.756 Content Manager EmailLink x64 10.1.305.756 Content Manager COM Components x64 10.1…
  • ServiceApi - Create new record and set the security level by URI

    Could you please let me know if there is a way to set the security level for a record by using the URI for the security level? (In C#)
  • Disaster Recovery Document Export

    Current Versions: Content Manager Web Client x64 10.1.300.756 Content Manager Service API x64 10.1.300.756 Content Manager Server Components x64 10.1.300.756 Content Manager EmailLink x64 10.1.300.756 Content Manager COM Components x64 10.1…
  • Service API. How to create a Record as a container?

    Hi, I am trying to upload a record and set the RecordIsContainer = true. Here is my json body: host/CMServiceAPI/Record?format=json { "RecordRecordType" : "6" , "RecordLongNumber" : "TEST123321123321-6" , "RecordNotes" : "Uploaded from the…
  • ServiceAPI Location SecurityProfile has empty caveat list

    I'm trying to fetch Locations and their respective security levels/caveats. So I'm specifying the SecurityProfile in the property. This returns the Security Profile with all its fields populated except for the Caveats? For example the following endpoint…
  • Ldap search method

    I'm making a request to the polling endpoint and would like to filter on Ldap Properties (LdapSynchDn, LdapSynchEnabled). Are these possible search methods, or do I need to filter these out manually?
  • [CM10.1 Service API] How does 'propertySets:FromSearch' works when searching for a record?

    Hi all, I'm searching for records using ServiceAPI. That's my exemplary url CMServiceAPI/Record?q=all&propertySets=FromSearch&fromSearch=3 I have no idea on what basis 'Fields' for each record in the response are filled out. I would assume that…
  • [CM10.1] How can I add a record through CM ServiceAPI when my user's rights don't fulfill default record access of the record type (this can be done in CM Desktop Client)?

    Hello, a user cannot add a record through ServiceAPI, but he can do it through CM Desktop Client with the same user rights. The record type has a supplemental marking in Default Record Access that this user doesn't possess. CM10.1 Desktop Client…
  • CM10.1 WebClient and ServiceAPI Requires WorkGroup Server Installation

    The client has CM9.3.1.300 in PROD. They do NOT have the WorkGroup service installed on the WebClient / ServiceAPI server. They connect to a WorkGroup server. When installing 10.1.444 there's no longer a 'core libraries' option; it's been replaced with…
  • Create Record with Checkin Style

    Hi all, Is it possible to create a Record using a Checkin Style via the ServiceAPI? I have not been able to find any documentation on the subject. Thanks in advance, Michael
  • Content Manager Service API Problem

    Hi all, I need to use the CM Service API. I reviewed the Installation Guide and Service Api Guide for both 9.4 and 10.1 versions. I have completed the configurations as stated in the guides. (For example, updating C:\Program Files\Micro Focus\Content…
  • Delete Records via ServiceAPI

    I'm trying to delete a Record via the ServiceAPI and move the contents to a new a different Location. Via Postman I am sending a Post request: localhost/.../Delete with the json body: { "DeleteRecord": { "RecordDeleteDeleteContents": true…
  • Steps to configure OpenIdConnectPlugin for Content Manager versions below 10.0

    My question is related to the below plugin available on Git. Community/Samples/ServiceAPI/CSharp/OpenIdConnectPlugin at master · content-manager-sdk/Community (github.com) How does the authentication work after the refresh & bearer tokens are generated…
  • ServiceAPI issues post 9.1 > 9.4 upgrade

    Hey all, Due to a 9.4 (Patch 4) upgrade, I've been looking to migrate our little custom API (built as a ServiceAPI Plugin, akin to David's sample at https://github.com/content-manager-sdk/Community/tree/master/Samples/ServiceAPI/CSharp/SimpleServiceAPIPlugin…
  • Creating 'Unknown' Locations via the ServiceAPI

    Hi all, Does any one know if it's possible (and how) to create Locations of type Unknown via the ServiceAPI? Using the same technique that works for creating Locations of other types (setting LocationTypeOfLocation), the ServiceAPI states that a type…
  • Is there a way to return icons from the content manager ServiceAPI?

    Hey there, So I've been doing an interesting project where I'm effectively making a web version of the Content Manager application's ability to create records with documents attached, it's basically designed to allow users to upload lots of documents…