<?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-1015 "403 Forbidden" error returned when uploading a file to SharePoint</title><link>https://community.appian.com/support/w/kb/241/kb-1015-403-forbidden-error-returned-when-uploading-a-file-to-sharepoint</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1015 "403 Forbidden" error returned when uploading a file to SharePoint</title><link>https://community.appian.com/support/w/kb/241/kb-1015-403-forbidden-error-returned-when-uploading-a-file-to-sharepoint</link><pubDate>Mon, 30 Jul 2018 04:13:25 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:69e9977f-9275-4798-96b3-5a7c7e123b0c</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/241/kb-1015-403-forbidden-error-returned-when-uploading-a-file-to-sharepoint#comments</comments><description>Current Revision posted to Appian Knowledge Base by Parmida Borhani on 7/30/2018 4:13:25 AM&lt;br /&gt;
&lt;div class="row content_container"&gt;
&lt;h2 id="symptoms"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Sending a file to Microsoft SharePoint 2013 using the &lt;code&gt;a!shpCopyDocumentFromAppian()&lt;/code&gt; function returns a 403 Forbidden error from the SharePoint server.&lt;/p&gt;
&lt;p&gt;Users are able to download files and get the list of files in SharePoint. This issue reproduces when SharePoint is hosted in a DMZ server.&lt;/p&gt;
&lt;p&gt;The relevant errors in the application server log are as follows:&lt;/p&gt;
&lt;pre&gt;2014-08-13 15:56:36,158 [[ACTIVE] ExecuteThread: &amp;#39;10&amp;#39; for queue: &amp;#39;weblogic.kernel.Default (self-tuning)&amp;#39;] ERROR com.appian.integration.sharepoint.function.SharepointIntegrationUploadFile - ConnectorRuntimeException [title=FORBIDDEN, com.appian.integration.exception.ConnectorRuntimeException: HTTP/1.1 403 FORBIDDEN , {&amp;quot;error&amp;quot;:{&amp;quot;code&amp;quot;:&amp;quot;-2130575251, System.Runtime.InteropServices.COMException&amp;quot;,&amp;quot;message&amp;quot;:{&amp;quot;lang&amp;quot;:&amp;quot;en-US&amp;quot;,&amp;quot;value&amp;quot;:&amp;quot;The security validation for this page is invalid. Click Back in your Web browser, refresh the page, and try your operation again.&amp;quot;}}}]
ConnectorRuntimeException [title=FORBIDDEN, com.appian.integration.exception.ConnectorRuntimeException: HTTP/1.1 403 FORBIDDEN , {&amp;quot;error&amp;quot;:{&amp;quot;code&amp;quot;:&amp;quot;-2130575251, System.Runtime.InteropServices.COMException&amp;quot;,&amp;quot;message&amp;quot;:{&amp;quot;lang&amp;quot;:&amp;quot;en-US&amp;quot;,&amp;quot;value&amp;quot;:&amp;quot;The security validation for this page is invalid. Click Back in your Web browser, refresh the page, and try your operation again.&amp;quot;}}}]
at com.appian.integration.sharepoint.SharepointIntegrationHandler.uploadFileHandle(SharepointIntegrationHandler.java:458)
...
&lt;/pre&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;Web Page Security Validation is turned on in SharePoint.&lt;/p&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;p&gt;To correct this issue, perform the following:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Go to Sharepoint 2013 Central Administration&lt;/li&gt;
&lt;li&gt;Then go to &lt;strong&gt;Application Management&lt;/strong&gt; &amp;gt; &lt;strong&gt;Web Applications&lt;/strong&gt; &amp;gt; &lt;strong&gt;Manage web applications&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Click on the web application, and on the top of the page click &lt;strong&gt;General Settings&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Go to the &lt;strong&gt;Web Page Security Validation&lt;/strong&gt; section, and select &lt;strong&gt;Off&lt;/strong&gt; for &lt;strong&gt;Security Validations&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Try again using the connectors.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="affected-versions"&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian using SharePoint 2013.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;July 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: third-party, sharepoint, integration&lt;/div&gt;
</description></item><item><title>KB-1015 "403 Forbidden" error returned when uploading a file to SharePoint</title><link>https://community.appian.com/support/w/kb/241/kb-1015-403-forbidden-error-returned-when-uploading-a-file-to-sharepoint/revision/2</link><pubDate>Tue, 25 Jul 2017 10:28:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:69e9977f-9275-4798-96b3-5a7c7e123b0c</guid><dc:creator>Nick Vigilante</dc:creator><comments>https://community.appian.com/support/w/kb/241/kb-1015-403-forbidden-error-returned-when-uploading-a-file-to-sharepoint#comments</comments><description>Revision 2 posted to Appian Knowledge Base by Nick Vigilante on 7/25/2017 10:28:59 AM&lt;br /&gt;
&lt;div class="row content_container"&gt;
&lt;h2 id="symptoms"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Sending a file to Microsoft SharePoint 2013 using the &lt;code&gt;a!shpCopyDocumentFromAppian()&lt;/code&gt; function returns a 403 Forbidden error from the SharePoint server.&lt;/p&gt;
&lt;p&gt;Users are able to download files and get the list of files in SharePoint. This issue reproduces when SharePoint is hosted in a DMZ server.&lt;/p&gt;
&lt;p&gt;The relevant errors in the application server log are as follows:&lt;/p&gt;
&lt;pre&gt;2014-08-13 15:56:36,158 [[ACTIVE] ExecuteThread: &amp;#39;10&amp;#39; for queue: &amp;#39;weblogic.kernel.Default (self-tuning)&amp;#39;] ERROR com.appian.integration.sharepoint.function.SharepointIntegrationUploadFile - ConnectorRuntimeException [title=FORBIDDEN, com.appian.integration.exception.ConnectorRuntimeException: HTTP/1.1 403 FORBIDDEN , {&amp;quot;error&amp;quot;:{&amp;quot;code&amp;quot;:&amp;quot;-2130575251, System.Runtime.InteropServices.COMException&amp;quot;,&amp;quot;message&amp;quot;:{&amp;quot;lang&amp;quot;:&amp;quot;en-US&amp;quot;,&amp;quot;value&amp;quot;:&amp;quot;The security validation for this page is invalid. Click Back in your Web browser, refresh the page, and try your operation again.&amp;quot;}}}]
ConnectorRuntimeException [title=FORBIDDEN, com.appian.integration.exception.ConnectorRuntimeException: HTTP/1.1 403 FORBIDDEN , {&amp;quot;error&amp;quot;:{&amp;quot;code&amp;quot;:&amp;quot;-2130575251, System.Runtime.InteropServices.COMException&amp;quot;,&amp;quot;message&amp;quot;:{&amp;quot;lang&amp;quot;:&amp;quot;en-US&amp;quot;,&amp;quot;value&amp;quot;:&amp;quot;The security validation for this page is invalid. Click Back in your Web browser, refresh the page, and try your operation again.&amp;quot;}}}]
at com.appian.integration.sharepoint.SharepointIntegrationHandler.uploadFileHandle(SharepointIntegrationHandler.java:458)
...
&lt;/pre&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;Web Page Security Validation is turned on in SharePoint.&lt;/p&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;p&gt;To correct this issue, perform the following:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Go to Sharepoint 2013 Central Administration&lt;/li&gt;
&lt;li&gt;Then go to &lt;strong&gt;Application Management&lt;/strong&gt; &amp;gt; &lt;strong&gt;Web Applications&lt;/strong&gt; &amp;gt; &lt;strong&gt;Manage web applications&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Click on the web application, and on the top of the page click &lt;strong&gt;General Settings&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Go to the &lt;strong&gt;Web Page Security Validation&lt;/strong&gt; section, and select &lt;strong&gt;Off&lt;/strong&gt; for &lt;strong&gt;Security Validations&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Try again using the connectors.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="affected-versions"&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian using SharePoint 2013.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;July 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: third-party, sharepoint&lt;/div&gt;
</description></item><item><title>KB-1015 "403 Forbidden" error returned when uploading a file to SharePoint</title><link>https://community.appian.com/support/w/kb/241/kb-1015-403-forbidden-error-returned-when-uploading-a-file-to-sharepoint/revision/1</link><pubDate>Fri, 10 Feb 2017 16:09:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:69e9977f-9275-4798-96b3-5a7c7e123b0c</guid><dc:creator>Nick Vigilante</dc:creator><comments>https://community.appian.com/support/w/kb/241/kb-1015-403-forbidden-error-returned-when-uploading-a-file-to-sharepoint#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Nick Vigilante on 2/10/2017 4:09:05 PM&lt;br /&gt;
&lt;div class="row content_container"&gt;
&lt;h2 id="symptoms"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Sending a file to Microsoft SharePoint 2013 using the &lt;code&gt;a!shpCopyDocumentFromAppian()&lt;/code&gt; function returns a 403 Forbidden error from the SharePoint server.&lt;/p&gt;
&lt;p&gt;Users are able to download files and get the list of files in SharePoint. This issue reproduces when SharePoint is hosted in a DMZ server.&lt;/p&gt;
&lt;p&gt;The relevant errors in the application server log are as follows:&lt;/p&gt;
&lt;pre&gt;2014-08-13 15:56:36,158 [[ACTIVE] ExecuteThread: &amp;#39;10&amp;#39; for queue: &amp;#39;weblogic.kernel.Default (self-tuning)&amp;#39;] ERROR com.appian.integration.sharepoint.function.SharepointIntegrationUploadFile - ConnectorRuntimeException [title=FORBIDDEN, com.appian.integration.exception.ConnectorRuntimeException: HTTP/1.1 403 FORBIDDEN , {&amp;quot;error&amp;quot;:{&amp;quot;code&amp;quot;:&amp;quot;-2130575251, System.Runtime.InteropServices.COMException&amp;quot;,&amp;quot;message&amp;quot;:{&amp;quot;lang&amp;quot;:&amp;quot;en-US&amp;quot;,&amp;quot;value&amp;quot;:&amp;quot;The security validation for this page is invalid. Click Back in your Web browser, refresh the page, and try your operation again.&amp;quot;}}}]
ConnectorRuntimeException [title=FORBIDDEN, com.appian.integration.exception.ConnectorRuntimeException: HTTP/1.1 403 FORBIDDEN , {&amp;quot;error&amp;quot;:{&amp;quot;code&amp;quot;:&amp;quot;-2130575251, System.Runtime.InteropServices.COMException&amp;quot;,&amp;quot;message&amp;quot;:{&amp;quot;lang&amp;quot;:&amp;quot;en-US&amp;quot;,&amp;quot;value&amp;quot;:&amp;quot;The security validation for this page is invalid. Click Back in your Web browser, refresh the page, and try your operation again.&amp;quot;}}}]
at com.appian.integration.sharepoint.SharepointIntegrationHandler.uploadFileHandle(SharepointIntegrationHandler.java:458)
...
&lt;/pre&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;Web Page Security Validation is turned on in SharePoint.&lt;/p&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;p&gt;To correct this issue, perform the following:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Go to Sharepoint 2013 Central Administration&lt;/li&gt;
&lt;li&gt;Then go to &lt;strong&gt;Application Management&lt;/strong&gt; &amp;gt; &lt;strong&gt;Web Applications&lt;/strong&gt; &amp;gt; &lt;strong&gt;Manage web applications&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Click on the web application, and on the top of the page click &lt;strong&gt;General Settings&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Go to the &lt;strong&gt;Web Page Security Validation&lt;/strong&gt; section, and select &lt;strong&gt;Off&lt;/strong&gt; for &lt;strong&gt;Security Validations&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Try again using the connectors.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="affected-versions"&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian using SharePoint 2013.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Last Reviewed: February 20167&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: third-party, sharepoint&lt;/div&gt;
</description></item></channel></rss>