<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic RE: Unable to update SharePoint List on cloud in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-update-SharePoint-List-on-cloud/m-p/77932#M30029</link>
    <description>Try adding CommandTimeout, that should at-least help you get out of Update Query
&lt;PRE class="language-markup"&gt;oCommand.CommandTimeout = 120
​&lt;/PRE&gt;
the time is in sec.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Gopal Bhaire&lt;BR /&gt;Analyst&lt;BR /&gt;Accenture&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Fri, 02 Aug 2019 10:52:00 GMT</pubDate>
    <dc:creator>GopalBhaire</dc:creator>
    <dc:date>2019-08-02T10:52:00Z</dc:date>
    <item>
      <title>Unable to update SharePoint List on cloud</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-update-SharePoint-List-on-cloud/m-p/77929#M30026</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I use OLEDB to update SharePoint List on cloud. &lt;BR /&gt;&lt;BR /&gt;This is SQL Script I use:&lt;BR /&gt;"UPDATE LIST SET [Status] ='Rejected', [PO_Completed_Number] ='0', [PO_Rejected_Number] ='3', [PO_RejectedWithComments] ='7000111111 - Different Vendor_ID(111111 Micky Mouse Company).', [PO_Numbers] ='3', [PO_Completed] ='' WHERE [ID] = 11"&lt;BR /&gt;&lt;BR /&gt;I have updated 15 linies in Sharepoint List.&lt;BR /&gt;12 linies have been updated successfully.&lt;BR /&gt;3 linie [ID: 11,13,15] were unable to update. Blue Prism stuck on the "update" stage and did not throw any exception. It seems like it falls into infinite loop.&lt;BR /&gt;&lt;BR /&gt;I tried to update the same information into another&amp;nbsp; ID and it worked.&lt;BR /&gt;I tried to updated line in manually and it worked.&lt;BR /&gt;I tried to update only 1 column in ID 11,13,15 and it also stuck.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please let m know if you have faced such issue.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Mateusz Wojcik&lt;BR /&gt;RPA Programist&lt;BR /&gt;Rockwell Automation&lt;BR /&gt;Europe/Warsaw&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Aug 2019 07:55:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-update-SharePoint-List-on-cloud/m-p/77929#M30026</guid>
      <dc:creator>MateuszWojcik</dc:creator>
      <dc:date>2019-08-02T07:55:00Z</dc:date>
    </item>
    <item>
      <title>RE: Unable to update SharePoint List on cloud</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-update-SharePoint-List-on-cloud/m-p/77930#M30027</link>
      <description>Never had issues with Update in Oledb you can edit the 'Execute' action of OLEDB object to return the no. of rows affected that'll help you know if rows were affected or not
&lt;PRE class="language-markup"&gt;rowsAffected=oCommand.ExecuteNonQuery()​&lt;/PRE&gt;
&lt;P&gt;just add a number as output(rowsAffected)&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Gopal Bhaire&lt;BR /&gt;Analyst&lt;BR /&gt;Accenture&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Aug 2019 09:18:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-update-SharePoint-List-on-cloud/m-p/77930#M30027</guid>
      <dc:creator>GopalBhaire</dc:creator>
      <dc:date>2019-08-02T09:18:00Z</dc:date>
    </item>
    <item>
      <title>RE: Unable to update SharePoint List on cloud</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-update-SharePoint-List-on-cloud/m-p/77931#M30028</link>
      <description>Hi Gopal,&lt;BR /&gt;&lt;BR /&gt;It will not help me as Blue Prism does not go out from the "Update" stage. Therefore I will not be able to check the output.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Mateusz Wojcik&lt;BR /&gt;RPA Programist&lt;BR /&gt;Rockwell Automation&lt;BR /&gt;Europe/Warsaw&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Aug 2019 10:38:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-update-SharePoint-List-on-cloud/m-p/77931#M30028</guid>
      <dc:creator>MateuszWojcik</dc:creator>
      <dc:date>2019-08-02T10:38:00Z</dc:date>
    </item>
    <item>
      <title>RE: Unable to update SharePoint List on cloud</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-update-SharePoint-List-on-cloud/m-p/77932#M30029</link>
      <description>Try adding CommandTimeout, that should at-least help you get out of Update Query
&lt;PRE class="language-markup"&gt;oCommand.CommandTimeout = 120
​&lt;/PRE&gt;
the time is in sec.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Gopal Bhaire&lt;BR /&gt;Analyst&lt;BR /&gt;Accenture&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Aug 2019 10:52:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-update-SharePoint-List-on-cloud/m-p/77932#M30029</guid>
      <dc:creator>GopalBhaire</dc:creator>
      <dc:date>2019-08-02T10:52:00Z</dc:date>
    </item>
    <item>
      <title>RE: Unable to update SharePoint List on cloud</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-update-SharePoint-List-on-cloud/m-p/77933#M30030</link>
      <description>It does not help. Blue Prism is still stuck on Update Stage.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Mateusz Wojcik&lt;BR /&gt;RPA Programist&lt;BR /&gt;Rockwell Automation&lt;BR /&gt;Europe/Warsaw&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Aug 2019 11:03:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-update-SharePoint-List-on-cloud/m-p/77933#M30030</guid>
      <dc:creator>MateuszWojcik</dc:creator>
      <dc:date>2019-08-02T11:03:00Z</dc:date>
    </item>
    <item>
      <title>RE: Unable to update SharePoint List on cloud</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-update-SharePoint-List-on-cloud/m-p/77934#M30031</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Bumping this topic - We encountered it on another SharePoint site. If anybody had similar issue then please let us know.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Michal&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Michal Szumski&lt;BR /&gt;RPA developer&lt;BR /&gt;Rockwell Automation&lt;BR /&gt;Europe/Warsaw&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Aug 2019 10:08:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-update-SharePoint-List-on-cloud/m-p/77934#M30031</guid>
      <dc:creator>MichalSzumski</dc:creator>
      <dc:date>2019-08-12T10:08:00Z</dc:date>
    </item>
    <item>
      <title>RE: Unable to update SharePoint List on cloud</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-update-SharePoint-List-on-cloud/m-p/77935#M30032</link>
      <description>Are you explicitly closing the connection to the SQL server after the updates? Also what is the data within those rows on the sharepoint? Maybe there is an error in that? Could you attach the data being used for reference if possible?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Andrew Randolph&lt;BR /&gt;Analyst&lt;BR /&gt;Accenture&lt;BR /&gt;America/New_York&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Aug 2019 18:34:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-update-SharePoint-List-on-cloud/m-p/77935#M30032</guid>
      <dc:creator>AndrewRandolph</dc:creator>
      <dc:date>2019-08-12T18:34:00Z</dc:date>
    </item>
    <item>
      <title>RE: Unable to update SharePoint List on cloud</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-update-SharePoint-List-on-cloud/m-p/77936#M30033</link>
      <description>Hi Andrew,&lt;BR /&gt;&lt;BR /&gt;I do nothing after updates because the update stage is never ending.&lt;BR /&gt;&lt;BR /&gt;The data I try to update are in the original message. They are correct. I also try to update column number with value 1 and this also was not successful.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Kind regards&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Mateusz Wojcik&lt;BR /&gt;RPA Programist&lt;BR /&gt;Rockwell Automation&lt;BR /&gt;Europe/Warsaw&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Aug 2019 05:33:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-update-SharePoint-List-on-cloud/m-p/77936#M30033</guid>
      <dc:creator>MateuszWojcik</dc:creator>
      <dc:date>2019-08-13T05:33:00Z</dc:date>
    </item>
    <item>
      <title>RE: Unable to update SharePoint List on cloud</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-update-SharePoint-List-on-cloud/m-p/77937#M30034</link>
      <description>Hey Mateusz,&lt;BR /&gt;&lt;BR /&gt;Is it possible for you to share the 15 lines that you did update using the query from the original message on the sharepoint? If you could please share this with me that would be great. Trying to understand why this isn't working and if there is a correlation between this error and the other one that has arisen due to the post bump&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Andrew Randolph&lt;BR /&gt;Analyst&lt;BR /&gt;Accenture&lt;BR /&gt;America/New_York&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Aug 2019 17:06:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-update-SharePoint-List-on-cloud/m-p/77937#M30034</guid>
      <dc:creator>AndrewRandolph</dc:creator>
      <dc:date>2019-08-13T17:06:00Z</dc:date>
    </item>
    <item>
      <title>RE: Unable to update SharePoint List on cloud</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-update-SharePoint-List-on-cloud/m-p/77938#M30035</link>
      <description>It does not matter what is in those 15 lines.&lt;BR /&gt;I input another line with the same information and I was able to update it.&lt;BR /&gt;The only correlation I have noticed was the person who input the data.&lt;BR /&gt;Those 5 lines I was unable to update was inputted by 2 person.&lt;BR /&gt;Unfortunately when I was updating another SharePoint List I faced the same problem.&lt;BR /&gt;In this case all lines was inputted by 1 person. Some of them I was able to update some was not.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Mateusz Wojcik&lt;BR /&gt;RPA Programist&lt;BR /&gt;Rockwell Automation&lt;BR /&gt;Europe/Warsaw&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Aug 2019 05:23:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-update-SharePoint-List-on-cloud/m-p/77938#M30035</guid>
      <dc:creator>MateuszWojcik</dc:creator>
      <dc:date>2019-08-14T05:23:00Z</dc:date>
    </item>
    <item>
      <title>RE: Unable to update SharePoint List on cloud</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-update-SharePoint-List-on-cloud/m-p/77939#M30036</link>
      <description>It may be possible that there are multiple instances of the file open on multiple computers making it difficult to make a unified update. I would contact the 2 people that made file updates and see if they have it checked out on SharePoint. This may not be blue prism related but is definitely a bug worth looking in to.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Andrew Randolph&lt;BR /&gt;Analyst&lt;BR /&gt;Accenture&lt;BR /&gt;America/New_York&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Aug 2019 20:02:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-update-SharePoint-List-on-cloud/m-p/77939#M30036</guid>
      <dc:creator>AndrewRandolph</dc:creator>
      <dc:date>2019-08-15T20:02:00Z</dc:date>
    </item>
    <item>
      <title>RE: Unable to update SharePoint List on cloud</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-update-SharePoint-List-on-cloud/m-p/77940#M30037</link>
      <description>Hi Andrew,&lt;BR /&gt;&lt;BR /&gt;Our problem concerns SharePoint List and not the file on SharePoint. Anyway we found solution - we had to get rid of this part "RetrieveIds=Yes" from Connection String and then it worked&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Michal&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Michal Szumski&lt;BR /&gt;RPA developer&lt;BR /&gt;Rockwell Automation&lt;BR /&gt;Europe/Warsaw&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Aug 2019 11:40:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-update-SharePoint-List-on-cloud/m-p/77940#M30037</guid>
      <dc:creator>MichalSzumski</dc:creator>
      <dc:date>2019-08-16T11:40:00Z</dc:date>
    </item>
    <item>
      <title>RE: Unable to update SharePoint List on cloud</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-update-SharePoint-List-on-cloud/m-p/77941#M30038</link>
      <description>Ok sounds good! OLEDB can be confusing at times&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Andrew Randolph&lt;BR /&gt;Analyst&lt;BR /&gt;Accenture&lt;BR /&gt;America/New_York&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Aug 2019 17:42:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-update-SharePoint-List-on-cloud/m-p/77941#M30038</guid>
      <dc:creator>AndrewRandolph</dc:creator>
      <dc:date>2019-08-16T17:42:00Z</dc:date>
    </item>
  </channel>
</rss>

