{"id":42757,"date":"2026-01-31T11:09:02","date_gmt":"2026-01-31T10:09:02","guid":{"rendered":"https:\/\/www.dbi-services.com\/blog\/?p=42757"},"modified":"2026-02-25T22:27:36","modified_gmt":"2026-02-25T21:27:36","slug":"dctm-managing-licenses-through-otds","status":"publish","type":"post","link":"https:\/\/www.dbi-services.com\/blog\/dctm-managing-licenses-through-otds\/","title":{"rendered":"Dctm &#8211; Managing licenses through OTDS"},"content":{"rendered":"\n<p>As you might know, since Documentum 24.4, there is a new requirement to have a valid license assigned to a user in order to log in to Documentum. This is a pretty important change, most likely designed with the X-Plan license model in mind, and one of the reasons why OpenText changed the license approach in the first place. This was likely done to provide better visibility and control over who is allowed to access and use Documentum, and to ensure that all usage is correctly licensed.<\/p>\n\n\n\n<p>In this blog, I will use Documentum as well as OTDS in their freshly released version 25.4. Depending on the version you are working with, the steps might slightly differ. I will assume that both the Documentum and OTDS environments are fully available and ready for inter-connectivity and license configuration. I will use a demo environment I have internally that is hosted on RKE2 (Kubernetes from SUSE).. It doesn&#8217;t use the out-of-the-box images from OpenText but our own custom images built from scratch (same process used since Documentum 7.3, even before images\/containers were officially provided):<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>OTDS URL: <strong>https:\/\/otds.dns.com\/otdsws<\/strong><\/li>\n\n\n\n<li>Dctm Repo Name: <strong>dbi01<\/strong><\/li>\n\n\n\n<li>Dctm Repo inline account: <strong>adm_morgan<\/strong><\/li>\n\n\n\n<li>Dctm Repo OTDS (AD) account: <strong>morgan<\/strong><\/li>\n\n\n\n<li>OTDS Repo Resource ID: <strong>12345678-1234-5678-9abc-123456789abc<\/strong><\/li>\n\n\n\n<li>OTDS Repo Secret Key: <strong>AbCd1234efGH5678IJkl9==<\/strong><\/li>\n\n\n\n<li>OTDS License Key Name: <strong>dctmlicense<\/strong><\/li>\n\n\n\n<li>OTDS Partition for inline accounts: <strong>dctminline<\/strong><\/li>\n\n\n\n<li>OTDS Partition for AD accounts: <strong>dbi<\/strong><\/li>\n\n\n\n<li>OTDS Business Admin: <strong>businessadmin<\/strong><\/li>\n<\/ul>\n\n\n\n<p>All the values above can be changed and you should update them based on your own environment\/setup.<\/p>\n\n\n\n<p><strong><span style=\"text-decoration: underline\">Note:<\/span><\/strong> The OTDS Partition for my AD, the Repository Resource &amp; Access Roles as well as the OAuth Clients (+ possibly the Auth Handlers) are already created and configured. Since that is outside of the scope of the &#8220;license&#8221; part and it&#8217;s something you would already require even for versions prior to 24.4, I won&#8217;t cover that part in this blog. If you need help on that, don&#8217;t hesitate to <a href=\"https:\/\/www.dbi-services.com\/company\/contact\/\" target=\"_blank\" rel=\"noreferrer noopener\">contact us<\/a> and we can help with the OTDS design and implementation.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-1-dctm-server-otds-authentication-turned-auth-lic\">1. Dctm Server &#8211; OTDS Authentication (turned auth+lic)<\/h2>\n\n\n\n<p>In previous versions of Documentum (like 16.4, 20.2, \u2026, 25.2), the OTDS Authentication was handled by the JMS (Tomcat or WildFly if you go further back in versions). There was an application &#8220;<strong><em>OTDSAuthentication<\/em><\/strong>&#8221; deployed on the JMS that would link the Documentum Server and OTDS (REST calls). Starting in 25.4, this is now a standalone process that you can find under &#8220;<strong><em>$DM_HOME\/OTDSAuthLicenseHttpServerBin<\/em><\/strong>&#8221; (a simple JAR file). This is started by the Repository automatically, but our custom images make sure it&#8217;s always running properly, even if something goes wrong and the Repository isn&#8217;t able to start it itself.<\/p>\n\n\n\n<p>In that OTDS Auth application, there is a single configuration file that you need to configure to allow communication:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>E.g. 16.4 (JMS on WildFly): <strong>$JMS_HOME\/server\/DctmServer_MethodServer\/deployments\/ServerApps.ear\/OTDSAuthentication.war\/WEB-INF\/classes\/otdsauth.properties<\/strong><\/li>\n\n\n\n<li>E.g. 23.4 (JMS on Tomcat): <strong>$JMS_HOME\/webapps\/OTDSAuthentication\/WEB-INF\/classes\/otdsauth.properties<\/strong><\/li>\n\n\n\n<li>E.g. 25.4 (Standalone): <strong>$DM_HOME\/OTDSAuthLicenseHttpServerBin\/config\/otdsauth.properties<\/strong><\/li>\n<\/ul>\n\n\n\n<p>The content is roughly the same for all versions of Documentum (it changed slightly but not too much). The main change that I wanted to mention here, linked to the licensing checks, is the addition of a new parameter called &#8220;<strong><em>admin_username<\/em><\/strong>&#8220;.<\/p>\n\n\n\n<p>With the above parameters, this is a &#8220;simple&#8221; way to configure the &#8220;<strong><em>otdsauth.properties<\/em><\/strong>&#8221; file:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n&#x5B;dmadmin@cs-0 ~]$ # Definition of parameters, to fill the file\n&#x5B;dmadmin@cs-0 ~]$ otdsauth_properties=&quot;$DM_HOME\/OTDSAuthLicenseHttpServerBin\/config\/otdsauth.properties&quot;\n&#x5B;dmadmin@cs-0 ~]$ otds_base_url=&quot;https:\/\/otds.dns.com\/otdsws&quot;\n&#x5B;dmadmin@cs-0 ~]$ install_owner=&quot;dmadmin&quot;\n&#x5B;dmadmin@cs-0 ~]$ repo=&quot;dbi01&quot;\n&#x5B;dmadmin@cs-0 ~]$ otds_resource_id=&quot;12345678-1234-5678-9abc-123456789abc&quot;\n&#x5B;dmadmin@cs-0 ~]$ otds_resource_key=&quot;AbCd1234efGH5678IJkl9==&quot;\n&#x5B;dmadmin@cs-0 ~]$\n&#x5B;dmadmin@cs-0 ~]$ # First, to make sure the file is in &quot;unix&quot; file format. It&#039;s often provided by OT as DOS, even on linux, which is a problem...\n&#x5B;dmadmin@cs-0 ~]$ awk &#039;{ sub(&quot;\\r$&quot;, &quot;&quot;); print }&#039; ${otdsauth_properties} &gt; temp.properties\n&#x5B;dmadmin@cs-0 ~]$ mv temp.properties ${otdsauth_properties}\n&#x5B;dmadmin@cs-0 ~]$ chmod 660 ${otdsauth_properties}\n&#x5B;dmadmin@cs-0 ~]$\n&#x5B;dmadmin@cs-0 ~]$ # Configuration of the properties file\n&#x5B;dmadmin@cs-0 ~]$ sed -i &quot;s,otds_rest_credential_url=.*,otds_rest_credential_url=${otds_base_url}\/rest\/authentication\/credentials,&quot; ${otdsauth_properties}\n&#x5B;dmadmin@cs-0 ~]$ sed -i &quot;s,otds_rest_ticket_url=.*,otds_rest_ticket_url=${otds_base_url}\/rest\/authentication\/resource\/validation,&quot; ${otdsauth_properties}\n&#x5B;dmadmin@cs-0 ~]$ sed -i &quot;s,otds_rest_oauth2_url=.*,otds_rest_oauth2_url=${otds_base_url}\/oauth2\/token,&quot; ${otdsauth_properties}\n&#x5B;dmadmin@cs-0 ~]$ sed -i &quot;s,synced_user_login_name=.*,synced_user_login_name=sAMAccountName,&quot; ${otdsauth_properties}\n&#x5B;dmadmin@cs-0 ~]$ sed -i &quot;s,auto_cert_refresh=.*,auto_cert_refresh=true,&quot; ${otdsauth_properties}\n&#x5B;dmadmin@cs-0 ~]$ sed -i &quot;s,cert_jwks_url=.*,cert_jwks_url=${otds_base_url}\/oauth2\/jwks,&quot; ${otdsauth_properties}\n&#x5B;dmadmin@cs-0 ~]$ sed -i &quot;s,admin_username=.*,admin_username=${install_owner},&quot; ${otdsauth_properties}\n&#x5B;dmadmin@cs-0 ~]$ sed -i &quot;s,.*_resource_id=.*,${repo}_resource_id=${otds_resource_id},&quot; ${otdsauth_properties}\n&#x5B;dmadmin@cs-0 ~]$ sed -i &quot;s,.*_secretKey=.*,${repo}_secretKey=${otds_resource_key},&quot; ${otdsauth_properties}\n&#x5B;dmadmin@cs-0 ~]$\n<\/pre><\/div>\n\n\n<h2 class=\"wp-block-heading\" id=\"h-2-repo-otds-authentication-turned-auth-lic\">2. Repo &#8211; OTDS Authentication (turned auth+lic)<\/h2>\n\n\n\n<p>With the new license requirement in conjunction with the fact that it is not handled by the JMS anymore, the URL to be configured in the Repository has been changed too. If you are upgrading your environment from a previous version, you will normally already have an &#8220;<strong><em>app_server_name<\/em><\/strong>&#8221; for &#8220;<strong><em>OTDSAuthentication<\/em><\/strong>&#8220;, with an URL of &#8220;<strong><em>http(s):\/\/hostname:port\/OTDSAuthentication\/servlet\/authenticate<\/em><\/strong>&#8221; (where <strong>hostname<\/strong> is either localhost or your local hostname \/\/ <strong>port<\/strong> is 9080 or 9082 for example). With the new version of Documentum, this will need to be changed to &#8220;<strong>http:\/\/localhost:port\/otdsauthlicense<\/strong>&#8221; (where port is 8400 by default).<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n# Example of commands to add a new entry for &quot;OTDSAuthentication&quot; (if it already exists, you need to change the &quot;append&quot; to &quot;set&quot; the correct ID)\nAPI&gt; retrieve,c,dm_server_config\nAPI&gt; append,c,l,app_server_name\nSET&gt; OTDSAuthentication\nAPI&gt; append,c,l,app_server_uri\nSET&gt; http:\/\/localhost:8400\/otdsauthlicense\nAPI&gt; save,c,l\n<\/pre><\/div>\n\n\n<p><strong><span style=\"text-decoration: underline\">Note:<\/span><\/strong> When I first saw that new standalone process through Java, I was a bit skeptical\u2026 The OTDS Authentication used to run through the JMS. That means that you could configured your Tomcat with all security and best practices and it would apply to the OTDS Authentication as well. With the new standalone process, <span style=\"text-decoration: underline\">it is only available through HTTP and it also only listens on localhost\/127.0.0.1<\/span>\u2026 I guess that means that you can forget about the failover across Documentum Servers if you have a High-Availability environment! The source code isn&#8217;t available so I don&#8217;t know if we could force it to HTTPS on another address with the help of Java Options, and the documentation doesn&#8217;t mention anything in that regard either (and I don&#8217;t want to de-compile the classes)\u2026 So not very good I would say. The only workaround would be to setup a front-end but that over-complicates things.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-3-status-1\">3. Status (#1)<\/h2>\n\n\n\n<p>At that point in time, assuming that you have your OTDS Partition \/ Resource \/ Access Role and that you have a Documentum version &lt; 24.4 (with the &#8220;old&#8221; URL configured in the &#8220;<strong><em>dm_server_config<\/em><\/strong>&#8220;), you should be able to log in with any OTDS account (and inline accounts as well, obviously).<\/p>\n\n\n\n<p>However, for higher versions, such as our 25.4 environment, you should still not be able to log in to the Repository. Trying to do so with either an inline account or an OTDS-enabled account would both result in failure with this message:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: bash; highlight: [15,17]; title: ; notranslate\" title=\"\">\n&#x5B;dmadmin@cs-0 ~]$ # Definition of parameters, to test the log in\n&#x5B;dmadmin@cs-0 ~]$ repo=&quot;dbi01&quot;\n&#x5B;dmadmin@cs-0 ~]$ inline_test_account=&quot;adm_morgan&quot;\n&#x5B;dmadmin@cs-0 ~]$\n&#x5B;dmadmin@cs-0 ~]$ # Trying to log in to the Repository\n&#x5B;dmadmin@cs-0 ~]$ iapi ${repo} -U${inline_test_account}\nPlease enter password for adm_morgan:\n\n\tOpenText Documentum iapi - Interactive API interface\n\tCopyright (c) 2025. OpenText Corporation\n\tAll rights reserved.\n\tClient Library Release 25.4.0000.0134\n\nConnecting to Server using docbase dbi01\n&#x5B;DM_SESSION_E_AUTH_FAIL]error:  &quot;Authentication failed for user adm_morgan with docbase dbi01.&quot;\n\n&#x5B;DM_LICENSE_E_NO_LICENSE_CONFIG]error:  &quot;Could not find dm_otds_license_config object.&quot;\n\nCould not connect\n&#x5B;dmadmin@cs-0 ~]$\n<\/pre><\/div>\n\n\n<p>To be more precise, without any configuration on a 25.4 environment, you can log in in a few ways, fortunately, otherwise it would break Documentum. Some &#8220;exceptions&#8221; were put in place by OpenText and from what I could see, it appears that the current behavior is as follows (GR = Global Registry):<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Log in through iAPI \/ iDQL will only work with &#8220;dmadmin&#8221; and other default GR-linked accounts (dm_bof_registry \/ dmc_wdk_presets_owner \/ dmc_wdk_preferences_owner) in a GR Repository<\/li>\n\n\n\n<li>Log in through iAPI \/ iDQL will only work with &#8220;dmadmin&#8221; in a non-GR Repository<\/li>\n\n\n\n<li>Log in through DA will work with &#8220;dmadmin&#8221;<\/li>\n\n\n\n<li>Log in to any other DFC Client will not work with any account<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-4-otds-license-inline-partition-and-business-admin\">4. OTDS &#8211; License, inline partition and business admin<\/h2>\n\n\n\n<p>So far, I talked about things that would mostly be setup\/available if you have a Documentum environment already using OTDS for its Authentication. Now, let&#8217;s proceed with the OTDS configuration related to the license management, with screenshots and example.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-4-1-uploading-a-license-key\">4.1. Uploading a license key<\/h3>\n\n\n\n<p>Let&#8217;s start with uploading the license key for Documentum into OTDS:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Log in to &#8220;<strong><em>https:\/\/otds.dns.com\/otds-admin<\/em><\/strong>&#8221; with the &#8220;<strong><em>admin<\/em><\/strong>&#8221; account (=otadmin@otds.admin)<\/li>\n\n\n\n<li>Go to &#8220;<strong><em>License Keys<\/em><\/strong>&#8220;<\/li>\n\n\n\n<li>Click on &#8220;<strong><em>Add<\/em><\/strong>&#8220;<\/li>\n\n\n\n<li>Set the &#8220;<strong><em>License Key Name<\/em><\/strong>&#8221; to &#8220;<strong><em>dctmlicense<\/em><\/strong>&#8220;<\/li>\n\n\n\n<li>Set the &#8220;<strong><em>Resource ID<\/em><\/strong>&#8221; to the Repository Resource ID previously created<\/li>\n\n\n\n<li>Click on &#8220;<strong><em>Next<\/em><\/strong>&#8220;<\/li>\n\n\n\n<li>Click on &#8220;<strong><em>Get License File<\/em><\/strong>&#8221; and browse your local filesystem to find the needed license file (.lic)<\/li>\n\n\n\n<li>Click on &#8220;<strong><em>Save<\/em><\/strong>&#8220;<\/li>\n<\/ul>\n\n\n\n<p>You should end up with something like this:<\/p>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;69ee4e238b201&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"69ee4e238b201\" class=\"wp-block-image size-large wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"258\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/01\/OTDS_license_1-1024x258.png\" alt=\"\" class=\"wp-image-42758\" srcset=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/01\/OTDS_license_1-1024x258.png 1024w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/01\/OTDS_license_1-300x75.png 300w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/01\/OTDS_license_1-768x193.png 768w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/01\/OTDS_license_1-1536x386.png 1536w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/01\/OTDS_license_1-2048x515.png 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\taria-label=\"Enlarge\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.imageButtonRight\"\n\t\t\tdata-wp-style--top=\"state.imageButtonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-4-2-creating-a-partition-for-inline-accounts\">4.2. Creating a Partition for &#8220;inline&#8221; accounts<\/h3>\n\n\n\n<p>Then, let&#8217;s create a new non-synchronized partition that will be used to store the Documentum inline accounts:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Go to &#8220;<strong><em>Partitions<\/em><\/strong>&#8220;<\/li>\n\n\n\n<li>Click on &#8220;<strong><em>Add<\/em><\/strong>&#8221; and then &#8220;<strong><em>New Non-synchronized User Partition<\/em><\/strong>&#8220;<\/li>\n\n\n\n<li>Set the &#8220;<strong><em>Name<\/em><\/strong>&#8221; to &#8220;<strong><em>dctminline<\/em><\/strong>&#8220;<\/li>\n\n\n\n<li>Click on &#8220;<strong><em>Save<\/em><\/strong>&#8220;<\/li>\n<\/ul>\n\n\n\n<p>You should end up with something like this (Note: &#8220;<strong><em>dbi<\/em><\/strong>&#8221; is a synchronized partition coming from a development LDAP that I created for this demo environment):<\/p>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;69ee4e238b904&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"69ee4e238b904\" class=\"wp-block-image size-large wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"337\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/01\/OTDS_license_2-1024x337.png\" alt=\"\" class=\"wp-image-42759\" srcset=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/01\/OTDS_license_2-1024x337.png 1024w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/01\/OTDS_license_2-300x99.png 300w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/01\/OTDS_license_2-768x253.png 768w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/01\/OTDS_license_2-1536x506.png 1536w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/01\/OTDS_license_2-2048x674.png 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\taria-label=\"Enlarge\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.imageButtonRight\"\n\t\t\tdata-wp-style--top=\"state.imageButtonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-4-3-allocating-a-license-to-a-partition\">4.3. Allocating a license to a Partition<\/h3>\n\n\n\n<p>Now, let&#8217;s allocate the license to that inline Partition (&#8220;<strong><em>dctminline<\/em><\/strong>&#8220;), so that later, when the users get added, they will be able to take a license from the pool to log in to the Repository. Please note that I specifically didn&#8217;t allocate the license to the LDAP Partition (&#8220;<strong><em>dbi<\/em><\/strong>&#8220;), to show the difference later on:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>For the Partition &#8220;<strong><em>dctminline<\/em><\/strong>&#8220;, click on &#8220;<strong><em>Actions<\/em><\/strong>&#8221; and then &#8220;<strong><em>Allocate to License<\/em><\/strong>&#8220;<\/li>\n\n\n\n<li>Select the correct license, if you have multiple. For my parameters, it should be &#8220;<strong><em>dctmlicense &#8211; dbi01<\/em><\/strong>&#8220;<\/li>\n\n\n\n<li>Select the correct counter, if you have multiple (like System Accounts \/ X2_Premium \/ \u2026)<\/li>\n\n\n\n<li>Click on &#8220;<strong><em>Allocate to License<\/em><\/strong>&#8220;<\/li>\n<\/ul>\n\n\n\n<p>You should see a message saying that it was successfully allocated:<\/p>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;69ee4e238bf0a&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"69ee4e238bf0a\" class=\"wp-block-image size-large wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"461\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/01\/OTDS_license_3-1024x461.png\" alt=\"\" class=\"wp-image-42760\" srcset=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/01\/OTDS_license_3-1024x461.png 1024w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/01\/OTDS_license_3-300x135.png 300w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/01\/OTDS_license_3-768x346.png 768w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/01\/OTDS_license_3-1536x692.png 1536w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/01\/OTDS_license_3-2048x922.png 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\taria-label=\"Enlarge\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.imageButtonRight\"\n\t\t\tdata-wp-style--top=\"state.imageButtonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-4-4-creating-a-business-admin-account\">4.4. Creating a &#8220;Business Admin&#8221; account<\/h3>\n\n\n\n<p>The next step in OTDS is to create what OpenText calls a &#8220;<strong><em>Business Admin<\/em><\/strong>&#8221; account. When someone tries to log in to Documentum or a Client Application, Documentum will use that account to contact OTDS to check whether there are enough licenses available and if the person trying to log in is allowed to do so (i.e. has a license allocated). We will configure that connection on Documentum side later, but for now, let&#8217;s create that Business Admin account:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>For the Partition &#8220;<strong><em>otds.admin<\/em><\/strong>&#8220;, click on &#8220;<strong><em>Actions<\/em><\/strong>&#8221; and then &#8220;<strong><em>View Members<\/em><\/strong>&#8220;<\/li>\n\n\n\n<li>Click on &#8220;<strong><em>Add<\/em><\/strong>&#8221; and then &#8220;<strong><em>New User<\/em><\/strong>&#8220;<\/li>\n\n\n\n<li>Set the &#8220;<strong><em>User Name<\/em><\/strong>&#8221; to &#8220;<strong><em>businessadmin<\/em><\/strong>&#8220;<\/li>\n\n\n\n<li>Click on &#8220;<strong><em>Next<\/em><\/strong>&#8220;<\/li>\n\n\n\n<li>Set the &#8220;<strong><em>Password Options<\/em><\/strong>&#8221; to &#8220;<strong><em>Do not require password change on reset<\/em><\/strong>&#8221; (dropdown)<\/li>\n\n\n\n<li>Set the &#8220;<strong><em>Password Options<\/em><\/strong>&#8221; to &#8220;<strong><em>Password never expires<\/em><\/strong>&#8221; (checkbox)<\/li>\n\n\n\n<li>Set the &#8220;<strong><em>Password<\/em><\/strong>&#8221; to <strong><em>XXX<\/em><\/strong> (remember that password, it will be used later)<\/li>\n\n\n\n<li>Set the &#8220;<strong><em>Confirm Password<\/em><\/strong>&#8221; to <strong><em>XXX<\/em><\/strong> (re-enter here the account password)<\/li>\n\n\n\n<li>Click on &#8220;<strong><em>Save<\/em><\/strong>&#8220;<\/li>\n<\/ul>\n\n\n\n<p>You should end-up with a new account in the &#8220;<strong><em>otds.admin<\/em><\/strong>&#8221; Partition (3rd for me, the default &#8220;<strong><em>admin<\/em><\/strong>&#8221; account + another one for the OTDS Resource for &#8220;<strong><em>dbi01<\/em><\/strong>&#8221; Repository):<\/p>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;69ee4e238c4e5&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"69ee4e238c4e5\" class=\"wp-block-image size-large wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"390\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/01\/OTDS_license_4-1024x390.png\" alt=\"\" class=\"wp-image-42761\" srcset=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/01\/OTDS_license_4-1024x390.png 1024w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/01\/OTDS_license_4-300x114.png 300w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/01\/OTDS_license_4-768x292.png 768w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/01\/OTDS_license_4-1536x585.png 1536w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/01\/OTDS_license_4-2048x780.png 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\taria-label=\"Enlarge\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.imageButtonRight\"\n\t\t\tdata-wp-style--top=\"state.imageButtonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-4-5-granting-permissions-to-the-business-admin-account\">4.5. Granting permissions to the &#8220;Business Admin&#8221; account<\/h3>\n\n\n\n<p>The last step is then to grant the necessary permission to the newly created Business Admin account, so it can check the license details:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Go to &#8220;<strong><em>Users &amp; Groups<\/em><\/strong>&#8220;<\/li>\n\n\n\n<li>Click on &#8220;<strong><em>Groups<\/em><\/strong>&#8220;<\/li>\n\n\n\n<li>Search for the group named &#8220;<strong><em>otdsbusinessadmins<\/em><\/strong>&#8221; (there should be 1 result only)<\/li>\n\n\n\n<li>For the Group &#8220;<strong><em>otdsbusinessadmins<\/em><\/strong>&#8220;, click on &#8220;<strong><em>Actions<\/em><\/strong>&#8221; and then &#8220;<strong><em>Edit Membership<\/em><\/strong>&#8220;<\/li>\n\n\n\n<li>Click on &#8220;<strong><em>Add Member<\/em><\/strong>&#8220;<\/li>\n\n\n\n<li>Search for the user named &#8220;<strong><em>businessadmin@otds.admin<\/em><\/strong>&#8221; (= user &#8220;<strong><em>businessadmin<\/em><\/strong>&#8221; created in &#8220;<strong><em>otds.admin<\/em><\/strong>&#8221; Partition)<\/li>\n\n\n\n<li>Select the checkbox for that account<\/li>\n\n\n\n<li>Click on &#8220;<strong><em>Add Selected<\/em><\/strong>&#8220;<\/li>\n<\/ul>\n\n\n\n<p>You should see a message saying that it was successfully done:<\/p>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;69ee4e238ca99&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"69ee4e238ca99\" class=\"wp-block-image size-large wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"487\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/01\/OTDS_license_5-1024x487.png\" alt=\"\" class=\"wp-image-42762\" srcset=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/01\/OTDS_license_5-1024x487.png 1024w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/01\/OTDS_license_5-300x143.png 300w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/01\/OTDS_license_5-768x365.png 768w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/01\/OTDS_license_5-1536x731.png 1536w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/01\/OTDS_license_5-2048x974.png 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\taria-label=\"Enlarge\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.imageButtonRight\"\n\t\t\tdata-wp-style--top=\"state.imageButtonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n\n\n<p>That completes the configuration on the OTDS Admin UI. There are quite a few manual steps to be done, but fortunately, you should (normally) only do that once. The documentation mention other steps about creating a Resource for the inline Partition but that&#8217;s only required in case you are going to create accounts inside OTDS and you expect them to be pushed to Documentum. In our case, since the inline accounts already exist in Documentum and we want to do the opposite, we don&#8217;t need a Resource for that. There are also other steps about creating roles and whatnot, but for the testing \/ initial setup that we are doing here, it&#8217;s not needed either.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-5-repo-dm-otds-license-config-object\">5. Repo &#8211; &#8220;dm_otds_license_config&#8221; object<\/h2>\n\n\n\n<p>Now that OTDS is fully configured, the last step, as previously mentioned, is to tell Documentum which account it can use for license checks. This is done through the &#8220;<strong><em>dm_otds_license_config<\/em><\/strong>&#8221; object that you will need to create:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: bash; highlight: [14,15,16,17,18,19,20,21,22,23,24,25,40,54]; title: ; notranslate\" title=\"\">\n&#x5B;dmadmin@cs-0 ~]$ # Definition of parameters, to create the license config object\n&#x5B;dmadmin@cs-0 ~]$ otds_base_url=&quot;https:\/\/otds.dns.com\/otdsws&quot;\n&#x5B;dmadmin@cs-0 ~]$ install_owner=&quot;dmadmin&quot;\n&#x5B;dmadmin@cs-0 ~]$ repo=&quot;dbi01&quot;\n&#x5B;dmadmin@cs-0 ~]$ otds_license_name=&quot;dctmlicense&quot;\n&#x5B;dmadmin@cs-0 ~]$ otds_business_admin_username=&quot;businessadmin&quot;\n&#x5B;dmadmin@cs-0 ~]$\n&#x5B;dmadmin@cs-0 ~]$ # Set the password in a secure way\n&#x5B;dmadmin@cs-0 ~]$ read -s -p &quot;  --&gt; Please enter the password here: &quot; otds_business_admin_password\n  --&gt; Please enter the password here: XXX\n&#x5B;dmadmin@cs-0 ~]$\n&#x5B;dmadmin@cs-0 ~]$ # Creation of the license config object\n&#x5B;dmadmin@cs-0 ~]$ iapi ${repo} -U${install_owner} -Pxxx &lt;&lt; EOC\ncreate,c,dm_otds_license_config\nset,c,l,otds_url\n${otds_base_url}\/rest\nset,c,l,license_keyname\ndctmlicense\nset,c,l,business_admin_name\n${otds_business_admin_username}\nset,c,l,business_admin_password\n${otds_business_admin_password}\nsave,c,l\nreinit,c\napply,c,NULL,FLUSH_OTDS_CONFIG\nEOC\n\n\n\tOpenText Documentum iapi - Interactive API interface\n\tCopyright (c) 2025. OpenText Corporation\n\tAll rights reserved.\n\tClient Library Release 25.4.0000.0134\n\nConnecting to Server using docbase dbi01\n&#x5B;DM_SESSION_I_SESSION_START]info:  &quot;Session 012345678000aa1b started for user dmadmin.&quot;\n\nConnected to OpenText Documentum Server running Release 25.4.0000.0143 Linux64.Oracle\nSession id is s0\nAPI&gt; ...\n000f424180001d00\nAPI&gt; SET&gt; ...\nOK\nAPI&gt; SET&gt; ...\nOK\nAPI&gt; SET&gt; ...\nOK\nAPI&gt; SET&gt; ...\nOK\nAPI&gt; ...\nOK\nAPI&gt; ...\nOK\nAPI&gt; ...\nSUCCESS\nAPI&gt; Bye\n&#x5B;dmadmin@cs-0 ~]$\n<\/pre><\/div>\n\n\n<p>The &#8220;<strong><em>FLUSH_OTDS_CONFIG<\/em><\/strong>&#8221; apply command is only required if you modify an existing &#8220;<strong><em>dm_otds_license_config<\/em><\/strong>&#8221; object. However, I still added it, as this is a nice and simple way to make sure that the Repository is able to communicate with the standalone Java process (&#8220;<strong><em>OTDSAuthLicenseHttpServerBin<\/em><\/strong>&#8220;).<\/p>\n\n\n\n<p>If it succeeds, you should see the &#8220;<strong><em>SUCCESS<\/em><\/strong>&#8221; message at the end. If it fails to communicate (e.g. you have an issue in your &#8220;<strong><em>dm_server_config.app_server_uri<\/em><\/strong>&#8220;), you should get an error about not being able to open a socket or something similar.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-6-status-2\">6. Status (#2)<\/h2>\n\n\n\n<p>At that point in time, since both the OTDS and Documentum Server configurations are complete, you might think that you would be able to log in to Documentum with an inline account. But that&#8217;s not the case. Trying to do so will result in this error:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: bash; highlight: [15,17]; title: ; notranslate\" title=\"\">\n&#x5B;dmadmin@cs-0 ~]$ # Definition of parameters, to test the log in\n&#x5B;dmadmin@cs-0 ~]$ repo=&quot;dbi01&quot;\n&#x5B;dmadmin@cs-0 ~]$ inline_test_account=&quot;adm_morgan&quot;\n&#x5B;dmadmin@cs-0 ~]$\n&#x5B;dmadmin@cs-0 ~]$ # Trying to log in to the Repository with an inline account\n&#x5B;dmadmin@cs-0 ~]$ iapi ${repo} -U${inline_test_account}\nPlease enter password for adm_morgan:\n\n\tOpenText Documentum iapi - Interactive API interface\n\tCopyright (c) 2025. OpenText Corporation\n\tAll rights reserved.\n\tClient Library Release 25.4.0000.0134\n\nConnecting to Server using docbase dbi01\n&#x5B;DM_SESSION_E_AUTH_FAIL]error:  &quot;Authentication failed for user adm_morgan with docbase dbi01.&quot;\n\n&#x5B;DM_LICENSE_E_USER_NOT_FOUND_OR_DUPLICATE]error:  &quot;User adm_morgan not found in OTDS or duplicate user exists.&quot;\n\nCould not connect\n&#x5B;dmadmin@cs-0 ~]$\n<\/pre><\/div>\n\n\n<p>This is because the inline account isn&#8217;t yet present inside OTDS. We did create an inline Partition, but it&#8217;s currently empty.<\/p>\n\n\n\n<p>If you try to log in with an LDAP Partition account (e.g. &#8220;<strong><em>morgan<\/em><\/strong>&#8220;), then you will get a slightly different error message, since the account does exist in OTDS, but it&#8217;s in a Partition that we specifically didn&#8217;t allocate to the license yet:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: bash; highlight: [15,17]; title: ; notranslate\" title=\"\">\n&#x5B;dmadmin@cs-0 ~]$ # Definition of parameters, to test the log in\n&#x5B;dmadmin@cs-0 ~]$ repo=&quot;dbi01&quot;\n&#x5B;dmadmin@cs-0 ~]$ ldap_test_account=&quot;morgan&quot;\n&#x5B;dmadmin@cs-0 ~]$\n&#x5B;dmadmin@cs-0 ~]$ # Trying to log in to the Repository with an inline account\n&#x5B;dmadmin@cs-0 ~]$ iapi ${repo} -U${ldap_test_account}\nPlease enter password for morgan:\n\n\tOpenText Documentum iapi - Interactive API interface\n\tCopyright (c) 2025. OpenText Corporation\n\tAll rights reserved.\n\tClient Library Release 25.4.0000.0134\n\nConnecting to Server using docbase dbi01\n&#x5B;DM_SESSION_E_AUTH_FAIL]error:  &quot;Authentication failed for user morgan with docbase dbi01.&quot;\n\n&#x5B;DM_LICENSE_E_USER_NO_LICENSE_ALLOCATED]error:  &quot;No License allocated for current user.&quot;\n\nCould not connect\n&#x5B;dmadmin@cs-0 ~]$\n<\/pre><\/div>\n\n\n<p>At least, the error messages are accurate!<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-7-dctm-server-migrating-inline-accounts-to-otds\">7. Dctm Server &#8211; migrating inline accounts to OTDS<\/h2>\n\n\n\n<p>As mentioned, the very last step is therefore to get all Documentum inline accounts created in OTDS. You can, obviously, create them all manually inside the inline Partition (&#8220;<strong><em>dctminline<\/em><\/strong>&#8220;), but if you have hundreds or even thousands of such accounts, it&#8217;s going to take hours (and probably a lot of human errors on such a repetitive task). For that purpose, OpenText provides a migration utility which you can use in this way:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: bash; highlight: [8,10,11,12,13,14,15]; title: ; notranslate\" title=\"\">\n&#x5B;dmadmin@cs-0 ~]$ # Definition of parameters\n&#x5B;dmadmin@cs-0 ~]$ install_owner=&quot;dmadmin&quot;\n&#x5B;dmadmin@cs-0 ~]$ repo=&quot;dbi01&quot;\n&#x5B;dmadmin@cs-0 ~]$ otds_inline_partition=&quot;dctminline&quot;\n&#x5B;dmadmin@cs-0 ~]$\n&#x5B;dmadmin@cs-0 ~]$ # Execution of the migration utility\n&#x5B;dmadmin@cs-0 ~]$ cd $DOCUMENTUM\/dfc\n&#x5B;dmadmin@cs-0 dfc]$ java -Ddfc.properties.file=..\/config\/dfc.properties -cp .:dfc.jar com.documentum.fc.tools.MigrateInlineUsersToOtds ${repo} ${install_owner} xxx ${otds_inline_partition}\n...\nimported user to otds: dmc_wdk_presets_owner\nimported user to otds: dmc_wdk_preferences_owner\nimported user to otds: dm_bof_registry\nimported user to otds: d2ssouser\nimported user to otds: dm_fulltext_index_user\nimported user to otds: adm_morgan\n...\n&#x5B;dmadmin@cs-0 dfc]$\n<\/pre><\/div>\n\n\n<p>If you go back to OTDS Admin UI, you should now be able to see all users being present inside the inline Partition (&#8220;<strong><em>dctminline<\/em><\/strong>&#8220;). Trying to log in with your inline account should now be working properly:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: bash; highlight: [15,17,18,19,20]; title: ; notranslate\" title=\"\">\n&#x5B;dmadmin@cs-0 ~]$ # Definition of parameters, to test the log in\n&#x5B;dmadmin@cs-0 ~]$ repo=&quot;dbi01&quot;\n&#x5B;dmadmin@cs-0 ~]$ inline_test_account=&quot;adm_morgan&quot;\n&#x5B;dmadmin@cs-0 ~]$\n&#x5B;dmadmin@cs-0 ~]$ # Trying to log in to the Repository with an inline account\n&#x5B;dmadmin@cs-0 ~]$ iapi ${repo} -U${inline_test_account}\nPlease enter password for adm_morgan:\n\n\tOpenText Documentum iapi - Interactive API interface\n\tCopyright (c) 2025. OpenText Corporation\n\tAll rights reserved.\n\tClient Library Release 25.4.0000.0134\n\nConnecting to Server using docbase dbi01\n&#x5B;DM_SESSION_I_SESSION_START]info:  &quot;Session 012345678000aa2d started for user adm_morgan.&quot;\n\nConnected to OpenText Documentum Server running Release 25.4.0000.0143 Linux64.Oracle\nSession id is s0\nAPI&gt; exit\nBye\n&#x5B;dmadmin@cs-0 ~]$\n<\/pre><\/div>\n\n\n<p>In the OTDS Admin UI, it is possible to see the current license usage. For that, go to &#8220;<strong><em>License Keys<\/em><\/strong>&#8221; and, for &#8220;<strong><em>dctmlicense<\/em><\/strong>&#8220;, you can click on &#8220;<strong><em>Actions<\/em><\/strong>&#8221; and then &#8220;<strong><em>View Counters<\/em><\/strong>&#8220;. This should now display &#8220;<strong><em>1<\/em><\/strong>&#8221; under &#8220;<strong><em>Unit Usage<\/em><\/strong>&#8220;, as the account has taken a license from the pool (&#8220;<strong><em>Reserved Seat<\/em><\/strong>&#8220;). If needed, you can proceed with the allocation of other Partitions (or users\/groups). Please note that log in with one of the &#8220;exceptions&#8221; (i.e. &#8220;<strong><em>dmadmin<\/em><\/strong>&#8220;) shouldn&#8217;t use a counter.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>As you might know, since Documentum 24.4, there is a new requirement to have a valid license assigned to a user in order to log in to Documentum. This is a pretty important change, most likely designed with the X-Plan license model in mind, and one of the reasons why OpenText changed the license approach [&hellip;]<\/p>\n","protected":false},"author":20,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[525],"tags":[2609,903,536,3500,1909,2039],"type_dbi":[],"class_list":["post-42757","post","type-post","status-publish","format-standard","hentry","category-enterprise-content-management","tag-documentum-2","tag-jms","tag-license","tag-otds","tag-partition","tag-resource"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Dctm - Managing licenses through OTDS - dbi Blog<\/title>\n<meta name=\"description\" content=\"Managing licenses through OTDS is a new requirement for recent versions of Documentum. This blog lists the required steps to get it done.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.dbi-services.com\/blog\/dctm-managing-licenses-through-otds\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Dctm - Managing licenses through OTDS\" \/>\n<meta property=\"og:description\" content=\"Managing licenses through OTDS is a new requirement for recent versions of Documentum. This blog lists the required steps to get it done.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dbi-services.com\/blog\/dctm-managing-licenses-through-otds\/\" \/>\n<meta property=\"og:site_name\" content=\"dbi Blog\" \/>\n<meta property=\"article:published_time\" content=\"2026-01-31T10:09:02+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-25T21:27:36+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/01\/OTDS_license_1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"2298\" \/>\n\t<meta property=\"og:image:height\" content=\"578\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Morgan Patou\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@MorganPatou\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Morgan Patou\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"11 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/dctm-managing-licenses-through-otds\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/dctm-managing-licenses-through-otds\\\/\"},\"author\":{\"name\":\"Morgan Patou\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#\\\/schema\\\/person\\\/c4d05b25843a9bc2ab20415dae6bd2d8\"},\"headline\":\"Dctm &#8211; Managing licenses through OTDS\",\"datePublished\":\"2026-01-31T10:09:02+00:00\",\"dateModified\":\"2026-02-25T21:27:36+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/dctm-managing-licenses-through-otds\\\/\"},\"wordCount\":2239,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/dctm-managing-licenses-through-otds\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2026\\\/01\\\/OTDS_license_1-1024x258.png\",\"keywords\":[\"Documentum\",\"jms\",\"License\",\"OTDS\",\"Partition\",\"resource\"],\"articleSection\":[\"Enterprise content management\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/dctm-managing-licenses-through-otds\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/dctm-managing-licenses-through-otds\\\/\",\"url\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/dctm-managing-licenses-through-otds\\\/\",\"name\":\"Dctm - Managing licenses through OTDS - dbi Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/dctm-managing-licenses-through-otds\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/dctm-managing-licenses-through-otds\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2026\\\/01\\\/OTDS_license_1-1024x258.png\",\"datePublished\":\"2026-01-31T10:09:02+00:00\",\"dateModified\":\"2026-02-25T21:27:36+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#\\\/schema\\\/person\\\/c4d05b25843a9bc2ab20415dae6bd2d8\"},\"description\":\"Managing licenses through OTDS is a new requirement for recent versions of Documentum. This blog lists the required steps to get it done.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/dctm-managing-licenses-through-otds\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/dctm-managing-licenses-through-otds\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/dctm-managing-licenses-through-otds\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2026\\\/01\\\/OTDS_license_1.png\",\"contentUrl\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2026\\\/01\\\/OTDS_license_1.png\",\"width\":2298,\"height\":578},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/dctm-managing-licenses-through-otds\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Dctm &#8211; Managing licenses through OTDS\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/\",\"name\":\"dbi Blog\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#\\\/schema\\\/person\\\/c4d05b25843a9bc2ab20415dae6bd2d8\",\"name\":\"Morgan Patou\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5d7f5bec8b597db68a09107a6f5309e3870d6296ef94fb10ead4b09454ca67e5?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5d7f5bec8b597db68a09107a6f5309e3870d6296ef94fb10ead4b09454ca67e5?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5d7f5bec8b597db68a09107a6f5309e3870d6296ef94fb10ead4b09454ca67e5?s=96&d=mm&r=g\",\"caption\":\"Morgan Patou\"},\"description\":\"Morgan Patou has over 12 years of experience in Enterprise Content Management (ECM) systems, with a strong focus in recent years on platforms such as Alfresco, Documentum, and M-Files. He specializes in the architecture, setup, customization, and maintenance of ECM infrastructures in complex &amp; critical environments. Morgan is well-versed in both engineering and operations aspects, including high availability design, system integration, and lifecycle management. He also has a solid foundation in open-source and proprietary technologies - ranging from Apache, OpenLDAP or Kerberos to enterprise-grade systems like WebLogic. Morgan Patou holds an Engineering Degree in Computer Science from ENSISA (\u00c9cole Nationale Sup\u00e9rieure d'Ing\u00e9nieurs Sud Alsace) in Mulhouse, France. He is Alfresco Content Services Certified Administrator (ACSCA), Alfresco Content Services Certified Engineer (ACSCE) as well as OpenText Documentum Certified Administrator. His industry experience spans the Public Sector, IT Services, Financial Services\\\/Banking, and the Pharmaceutical industry.\",\"sameAs\":[\"https:\\\/\\\/blog.dbi-services.com\\\/author\\\/morgan-patou\\\/\",\"https:\\\/\\\/x.com\\\/MorganPatou\"],\"url\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/author\\\/morgan-patou\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Dctm - Managing licenses through OTDS - dbi Blog","description":"Managing licenses through OTDS is a new requirement for recent versions of Documentum. This blog lists the required steps to get it done.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.dbi-services.com\/blog\/dctm-managing-licenses-through-otds\/","og_locale":"en_US","og_type":"article","og_title":"Dctm - Managing licenses through OTDS","og_description":"Managing licenses through OTDS is a new requirement for recent versions of Documentum. This blog lists the required steps to get it done.","og_url":"https:\/\/www.dbi-services.com\/blog\/dctm-managing-licenses-through-otds\/","og_site_name":"dbi Blog","article_published_time":"2026-01-31T10:09:02+00:00","article_modified_time":"2026-02-25T21:27:36+00:00","og_image":[{"width":2298,"height":578,"url":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/01\/OTDS_license_1.png","type":"image\/png"}],"author":"Morgan Patou","twitter_card":"summary_large_image","twitter_creator":"@MorganPatou","twitter_misc":{"Written by":"Morgan Patou","Est. reading time":"11 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dbi-services.com\/blog\/dctm-managing-licenses-through-otds\/#article","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/dctm-managing-licenses-through-otds\/"},"author":{"name":"Morgan Patou","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/c4d05b25843a9bc2ab20415dae6bd2d8"},"headline":"Dctm &#8211; Managing licenses through OTDS","datePublished":"2026-01-31T10:09:02+00:00","dateModified":"2026-02-25T21:27:36+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/dctm-managing-licenses-through-otds\/"},"wordCount":2239,"commentCount":0,"image":{"@id":"https:\/\/www.dbi-services.com\/blog\/dctm-managing-licenses-through-otds\/#primaryimage"},"thumbnailUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/01\/OTDS_license_1-1024x258.png","keywords":["Documentum","jms","License","OTDS","Partition","resource"],"articleSection":["Enterprise content management"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dbi-services.com\/blog\/dctm-managing-licenses-through-otds\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dbi-services.com\/blog\/dctm-managing-licenses-through-otds\/","url":"https:\/\/www.dbi-services.com\/blog\/dctm-managing-licenses-through-otds\/","name":"Dctm - Managing licenses through OTDS - dbi Blog","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/dctm-managing-licenses-through-otds\/#primaryimage"},"image":{"@id":"https:\/\/www.dbi-services.com\/blog\/dctm-managing-licenses-through-otds\/#primaryimage"},"thumbnailUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/01\/OTDS_license_1-1024x258.png","datePublished":"2026-01-31T10:09:02+00:00","dateModified":"2026-02-25T21:27:36+00:00","author":{"@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/c4d05b25843a9bc2ab20415dae6bd2d8"},"description":"Managing licenses through OTDS is a new requirement for recent versions of Documentum. This blog lists the required steps to get it done.","breadcrumb":{"@id":"https:\/\/www.dbi-services.com\/blog\/dctm-managing-licenses-through-otds\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dbi-services.com\/blog\/dctm-managing-licenses-through-otds\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dbi-services.com\/blog\/dctm-managing-licenses-through-otds\/#primaryimage","url":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/01\/OTDS_license_1.png","contentUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/01\/OTDS_license_1.png","width":2298,"height":578},{"@type":"BreadcrumbList","@id":"https:\/\/www.dbi-services.com\/blog\/dctm-managing-licenses-through-otds\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.dbi-services.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Dctm &#8211; Managing licenses through OTDS"}]},{"@type":"WebSite","@id":"https:\/\/www.dbi-services.com\/blog\/#website","url":"https:\/\/www.dbi-services.com\/blog\/","name":"dbi Blog","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/c4d05b25843a9bc2ab20415dae6bd2d8","name":"Morgan Patou","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/5d7f5bec8b597db68a09107a6f5309e3870d6296ef94fb10ead4b09454ca67e5?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/5d7f5bec8b597db68a09107a6f5309e3870d6296ef94fb10ead4b09454ca67e5?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/5d7f5bec8b597db68a09107a6f5309e3870d6296ef94fb10ead4b09454ca67e5?s=96&d=mm&r=g","caption":"Morgan Patou"},"description":"Morgan Patou has over 12 years of experience in Enterprise Content Management (ECM) systems, with a strong focus in recent years on platforms such as Alfresco, Documentum, and M-Files. He specializes in the architecture, setup, customization, and maintenance of ECM infrastructures in complex &amp; critical environments. Morgan is well-versed in both engineering and operations aspects, including high availability design, system integration, and lifecycle management. He also has a solid foundation in open-source and proprietary technologies - ranging from Apache, OpenLDAP or Kerberos to enterprise-grade systems like WebLogic. Morgan Patou holds an Engineering Degree in Computer Science from ENSISA (\u00c9cole Nationale Sup\u00e9rieure d'Ing\u00e9nieurs Sud Alsace) in Mulhouse, France. He is Alfresco Content Services Certified Administrator (ACSCA), Alfresco Content Services Certified Engineer (ACSCE) as well as OpenText Documentum Certified Administrator. His industry experience spans the Public Sector, IT Services, Financial Services\/Banking, and the Pharmaceutical industry.","sameAs":["https:\/\/blog.dbi-services.com\/author\/morgan-patou\/","https:\/\/x.com\/MorganPatou"],"url":"https:\/\/www.dbi-services.com\/blog\/author\/morgan-patou\/"}]}},"_links":{"self":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/42757","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/users\/20"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/comments?post=42757"}],"version-history":[{"count":10,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/42757\/revisions"}],"predecessor-version":[{"id":43196,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/42757\/revisions\/43196"}],"wp:attachment":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media?parent=42757"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/categories?post=42757"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/tags?post=42757"},{"taxonomy":"type","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/type_dbi?post=42757"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}