<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Data from two different schemas from Appian database</title><link>https://community.appian.com/discussions/f/general/29924/data-from-two-different-schemas-from-appian-database</link><description>Hi All, 
 
 One of our requirement is to merge the data from two applications into one. Both of the applications are created in same Appian instance and database is Appian cloud. 
 One of the application uses default Appian schema whereas other one has</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Data from two different schemas from Appian database</title><link>https://community.appian.com/thread/146160?ContentTypeID=1</link><pubDate>Tue, 11 Mar 2025 05:03:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:899c9871-a8b5-46a1-a0e0-c66f7eea9316</guid><dc:creator>Konduru Chaitanya</dc:creator><description>&lt;p&gt;Hello &lt;a href="/members/harishs1855"&gt;harishs1855&lt;/a&gt;&amp;nbsp;, This is a two year old thread. Please Create new post for your query.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Data from two different schemas from Appian database</title><link>https://community.appian.com/thread/146156?ContentTypeID=1</link><pubDate>Tue, 11 Mar 2025 03:09:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:77142cad-b39c-45f9-aa69-2844604eb34a</guid><dc:creator>harishs1855</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;a class="internal-link view-user-profile" href="/members/radhikam0005"&gt;radhikam0005&lt;/a&gt;,&amp;nbsp; How did you solve this problem?&amp;nbsp; We have two different databases(Mariadb and Oracle),&amp;nbsp; One legacy and one current database. We don&amp;#39;t want to import legacy data into current database.&amp;nbsp; &amp;nbsp;Our requirement is similar to yours,&amp;nbsp; connect both the DB schemas in one application and do legacy search.&amp;nbsp; Can you provide details on how you approached and solved this problem?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Data from two different schemas from Appian database</title><link>https://community.appian.com/thread/118812?ContentTypeID=1</link><pubDate>Thu, 07 Sep 2023 19:44:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1a329e59-7d8d-43d4-9d0e-db79f99ed4ee</guid><dc:creator>Mathieu Drouin</dc:creator><description>&lt;p&gt;Then the simplest option is just to move the data and create a new Record Type that goes against that combined table.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Data from two different schemas from Appian database</title><link>https://community.appian.com/thread/118811?ContentTypeID=1</link><pubDate>Thu, 07 Sep 2023 19:14:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cc5b7e73-e583-496f-b80a-d3604136fa0a</guid><dc:creator>radhikam0005</dc:creator><description>&lt;p&gt;1. If we go with option 1 then application B will be sunsetted&lt;br /&gt;2. If we go with option 2 both of them A and B will be sunsetted&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Data from two different schemas from Appian database</title><link>https://community.appian.com/thread/118810?ContentTypeID=1</link><pubDate>Thu, 07 Sep 2023 19:01:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cca2b22f-dd95-45ec-bd7e-08e8be81c3c5</guid><dc:creator>Mathieu Drouin</dc:creator><description>&lt;p&gt;Are both apps A and B going to continue being used after App C is live or are they being sunsetted?&lt;/p&gt;
&lt;p&gt;If they are being sunsetted, I would go with Option 2. Otherwise, you will need to entertain more esoteric options.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Data from two different schemas from Appian database</title><link>https://community.appian.com/thread/118809?ContentTypeID=1</link><pubDate>Thu, 07 Sep 2023 18:50:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e1f8af09-7d6f-4c58-9523-5d8c63a41261</guid><dc:creator>radhikam0005</dc:creator><description>&lt;p&gt;&lt;strong&gt;Current Implementation:&lt;/strong&gt; There are two applications let&amp;#39;s say application A and application B. Both of this application is implemented under same cloud instance and have different schemas.&lt;br /&gt;Application A is using default jdbc/Appian schema and application B is using let&amp;#39;s say jdbc/A schema configured in Admin Console to use.&lt;br /&gt;This both applications are case management application and exists independently.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Change Requested:&amp;nbsp;&lt;/strong&gt;Business wants to merge this two applications under one application, where they should be able to search cases created in both of the applications before merging and can open the new case.&lt;br /&gt;&lt;br /&gt;Now I know that if there is some relationship we can create two connected systems and then create a record using the relation between them. But in this case there is no relationship, the cases exists independently in each application which needs to be merged.&lt;br /&gt;&lt;br /&gt;In this case what would be the correct approach,&amp;nbsp;&lt;br /&gt;1. Load the data of application B into application A database schema and then use it&amp;nbsp;&lt;br /&gt;2. Create a new application and database design and load the data from application A and application B to application C database&lt;/p&gt;
&lt;p&gt;3. Or is there any other way to connect this two independent application&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Data from two different schemas from Appian database</title><link>https://community.appian.com/thread/118808?ContentTypeID=1</link><pubDate>Thu, 07 Sep 2023 18:38:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:57d92083-9403-4d38-8b4e-9d8d79d429c8</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;The whole idea of data fabric/synced records is, to be able to create a related data model across multiple data sources.&lt;/p&gt;
&lt;p&gt;And maybe you can add a few more details about your situation. That would help us to better understand how to support you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Data from two different schemas from Appian database</title><link>https://community.appian.com/thread/118806?ContentTypeID=1</link><pubDate>Thu, 07 Sep 2023 17:49:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d37db34f-dbae-42ac-8608-43a4c084ed0d</guid><dc:creator>Mathieu Drouin</dc:creator><description>&lt;ul&gt;
&lt;li&gt;Are&amp;nbsp;the entries unique across both tables?&lt;/li&gt;
&lt;li&gt;Do they share the same type of primary key (number or text)?&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Data from two different schemas from Appian database</title><link>https://community.appian.com/thread/118805?ContentTypeID=1</link><pubDate>Thu, 07 Sep 2023 17:45:57 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3c947f23-a217-4492-919e-ad2794e7e7d3</guid><dc:creator>radhikam0005</dc:creator><description>&lt;p&gt;What if there is no relationships between this two records we gonna create using Connected System, how will they relate to each other and make a single subset of data?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Data from two different schemas from Appian database</title><link>https://community.appian.com/thread/118803?ContentTypeID=1</link><pubDate>Thu, 07 Sep 2023 17:02:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:50168aad-d48f-469a-b5a0-2d4ee7baafa0</guid><dc:creator>Mathieu Drouin</dc:creator><description>&lt;p&gt;When you create your Record it will let you choose which Schema (via the Connected System) you want to use.&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/11/pastedimage1694106039147v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Data from two different schemas from Appian database</title><link>https://community.appian.com/thread/118801?ContentTypeID=1</link><pubDate>Thu, 07 Sep 2023 15:57:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f8484e8a-2082-4f4d-b3de-2356492c2366</guid><dc:creator>radhikam0005</dc:creator><description>&lt;p&gt;How will I create a Record from it containing data from the tables of respective schemas?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Data from two different schemas from Appian database</title><link>https://community.appian.com/thread/118800?ContentTypeID=1</link><pubDate>Thu, 07 Sep 2023 15:53:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ee246472-2382-4397-8fa0-5d8b126cb62d</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Nowadays, you would use connected systems to connect to the database. Just create two of them and you should be good.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>