When opening an InfoPath form InfoPath states "list does not exist" in production, opens fine in test. NaN issue with Auto Increment

Hello all. I have an InfoPath form that opens from the test server fine. However, when I try to open it in Production I receive the following SOAP response.
"The SOAP response indicates that an error occurred on the server:
Server was unable to process request. ---> List does not exist.
The page you selected contains a list that does not exist.  It may have been deleted by another user. ---> List does not exist.
The page you selected contains a list that does not exist.  It may have been deleted by another user."
I am trying to fix an auto generated form field for the web part that runs the my Project Management list. In test the increment by 1 works fine. I.E. "LEAD-2015-5". In Prod the list is returning NaN ( Not a Number ) for each project
id. I.E. "LEAD-2015-NaN"
The list is in Standard View when I edit the web part/page.
Any help is much appreciated. As a developer I despise SharePoint, but I have to do what I have to do! :)

Hello,
If you are trying to get max item id from list then it returns "NaN" if there is no item. If you have items in prod list then open your form in IP designer and check the data connection. Make sure that all data connection links are referring to
prod links.
Also make sure that user is having at least read permission to that list to access data so verify this also.
Let us know your result
Hemendra:Yesterday is just a memory,Tomorrow we may never see<br/> Please remember to mark the replies as answers if they help and unmark them if they provide no help

Similar Messages

  • SharePoint Calendar "List does not exist " when new item

    Hello Everybody,
    The scenario is as follows:
    I added a new list called "Calendar" and I created a new view to put it in a subsite. Then I did the following process in SPD:
    After creating the list I went to the "Web Part" and exported it as a file, then I inserted into SharePoint as a web part.
    Everything was ok so far. When I tried to add an event / Item to the calendar,  it displays a message that says the list does not exist.
    ***************ERROR:
     List does not exist.
    The page you selected contains a list that does not exist.  It may have been deleted by another user.<nativehr>0x81020026</nativehr><nativestack></nativestack>
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.Runtime.InteropServices.COMException: List does not exist.
    The page you selected contains a list that does not exist.  It may have been deleted by another user.<nativehr>0x81020026</nativehr><nativestack></nativestack>
    This happend because i'm trying to add this web part in another subsite.
     Thanks in advance.

    Hi,
    This issue is due to that the WebId property in the exported web part file is not referring to the web where the list exists.
    I recommend to edit the exported file and then search for “WebId”, and then change the value to the GUID of the web where the list exists.
    To get the GUID of the web, use this command: Get-SPWeb -site http://yoursitecollectionURL | select URL,ID.
    Thanks,
    Victoria
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Victoria Xia
    TechNet Community Support

  • List Does not Exist (only on mac)

    So I've tried trouble shooting this through any permissions and I've narrowed it down to one thing. Mac... I've tested (internally) creating events and creating tasks and what not on a PC and it works fine for the user. I have then tested the same user
    on multiple macs and have not been able to create tasks and calendars I keep getting this error message "List does not exist. The page you selected contains
    a list that does not exist. It may have been deleted by another user." But the only "solution" I've seen has been links to this blog... http://blogs.msdn.com/b/opal/archive/2010/11/13/sharepoint-2010-on-a-mac-with-office-for-mac-2011.aspx which...
    *spoiler alert* doesn't solve anything, it merely states the features you can and cannot do on a mac. So I'm open to suggestions. Also I've tested in Chrome and Safari and the same issue happens.

    Since no one answered this and I found the issue I will post it here. First, when trying to login to the <server name>:<port number>/<site name> it wasn't working for macs. I opened the port number on my modem/router and it started working.
    The issue where you get the list does not exist is when you use the server's internal IP address. It goes to the site like normal but for whatever reason doesn't let you use it properly. So to reiterate make sure you have opened the port that your connecting
    your sharepoint site to, and make sure your using the actual name of the server not its IP address.

  • Workflow 2013: List does not exist error

    Hello everyone,
    I am creating a SharePoint Designer 2013 workflow and I encountered an error which suspends
    my workflow. I've noticed that it only occures when I reference a lookup column to another list. The error details that I get from the browser are:
    RequestorId: a85c9496-5e1c-cb59-0000-000000000000. Details: RequestorId: a85c9496-5e1c-cb59-0000-000000000000. Details: An unhandled exception occurred during the execution of the workflow instance. Exception details: System.ApplicationException: HTTP 404 {"error":{"code":"-2130575322, Microsoft.SharePoint.SPException","message":{"lang":"en-US","value":"List does not exist.\u000a\u000aThe page you selected contains a list that does not exist. It may have been deleted by another user."},"innererror":{"message":"List does not exist.\u000a\u000aThe page you selected contains a list that does not exist. It may have been deleted by another user.","type":"Microsoft.SharePoint.SPException","stacktrace":" at Microsoft.SharePoint.SPGlobal.HandleComException(COMException comEx)\u000d\u000a at Microsoft.SharePoint.Library.SPRequest.GetListsWithCallback(String bstrUrl, Guid foreignWebId, String bstrListInternalName, Int32 dwBaseType, Int32 dwBaseTypeAlt, Int32 dwServerTemplate, UInt32 dwGetListFlags, UInt32 dwListFilterFlags, Boolean bPrefetchMetaData, Boolean bSecurityTrimmed, Boolean bGetSecurityData, Boolean bPrefetchRelatedFields, ISP2DSafeArrayWriter p2DWriter, Int32& plRecycleBinCount)\u000d\u000a at Microsoft.SharePoint.SPListCollection.EnsureListsData(Guid webId, String strListName)\u000d\u000a at Microsoft.SharePoint.SPListCollection.ItemByInternalName(String strInternalName, Boolean bThrowException)\u000d\u000a at Microsoft.SharePoint.SPListCollection.GetList(Guid uniqueId, Boolean fetchMetadata)\u000d\u000a at Microsoft.SharePoint.SPListCollection.GetById(Guid uniqueId)\u000d\u000a at Microsoft.SharePoint.ServerStub.SPListCollectionServerStub.InvokeMethod(Object target, String methodName, ClientValueCollection xmlargs, ProxyContext proxyContext, Boolean& isVoid)\u000d\u000a at Microsoft.SharePoint.Client.ServerStub.InvokeMethodWithMonitoredScope(Object target, String methodName, ClientValueCollection args, ProxyContext proxyContext, Boolean& isVoid)\u000d\u000a at Microsoft.SharePoint.Client.Rest.RestRequestProcessor.InvokeMethod(Boolean mainRequestPath, Object value, ServerStub serverProxy, EdmParserNode node, Boolean resourceEndpoint, MethodInformation methodInfo, Boolean isExtensionMethod, Boolean isIndexerMethod)\u000d\u000a at Microsoft.SharePoint.Client.Rest.RestRequestProcessor.GetObjectFromPathMember(Boolean mainRequestPath, String path, Object value, EdmParserNode node, Boolean resourceEndpoint, MethodInformation& methodInfo)\u000d\u000a at Microsoft.SharePoint.Client.Rest.RestRequestProcessor.GetObjectFromPath(Boolean mainRequestPath, String path, String pathForErrorMessage)\u000d\u000a at Microsoft.SharePoint.Client.Rest.RestRequestProcessor.Process()\u000d\u000a at Microsoft.SharePoint.Client.Rest.RestRequestProcessor.ProcessRequest()\u000d\u000a at Microsoft.SharePoint.Client.Rest.RestService.ProcessQuery(Stream inputStream, IList`1 pendingDisposableContainer)","internalexception":{"message":"List does not exist.\u000a\u000aThe page you selected contains a list that does not exist. It may have been deleted by another user.<nativehr>0x81020026<\/nativehr><nativestack><\/nativestack>","type":"System.Runtime.InteropServices.COMException","stacktrace":" at Microsoft.SharePoint.Library.SPRequestInternalClass.GetListsWithCallback(String bstrUrl, Guid foreignWebId, String bstrListInternalName, Int32 dwBaseType, Int32 dwBaseTypeAlt, Int32 dwServerTemplate, UInt32 dwGetListFlags, UInt32 dwListFilterFlags, Boolean bPrefetchMetaData, Boolean bSecurityTrimmed, Boolean bGetSecurityData, Boolean bPrefetchRelatedFields, ISP2DSafeArrayWriter p2DWriter, Int32& plRecycleBinCount)\u000d\u000a at Microsoft.SharePoint.Library.SPRequest.GetListsWithCallback(String bstrUrl, Guid foreignWebId, String bstrListInternalName, Int32 dwBaseType, Int32 dwBaseTypeAlt, Int32 dwServerTemplate, UInt32 dwGetListFlags, UInt32 dwListFilterFlags, Boolean bPrefetchMetaData, Boolean bSecurityTrimmed, Boolean bGetSecurityData, Boolean bPrefetchRelatedFields, ISP2DSafeArrayWriter p2DWriter, Int32& plRecycleBinCount)"}}}} {"Transfer-Encoding":["chunked"],"X-SharePointHealthScore":["0"],"SPClientServiceRequestDuration":["16"],"SPRequestGuid":["a85c9496-5e1c-cb59-926d-c42a33d8ba0a"],"request-id":["a85c9496-5e1c-cb59-926d-c42a33d8ba0a"],"X-FRAME-OPTIONS":["SAMEORIGIN"],"MicrosoftSharePointTeamServices":["15.0.0.4420"],"X-Content-Type-Options":["nosniff"],"X-MS-InvokeApp":["1; RequireReadOnly"],"Cache-Control":["max-age=0, private"],"Date":["Fri, 14 Feb 2014 07:34:01 GMT"],"Server":["Microsoft-IIS\/8.0"],"X-AspNet-Version":["4.0.30319"],"X-Powered-By":["ASP.NET"]} at Microsoft.Activities.Hosting.Runtime.Subroutine.SubroutineChild.Execute(CodeActivityContext context) at System.Activities.CodeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager) at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager bookmarkManager, Location resultLocation)
    I have "Workflow Manager 1.0" and "Workflow
    Manager 1.0 Cumulative Update" installed on my system. Workflow is installed on the same machine that is part of my Sharepoint Server farm.

    Hello again,
    The main error before workflow goes into suspend state is:
    Leaving Monitored Scope (Request (GET:http://portaldev:4949/sites/ahmetc/_vti_bin/client.svc/web/lists/getbyid(guid'00000000-0000-0000-0000-000000000000')/Items(12)?%24select=ID%2COData__x00c7_al_x0131__x015f_anId%2COData__x00c7_al_x0131__x015f_an%2FTitle&%24expand=OData__x00c7_al_x0131__x015f_an)). Execution Time=199,534018988447
    The guid part returns zero. I don't know why or how.
    Other logs that can be helpful are:
    ...edScope(Object target, String methodName, ClientValueCollection args, ProxyContext proxyContext, Boolean& isVoid) at Microsoft.SharePoint.Client.Rest.RestRequestProcessor.InvokeMethod(Boolean mainRequestPath, Object value, ServerStub serverProxy, EdmParserNode node, Boolean resourceEndpoint, MethodInformation methodInfo, Boolean isExtensionMethod, Boolean isIndexerMethod) at Microsoft.SharePoint.Client.Rest.RestRequestProcessor.GetObjectFromPathMember(Boolean mainRequestPath, String path, Object value, EdmParserNode node, Boolean resourceEndpoint, MethodInformation& methodInfo) at Microsoft.SharePoint.Client.Rest.RestRequestProcessor.GetObjectFromPath(Boolean mainRequestPath, String path, String pathForErrorMessage) at Microsoft.SharePoint.Client.Rest.RestRequestProcessor.P...
    ...ter, Int32& plRecycleBinCount) at Microsoft.SharePoint.Library.SPRequest.GetListsWithCallback(String bstrUrl, Guid foreignWebId, String bstrListInternalName, Int32 dwBaseType, Int32 dwBaseTypeAlt, Int32 dwServerTemplate, UInt32 dwGetListFlags, UInt32 dwListFilterFlags, Boolean bPrefetchMetaData, Boolean bSecurityTrimmed, Boolean bGetSecurityData, Boolean bPrefetchRelatedFields, ISP2DSafeArrayWriter p2DWriter, Int32& plRecycleBinCount) --- End of inner exception stack trace --- at Microsoft.SharePoint.SPGlobal.HandleComException(COMException comEx) at Microsoft.SharePoint.Library.SPRequest.GetListsWithCallback(String bstrUrl, Guid foreignWebId, String bstrListInternalName, Int32 dwBaseType, Int32 dwBaseTypeAlt, Int32 dwServerTemplate, UInt32 dwGetListFlags, UInt32 dwListFilt...
    SocialRESTExceptionProcessingHandler.DoServerExceptionProcessing - SharePoint Server Exception [Microsoft.SharePoint.SPException: List does not exist. The page you selected contains a list that does not exist. It may have been deleted by another user. ---> System.Runtime.InteropServices.COMException: List does not exist. The page you selected contains a list that does not exist. It may have been deleted by another user.<nativehr>0x81020026</nativehr><nativestack></nativestack> at Microsoft.SharePoint.Library.SPRequestInternalClass.GetListsWithCallback(String bstrUrl, Guid foreignWebId, String bstrListInternalName, Int32 dwBaseType, Int32 dwBaseTypeAlt, Int32 dwServerTemplate, UInt32 dwGetListFlags, UInt32 dwListFilterFlags, Boolean bPrefetchMetaData, Boolean bSecurityTrimmed, Boole...
    Original error: Microsoft.SharePoint.SPException: List does not exist. The page you selected contains a list that does not exist. It may have been deleted by another user. ---> System.Runtime.InteropServices.COMException: List does not exist. The page you selected contains a list that does not exist. It may have been deleted by another user.<nativehr>0x81020026</nativehr><nativestack></nativestack> at Microsoft.SharePoint.Library.SPRequestInternalClass.GetListsWithCallback(String bstrUrl, Guid foreignWebId, String bstrListInternalName, Int32 dwBaseType, Int32 dwBaseTypeAlt, Int32 dwServerTemplate, UInt32 dwGetListFlags, UInt32 dwListFilterFlags, Boolean bPrefetchMetaData, Boolean bSecurityTrimmed, Boolean bGetSecurityData, Boolean bPrefetchRelatedFields, ISP2DSafeArrayWriter p2DWri...

  • SP2013: List does not exist / The page you selected contains a list that does not exist. It may have been deleted by another user

    There are dozens of entries regarding "
    List does not exist / The page you selected
    contains a list that does not exist. It may have been deleted by another user" and none of them are really SP 2013 so i thought I would create this entry. 
    I am getting the error above after creating a simple list with 4 columns.  the list is created during a new site definition activation but when I click on my list, I get the error above.  the list works if I deactivate the feature and re-activate
    it.  but has the error whenever the new site definition is created.  
    Has anybody encountered this issue on SP 2013?

    Hi,
    For your issue, there are plenty of possible reasons offered when we search this issue online.
    Here are similar issue posts, check whether they are helpful:
    http://sharepoint.stackexchange.com/questions/98239/list-does-not-exist-error-when-opening-the-views
    http://sharepoint2u.com/?p=56https://shareyourpoint.wordpress.com/2012/04/12/list-does-not-exist-the-page-you-selected-contains-a-list-that-does-not-exist-it-may-have-been-deleted-by-another-user-sharepoint-2010-error/
    http://spnovice.blogspot.com/2012/10/list-does-not-exist-or-does-it.html
    Best Regards,
    Lisa Chen
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Lisa Chen
    TechNet Community Support

  • SocialListNotFound : The Social list does not exist in your personal site.

    In SharePoint 2013; when a person try to follow a document which is located the SkyDrive Pro of another person it pop up erros message shows as below.
    Something went wrong
    Sorry, we couldn't follow the document.
    TECHNICAL DETAILS
    SocialListNotFound : The Social list does not exist in your personal site.
    Can anyone help on this... 

    Hello all,
    I have the exact same issue.
    When a user tries to follow some document or site, the same error occurs. When I look at the personal site of the user, the "Social" list is missing.
    When I have another user do the same thing, it works! The Social list for that user is there.
    The difference between the 2 users:
    The user where the issue occurs => mysite has been upgraded from SharePoint 2010
    The user where the issue doesn't occur => mysite has been created after the upgrade to SharePoint 2013.
    So, I tried to delete the mysite of the user who had the issue and let him recreate it by visiting the MySite host and now it works!
    The thing is... I have 100 users having the same issue and a lot of them are actually using their mysite, so deleting those mysites is not really an option.
    I have 2 questions:
    1. why is that "Social" list not created when mysites are upgraded from SharePoint 2010?
    2. Can I trigger some process which fixes this for existing sites?
    Thanks,
    Bart

  • Custom Web Template fails, List does not exist

    Can somebody help me with this?
    After I patched the SharePoint 2013 SP 1 to the April 2014 CU I've been getting this error.
    When I apply a custom template I keep getting the error:
    "Exception calling ApplyWebTemplate with 1 argument: List does not exist. The page you selected contains a list that does not exist. It may have been deleted by another user."
    When I check the logs I found this:
    "05/15/2014 11:04:31.83 PowerShell_ISE.exe (0x285C)
    0x1A2C SharePoint Foundation
    Feature Infrastructure 889w
    High The element of type 'ListInstance' for feature 'test5ListInstances' (id: 2acac41f-5723-4e3e-985f-35620a5696fc) threw an exception during activation: List does not exist.  The page you selected contains a
    list that does not exist.  It may have been deleted by another user.
    01b11c40-f800-0000-e439-4b6b816fcf01"
    And this:
    05/15/2014 11:54:56.07 PowerShell_ISE.exe (0x1E1C)
    0x1DF8 SharePoint Foundation
    General aix9j
    High SPRequest.GetMetadataForUrl: UserPrincipalName=i:0).w|s-1-5-21-3659363940-654044839-132917978-4964, AppPrincipalName= ,bstrUrl=http://portal.domain.com/customer/testerror1/Lists/TaxonomyHiddenList ,METADATAFLAGS=59
    01b11c50-f800-0002-c532-4b6b816fcf01
    Here are the full logs:
    pastebin.com/vnHerVAw and another one: pastebin.com/RVg3kD5P

    I've been going through the logs and its giving me this:
    05/15/2014 11:54:56.07 PowerShell_ISE.exe (0x1E1C)
    0x1DF8 SharePoint Foundation
    General aix9j
    High SPRequest.GetMetadataForUrl: UserPrincipalName=i:0).w|s-1-5-21-3659363940-654044839-132917978-4964, AppPrincipalName= ,bstrUrl=http://portal.domain.com/customer/testerror1/Lists/TaxonomyHiddenList ,METADATAFLAGS=59
    01b11c50-f800-0002-c532-4b6b816fcf01
    But I only created a teamsite with some libraries without anything extra so I don't know why its giving me that..
    **Ends up beeing a permission issue, still having the other errors with list not found :S

  • List View webpart from subsite to Top site shows random error "List Does not exist"

    Hi All,
    We have a list in subsite and we are creating a view for that list which we are showing in one of the top site home page. We have taken care of changing the web and list guid of list view webpart when we added on top site. Its working fine but some time
    shows error "list does not exist" but when we refresh the error goes. Is it known issue or if there is any workaround for this? because we cannot go live with this random error.
    Rohit Pasrija

    try these links:
    http://mroffice365.com/2012/01/sharepoint-display-a-list-or-library-from-subsite-to-the-top-level-site/
    http://sharepoint.stackexchange.com/questions/37140/display-list-or-library-on-another-site-as-webpart

  • Database could not be opened. May be caused because database does not exist or lack of authentication to open the database.

    Hello,
    I've been running the DMV 'sys.event_log', and have noticed that I am getting a lot of errors about connection issues to some of my SQL Azure databases saying "Database could not be opened. May be caused because database does not exist or lack of authentication
    to open the database."
    The event type column says: 'connection_failed' and the event_subtype_desc column says: 'failed_to_open_db' both are associated with the above error message.
    I know that these databases are on-line as I have numerous people connected to them, all of whom are not experiencing any issues.  My question is, is there a query that you can run on SQL Azure to try and find out a bit more information about the connection
    attempts?
    If this was a hosted SQL solution it would be much easier.
    Marcus

    Hello,
    As for Windows Azure SQL Database, we can't access the error log file as On-premise SQL Server. Currently, it is only support troubleshooting the connection error with the following DMV. The SQL database connections events are collected and aggregated in
    two catalog views that reside in the logical master database: sys.database_connection_stats and sys.event_log. We can use sys.event_log view to display the details if there is error occurs.
    Just as  the connection failed describe, it may ocurrs when user didnot has login permission when connect to the SQL Database. If so, please verify the user has logon permission.
    Regards,
    Fanny Liu
    Fanny Liu
    TechNet Community Support

  • "List does not exist" error in a sub-site (ListViewWebPart )

    Hi all,
    I have a site collection, with several lists/libraries in the root site. I wanted to display the list in sub-sites, using the List View Tool / Save webpart (in SharePoint designer) to save the
    XsltListViewWebPart to the site gallery and adding it to publishing pages in my sub-site. Sometimes it works fine, but sometime I get the error: "List does not exist. The page you selected contains a list that does not exist. It may have been deleted
    by another user."
    When I refresh the page (F5), the error disappears and the page displays well. It seems that only contributors to the list/library have the issue.
    Any workaround?
    Thanks in advance.

     
    Hello,
    The error occurs only for users who have "Contribute" access to the lists. Sometimes everything is working well and sometimes the error occurs (not always) and a simple refresh of the page make
    it disappear. There is no specific permissions on lists items: contributors have rights on the whole list.
    Another point: this error occurs only on “Publishing pages”, not on “site pages”. I assume then that it is linked with the publishing feature.
    Hope this clarifies?
    Regards,
    Cpo

  • List does not exist . The page you selected contains a list that does not exists. It may have been deleted by another user

    Hi everybody!
    I have a sharepoint 2013 farm with 5 sever. I upgraded a site from sharepoint 
    2007 to sharepoint 2013. I had some problems to install and configure workflow manager and register it. but by now I found problems and I can create a workflow and run it successfully. My big problem is when I try to get a lookup field in my flow. the
    flow suspended and I got the following error:
    “List does not exist . The page you selected contains a list that does not exists. It may have been deleted by another user.”
    Any solution???
    Thanks in advance!

    Hi,
    Please make sure the source list of the lookup column and the list which consumes the content from the lookup column exists on the site collection.
    In addition, to correct this problem the following steps should be applied:
    Delete the affected Workflow association
    Go to "Central Administration" - "Application Management"
    Select the affected web application and choose "General Settings" - "Resource Throttling"
    Increase the value configured as "List View Lookup Threshold"
    Perform an iisreset to ensure that all in memory instances of the web application settings are gone
    Add the Workflow association back to the list
    More information is here:
    http://social.technet.microsoft.com/Forums/en-US/3aeeba20-07dd-4e46-941b-a3db1bb3577e/sharepoint-2013-designer-workflow-the-page-you-selected-contains-a-list-that-does-not-exist?forum=sharepointcustomization
    Best Regards
    Dennis Guo
    TechNet Community Support

  • "List does not exist" error using cfsharepoint

    I am trying to retrieve the contents of a SharePoint list via the cfsharepoint tag. I used the following code:
    <cfset p = structNew()>
    <cfset p.listName = "{7A81F7A3-B6E9-4990-B54A-937F591A402B}">
    <cfsharepoint
         action="getlist"
         params="#p#"
         domain="www.mysite.com"
         name ="SPList"
         password="mypassword"
         userName="myusername" />
    The server returns
    Cannot perform web service invocation getlist.
    The fault returned when invoking the web service operation is:
    AxisFault
    faultCode: {http://www.w3.org/2003/05/soap-envelope}Receiver
    faultSubcode:
    faultString: Exception of type 'Microsoft.SharePoint.SoapServer.SoapServerException' was thrown.
    faultActor:
    faultNode:
    faultDetail:
        {http://schemas.microsoft.com/sharepoint/soap/}errorstring:
        List does not exist.
        The page you selected contains a list that does not exist.  It may have been deleted by another user.
        {http://schemas.microsoft.com/sharepoint/soap/}errorcode:0x82000006
    The list does exist, and the user account has access to it. I can access the list data from an RSS feed using cfhttp, I just thought it might be easier to work with the data if I accessed it using cfsharepoint instead. Any suggestions are appreciated.
    (On a side note, when I searched the Adobe Forums for "SharePoint getlist" it asked me if I meant to search for "harpoon gels." Harpoon gels!)

    I didn't know that about wget - interesting!
    I don't think there are any user-specific settings for Basic vs NTLM Auth, though. I suspect there's some other setting in SharePoint to control this. Unfortunately, SharePoint isn't a typical IIS web app.
    I'm glad I could help!
    Dave Watts, CTO, Fig Leaf Software
    http://www.figleaf.com/
    http://training.figleaf.com/
    Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
    GSA Schedule, and provides the highest caliber vendor-authorized
    instruction at our training centers, online, or onsite.

  • List View webpart throws "list does not exist" although everything is correct

    Hi,
    I'm experiencing a very strange issue. I've already made some research but no one seems to give a clear answer.
    Scenario :
    Site A (Root site collection)
    -- Site B (Sub site of Site A)
    Site B has a publishing page containing a single List View Web part displaying data from a list of Site A.
    The LVWP (XsltListViewWebPart) correctly works and displays the content of the list. But at the moment that the application pool is recycled, the very first hit on the page will result in an error page :
    "List does not exist.
    The page you selected contains a list that does not exist. It may have been deleted by another user."
    Doing a simple refresh (F5) of the page displays the page correctly and the error will never come again.
    The issue is totally reproducible by performing a recycle of the application pool.
    Properties of the webpart are correctly filled as well, ListName, WebID and ListID.
    Do you have any ideas why is this bahaving like that ?
    Thank you,
    Wes

    Hi Kevin,
    Thanks for the reply. The site is running under HTTP. I did check the HTTP Handler and the permissions are alright.
    Also, the web application is setup with NTLM. The Object Cache SuperUser & Reader are setup in the User Policy. 
    Here's the ULS of the error :
    12/03/2012 15:17:20.50 w3wp.exe (0x1DC4) 0x136C SharePoint Foundation Database tzku Verbose ConnectionString: 'Data Source=sp-ncsa-sp2b;Initial Catalog=Content-NCSA-sp2b-01;Integrated Security=True;Enlist=False;Asynchronous Processing=False;Connect Timeout=15' ConnectionState: Closed ConnectionTimeout: 15 f43e1c9c-0c88-4707-a143-4c47a1ac8aac
    12/03/2012 15:17:20.50 w3wp.exe (0x1DC4) 0x136C SharePoint Foundation General 8kh7 High List does not exist. The page you selected contains a list that does not exist. It may have been deleted by another user. f43e1c9c-0c88-4707-a143-4c47a1ac8aac
    12/03/2012 15:17:20.57 w3wp.exe (0x1DC4) 0x136C SharePoint Foundation General 8kh7 High Stack trace: onetutil.dll: (unresolved symbol, module offset=00000000000A2551) at 0x000007FEF0732551 onetutil.dll: (unresolved symbol, module offset=00000000000A3711) at 0x000007FEF0733711 owssvr.dll: (unresolved symbol, module offset=0000000000009212) at 0x000007FEE9639212 owssvr.dll: (unresolved symbol, module offset=000000000009E0F5) at 0x000007FEE96CE0F5 mscorwks.dll: (unresolved symbol, module offset=00000000002BE497) at 0x000007FEF3C7E497 Microsoft.SharePoint.Library.ni.dll: (unresolved symbol, module offset=00000000000DA6DE) at 0x000007FEEB40A6DE Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001AB1693) at 0x000007FEED021693 Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001C3E68D) at 0x000007FEED1AE68D Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001C3E196) at 0x000007FEED1AE196 Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001C4104C) at 0x000007FEED1B104C Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001F48E2B) at 0x000007FEED4B8E2B Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001F481DB) at 0x000007FEED4B81DB Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001FF8835) at 0x000007FEED568835 Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001F30D2F) at 0x000007FEED4A0D2F Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001FF87DD) at 0x000007FEED5687DD Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=00000000028067A8) at 0x000007FEEDD767A8 System.Web.ni.dll: (unresolved symbol, module offset=00000000002A1914) at 0x000007FEEA731914 System.Web.ni.dll: (unresolved symbol, module offset=00000000002A06DD) at 0x000007FEEA7306DD System.Web.ni.dll: (unresolved symbol, module offset=00000000002A0780) at 0x000007FEEA730780 System.Web.ni.dll: (unresolved symbol, module offset=00000000002A0780) at 0x000007FEEA730780 System.Web.ni.dll: (unresolved symbol, module offset=00000000002A0780) at 0x000007FEEA730780 Syste f43e1c9c-0c88-4707-a143-4c47a1ac8aac
    12/03/2012 15:17:20.57 w3wp.exe (0x1DC4) 0x136C SharePoint Foundation Fields e8gd High Exception thrown while fetching field by internal name 'Attachments' Microsoft.SharePoint.SPException: List does not exist. The page you selected contains a list that does not exist. It may have been deleted by another user. ---> System.Runtime.InteropServices.COMException (0x81020026): List does not exist. The page you selected contains a list that does not exist. It may have been deleted by another user. at Microsoft.SharePoint.Library.SPRequestInternalClass.GetFieldsSchemaXml(String bstrUrl, String bstrListName, ISP2DSafeArrayWriter p2DWKProps, ISP1DSafeArrayWriter p1DFullXML) at Microsoft.SharePoint.Library.SPRequest.GetFieldsSchemaXml(String bstrUrl, String bstrListName, ISP2DSafeArrayWriter p2DWKProps, ISP1DSafeArrayWriter p1DFullXML) --- End of inner exception stack trace --- at Microsoft.SharePoint.SPGlobal.HandleComException(COMException comEx) at Microsoft.SharePoint.Library.SPRequest.GetFieldsSchemaXml(String bstrUrl, String bstrListName, ISP2DSafeArrayWriter p2DWKProps, ISP1DSafeArrayWriter p1DFullXML) at Microsoft.SharePoint.SPFieldCollection.EnsureFieldsSafeArray(Boolean bGetFullXML) at Microsoft.SharePoint.SPFieldCollection.get_InternalNameDict() at Microsoft.SharePoint.SPFieldCollection.GetFieldByInternalName(String strName, Boolean bThrowException) f43e1c9c-0c88-4707-a143-4c47a1ac8aac
    12/03/2012 15:17:20.57 w3wp.exe (0x1DC4) 0x136C SharePoint Foundation Database tkeb Verbose Setting database session for {705cbd18-2316-417b-aea8-525c0191368e}. f43e1c9c-0c88-4707-a143-4c47a1ac8aac
    12/03/2012 15:17:20.57 w3wp.exe (0x1DC4) 0x136C SharePoint Foundation Database tzku Verbose ConnectionString: 'Data Source=sp-ncsa-sp2b;Initial Catalog=Content-NCSA-sp2b-01;Integrated Security=True;Enlist=False;Asynchronous Processing=False;Connect Timeout=15' ConnectionState: Closed ConnectionTimeout: 15 f43e1c9c-0c88-4707-a143-4c47a1ac8aac
    12/03/2012 15:17:20.57 w3wp.exe (0x1DC4) 0x136C SharePoint Foundation General 8kh7 High List does not exist. The page you selected contains a list that does not exist. It may have been deleted by another user. f43e1c9c-0c88-4707-a143-4c47a1ac8aac
    12/03/2012 15:17:20.57 w3wp.exe (0x1DC4) 0x136C SharePoint Foundation General 8kh7 High Stack trace: onetutil.dll: (unresolved symbol, module offset=00000000000A2551) at 0x000007FEF0732551 onetutil.dll: (unresolved symbol, module offset=00000000000A3711) at 0x000007FEF0733711 owssvr.dll: (unresolved symbol, module offset=0000000000009212) at 0x000007FEE9639212 owssvr.dll: (unresolved symbol, module offset=000000000009E0F5) at 0x000007FEE96CE0F5 mscorwks.dll: (unresolved symbol, module offset=00000000002BE497) at 0x000007FEF3C7E497 Microsoft.SharePoint.Library.ni.dll: (unresolved symbol, module offset=00000000000DA6DE) at 0x000007FEEB40A6DE Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001AB1693) at 0x000007FEED021693 Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001C3E68D) at 0x000007FEED1AE68D Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001C3E196) at 0x000007FEED1AE196 Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001C4104C) at 0x000007FEED1B104C Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001F48E2B) at 0x000007FEED4B8E2B Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001F481DB) at 0x000007FEED4B81DB Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001FF8835) at 0x000007FEED568835 Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001F30D2F) at 0x000007FEED4A0D2F Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001FF87DD) at 0x000007FEED5687DD Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=00000000028067A8) at 0x000007FEEDD767A8 System.Web.ni.dll: (unresolved symbol, module offset=00000000002A1914) at 0x000007FEEA731914 System.Web.ni.dll: (unresolved symbol, module offset=00000000002A06DD) at 0x000007FEEA7306DD System.Web.ni.dll: (unresolved symbol, module offset=00000000002A0780) at 0x000007FEEA730780 System.Web.ni.dll: (unresolved symbol, module offset=00000000002A0780) at 0x000007FEEA730780 System.Web.ni.dll: (unresolved symbol, module offset=00000000002A0780) at 0x000007FEEA730780 Syste f43e1c9c-0c88-4707-a143-4c47a1ac8aac
    12/03/2012 15:17:20.57 w3wp.exe (0x1DC4) 0x136C SharePoint Foundation Fields e8gd High Exception thrown while fetching field by internal name 'LinkTitle' Microsoft.SharePoint.SPException: List does not exist. The page you selected contains a list that does not exist. It may have been deleted by another user. ---> System.Runtime.InteropServices.COMException (0x81020026): List does not exist. The page you selected contains a list that does not exist. It may have been deleted by another user. at Microsoft.SharePoint.Library.SPRequestInternalClass.GetFieldsSchemaXml(String bstrUrl, String bstrListName, ISP2DSafeArrayWriter p2DWKProps, ISP1DSafeArrayWriter p1DFullXML) at Microsoft.SharePoint.Library.SPRequest.GetFieldsSchemaXml(String bstrUrl, String bstrListName, ISP2DSafeArrayWriter p2DWKProps, ISP1DSafeArrayWriter p1DFullXML) --- End of inner exception stack trace --- at Microsoft.SharePoint.SPGlobal.HandleComException(COMException comEx) at Microsoft.SharePoint.Library.SPRequest.GetFieldsSchemaXml(String bstrUrl, String bstrListName, ISP2DSafeArrayWriter p2DWKProps, ISP1DSafeArrayWriter p1DFullXML) at Microsoft.SharePoint.SPFieldCollection.EnsureFieldsSafeArray(Boolean bGetFullXML) at Microsoft.SharePoint.SPFieldCollection.get_InternalNameDict() at Microsoft.SharePoint.SPFieldCollection.GetFieldByInternalName(String strName, Boolean bThrowException) f43e1c9c-0c88-4707-a143-4c47a1ac8aac
    12/03/2012 15:17:20.57 w3wp.exe (0x1DC4) 0x136C SharePoint Foundation Database tkeb Verbose Setting database session for {705cbd18-2316-417b-aea8-525c0191368e}. f43e1c9c-0c88-4707-a143-4c47a1ac8aac
    12/03/2012 15:17:20.57 w3wp.exe (0x1DC4) 0x136C SharePoint Foundation Database tzku Verbose ConnectionString: 'Data Source=sp-ncsa-sp2b;Initial Catalog=Content-NCSA-sp2b-01;Integrated Security=True;Enlist=False;Asynchronous Processing=False;Connect Timeout=15' ConnectionState: Closed ConnectionTimeout: 15 f43e1c9c-0c88-4707-a143-4c47a1ac8aac
    12/03/2012 15:17:20.58 w3wp.exe (0x1DC4) 0x136C SharePoint Foundation General 8kh7 High List does not exist. The page you selected contains a list that does not exist. It may have been deleted by another user. f43e1c9c-0c88-4707-a143-4c47a1ac8aac
    12/03/2012 15:17:20.58 w3wp.exe (0x1DC4) 0x136C SharePoint Foundation General 8kh7 High Stack trace: onetutil.dll: (unresolved symbol, module offset=00000000000A2551) at 0x000007FEF0732551 onetutil.dll: (unresolved symbol, module offset=00000000000A3711) at 0x000007FEF0733711 owssvr.dll: (unresolved symbol, module offset=0000000000009212) at 0x000007FEE9639212 owssvr.dll: (unresolved symbol, module offset=000000000009E0F5) at 0x000007FEE96CE0F5 mscorwks.dll: (unresolved symbol, module offset=00000000002BE497) at 0x000007FEF3C7E497 Microsoft.SharePoint.Library.ni.dll: (unresolved symbol, module offset=00000000000DA6DE) at 0x000007FEEB40A6DE Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001AB1693) at 0x000007FEED021693 Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001C3E68D) at 0x000007FEED1AE68D Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001C3E196) at 0x000007FEED1AE196 Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001C4104C) at 0x000007FEED1B104C Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001F48E2B) at 0x000007FEED4B8E2B Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001F481DB) at 0x000007FEED4B81DB Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001FF8835) at 0x000007FEED568835 Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001F30D2F) at 0x000007FEED4A0D2F Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001FF87DD) at 0x000007FEED5687DD Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=00000000028067A8) at 0x000007FEEDD767A8 System.Web.ni.dll: (unresolved symbol, module offset=00000000002A1914) at 0x000007FEEA731914 System.Web.ni.dll: (unresolved symbol, module offset=00000000002A06DD) at 0x000007FEEA7306DD System.Web.ni.dll: (unresolved symbol, module offset=00000000002A0780) at 0x000007FEEA730780 System.Web.ni.dll: (unresolved symbol, module offset=00000000002A0780) at 0x000007FEEA730780 System.Web.ni.dll: (unresolved symbol, module offset=00000000002A0780) at 0x000007FEEA730780 Syste f43e1c9c-0c88-4707-a143-4c47a1ac8aac
    12/03/2012 15:17:20.58 w3wp.exe (0x1DC4) 0x136C SharePoint Foundation Fields e8gd High Exception thrown while fetching field by internal name 'Description' Microsoft.SharePoint.SPException: List does not exist. The page you selected contains a list that does not exist. It may have been deleted by another user. ---> System.Runtime.InteropServices.COMException (0x81020026): List does not exist. The page you selected contains a list that does not exist. It may have been deleted by another user. at Microsoft.SharePoint.Library.SPRequestInternalClass.GetFieldsSchemaXml(String bstrUrl, String bstrListName, ISP2DSafeArrayWriter p2DWKProps, ISP1DSafeArrayWriter p1DFullXML) at Microsoft.SharePoint.Library.SPRequest.GetFieldsSchemaXml(String bstrUrl, String bstrListName, ISP2DSafeArrayWriter p2DWKProps, ISP1DSafeArrayWriter p1DFullXML) --- End of inner exception stack trace --- at Microsoft.SharePoint.SPGlobal.HandleComException(COMException comEx) at Microsoft.SharePoint.Library.SPRequest.GetFieldsSchemaXml(String bstrUrl, String bstrListName, ISP2DSafeArrayWriter p2DWKProps, ISP1DSafeArrayWriter p1DFullXML) at Microsoft.SharePoint.SPFieldCollection.EnsureFieldsSafeArray(Boolean bGetFullXML) at Microsoft.SharePoint.SPFieldCollection.get_InternalNameDict() at Microsoft.SharePoint.SPFieldCollection.GetFieldByInternalName(String strName, Boolean bThrowException) f43e1c9c-0c88-4707-a143-4c47a1ac8aac
    12/03/2012 15:17:20.58 w3wp.exe (0x1DC4) 0x136C SharePoint Foundation Database tkeb Verbose Setting database session for {705cbd18-2316-417b-aea8-525c0191368e}. f43e1c9c-0c88-4707-a143-4c47a1ac8aac
    12/03/2012 15:17:20.58 w3wp.exe (0x1DC4) 0x136C SharePoint Foundation Database tzku Verbose ConnectionString: 'Data Source=sp-ncsa-sp2b;Initial Catalog=Content-NCSA-sp2b-01;Integrated Security=True;Enlist=False;Asynchronous Processing=False;Connect Timeout=15' ConnectionState: Closed ConnectionTimeout: 15 f43e1c9c-0c88-4707-a143-4c47a1ac8aac
    12/03/2012 15:17:20.58 w3wp.exe (0x1DC4) 0x136C SharePoint Foundation General 8kh7 High List does not exist. The page you selected contains a list that does not exist. It may have been deleted by another user. f43e1c9c-0c88-4707-a143-4c47a1ac8aac
    12/03/2012 15:17:20.58 w3wp.exe (0x1DC4) 0x136C SharePoint Foundation General 8kh7 High Stack trace: onetutil.dll: (unresolved symbol, module offset=00000000000A2551) at 0x000007FEF0732551 onetutil.dll: (unresolved symbol, module offset=00000000000A3711) at 0x000007FEF0733711 owssvr.dll: (unresolved symbol, module offset=0000000000009212) at 0x000007FEE9639212 owssvr.dll: (unresolved symbol, module offset=000000000009E0F5) at 0x000007FEE96CE0F5 mscorwks.dll: (unresolved symbol, module offset=00000000002BE497) at 0x000007FEF3C7E497 Microsoft.SharePoint.Library.ni.dll: (unresolved symbol, module offset=00000000000DA6DE) at 0x000007FEEB40A6DE Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001AB1693) at 0x000007FEED021693 Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001C3E68D) at 0x000007FEED1AE68D Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001C3E196) at 0x000007FEED1AE196 Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001C4104C) at 0x000007FEED1B104C Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001F48E2B) at 0x000007FEED4B8E2B Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001F481DB) at 0x000007FEED4B81DB Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001FF8835) at 0x000007FEED568835 Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001F30D2F) at 0x000007FEED4A0D2F Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001FF87DD) at 0x000007FEED5687DD Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=00000000028067A8) at 0x000007FEEDD767A8 System.Web.ni.dll: (unresolved symbol, module offset=00000000002A1914) at 0x000007FEEA731914 System.Web.ni.dll: (unresolved symbol, module offset=00000000002A06DD) at 0x000007FEEA7306DD System.Web.ni.dll: (unresolved symbol, module offset=00000000002A0780) at 0x000007FEEA730780 System.Web.ni.dll: (unresolved symbol, module offset=00000000002A0780) at 0x000007FEEA730780 System.Web.ni.dll: (unresolved symbol, module offset=00000000002A0780) at 0x000007FEEA730780 Syste f43e1c9c-0c88-4707-a143-4c47a1ac8aac
    12/03/2012 15:17:20.58 w3wp.exe (0x1DC4) 0x136C SharePoint Foundation Fields e8gd High Exception thrown while fetching field by internal name 'IT_x002d_Teams' Microsoft.SharePoint.SPException: List does not exist. The page you selected contains a list that does not exist. It may have been deleted by another user. ---> System.Runtime.InteropServices.COMException (0x81020026): List does not exist. The page you selected contains a list that does not exist. It may have been deleted by another user. at Microsoft.SharePoint.Library.SPRequestInternalClass.GetFieldsSchemaXml(String bstrUrl, String bstrListName, ISP2DSafeArrayWriter p2DWKProps, ISP1DSafeArrayWriter p1DFullXML) at Microsoft.SharePoint.Library.SPRequest.GetFieldsSchemaXml(String bstrUrl, String bstrListName, ISP2DSafeArrayWriter p2DWKProps, ISP1DSafeArrayWriter p1DFullXML) --- End of inner exception stack trace --- at Microsoft.SharePoint.SPGlobal.HandleComException(COMException comEx) at Microsoft.SharePoint.Library.SPRequest.GetFieldsSchemaXml(String bstrUrl, String bstrListName, ISP2DSafeArrayWriter p2DWKProps, ISP1DSafeArrayWriter p1DFullXML) at Microsoft.SharePoint.SPFieldCollection.EnsureFieldsSafeArray(Boolean bGetFullXML) at Microsoft.SharePoint.SPFieldCollection.get_InternalNameDict() at Microsoft.SharePoint.SPFieldCollection.GetFieldByInternalName(String strName, Boolean bThrowException) f43e1c9c-0c88-4707-a143-4c47a1ac8aac
    12/03/2012 15:17:20.58 w3wp.exe (0x1DC4) 0x136C SharePoint Foundation Database tkeb Verbose Setting database session for {705cbd18-2316-417b-aea8-525c0191368e}. f43e1c9c-0c88-4707-a143-4c47a1ac8aac
    12/03/2012 15:17:20.58 w3wp.exe (0x1DC4) 0x136C SharePoint Foundation Database tzku Verbose ConnectionString: 'Data Source=sp-ncsa-sp2b;Initial Catalog=Content-NCSA-sp2b-01;Integrated Security=True;Enlist=False;Asynchronous Processing=False;Connect Timeout=15' ConnectionState: Closed ConnectionTimeout: 15 f43e1c9c-0c88-4707-a143-4c47a1ac8aac
    12/03/2012 15:17:20.58 w3wp.exe (0x1DC4) 0x136C SharePoint Foundation General 8kh7 High List does not exist. The page you selected contains a list that does not exist. It may have been deleted by another user. f43e1c9c-0c88-4707-a143-4c47a1ac8aac
    12/03/2012 15:17:20.58 w3wp.exe (0x1DC4) 0x136C SharePoint Foundation General 8kh7 High Stack trace: onetutil.dll: (unresolved symbol, module offset=00000000000A2551) at 0x000007FEF0732551 onetutil.dll: (unresolved symbol, module offset=00000000000A3711) at 0x000007FEF0733711 owssvr.dll: (unresolved symbol, module offset=0000000000009212) at 0x000007FEE9639212 owssvr.dll: (unresolved symbol, module offset=000000000009E0F5) at 0x000007FEE96CE0F5 mscorwks.dll: (unresolved symbol, module offset=00000000002BE497) at 0x000007FEF3C7E497 Microsoft.SharePoint.Library.ni.dll: (unresolved symbol, module offset=00000000000DA6DE) at 0x000007FEEB40A6DE Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001AB1693) at 0x000007FEED021693 Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001C3E68D) at 0x000007FEED1AE68D Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001C3E196) at 0x000007FEED1AE196 Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001C4104C) at 0x000007FEED1B104C Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001F48E2B) at 0x000007FEED4B8E2B Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001F481DB) at 0x000007FEED4B81DB Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001FF8835) at 0x000007FEED568835 Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001F30D2F) at 0x000007FEED4A0D2F Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001FF87DD) at 0x000007FEED5687DD Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=00000000028067A8) at 0x000007FEEDD767A8 System.Web.ni.dll: (unresolved symbol, module offset=00000000002A1914) at 0x000007FEEA731914 System.Web.ni.dll: (unresolved symbol, module offset=00000000002A06DD) at 0x000007FEEA7306DD System.Web.ni.dll: (unresolved symbol, module offset=00000000002A0780) at 0x000007FEEA730780 System.Web.ni.dll: (unresolved symbol, module offset=00000000002A0780) at 0x000007FEEA730780 System.Web.ni.dll: (unresolved symbol, module offset=00000000002A0780) at 0x000007FEEA730780 Syste f43e1c9c-0c88-4707-a143-4c47a1ac8aac
    12/03/2012 15:17:20.58 w3wp.exe (0x1DC4) 0x136C SharePoint Foundation Fields e8gd High Exception thrown while fetching field by internal name 'Subteams_x002d_Portfolio_Groupin' Microsoft.SharePoint.SPException: List does not exist. The page you selected contains a list that does not exist. It may have been deleted by another user. ---> System.Runtime.InteropServices.COMException (0x81020026): List does not exist. The page you selected contains a list that does not exist. It may have been deleted by another user. at Microsoft.SharePoint.Library.SPRequestInternalClass.GetFieldsSchemaXml(String bstrUrl, String bstrListName, ISP2DSafeArrayWriter p2DWKProps, ISP1DSafeArrayWriter p1DFullXML) at Microsoft.SharePoint.Library.SPRequest.GetFieldsSchemaXml(String bstrUrl, String bstrListName, ISP2DSafeArrayWriter p2DWKProps, ISP1DSafeArrayWriter p1DFullXML) --- End of inner exception stack trace --- at Microsoft.SharePoint.SPGlobal.HandleComException(COMException comEx) at Microsoft.SharePoint.Library.SPRequest.GetFieldsSchemaXml(String bstrUrl, String bstrListName, ISP2DSafeArrayWriter p2DWKProps, ISP1DSafeArrayWriter p1DFullXML) at Microsoft.SharePoint.SPFieldCollection.EnsureFieldsSafeArray(Boolean bGetFullXML) at Microsoft.SharePoint.SPFieldCollection.get_InternalNameDict() at Microsoft.SharePoint.SPFieldCollection.GetFieldByInternalName(String strName, Boolean bThrowException) f43e1c9c-0c88-4707-a143-4c47a1ac8aac
    12/03/2012 15:17:20.58 w3wp.exe (0x1DC4) 0x136C SharePoint Foundation Database tkeb Verbose Setting database session for {705cbd18-2316-417b-aea8-525c0191368e}. f43e1c9c-0c88-4707-a143-4c47a1ac8aac
    12/03/2012 15:17:20.58 w3wp.exe (0x1DC4) 0x136C SharePoint Foundation Database tzku Verbose ConnectionString: 'Data Source=sp-ncsa-sp2b;Initial Catalog=Content-NCSA-sp2b-01;Integrated Security=True;Enlist=False;Asynchronous Processing=False;Connect Timeout=15' ConnectionState: Closed ConnectionTimeout: 15 f43e1c9c-0c88-4707-a143-4c47a1ac8aac
    12/03/2012 15:17:20.60 w3wp.exe (0x1DC4) 0x136C SharePoint Foundation General 8kh7 High List does not exist. The page you selected contains a list that does not exist. It may have been deleted by another user. f43e1c9c-0c88-4707-a143-4c47a1ac8aac
    12/03/2012 15:17:20.60 w3wp.exe (0x1DC4) 0x136C SharePoint Foundation General 8kh7 High Stack trace: onetutil.dll: (unresolved symbol, module offset=00000000000A2551) at 0x000007FEF0732551 onetutil.dll: (unresolved symbol, module offset=00000000000A3711) at 0x000007FEF0733711 owssvr.dll: (unresolved symbol, module offset=0000000000009212) at 0x000007FEE9639212 owssvr.dll: (unresolved symbol, module offset=000000000009E0F5) at 0x000007FEE96CE0F5 mscorwks.dll: (unresolved symbol, module offset=00000000002BE497) at 0x000007FEF3C7E497 Microsoft.SharePoint.Library.ni.dll: (unresolved symbol, module offset=00000000000DA6DE) at 0x000007FEEB40A6DE Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001AB1693) at 0x000007FEED021693 Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001C3E68D) at 0x000007FEED1AE68D Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001C3E196) at 0x000007FEED1AE196 Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001C4104C) at 0x000007FEED1B104C Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001F48E2B) at 0x000007FEED4B8E2B Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001F481DB) at 0x000007FEED4B81DB Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001FF8835) at 0x000007FEED568835 Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001F30D2F) at 0x000007FEED4A0D2F Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001FF87DD) at 0x000007FEED5687DD Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=00000000028067A8) at 0x000007FEEDD767A8 System.Web.ni.dll: (unresolved symbol, module offset=00000000002A1914) at 0x000007FEEA731914 System.Web.ni.dll: (unresolved symbol, module offset=00000000002A06DD) at 0x000007FEEA7306DD System.Web.ni.dll: (unresolved symbol, module offset=00000000002A0780) at 0x000007FEEA730780 System.Web.ni.dll: (unresolved symbol, module offset=00000000002A0780) at 0x000007FEEA730780 System.Web.ni.dll: (unresolved symbol, module offset=00000000002A0780) at 0x000007FEEA730780 Syste f43e1c9c-0c88-4707-a143-4c47a1ac8aac
    12/03/2012 15:17:20.60 w3wp.exe (0x1DC4) 0x136C SharePoint Foundation Fields e8gd High Exception thrown while fetching field by internal name 'Product_BusinessCategory' Microsoft.SharePoint.SPException: List does not exist. The page you selected contains a list that does not exist. It may have been deleted by another user. ---> System.Runtime.InteropServices.COMException (0x81020026): List does not exist. The page you selected contains a list that does not exist. It may have been deleted by another user. at Microsoft.SharePoint.Library.SPRequestInternalClass.GetFieldsSchemaXml(String bstrUrl, String bstrListName, ISP2DSafeArrayWriter p2DWKProps, ISP1DSafeArrayWriter p1DFullXML) at Microsoft.SharePoint.Library.SPRequest.GetFieldsSchemaXml(String bstrUrl, String bstrListName, ISP2DSafeArrayWriter p2DWKProps, ISP1DSafeArrayWriter p1DFullXML) --- End of inner exception stack trace --- at Microsoft.SharePoint.SPGlobal.HandleComException(COMException comEx) at Microsoft.SharePoint.Library.SPRequest.GetFieldsSchemaXml(String bstrUrl, String bstrListName, ISP2DSafeArrayWriter p2DWKProps, ISP1DSafeArrayWriter p1DFullXML) at Microsoft.SharePoint.SPFieldCollection.EnsureFieldsSafeArray(Boolean bGetFullXML) at Microsoft.SharePoint.SPFieldCollection.get_InternalNameDict() at Microsoft.SharePoint.SPFieldCollection.GetFieldByInternalName(String strName, Boolean bThrowException) f43e1c9c-0c88-4707-a143-4c47a1ac8aac
    12/03/2012 15:17:20.60 w3wp.exe (0x1DC4) 0x136C SharePoint Foundation Database tkeb Verbose Setting database session for {705cbd18-2316-417b-aea8-525c0191368e}. f43e1c9c-0c88-4707-a143-4c47a1ac8aac
    12/03/2012 15:17:20.60 w3wp.exe (0x1DC4) 0x136C SharePoint Foundation Database tzku Verbose ConnectionString: 'Data Source=sp-ncsa-sp2b;Initial Catalog=Content-NCSA-sp2b-01;Integrated Security=True;Enlist=False;Asynchronous Processing=False;Connect Timeout=15' ConnectionState: Closed ConnectionTimeout: 15 f43e1c9c-0c88-4707-a143-4c47a1ac8aac
    12/03/2012 15:17:20.60 w3wp.exe (0x1DC4) 0x136C SharePoint Foundation General 8kh7 High List does not exist. The page you selected contains a list that does not exist. It may have been deleted by another user. f43e1c9c-0c88-4707-a143-4c47a1ac8aac
    12/03/2012 15:17:20.60 w3wp.exe (0x1DC4) 0x136C SharePoint Foundation General 8kh7 High Stack trace: onetutil.dll: (unresolved symbol, module offset=00000000000A2551) at 0x000007FEF0732551 onetutil.dll: (unresolved symbol, module offset=00000000000A3711) at 0x000007FEF0733711 owssvr.dll: (unresolved symbol, module offset=0000000000009212) at 0x000007FEE9639212 owssvr.dll: (unresolved symbol, module offset=000000000009E0F5) at 0x000007FEE96CE0F5 mscorwks.dll: (unresolved symbol, module offset=00000000002BE497) at 0x000007FEF3C7E497 Microsoft.SharePoint.Library.ni.dll: (unresolved symbol, module offset=00000000000DA6DE) at 0x000007FEEB40A6DE Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001AB1693) at 0x000007FEED021693 Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001C3E68D) at 0x000007FEED1AE68D Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001C3E196) at 0x000007FEED1AE196 Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001C4104C) at 0x000007FEED1B104C Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001F48E2B) at 0x000007FEED4B8E2B Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001F481DB) at 0x000007FEED4B81DB Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001FF8835) at 0x000007FEED568835 Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001F30D2F) at 0x000007FEED4A0D2F Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001FF87DD) at 0x000007FEED5687DD Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=00000000028067A8) at 0x000007FEEDD767A8 System.Web.ni.dll: (unresolved symbol, module offset=00000000002A1914) at 0x000007FEEA731914 System.Web.ni.dll: (unresolved symbol, module offset=00000000002A06DD) at 0x000007FEEA7306DD System.Web.ni.dll: (unresolved symbol, module offset=00000000002A0780) at 0x000007FEEA730780 System.Web.ni.dll: (unresolved symbol, module offset=00000000002A0780) at 0x000007FEEA730780 System.Web.ni.dll: (unresolved symbol, module offset=00000000002A0780) at 0x000007FEEA730780 Syste f43e1c9c-0c88-4707-a143-4c47a1ac8aac
    12/03/2012 15:17:20.60 w3wp.exe (0x1DC4) 0x136C SharePoint Foundation Fields e8gd High Exception thrown while fetching field by internal name 'Product_BusinessProcess' Microsoft.SharePoint.SPException: List does not exist. The page you selected contains a list that does not exist. It may have been deleted by another user. ---> System.Runtime.InteropServices.COMException (0x81020026): List does not exist. The page you selected contains a list that does not exist. It may have been deleted by another user. at Microsoft.SharePoint.Library.SPRequestInternalClass.GetFieldsSchemaXml(String bstrUrl, String bstrListName, ISP2DSafeArrayWriter p2DWKProps, ISP1DSafeArrayWriter p1DFullXML) at Microsoft.SharePoint.Library.SPRequest.GetFieldsSchemaXml(String bstrUrl, String bstrListName, ISP2DSafeArrayWriter p2DWKProps, ISP1DSafeArrayWriter p1DFullXML) --- End of inner exception stack trace --- at Microsoft.SharePoint.SPGlobal.HandleComException(COMException comEx) at Microsoft.SharePoint.Library.SPRequest.GetFieldsSchemaXml(String bstrUrl, String bstrListName, ISP2DSafeArrayWriter p2DWKProps, ISP1DSafeArrayWriter p1DFullXML) at Microsoft.SharePoint.SPFieldCollection.EnsureFieldsSafeArray(Boolean bGetFullXML) at Microsoft.SharePoint.SPFieldCollection.get_InternalNameDict() at Microsoft.SharePoint.SPFieldCollection.GetFieldByInternalName(String strName, Boolean bThrowException) f43e1c9c-0c88-4707-a143-4c47a1ac8aac
    12/03/2012 15:17:20.60 w3wp.exe (0x1DC4) 0x136C SharePoint Foundation Database tkeb Verbose Setting database session for {705cbd18-2316-417b-aea8-525c0191368e}. f43e1c9c-0c88-4707-a143-4c47a1ac8aac
    12/03/2012 15:17:20.60 w3wp.exe (0x1DC4) 0x136C SharePoint Foundation Database tzku Verbose ConnectionString: 'Data Source=sp-ncsa-sp2b;Initial Catalog=Content-NCSA-sp2b-01;Integrated Security=True;Enlist=False;Asynchronous Processing=False;Connect Timeout=15' ConnectionState: Closed ConnectionTimeout: 15 f43e1c9c-0c88-4707-a143-4c47a1ac8aac
    12/03/2012 15:17:20.60 w3wp.exe (0x1DC4) 0x136C SharePoint Foundation General 8kh7 High List does not exist. The page you selected contains a list that does not exist. It may have been deleted by another user. f43e1c9c-0c88-4707-a143-4c47a1ac8aac
    12/03/2012 15:17:20.61 w3wp.exe (0x1DC4) 0x136C SharePoint Foundation General 8kh7 High Stack trace: onetutil.dll: (unresolved symbol, module offset=00000000000A2551) at 0x000007FEF0732551 onetutil.dll: (unresolved symbol, module offset=00000000000A3711) at 0x000007FEF0733711 owssvr.dll: (unresolved symbol, module offset=0000000000009212) at 0x000007FEE9639212 owssvr.dll: (unresolved symbol, module offset=000000000009E0F5) at 0x000007FEE96CE0F5 mscorwks.dll: (unresolved symbol, module offset=00000000002BE497) at 0x000007FEF3C7E497 Microsoft.SharePoint.Library.ni.dll: (unresolved symbol, module offset=00000000000DA6DE) at 0x000007FEEB40A6DE Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001AB1693) at 0x000007FEED021693 Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001C3E68D) at 0x000007FEED1AE68D Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001C3E196) at 0x000007FEED1AE196 Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001C4104C) at 0x000007FEED1B104C Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001F48E2B) at 0x000007FEED4B8E2B Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001F481DB) at 0x000007FEED4B81DB Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001FF8835) at 0x000007FEED568835 Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001F30D2F) at 0x000007FEED4A0D2F Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001FF87DD) at 0x000007FEED5687DD Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=00000000028067A8) at 0x000007FEEDD767A8 System.Web.ni.dll: (unresolved symbol, module offset=00000000002A1914) at 0x000007FEEA731914 System.Web.ni.dll: (unresolved symbol, module offset=00000000002A06DD) at 0x000007FEEA7306DD System.Web.ni.dll: (unresolved symbol, module offset=00000000002A0780) at 0x000007FEEA730780 System.Web.ni.dll: (unresolved symbol, module offset=00000000002A0780) at 0x000007FEEA730780 System.Web.ni.dll: (unresolved symbol, module offset=00000000002A0780) at 0x000007FEEA730780 Syste f43e1c9c-0c88-4707-a143-4c47a1ac8aac
    12/03/2012 15:17:20.61 w3wp.exe (0x1DC4) 0x136C SharePoint Foundation Fields e8gd High Exception thrown while fetching field by internal name 'User_Family' Microsoft.SharePoint.SPException: List does not exist. The page you selected contains a list that does not exist. It may have been deleted by another user. ---> System.Runtime.InteropServices.COMException (0x81020026): List does not exist. The page you selected contains a list that does not exist. It may have been deleted by another user. at Microsoft.SharePoint.Library.SPRequestInternalClass.GetFieldsSchemaXml(String bstrUrl, String bstrListName, ISP2DSafeArrayWriter p2DWKProps, ISP1DSafeArrayWriter p1DFullXML) at Microsoft.SharePoint.Library.SPRequest.GetFieldsSchemaXml(String bstrUrl, String bstrListName, ISP2DSafeArrayWriter p2DWKProps, ISP1DSafeArrayWriter p1DFullXML) --- End of inner exception stack trace --- at Microsoft.SharePoint.SPGlobal.HandleComException(COMException comEx) at Microsoft.SharePoint.Library.SPRequest.GetFieldsSchemaXml(String bstrUrl, String bstrListName, ISP2DSafeArrayWriter p2DWKProps, ISP1DSafeArrayWriter p1DFullXML) at Microsoft.SharePoint.SPFieldCollection.EnsureFieldsSafeArray(Boolean bGetFullXML) at Microsoft.SharePoint.SPFieldCollection.get_InternalNameDict() at Microsoft.SharePoint.SPFieldCollection.GetFieldByInternalName(String strName, Boolean bThrowException) f43e1c9c-0c88-4707-a143-4c47a1ac8aac
    12/03/2012 15:17:20.61 w3wp.exe (0x1DC4) 0x136C SharePoint Foundation Database tkeb Verbose Setting database session for {705cbd18-2316-417b-aea8-525c0191368e}. f43e1c9c-0c88-4707-a143-4c47a1ac8aac
    12/03/2012 15:17:20.61 w3wp.exe (0x1DC4) 0x136C SharePoint Foundation Database tzku Verbose ConnectionString: 'Data Source=sp-ncsa-sp2b;Initial Catalog=Content-NCSA-sp2b-01;Integrated Security=True;Enlist=False;Asynchronous Processing=False;Connect Timeout=15' ConnectionState: Closed ConnectionTimeout: 15 f43e1c9c-0c88-4707-a143-4c47a1ac8aac
    12/03/2012 15:17:20.61 w3wp.exe (0x1DC4) 0x136C SharePoint Foundation General 8kh7 High List does not exist. The page you selected contains a list that does not exist. It may have been deleted by another user. f43e1c9c-0c88-4707-a143-4c47a1ac8aac
    12/03/2012 15:17:20.61 w3wp.exe (0x1DC4) 0x136C SharePoint Foundation General 8kh7 High Stack trace: onetutil.dll: (unresolved symbol, module offset=00000000000A2551) at 0x000007FEF0732551 onetutil.dll: (unresolved symbol, module offset=00000000000A3711) at 0x000007FEF0733711 owssvr.dll: (unresolved symbol, module offset=0000000000009212) at 0x000007FEE9639212 owssvr.dll: (unresolved symbol, module offset=000000000009E0F5) at 0x000007FEE96CE0F5 mscorwks.dll: (unresolved symbol, module offset=00000000002BE497) at 0x000007FEF3C7E497 Microsoft.SharePoint.Library.ni.dll: (unresolved symbol, module offset=00000000000DA6DE) at 0x000007FEEB40A6DE Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001AB1693) at 0x000007FEED021693 Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001C3E68D) at 0x000007FEED1AE68D Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001C3E196) at 0x000007FEED1AE196 Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001C4104C) at 0x000007FEED1B104C Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001F48E2B) at 0x000007FEED4B8E2B Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001F481DB) at 0x000007FEED4B81DB Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001FF8835) at 0x000007FEED568835 Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001F30D2F) at 0x000007FEED4A0D2F Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001FF87DD) at 0x000007FEED5687DD Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=00000000028067A8) at 0x000007FEEDD767A8 System.Web.ni.dll: (unresolved symbol, module offset=00000000002A1914) at 0x000007FEEA731914 System.Web.ni.dll: (unresolved symbol, module offset=00000000002A06DD) at 0x000007FEEA7306DD System.Web.ni.dll: (unresolved symbol, module offset=00000000002A0780) at 0x000007FEEA730780 System.Web.ni.dll: (unresolved symbol, module offset=00000000002A0780) at 0x000007FEEA730780 System.Web.ni.dll: (unresolved symbol, module offset=00000000002A0780) at 0x000007FEEA730780 Syste f43e1c9c-0c88-4707-a143-4c47a1ac8aac
    12/03/2012 15:17:20.61 w3wp.exe (0x1DC4) 0x136C SharePoint Foundation Fields e8gd High Exception thrown while fetching field by internal name 'Business_Owner' Microsoft.SharePoint.SPException: List does not exist. The page you selected contains a list that does not exist. It may have been deleted by another user. ---> System.Runtime.InteropServices.COMException (0x81020026): List does not exist. The page you selected contains a list that does not exist. It may have been deleted by another user. at Microsoft.SharePoint.Library.SPRequestInternalClass.GetFieldsSchemaXml(String bstrUrl, String bstrListName, ISP2DSafeArrayWriter p2DWKProps, ISP1DSafeArrayWriter p1DFullXML) at Microsoft.SharePoint.Library.SPRequest.GetFieldsSchemaXml(String bstrUrl, String bstrListName, ISP2DSafeArrayWriter p2DWKProps, ISP1DSafeArrayWriter p1DFullXML) --- End of inner exception stack trace --- at Microsoft.SharePoint.SPGlobal.HandleComException(COMException comEx) at Microsoft.SharePoint.Library.SPRequest.GetFieldsSchemaXml(String bstrUrl, String bstrListName, ISP2DSafeArrayWriter p2DWKProps, ISP1DSafeArrayWriter p1DFullXML) at Microsoft.SharePoint.SPFieldCollection.EnsureFieldsSafeArray(Boolean bGetFullXML) at Microsoft.SharePoint.SPFieldCollection.get_InternalNameDict() at Microsoft.SharePoint.SPFieldCollection.GetFieldByInternalName(String strName, Boolean bThrowException) f43e1c9c-0c88-4707-a143-4c47a1ac8aac
    12/03/2012 15:17:20.61 w3wp.exe (0x1DC4) 0x136C SharePoint Foundation Database tkeb Verbose Setting database session for {705cbd18-2316-417b-aea8-525c0191368e}. f43e1c9c-0c88-4707-a143-4c47a1ac8aac
    12/03/2012 15:17:20.61 w3wp.exe (0x1DC4) 0x136C SharePoint Foundation Database tzku Verbose ConnectionString: 'Data Source=sp-ncsa-sp2b;Initial Catalog=Content-NCSA-sp2b-01;Integrated Security=True;Enlist=False;Asynchronous Processing=False;Connect Timeout=15' ConnectionState: Closed ConnectionTimeout: 15 f43e1c9c-0c88-4707-a143-4c47a1ac8aac
    12/03/2012 15:17:20.63 w3wp.exe (0x1DC4) 0x136C SharePoint Foundation General 8kh7 High List does not exist. The page you selected contains a list that does not exist. It may have been deleted by another user. f43e1c9c-0c88-4707-a143-4c47a1ac8aac
    12/03/2012 15:17:20.63 w3wp.exe (0x1DC4) 0x136C SharePoint Foundation General 8kh7 High Stack trace: onetutil.dll: (unresolved symbol, module offset=00000000000A2551) at 0x000007FEF0732551 onetutil.dll: (unresolved symbol, module offset=00000000000A3711) at 0x000007FEF0733711 owssvr.dll: (unresolved symbol, module offset=0000000000009212) at 0x000007FEE9639212 owssvr.dll: (unresolved symbol, module offset=000000000009E0F5) at 0x000007FEE96CE0F5 mscorwks.dll: (unresolved symbol, module offset=00000000002BE497) at 0x000007FEF3C7E497 Microsoft.SharePoint.Library.ni.dll: (unresolved symbol, module offset=00000000000DA6DE) at 0x000007FEEB40A6DE Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001AB1693) at 0x000007FEED021693 Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001C3E68D) at 0x000007FEED1AE68D Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001C3E196) at 0x000007FEED1AE196 Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001C4104C) at 0x000007FEED1B104C Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001F48E2B) at 0x000007FEED4B8E2B Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001F481DB) at 0x000007FEED4B81DB Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001FF8835) at 0x000007FEED568835 Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001F30D2F) at 0x000007FEED4A0D2F Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=0000000001FF87DD) at 0x000007FEED5687DD Microsoft.SharePoint.ni.dll: (unresolved symbol, module offset=00000000028067A8) at 0x000007FEEDD767A8 System.Web.ni.dll: (unresolved symbol, module offset=00000000002A1914) at 0x000007FEEA731914 System.Web.ni.dll: (unresolved symbol, module offset=00000000002A06DD) at 0x000007FEEA7306DD System.Web.ni.dll: (unresolved symbol, module offset=00000000002A0780) at 0x000007FEEA730780 System.Web.ni.dll: (unresolved symbol, module offset=00000000002A0780) at 0x000007FEEA730780 System.Web.ni.dll: (unresolved symbol, module offset=00000000002A0780) at 0x000007FEEA730780 Syste f43e1c9c-0c88-4707-a143-4c47a1ac8aac
    12/03/2012 15:17:20.63 w3wp.exe (0x1DC4) 0x136C SharePoint Foundation Fields e8gd High Exception thrown while fetching field by internal name 'Product_Manager' Microsoft.SharePoint.SPException: List does not exist. The page you selected contains a list that does not exist. It may have been deleted by another user. ---> System.Runtime.InteropServices.COMException (0x81020026): List does not exist. The page you selected contains a list that does not exist. It may have been deleted by another user. at Microsoft.SharePoint.Library.SPRequestInternalClass.GetFieldsSchemaXml(String bstrUrl, String bstrListName, ISP2DSafeArrayWriter p2DWKProps, ISP1DSafeArrayWriter p1DFullXML) at Microsoft.SharePoint.Library.SPRequest.GetFieldsSchemaXml(String bstrUrl, String bstrListName, ISP2DSafeArrayWriter p2DWKProps, ISP1DSafeArrayWriter p1DFullXML) --- End of inner exception stack trace --- at Microsoft.SharePoint.SPGlobal.HandleComException(COMException comEx) at Microsoft.SharePoint.Library.SPRequest.GetFieldsSchemaXml(String bstrUrl, String bstrListName, ISP2DSafeArrayWriter p2DWKProps, ISP1DSafeArrayWriter p1DFullXML) at Microsoft.SharePoint.SPFieldCollection.EnsureFieldsSafeArray(Boolean bGetFullXML) at Microsoft.SharePoint.SPFieldCollection.get_InternalNameDict() at Microsoft.SharePoint.SPFieldCollection.GetFieldByInternalName(String strName, Boolean bThrowException) f43e1c9c-0c88-4707-a143-4c47a1ac8aac
    12/03/2012 15:17:20.63 w3wp.exe (0x1DC4) 0x136C SharePoint Foundation Database tkeb Verbose Setting database session for {705cbd18-2316-417b-aea8-525c0191368e}. f43e1c9c-0c88-4707-a143-4c47a1ac8aac

  • Open Directory-The user name you entered does not exist

    Can someone help please? I am having some issues with my open directory server.None of the Network users can log in.The dns is ok.The ldap mapping to the server works fine.But when i access the shared home directories of the network users through workgroup manager, i notice that each user has lost the permissions to his/her home folder, the owner portion is empty.if i click on user/groups and drag the user to the owner portion to assign read/write priviledge it tells me "unable to make changes,the username you entered does not exist".I mac am running Mac OS Server 10.3.9

    Hi Hussein
    Thanks for the update.
    I have gone through all those notes. But, the issue we face here seems to be a peculiar one. First of all, it happens while applying for job (iRecruitment Self Service) and not while creating a contingent worker or creating an employee in the form, as given in the notes.
    Moreover, We haven't had this error either in development nor in test instance. It happened only when we migrated the setups to Production. Moreover, the test and development are nothing but the clone of production at various time intervals. We have tested this on the very latest clone of production (that happened on 15th november) and verified that it doesn't popup there.
    Can you give me some insights 'What could be the actual problem'?
    Considering the solution given in the notes, it talks about 'Setting the default work location for the business group'? Where to set this up?
    Appreciate all your help.
    Thanks
    Alagappan

  • Portal Application - Form  [Error: Path ID does not exist. (WWC-50001) ]

    Hi,
    I have created a table as like below to hold pictures on the
    database.
    SQL> create table img_store
    (iname varchar2(20), picture BLOB);
    Using Oracle Portal-> Application-> create new 'FORM' based on
    table, an "Upload Image Form" was created as a portlet.
    The form allow to browse images which you want to upload into
    database, but when i click on 'Insert' button after browsed the
    image to store the image path to the column, an error message
    displayed:
    Error: Path ID does not exist. (WWC-50001)
    Anyone can advice to me on this? Thanks.
    Regards,
    Sherlyn

    hi chrigel,
    i searched for the problem and found a few references to it in our bug database. i strongly suggest to open a TAR with support to analyze the problem. they will see if a patch is available for this problem or open a new bug.
    thanks,
    christian

Maybe you are looking for

  • Can two people use the same computer with two different ipods?

    I was just wondering if me and my mother can use the same computer with our ipods?

  • NullException when setUI on JFileChooser

    I wrote a sub class of MetalFileChooserUI, and set it for my file chooser. but when i show the file chooser dialog, the icons for the files is disappeared. if i click the file list item, NullException occur. why? MY code: public class MyChooser exten

  • Le changement de version de labview de 6.1 à 7

    I go on a project engineer. This engineer worked on labview 6.1 and I work on version 7. When i launch the programm, VIs aren't known by version 7. I want to know news VIs for this old VIs: - dio port config - dio port write - dio port read - calcula

  • How to partition a USB flash-drive to install Arch Linux?

    Good afternoon, Could anyone please guide me in the right direction, how would I go about partitioning my USB flash-drive in order to install Arch Linux onto my Acer Aspire One? I've found guides, but none of them are specific enough - the static ass

  • Organizational Management-Position

    HI, I have a requirement where in I am suppose to Assign a new Pernr to a position occupied by an another PERNR. The new PERNR is also the successor of the same position. I want the Successor to hold te position. Kindly let me know how?