<?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>Passing Parameters to a Connected System (HANA DB)</title><link>https://community.appian.com/discussions/f/rules/35395/passing-parameters-to-a-connected-system-hana-db</link><description>Hi experts, 
 We have been able to establish connectivity to a HANA database successfully. 
 The HANA stored procedure is expecting the values to be passed, enclosed in single quotes - &amp;#39;Value1, Value2&amp;#39;. 
 A query like below works perfectly fine. 
 SELECT</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Passing Parameters to a Connected System (HANA DB)</title><link>https://community.appian.com/thread/137615?ContentTypeID=1</link><pubDate>Fri, 05 Jul 2024 05:27:38 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ca3cfbbd-de98-4e68-a695-bf76f572c484</guid><dc:creator>Vivek Rao</dc:creator><description>&lt;p&gt;Thanks for your response. Shubham.&lt;/p&gt;
&lt;p&gt;Unfortunately, it doesn&amp;#39;t work. For&amp;nbsp;Appian to detect&amp;nbsp;something as a &lt;strong&gt;parameterName&lt;/strong&gt; it is necessary to enclose it in curly braces without anything before or after. We can only play with what values go into the parameter and not the syntax you have suggested above.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img class="align-left" style="float:left;max-height:240px;max-width:320px;" alt=" " src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/15/HANA_5F00_Error2.JPG" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Passing Parameters to a Connected System (HANA DB)</title><link>https://community.appian.com/thread/137612?ContentTypeID=1</link><pubDate>Fri, 05 Jul 2024 04:57:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cc076653-9d7e-4e65-b551-0d4976051883</guid><dc:creator>Shubham Aware</dc:creator><description>&lt;p&gt;&lt;span class="hljs-keyword"&gt;Concatenate parameter with single quotes&lt;br /&gt;&lt;br /&gt;SELECT&lt;/span&gt; &lt;span class="hljs-operator"&gt;*&lt;/span&gt; &lt;span class="hljs-keyword"&gt;from&lt;/span&gt; DB_SCHEMA.VIEW_NAME(&lt;span class="hljs-string"&gt;&amp;#39;placeholder&amp;#39;&lt;/span&gt; &lt;span class="hljs-operator"&gt;=&lt;/span&gt; (&lt;span class="hljs-string"&gt;&amp;#39;$$list_name$$&amp;#39;&lt;/span&gt;, &lt;span class="hljs-string"&gt;&amp;#39; &amp;#39;&lt;/span&gt; &lt;span class="hljs-keyword"&gt;parameter&lt;/span&gt; &lt;span class="hljs-string"&gt;&amp;#39; &amp;#39;&lt;/span&gt;))&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>