Answered by:
Document Information Panel contacted a data source but failed to receive data. The form will load without the requested data

Question
-
This is the error details for sharePoint 2007:
The query cannot be run for the following DataObject: list_48985ACC-FDDD-4732-AA48-078CFE123F35
Document Information Panel cannot run the specified query.
The SOAP response indicates that an error occurred on the server:
Exception of type 'Microsoft.SharePoint.SoapServer.SoapServerException' was thrown.
<detail><errorstring xmlns="http://schemas.microsoft.com/sharepoint/soap/">
List does not exist.
The page you selected contains a list that does not exist. It may have been deleted by another user.
</errorstring><errorcode xmlns="http://schemas.microsoft.com/sharepoint/soap/">0x82000006</errorcode></detail>
{2065aaed-3d74-4c04-a0db-8b155a5a3099}
<?xml version="1.0" encoding="utf-16"?>
<Field Type="Lookup" DisplayName="Document Type" Description="Represents the type of document this is" Required="TRUE" List="{2065aaed-3d74-4c04-a0db-8b155a5a3099}" ShowField="Title" UnlimitedLengthInDocumentLibrary="FALSE" Group="" ID="{aad3d0c6-8a0c-4c09-b8e2-d6bce5fa5a18}" SourceID="http://schemas.microsoft.com/sharepoint/v3" StaticName="DocType" Name="DocType" WebId="f1f61798-71c9-4fd4-861e-faceb45b9634" ColName="int1" RowOrdinal="0" Version="14" />
I am trying to create a new document in document library and it throws me this error.
I find that it is an issue with the Lookup column (Doc Types) which is required type and it is not able to fetch the data from the lookup lists.
This error occurs in existing doc library which have around 2000 documents i dont know what it triggers this error. I don't want to loose the doc types(look up value from look up lists) associated with the existing solution. If i removed and re add the columns it works fine but i loose all the old doc types associated with it.
I had tried this blog steps : http://bernado-nguyen-hoan.blogspot.com/2010/01/problem-with-document-information-panel.html
but no luck.
please let me know if you have any other options
Thanks in Advance
AniketFriday, October 14, 2011 1:26 AM
Answers
-
I had created another Site and migrate all documents from the Docave backup and restore. now everything is working fine.
Aniket- Marked as answer by star.warsModerator Friday, October 21, 2011 10:27 AM
Wednesday, October 19, 2011 12:20 AM
All replies
-
There have been posts with similar problems
http://social.technet.microsoft.com/Forums/en-US/sharepointgeneral/thread/f80b952c-e221-4f83-9dea-993944a2ed41/
http://social.msdn.microsoft.com/Forums/en/sharepointinfopath/thread/243b4852-3f17-4a3a-b6d7-187d65a5f088
http://www.novolocus.com/2008/03/25/error-the-document-information-panel-was-unable-to-load/
http://social.technet.microsoft.com/Forums/en-US/sharepointadmin/thread/f8e6a38a-d337-4125-a52d-b2d716acf6f9/
Shubham GoyalSaturday, October 15, 2011 8:34 AM -
HI Shubham.
i had tried through all the links it seems its not the proper solution for me. Thanks for the links.
AniketTuesday, October 18, 2011 5:58 AM -
I had created another Site and migrate all documents from the Docave backup and restore. now everything is working fine.
Aniket- Marked as answer by star.warsModerator Friday, October 21, 2011 10:27 AM
Wednesday, October 19, 2011 12:20 AM -
Great. Close this thread and also share with us if you found out why the error occured.
Shubham GoyalWednesday, October 19, 2011 3:34 AM -
Hello All,
I am getting same error. I have one lookup column in document library and this lookup is mandatory in my content type of document library. When DIP (Document Information Panel) loads, SharePoint trying to access the list associated to look up column and its failed to load data from lookup list.
So my understanding is DIP trying to fetch data from lookup list through list instance id (guid) when DIP loads.
How to repair this dependency on list instance id (list_guid)? I tried to open DIP in info-path. But no clue how to fix this issue. Anybody found any clue, please help.
Sunday, March 20, 2016 5:55 AM