I have a test task to upload a small file to a SharePoint 2013 document library. When I set up the task the connection is set up with the following options:
Address:
http://xxx.xxxx.xxxx.com/Reporting SharePoint Version: SharePoint 2010
Authentication Type: Default (user name and pass filled in with working creds)
I then set up the Upload File(s) to SharePoint task using the above connection. The connection seems to work because when I click the button to browse for a destination folder it brings up the folders in the Reporting site. I put what I think is the correct destination folder (/Scheduled Reporting/Aging Report) and execute the task.
I get Return code 77777 and the message below:
Exception in Task: List 'Reporting' does not exist at site with URL 'http://xxx.xxxx.xxxx.com/Reporting'.
What's even stranger is that the document is actually uploaded to the site in the correct spot, despite the non zero return code. Any ideas?
Thanks!