Latest developer linksBookmark and Share
 
HomeThis WeekTop MonthTop AlltimeSearchRegisterFAQ
  
 
Submit Your Link
Please login to submit your Link
 

InfoPath SharePoint library hangs on load

Posted: Jan/18/2011   By: nikhil   Points:15   Category: .NET  - ASP.Net    Views:30   Vote Up (0)   Vote Down (0)    

We have created an InfoPath (2007 forms) library on our corporate SharePoint 2007 site for tracking customer requests.  At the present time the library contains approximately 500 entries. 

Every other week or so, the list won't load--the hour glass runs, but no part of the entire page or view webpart is rendered.  The load never times out--no error message, etc.  When the problem arises, everyone who uses the library experiences it--in other words, it's not specific to a particular user.  Users in both California and Ohio experience the exact same hang. 

Despite the system's failure to load the InfoPath library, users can still access sites and other InfoPath libraries on the server. 

Usually the problem resolves itself within two hours, after which the view loads with no problem...that is, until the next time it happens--maybe a couple of days later, maybe a couple of weeks.

We've contacted our SharePoint team about the problem, and they've responded that our default view when accessing the list contains too many entries (a little over 400), and should be reduced from 1000 items per page (our custom setting), to the default of 100. 

The problem here is that we've experienced the exact same problem when the view defaults to the first 100 records.

This just doesn't sound like a problem with view size.  However, there is something unique about this particular list in that it is the only one giving users any trouble.

Any alternative theories out there as to what might be going on?  Thanks.

View Complete Post


Comments:
Be the first to comment this post.
 
Post Comment
Please login to post your comment
More Related Resources

Caputurig Back Button Event & Force The Page To Load From Server:

  
I think in many time developer need this event, which is not provided by any browser and it is not captured by any javascript event.In this Article you see how you capture this event and how you force the browser to load the page from server.

Modal popup panel not hiding on page load, hides on postback

  

When I browse to my page that has the modal popup panel on it, the panel initially is visable, and when I do a postback it acts as intended.  Anyone seen this?  Please let me know if you need the master page....

 

<%@ Page Title="Mystores User Management" Language="vb" AutoEventWireup="false" MasterPageFile="~/MasterPages/WanSupport.Master"
    CodeBehind="Default.aspx.vb" Inherits="WANSupport._Default5" %>

<%@ Register assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" tagprefix="asp" %>

<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
    <style type="text/css">
        .style1
        {
            width: 100%;
        }
    </style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="mainContentHolder" runat="server">
    <asp:ScriptManager ID="ScriptManager1" runat="server">
    </asp:ScriptManager>
    <div style="clear: both; width: 100%">
        <div style="width: 300px; float: left; margin-top:20px;">Users<br />
            <asp:ListBox ID="lbUserList" runat="server" CssClass="userManagementUserList" Rows="15"></asp:ListBox>
            <asp:Button ID="cmdSelectUser" runat="server" Text="Select" CssClass="userManagementButtonTop" />
            <br />
            <asp:TextBox ID="txtUserListFilter" runat="server" CssClass="userManagementUserList"></asp:TextBox>
            <asp:Button ID="cmdFilterUserList" runat="server" Text="Filter"/>
            <br />
            <br />
            <asp:Button ID="cmdAddNewUser" runat="server" Text="Create a new user" />
        </div>
        <div style="width: 600px; float: left; margin-left:20px; margin-top:20px;">
            <asp:Panel ID="pnlUserDetail" runat="server" Visible="false">
                <table class="style1">
                    <tr>
                        <td class="userManagementTableLabelRight">
                            Username</td>
                        <td style="width:200px;">
                            <asp:Label ID="lblUsername" runat="server" Text=""></asp:Label>
                        </td>
                        <td>
                            Access Groups</td>
                    </tr>
                    <tr>
                        <td class="userManagementTableLabelRight">
                            Name</td>
                        <td>
                            <asp:Label ID="lblName" runat="server" Text=""></asp:Label>
                        </td>
                        <td rowspan="9" style="vertical-align:top;">
                            <asp:ListBox ID="lbAccessGroups" runat="server" Width="150px" Rows="10"></asp:ListBox>
                            <asp:Button ID="cmdRemoveGroup" runat="server" Text="Remove" CssClass="userManagementButtonTop" />
                            <asp:ConfirmButtonExtender ID="cmdRemoveGroup_ConfirmButtonExtender" 
                                runat="server" ConfirmText="Are you sure you want to remove this access group?" 
                                Enabled="True" TargetControlID="cmdRemoveGroup">
                            </asp:ConfirmButtonExtender> 
                            <br />
                            <asp:TextBox ID="txtAddGroup" runat="server" Width="150px"></asp:TextBox>
                            <asp:Button ID="cmdAddGroup" runat="server" Text="Add" />
                        </td>
                    </tr>
                    <tr>
                        <td class="userManagementTableLabelRight">
                            Company</td>
                        <td>
                            <asp:Label ID="lblCompany" runat="server" Text=""></asp:Label>
                        </td>
                    </tr>
                    <tr>
                        <td class="userManagementTableLabelRigh 

Visual Studio 2010 Hangs in Designer, Memory Usage Grows

  

After switching to the web designer, VS2010 sometimes hangs. If I look at the Resource Monitor, I see that devenv.exe is consuming 50% of the CPU (on a dual-core machine), and its memory usage keeps slowly growing. Since VS is unresponsive, I end up killing the devenv process and restarting VS.

The problem occurs about 1-3 times a day. I have not found a way to specifically reproduce the problem, but it appears to happen most on complex web pages that include UserControls. All pages in this project also use Master pages, if that helps.

Since upgrading from VS2008 to VS2010, I've noticed a number of odd problems. This one actually forces me to kill the devenv process and restart VS2010, and so is particularly disruptive. I did not have any similar problems under VS2008.

Environment:

Windows 7 Pro 64-bit, under Parallels Desktop 5, running under Mac OS X 10.6.5

Visual Studio 2010 Pro, version 10.0.30319.1 RTMRel

3 GB RAM allocated to the Windows virtual machine.

I'm not running any add-ins or other unusual software. Any suggestions?

(I have an annotated screen shot if it will help)


How to restrict log file size using Enterprise Library 4.1

  

I am facing difficulty in restricting file size using Enterprise Library 4.1. I thought that the rollSizeKB property would do it. I have following settings.. but it doesnt seem to work. Please guide me.

<listeners>

add listenerDataType="Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.CustomTraceListenerData, Microsoft.Practices.EnterpriseLibrary.Logging, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" traceOutputOptions="None" filter="All" type="Test.Diagnostics.EventLogTraceListener, Test, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d632f3558850e31e" name=<

Could not find schema information for the element dataConfiguration Enterprise library

  

Hi

i am using .net 3.5 with enterprise library 4.1 and using data access block

web.config  error 

Could not find schema information for the element 'dataConfiguration

web.config

 <configuration>
    <configSections>
        <section name="dataConfiguration" type="Microsoft.Practices.EnterpriseLibrary.Data.Configuration.DatabaseSettings, Microsoft.Practices.EnterpriseLibrary.Data, Version=5.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="true" />
    </configSections>
    <dataConfiguration defaultDatabase="Connection String" />
    <connectionStrings>
        <add name="Connection String" connectionString="Data Source=PSCBANPDEV01;Initial Catalog=CMMITrackerDB;User ID=CMMITrackUser"
            providerName="System.Data.SqlClient" />
    </connectionStrings>
</configuration>

i think this issue is because of xsd ....that is the referening xsd don't have definitions for these tags

where the xsd for enterprise lib is it different from C:\Program Files\Microsoft Visual Studio 9.0\Xml\Schemas

DotNetConfig.xsd

 

any idea help

thanks in advance

 


Enterprise Library and Express 2008

  

What version of the Enterprise Library should be used with Visual Studio Developer Express 2008?

Looking at using the Data Access Application Block.

Currently using an earlier version in C# that doesn't seem to be closing connections properly.

Tim


Enterprise Library

  

Hi All,


What is enterprise library and how to implement it?


Enterprise Library 5.0 Activation error occured

  

Hi,

       I am using Enterprise Library 5.0,when am run the console application ,i got this error " Activation error occured while trying to get instance of type Database,key 'xxx' ".

 

Thanks

Deivendran


Enterprise library configuration error

  

Hi all, I am using Enterprise Library 4.0, I have  an applications in  which Enterprise Library was used. now when I am trying to open it's dataconfiguration.config file in Enterprise Library, I am getting following error:

Invalid character in the given encoding. Line 2, position 1......

 

can any body tell me why it is happening and how to get this error resolved??

thanks


how to write wrapper for Data block of Enterprise library

  

Hi,

 

I have the following scenario.

The project has 4 layers

1) Business Entities

2)Business Layer

3)DataLayer

all are separate projects
so lets say

1 )Business Entities has
 

public class Employee
{
public int EmpId{get;set;}
public string EmpName{get;set}
pullic int Age{get;set;}
}

2)Business layer will call dataacess layer

public class BusinessLayer
{

public int RegisterEmployee(Employee objEmp)
{
 Datalayer objDal =new Datalayer();
 objDal.AddEmployee(objEmp)

}
}


3)From the datalayer i need to call Wrapper for enterprise library and the requirement is
datalayer should not have any reference of Enterprise library data block(that i dont know how to do that)
Only the wrapper class should have reference for Enterprise library data block

so

public class Datalayer
{
 public int AddEmployee(Employee objEmp)
{
///Database db=DatabaseFactor.Createdatabase()
//the above line should not be in datalayer it should in some other componenent
//lets say component is wrapper
//i want to how to write wrapper for that.
//As well as how to build command and parameter
}
}


 

 


 
Categories:
.NET
Java
PHP
C/C++/VC++
HTML/XML
SAP
MainFrames
Data Warehousing
Testing
MySQL
SQL Server
Oracle
Javascript/VB Script
Others
Login
 
 
 
 
 Forgot password
 Contact Us   Terms Of use   Share your knowledge