<?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/"><channel><title>KB-1404 queryEntity fails when an XSD has a field marked as @Transient</title><link>https://community.appian.com/support/w/kb/659/kb-1404-queryentity-fails-when-an-xsd-has-a-field-marked-as-transient</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1404 queryEntity fails when an XSD has a field marked as @Transient</title><link>https://community.appian.com/support/w/kb/659/kb-1404-queryentity-fails-when-an-xsd-has-a-field-marked-as-transient</link><pubDate>Mon, 23 Jul 2018 13:17:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:99210bc2-3be5-4999-9ddc-b42c33d56807</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/659/kb-1404-queryentity-fails-when-an-xsd-has-a-field-marked-as-transient#comments</comments><description>Current Revision posted to Appian Knowledge Base by Jordan Horwat on 7/23/2018 1:17:18 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When running SAIL code with queryEntity against a CDT with a field marked as @Transient, the query will fail with the the error: &amp;quot;An error occurred while retrieving the data&amp;quot;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The root cause investigation is being tracked via AN-62219. This occurs due to the @Transient field being present in the CDT.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;As a workaround, if the use case requires the queryEntity be used, use the &amp;quot;selection&amp;quot; parameter to only specify the required, non @Transient columns from the CDT. An alternate workaround is to use a Query Rule which which is currently able to handle @Transient annotated fields correctly.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This&amp;nbsp;article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed: September 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: CDTs, known issues, database, SAIL, application design, open issues&lt;/div&gt;
</description></item><item><title>KB-1404 queryEntity fails when an XSD has a field marked as @Transient</title><link>https://community.appian.com/support/w/kb/659/kb-1404-queryentity-fails-when-an-xsd-has-a-field-marked-as-transient/revision/4</link><pubDate>Tue, 26 Sep 2017 12:24:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:99210bc2-3be5-4999-9ddc-b42c33d56807</guid><dc:creator>Nick Vigilante</dc:creator><comments>https://community.appian.com/support/w/kb/659/kb-1404-queryentity-fails-when-an-xsd-has-a-field-marked-as-transient#comments</comments><description>Revision 4 posted to Appian Knowledge Base by Nick Vigilante on 9/26/2017 12:24:56 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When running SAIL code with queryEntity against a CDT with a field marked as @Transient, the query will fail with the the error: &amp;quot;An error occurred while retrieving the data&amp;quot;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The root cause investigation is being tracked via AN-62219. This occurs due to the @Transient field being present in the CDT.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;As a workaround, if the use case requires the queryEntity be used, use the &amp;quot;selection&amp;quot; parameter to only specify the required, non @Transient columns from the CDT. An alternate workaround is to use a Query Rule which which is currently able to handle @Transient annotated fields correctly.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This&amp;nbsp;article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed: September 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: CDTs, known issues, database, SAIL, open issues&lt;/div&gt;
</description></item><item><title>DRAFT - queryEntity fails when an XSD has a field marked as @Transient</title><link>https://community.appian.com/support/w/kb/659/kb-1404-queryentity-fails-when-an-xsd-has-a-field-marked-as-transient/revision/3</link><pubDate>Sun, 10 Sep 2017 19:44:54 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:99210bc2-3be5-4999-9ddc-b42c33d56807</guid><dc:creator>Tristan Newmann</dc:creator><comments>https://community.appian.com/support/w/kb/659/kb-1404-queryentity-fails-when-an-xsd-has-a-field-marked-as-transient#comments</comments><description>Revision 3 posted to Appian Knowledge Base by Tristan Newmann on 9/10/2017 7:44:54 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When running SAIL code with queryEntity against a CDT with a field marked as @Transient, the query will fail with the the error: &amp;quot;An error occurred while retrieving the data&amp;quot;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The root cause investigation is being tracked via AN-62219. This occurs due to the @Transient field being present in the CDT.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;As a workaround, if the use case requires the queryEntity be used, use the &amp;quot;selection&amp;quot; parameter to only specify the required, non @Transient columns from the CDT. An alternate workaround is to use a Query Rule which which is currently able to handle @Transient annotated fields correctly.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This issue affects all versions of Appian&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: CDTs, known issues, database, SAIL, open issues&lt;/div&gt;
</description></item><item><title>DRAFT - queryEntity fails when an XSD has a field marked as @Transient</title><link>https://community.appian.com/support/w/kb/659/kb-1404-queryentity-fails-when-an-xsd-has-a-field-marked-as-transient/revision/2</link><pubDate>Sun, 10 Sep 2017 19:44:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:99210bc2-3be5-4999-9ddc-b42c33d56807</guid><dc:creator>Tristan Newmann</dc:creator><comments>https://community.appian.com/support/w/kb/659/kb-1404-queryentity-fails-when-an-xsd-has-a-field-marked-as-transient#comments</comments><description>Revision 2 posted to Appian Knowledge Base by Tristan Newmann on 9/10/2017 7:44:39 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When running SAIL code with queryEntity against a CDT with a field marked as @Transient, the query will fail with the the error: &amp;quot;An error occurred while retrieving the data&amp;quot;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The root cause investigation is being tracked AN-62219. This occurs due to the @Transient field being present in the CDT.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;As a workaround, if the use case requires the queryEntity be used, use the &amp;quot;selection&amp;quot; parameter to only specify the required, non @Transient columns from the CDT. An alternate workaround is to use a Query Rule which which is currently able to handle @Transient annotated fields correctly.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This issue affects all versions of Appian&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: CDTs, known issues, database, SAIL, open issues&lt;/div&gt;
</description></item><item><title>DRAFT - queryEntity fails when an XSD has a field marked as @Transient</title><link>https://community.appian.com/support/w/kb/659/kb-1404-queryentity-fails-when-an-xsd-has-a-field-marked-as-transient/revision/1</link><pubDate>Thu, 10 Aug 2017 04:09:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:99210bc2-3be5-4999-9ddc-b42c33d56807</guid><dc:creator>Tristan Newmann</dc:creator><comments>https://community.appian.com/support/w/kb/659/kb-1404-queryentity-fails-when-an-xsd-has-a-field-marked-as-transient#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Tristan Newmann on 8/10/2017 4:09:09 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When running SAIL code with queryEntity against a CDT with a field marked as @Transient, the query will fail with the the error: &amp;quot;An error occurred while retrieving the data&amp;quot;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The root cause of this issue is currently unknown. This occurs due to the @Transient field being present in the CDT.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;As a workaround, if the use case requires the queryEntity be used, use the &amp;quot;selection&amp;quot; parameter to only specify the required, non @Transient columns from the CDT. An alternate workaround is to use a Query Rule which which is currently able to handle @Transient annotated fields correctly.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This issue affects all versions of Appian&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: CDTs, known issues, database, SAIL, open issues&lt;/div&gt;
</description></item></channel></rss>