<?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>Unable to access table without synonyms</title><link>https://community.appian.com/discussions/f/integrations/9979/unable-to-access-table-without-synonyms</link><description>Hi All, Is there any way to map xsd to existing table without creating synonyms? We tried giving &amp;lt;schema name&amp;gt;.&amp;lt;table name&amp;gt; in XSD but it gives error. Below is the error we are getting. The data source schema does not match the type mappings: Missing</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Unable to access table without synonyms</title><link>https://community.appian.com/thread/60852?ContentTypeID=1</link><pubDate>Fri, 28 Sep 2018 02:42:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:96d42989-2afe-4919-8114-f9fb8570be6c</guid><dc:creator>jraaquino</dc:creator><description>Eduardo Fuentes (eduardo.fuentes) The link you provided is no longer working.&lt;br /&gt;
Is appian still converting the schema name in @Table annotation to lower case? &lt;br /&gt;
&lt;br /&gt;
We&amp;#39;re having issues reading from the database because the schema name is converted to lower case and in our DB the schema name is in upper case.&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to access table without synonyms</title><link>https://community.appian.com/thread/44089?ContentTypeID=1</link><pubDate>Wed, 15 Mar 2017 01:15:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b46d690e-6ec2-4cea-bd89-941603508bef</guid><dc:creator>Eduardo Fuentes</dc:creator><description>Take a few minutes to read why this is happening &lt;a href="https://docs.appian.com/suite/help/17.1/kb/kb-1111.html"&gt;docs.appian.com/.../kb-1111.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;If you don&amp;#39;t want to create schemas, lowercase the schema name in your database. Review the article for all options.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to access table without synonyms</title><link>https://community.appian.com/thread/44087?ContentTypeID=1</link><pubDate>Wed, 15 Mar 2017 00:52:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:70a4db88-087e-49f7-8822-926e11317d3e</guid><dc:creator>Durgesh</dc:creator><description>Did you try something in XSD - @Table(name=&amp;quot;&amp;lt;TABLE NAME&amp;gt;&amp;quot; schema=&amp;quot;&amp;lt;SCHEMA&amp;gt;&amp;quot;)&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to access table without synonyms</title><link>https://community.appian.com/thread/44086?ContentTypeID=1</link><pubDate>Wed, 15 Mar 2017 00:46:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8d74d761-564f-4c97-aa8e-fc6b13a4729d</guid><dc:creator>vijay</dc:creator><description>@himanshun, Also you can also check is that particular table exist or not in that schema and same name have you given in XSD or not. So it can help you.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to access table without synonyms</title><link>https://community.appian.com/thread/44084?ContentTypeID=1</link><pubDate>Wed, 15 Mar 2017 00:31:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a5d0c288-b402-4677-a318-adfb40fbf974</guid><dc:creator>mayureshs7821</dc:creator><description>@himanshun Can you attach xsd file and can you tell me your exact table name?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to access table without synonyms</title><link>https://community.appian.com/thread/44082?ContentTypeID=1</link><pubDate>Wed, 15 Mar 2017 00:27:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8f019912-1915-4b73-bfde-8c2af48cda0a</guid><dc:creator>himanshun</dc:creator><description>@mayureshs782, I am also using the same annotations, however while verifying the DS it gives me the error mentioned in the query. Also I tried removing the schema name from the @Table annotation and the verify still gives the same error, this time without the schema_name&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to access table without synonyms</title><link>https://community.appian.com/thread/44081?ContentTypeID=1</link><pubDate>Wed, 15 Mar 2017 00:24:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:11e20f5a-3ee8-44e4-b9bb-b4c75044929e</guid><dc:creator>vijay</dc:creator><description>@himanshun as per above post we don&amp;#39;t need schema name in XSD. Since we will map schema name in  datasource of datastore itself.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to access table without synonyms</title><link>https://community.appian.com/thread/44080?ContentTypeID=1</link><pubDate>Wed, 15 Mar 2017 00:08:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:556f45a5-47ea-403f-a420-f73e15d8124e</guid><dc:creator>mayureshs7821</dc:creator><description>@himanshun as per my understanding we no need to use schema name in xsd file. Can you try with below xsd configuration &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;@Table(name=&amp;quot;your table name same as in DB&amp;quot;)&amp;lt;/xsd:appinfo&amp;gt;&lt;br /&gt;&amp;lt;/xsd:annotation&amp;gt;&lt;br /&gt;hope this helps you.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to access table without synonyms</title><link>https://community.appian.com/thread/44079?ContentTypeID=1</link><pubDate>Wed, 15 Mar 2017 00:07:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:abb44399-944b-4412-ad7f-56145dc9b259</guid><dc:creator>himanshun</dc:creator><description>mayureshs782, I am using 16.2. Yes I want to create a CDT on existing table without creating the synonym for it at DB&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to access table without synonyms</title><link>https://community.appian.com/thread/44078?ContentTypeID=1</link><pubDate>Tue, 14 Mar 2017 23:57:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:07523b04-882f-407d-98fb-37cf6ad290b2</guid><dc:creator>mayureshs7821</dc:creator><description>@hinamnshun you mean to say you want to create CDT based on existing table? may I know which version of appian are you working on?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>