<?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>Has anyone managed to connect a DataSource to an SQL Server schema other rthan .dbo?</title><link>https://community.appian.com/discussions/f/data/12844/has-anyone-managed-to-connect-a-datasource-to-an-sql-server-schema-other-rthan-dbo</link><description>Hi all 
 I have a cloud implementation of Appian and am trying to connect through to a local SQL Server 2016 server. I can do this fine and connect a datastore to tables in the .dbo schema but don&amp;#39;t appear to be able to connect to tables in any other</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Has anyone managed to connect a DataSource to an SQL Server schema other rthan .dbo?</title><link>https://community.appian.com/thread/57666?ContentTypeID=1</link><pubDate>Fri, 06 Jul 2018 19:14:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7d4df84d-99d5-4037-adca-24077caa7c12</guid><dc:creator>paddyv</dc:creator><description>Excellent. Simple solution. Thanks much Bryan.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Has anyone managed to connect a DataSource to an SQL Server schema other rthan .dbo?</title><link>https://community.appian.com/thread/57659?ContentTypeID=1</link><pubDate>Fri, 06 Jul 2018 12:50:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1071ed64-8676-4a8b-ad6e-cdc47de9e53b</guid><dc:creator>bryant.st39</dc:creator><description>We&amp;#39;ve been able to do this by modifying the XSD of the data type to include the schema of the table name by using the following annotation:&lt;br /&gt;
&amp;lt;xsd:annotation&amp;gt;&lt;br /&gt;
      &amp;lt;xsd:appinfo source=&amp;quot;appian.jpa&amp;quot;&amp;gt;&lt;br /&gt;
           @Table(name=&amp;quot;&amp;lt;table_name_goes_here&amp;gt;&amp;quot;, schema=&amp;quot;&amp;lt;schema_name_goes_here&amp;gt;&amp;quot;)&lt;br /&gt;
     &amp;lt;/xsd:appinfo&amp;gt;       &lt;br /&gt;
&amp;lt;/xsd:annotation&amp;gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Has anyone managed to connect a DataSource to an SQL Server schema other rthan .dbo?</title><link>https://community.appian.com/thread/57628?ContentTypeID=1</link><pubDate>Fri, 06 Jul 2018 00:58:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6cbdcd84-faef-44d6-af6e-d09c3fb948b3</guid><dc:creator>ianb0001</dc:creator><description>Hi&lt;br /&gt;
&lt;br /&gt;
In theory you could use synonyms to have a uniform entry point to all your schemas. Appian says it supports synonyms but I can&amp;#39;t see how nor can I find any examples. I have lodged a support ticket for this so will feedback if I get any solutions&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Has anyone managed to connect a DataSource to an SQL Server schema other rthan .dbo?</title><link>https://community.appian.com/thread/57627?ContentTypeID=1</link><pubDate>Fri, 06 Jul 2018 00:48:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f5c1b656-d092-405b-8fc0-bb3e496b312e</guid><dc:creator>kumaraveln</dc:creator><description>We are facing the same issue and trying to figure out how to configure connecting to a specific schema other than the dbo (default schema). When we created a XSD in the normal way (without mentioning any schema name in the annotation) and tried to publish the data store (for the intended data source that has multiple schema in a single database) we are getting the error &amp;#39;Missing column a_id&amp;#39;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>