Answered by:
SharePoint Receive Location: Value does not fall within the expected range

Question
-
Hi,
I setup a wss receive location in BizTalk 2013 (CU2 applied) to get documents from a SharePoint 2013 infoPath Form Library, the documents were checked out but not processed by WSS adapter and BizTalk logs following error in event log
The host instance user has 'Full Control' permission on this form library
(the same configuration is working in another environment with different BizTalk and SP instances)
any help would be highly appreciated
Usman Shaheen MCTS BizTalk Server http://usmanshaheen.wordpress.com
Saturday, January 3, 2015 3:47 PM
Answers
-
Hi Usman,
Can you validate your share point request externally on share point server. Is there any validate data exists in SharePoint for the request you are sending .
In your case share point is throwing exception with the request which you are pushing to share point . AboveException represents that is thrown by the server during execution of a request sent from the BizTalk.
It is well being defined over MSDN blog below
Value does not fall within the expected range
SharePoint :Value does not fall within the expected range
Thanks
Abhishek
- Edited by Abhishek0127[Abhishek kumar]MVP Saturday, January 3, 2015 5:53 PM
- Proposed as answer by Angie Xu Friday, January 9, 2015 1:57 AM
- Marked as answer by Angie Xu Monday, January 12, 2015 3:02 AM
Saturday, January 3, 2015 4:57 PM
All replies
-
Hi Usman,
Can you validate your share point request externally on share point server. Is there any validate data exists in SharePoint for the request you are sending .
In your case share point is throwing exception with the request which you are pushing to share point . AboveException represents that is thrown by the server during execution of a request sent from the BizTalk.
It is well being defined over MSDN blog below
Value does not fall within the expected range
SharePoint :Value does not fall within the expected range
Thanks
Abhishek
- Edited by Abhishek0127[Abhishek kumar]MVP Saturday, January 3, 2015 5:53 PM
- Proposed as answer by Angie Xu Friday, January 9, 2015 1:57 AM
- Marked as answer by Angie Xu Monday, January 12, 2015 3:02 AM
Saturday, January 3, 2015 4:57 PM -
Hi,
I would recommend to create a new InfoPath form and publish it to SharePoint library to see if the issue still occurs.
Here is a similar thread for you to take a look:
If that doesnt fix the issue, you should go with this hotfix.
Description of the SharePoint Foundation 2010 hotfix package (Wss-x-none.msp): July 2, 2012
Description reads:
- Assume that you use the metadata navigation and filter feature to filter a view of a document library. When you check in or check out a document through the menu on the ribbon, you receive the following error exception:
System.ArgumentException: Value does not fall within the expected range. at Microsoft.SharePoint.SPWeb.GetFile(String strUrl) at Microsoft.SharePoint.ApplicationPages.Checkin.get_File() at Microsoft.SharePoint.ApplicationPages.Checkin.OnPreInit(EventArgs e) at System.Web.UI.Page.PerformPreInit() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Wednesday, January 7, 2015 6:52 PM - Assume that you use the metadata navigation and filter feature to filter a view of a document library. When you check in or check out a document through the menu on the ribbon, you receive the following error exception: