<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to implement multi-schema, multi-tenancy in alfresco process services? in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/how-to-implement-multi-schema-multi-tenancy-in-alfresco-process/m-p/37818#M15944</link>
    <description>&lt;P&gt;You can enable Multi-Tenancy in two different ways:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Using a unique database with all the capabilities supported&lt;/LI&gt;
&lt;LI&gt;Multi-Schema: configuring a different schema for each tenant with some limitations such as LDAP (auth &amp;amp; synchronization)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Take a look at the official documentation here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.alfresco.com/process-services/latest/config/multi-tenancy/" target="_self" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/process-services/latest/config/multi-tenancy/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Hope this helps&amp;nbsp;&lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://connect.hyland.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 12 Apr 2023 10:04:58 GMT</pubDate>
    <dc:creator>openpj</dc:creator>
    <dc:date>2023-04-12T10:04:58Z</dc:date>
    <item>
      <title>How to implement multi-schema, multi-tenancy in alfresco process services?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-implement-multi-schema-multi-tenancy-in-alfresco-process/m-p/37817#M15943</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;I'm using Alfresco process services, I need to connect it to different schemas (two or more). Meaning, the same APS connected to different databases diff rent LDAP, AD, Mailing... So different&amp;nbsp;subsidiary companies can use the same APS of the mother company. Is it possible? If so how to implement it and if not what is the alternative?&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2023 10:35:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-implement-multi-schema-multi-tenancy-in-alfresco-process/m-p/37817#M15943</guid>
      <dc:creator>KarekMedAM</dc:creator>
      <dc:date>2023-04-04T10:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement multi-schema, multi-tenancy in alfresco process services?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-implement-multi-schema-multi-tenancy-in-alfresco-process/m-p/37818#M15944</link>
      <description>&lt;P&gt;You can enable Multi-Tenancy in two different ways:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Using a unique database with all the capabilities supported&lt;/LI&gt;
&lt;LI&gt;Multi-Schema: configuring a different schema for each tenant with some limitations such as LDAP (auth &amp;amp; synchronization)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Take a look at the official documentation here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.alfresco.com/process-services/latest/config/multi-tenancy/" target="_self" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/process-services/latest/config/multi-tenancy/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Hope this helps&amp;nbsp;&lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://connect.hyland.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2023 10:04:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-implement-multi-schema-multi-tenancy-in-alfresco-process/m-p/37818#M15944</guid>
      <dc:creator>openpj</dc:creator>
      <dc:date>2023-04-12T10:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement multi-schema, multi-tenancy in alfresco process services?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-implement-multi-schema-multi-tenancy-in-alfresco-process/m-p/37819#M15945</link>
      <description>&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;I followed the documentation, but the problem is that I can't find the "create new tenant" button&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2023 15:43:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-implement-multi-schema-multi-tenancy-in-alfresco-process/m-p/37819#M15945</guid>
      <dc:creator>KarekMedAM</dc:creator>
      <dc:date>2023-04-13T15:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement multi-schema, multi-tenancy in alfresco process services?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-implement-multi-schema-multi-tenancy-in-alfresco-process/m-p/37820#M15946</link>
      <description>&lt;P&gt;There is no "Create New Tenant" button because you have to invoke an HTTP POST request to create a new tenant as described in the documentation. If your tenant name is acme then the HTTP call should be executed in the following way:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class="language-bash hljs"&gt;POST http://your-domain:your-port/activiti-app/api/enterprise/admin/tenants
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;with the following JSON body:&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class="language-json hljs"&gt;{
    &lt;SPAN class="hljs-attr"&gt;"name"&lt;/SPAN&gt; : &lt;SPAN class="hljs-string"&gt;"acme"&lt;/SPAN&gt;,
    &lt;SPAN class="hljs-attr"&gt;"configuration"&lt;/SPAN&gt; : &lt;SPAN class="hljs-string"&gt;"tenant.admin.email=admin@acme.com\n
    com.mysql.cj.jdbc.Driver\n
    datasource.url=jdbc:mysql://127.0.0.1:3306/tenant-acme?characterEncoding=UTF-8\n
    datasource.username=acme\n
    datasource.password=acme"&lt;/SPAN&gt;
}&lt;/CODE&gt;&amp;nbsp;&lt;/PRE&gt;</description>
      <pubDate>Fri, 28 Apr 2023 06:36:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-implement-multi-schema-multi-tenancy-in-alfresco-process/m-p/37820#M15946</guid>
      <dc:creator>openpj</dc:creator>
      <dc:date>2023-04-28T06:36:52Z</dc:date>
    </item>
  </channel>
</rss>

