<?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>Database update issue</title><link>https://community.appian.com/discussions/f/process/13084/database-update-issue</link><description>Hello, 
 I&amp;#39;m using the &amp;#39;Write to Data Store Entity&amp;#39; smart service to Insert a record into database. The node is getting executed without any errors, but I&amp;#39;m not seeing the record in Oracle database. I verified the GRANTS on the table.. GRANTS looks good</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Database update issue</title><link>https://community.appian.com/thread/59130?ContentTypeID=1</link><pubDate>Mon, 13 Aug 2018 20:00:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2dc28bc3-a0ff-4a67-8260-1dd762c4c6e2</guid><dc:creator>sunilc407</dc:creator><description>Thank you all for your responses. Another table was created through the DDL script when i created manually in APPIAN schema with different column types. I dropped that table and created the table with correct mappings. It worked fine now.. I&amp;#39;m able to insert the record. Thank you all for your valuable suggestions!&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Database update issue</title><link>https://community.appian.com/thread/58970?ContentTypeID=1</link><pubDate>Thu, 09 Aug 2018 12:46:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1fc31d40-2449-493a-ad48-4e840f82acb2</guid><dc:creator>josep</dc:creator><description>I agree with shwetad are you mapping the inputs properly? &lt;br /&gt;
&lt;br /&gt;
What do you get on the output? Does is return the cdt with the primary key generated? &lt;br /&gt;
&lt;br /&gt;
Jose&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Database update issue</title><link>https://community.appian.com/thread/58964?ContentTypeID=1</link><pubDate>Thu, 09 Aug 2018 11:46:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:51c751cd-2a6e-4153-8ff2-35c21551f728</guid><dc:creator>harrisont606</dc:creator><description>Are you able to query from the data source?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Database update issue</title><link>https://community.appian.com/thread/58963?ContentTypeID=1</link><pubDate>Thu, 09 Aug 2018 10:50:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cd48c98f-e259-4fbd-85cf-db77f67f94ca</guid><dc:creator>shwetad7106</dc:creator><description>Hi,&lt;br /&gt;
Please check the inputs, Entity and the respective data should be properly mapped to the table you want to write in,&lt;br /&gt;
and save that data in outputs so that you will get to know is it writing to DB or not.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Database update issue</title><link>https://community.appian.com/thread/58952?ContentTypeID=1</link><pubDate>Thu, 09 Aug 2018 06:28:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f2f5c1d1-08d5-4082-8d97-74b6a2ca858c</guid><dc:creator>harishkumart</dc:creator><description>Hi Sunil,&lt;br /&gt;
 Verify if the xsd mappings are correct. i.e the cdt is pointing to the same table or not. Also verify the entity that you are using is the correct entity. This should help you identify the issue.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Database update issue</title><link>https://community.appian.com/thread/58950?ContentTypeID=1</link><pubDate>Thu, 09 Aug 2018 05:59:57 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7d552c18-fcc7-45bb-becf-c1b64dadc97e</guid><dc:creator>ravalik</dc:creator><description>Hi sunilc,&lt;br /&gt;
&lt;br /&gt;
1)Check whether CDT name and table is same.&lt;br /&gt;
2) Ensure the primary key is defined properly in CDT&lt;br /&gt;
Follow the below link to have a clear understanding:&lt;br /&gt;
&lt;a href="https://docs.appian.com/suite/help/18.1/Configuring_Relational_Databases.html,"&gt;docs.appian.com/.../Configuring_Relational_Databases.html,&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Also check the log files to to have a better picture .&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Database update issue</title><link>https://community.appian.com/thread/58947?ContentTypeID=1</link><pubDate>Thu, 09 Aug 2018 04:59:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8302bc3a-4bf9-46a5-ab46-88c0763975ae</guid><dc:creator>josep</dc:creator><description>Hello Sunilc, &lt;br /&gt;
&lt;br /&gt;
How is your configuration on the datasource? Which server are you using? Are you cloud or on-premise?&lt;br /&gt;
&lt;br /&gt;
One thought I had when reading the post is the parameter autocommit = false, &lt;br /&gt;
&amp;lt;xa-datasource&amp;gt;(Can have autcommit = false) this is used in Appian. &lt;br /&gt;
&lt;br /&gt;
Take a look at the configuration&lt;br /&gt;
&lt;a href="https://docs.appian.com/suite/help/18.1/Configuring_Relational_Databases.html"&gt;docs.appian.com/.../Configuring_Relational_Databases.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Can you check the log files? is there something there ?&lt;br /&gt;
&lt;br /&gt;
Hope this helps &lt;br /&gt;
&lt;br /&gt;
Jose&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Database update issue</title><link>https://community.appian.com/thread/58946?ContentTypeID=1</link><pubDate>Thu, 09 Aug 2018 04:10:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1475ebcd-52fb-42c8-8a32-db955ae9cea6</guid><dc:creator>prakashb9987</dc:creator><description>Hi sunil ,&lt;br /&gt;
&lt;br /&gt;
1)can you please verify the CDT is same as a table. For example, all column properties need to same.&lt;br /&gt;
2)Plus save the output in CDT again and see the value is saving back in CDT or not.&lt;br /&gt;
3)Verify primary key is properly Define in CDT structure.&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>