<?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>Issue while retrieving data from queryentity</title><link>https://community.appian.com/discussions/f/general/18158/issue-while-retrieving-data-from-queryentity</link><description>Hi, 
 
 I am trying to fetch data from a View to an interface through a query entity to create a report. The view is giving the right data while i check it on SQL developer but gives the error &amp;quot; 
 
 
 
 
 
 
 
 
 Expression evaluation error [evaluation</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Issue while retrieving data from queryentity</title><link>https://community.appian.com/thread/71448?ContentTypeID=1</link><pubDate>Tue, 14 Jan 2020 12:53:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:82064063-6782-43f8-9cfe-4ea959f5b111</guid><dc:creator>harshav420</dc:creator><description>&lt;p&gt;Whenever this kind of issue occurs via view things to check are&amp;nbsp;&lt;/p&gt;
&lt;p&gt;1. How much time the view is taking in DB and in Appian while fetching,&lt;/p&gt;
&lt;p&gt;2. Is the date fields are coming correct with proper format.&lt;/p&gt;
&lt;p&gt;3.Is the query limit of 1 MB of data or time to fetch which is 10 seconds is exceeding. if so try getting the data in batches using the pagination.&lt;/p&gt;
&lt;p&gt;4. Mostly check the indexes to the tables which can improve your query performance and also check the unnecessary joins&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue while retrieving data from queryentity</title><link>https://community.appian.com/thread/71445?ContentTypeID=1</link><pubDate>Tue, 14 Jan 2020 09:29:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6ef76f49-b433-4249-a003-d92a74960578</guid><dc:creator>Stewart Burchell</dc:creator><description>&lt;p&gt;The most common root cause of this not very helpful!) error message is that you have a date or a datetime that is set to something like &amp;#39;00-00-0000:0000&amp;#39;. That&amp;#39;s the very first thing I check when I see this message.&lt;/p&gt;
&lt;p&gt;Your database VIEW will quite happily show you this data but Appian throws this error when it tries to ingest the data.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue while retrieving data from queryentity</title><link>https://community.appian.com/thread/71442?ContentTypeID=1</link><pubDate>Tue, 14 Jan 2020 06:56:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c38a55e1-d581-4c69-a1eb-fd829f159954</guid><dc:creator>sreedevij0001</dc:creator><description>&lt;p&gt;Adding to the above,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;1. Please give a batch size of 5 and execute a query. If there is no error now, then the amount of data you are trying to retrieve is the issue. You can fix that by querying the necessary data to show in the report grid on the first page.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Also, please try optimizing the view to get better results always.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Sree Devi J R&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue while retrieving data from queryentity</title><link>https://community.appian.com/thread/71439?ContentTypeID=1</link><pubDate>Tue, 14 Jan 2020 04:53:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e2568fa2-1972-4452-839b-5657ebf37e8c</guid><dc:creator>shubham.aware</dc:creator><description>&lt;p&gt;&lt;span&gt;&amp;nbsp;Please check logs to see what is the exact error message that is written in log.&lt;br /&gt;&lt;br /&gt;Maybe one of the following reason.&lt;br /&gt;&lt;br /&gt;Default time out configured for query in custom.properties file.&lt;br /&gt;Default memory size to hold the data in the application server configured in custom.properties file.&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>