Unable to update SharePoint List on cloud
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-08-19 08:55 AM
Hi,
I use OLEDB to update SharePoint List on cloud.
This is SQL Script I use:
"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"
I have updated 15 linies in Sharepoint List.
12 linies have been updated successfully.
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.
I tried to update the same information into another ID and it worked.
I tried to updated line in manually and it worked.
I tried to update only 1 column in ID 11,13,15 and it also stuck.
Please let m know if you have faced such issue.
------------------------------
Mateusz Wojcik
RPA Programist
Rockwell Automation
Europe/Warsaw
------------------------------
I use OLEDB to update SharePoint List on cloud.
This is SQL Script I use:
"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"
I have updated 15 linies in Sharepoint List.
12 linies have been updated successfully.
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.
I tried to update the same information into another ID and it worked.
I tried to updated line in manually and it worked.
I tried to update only 1 column in ID 11,13,15 and it also stuck.
Please let m know if you have faced such issue.
------------------------------
Mateusz Wojcik
RPA Programist
Rockwell Automation
Europe/Warsaw
------------------------------
12 REPLIES 12
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
15-08-19 09:02 PM
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.
------------------------------
Andrew Randolph
Analyst
Accenture
America/New_York
------------------------------
------------------------------
Andrew Randolph
Analyst
Accenture
America/New_York
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
16-08-19 12:40 PM
Hi Andrew,
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
Best regards,
Michal
------------------------------
Michal Szumski
RPA developer
Rockwell Automation
Europe/Warsaw
------------------------------
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
Best regards,
Michal
------------------------------
Michal Szumski
RPA developer
Rockwell Automation
Europe/Warsaw
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
16-08-19 06:42 PM
Ok sounds good! OLEDB can be confusing at times
------------------------------
Andrew Randolph
Analyst
Accenture
America/New_York
------------------------------
------------------------------
Andrew Randolph
Analyst
Accenture
America/New_York
------------------------------

- « Previous
-
- 1
- 2
- Next »