<?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>process model</title><link>https://community.appian.com/discussions/f/process/25831/process-model</link><description>Hi, I am getting this error in process model can any one help in this? 
 An error occurred while trying to write to the entity &amp;quot;CMS_Account&amp;quot; [id=b1446b7a-fe5c-4055-99fe-83fb363552a6@8681, type=CMS_Account (id=5452)] (data store: CMS Data Store). Details</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: process model</title><link>https://community.appian.com/thread/100968?ContentTypeID=1</link><pubDate>Mon, 12 Sep 2022 07:46:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:794b7d82-8f27-4e2d-88bf-425c3f2fe8af</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;The best way to handle it is to add a null check before your write to DSE smart service so you can avoid that Smart service if the data is null.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: process model</title><link>https://community.appian.com/thread/100962?ContentTypeID=1</link><pubDate>Mon, 12 Sep 2022 07:29:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6461609c-50f4-4936-9888-a63e240c9bc2</guid><dc:creator>Durgesh Kahar</dc:creator><description>&lt;p&gt;Check the database table columns which does not allow NULL values to be inserted, then check if you are passing NULL value from Appian, if yes, you will keep receiving this error message. You need to make sure that you don&amp;#39;t pass NULL value from Appian when it is restricted from database side. Hope this helps.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: process model</title><link>https://community.appian.com/thread/100961?ContentTypeID=1</link><pubDate>Mon, 12 Sep 2022 07:24:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:459f19a5-2e1a-4e45-b90e-0eeef9c43413</guid><dc:creator>p2005</dc:creator><description>&lt;p&gt;&lt;span&gt;Please make sure whether data is present in the pv! which you using to write into the DB.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;The error is you are trying to write null data to the DB so the error is poping.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>