View Complete Post
We have one WFE running MOSS 2007 August 2009 Cumulative Update, one Index Server(same MOSS version) and a separate SQL server 2005 SP2 64 bit.
Attempting to delete items from Admin recycle bin, get a SharePoint Unknown Error. Application log has this entry:
Event Type: Error Event Source: Windows SharePoint Services 3 Event Category: Database Event ID: 5586 Date: 9/30/2010 Time: 6:58:28 AM User: N/A Computer: servername Description: Unknown SQL Exception 515 occured. Additional error information from SQL Server is included below.
Cannot insert the value NULL into column 'DiskUsed', table 'databasename.dbo.SiteQuota'; column does not allow nulls. INSERT fails. The statement has been terminated..
Any ideas of how to fix this?
Thanks in advance!
Hello,
When I have contribute rights I can delete items from a list/library. I'll find these items when I open the recycle bin. When a colleague of mine checks the list/library he doesn't find the item I deleted. When he opens the recycle bin, he doesn't see the item there. How can I change this behavior? It would be nearly impossible to search who deleted something in order to ask them to restore it, and it shouldn't be something to ask the site collection administrator each time because it's a basic task for end users.
Hi,
I have a table containing courses, columns are
Name - "Yoga Classes"
DateStart - "2/23/2010"
DateEnd - "2/24/2010"
I am using ListView Control to bind it, is there a way to display them and group them by Month?
for eg.
January
Piano Class (10th Jan 2010 - 11th Jan 2010)Guitar Class (10th Jan 2010 - 11th Jan 2010)
February
Yoga Class (15th Feb 2010 - 16th Feb 2010) etc...
Thanks for help.
I am currently in the process of writing a facebook type 'activity feed' for a site. Currently I am binding the last 10 items to a repeater control, which contains a usercontrol representing each item. This works fine but there are a couple of requiremnts that are giving me problems and wondered if the the good people of the forum could make some suggestions.
The requirement is that when a user clicks a refresh button any new events are added to the top of the list, the previous items drop down and the equivalent number of old items drop off the bottom, all with nice slider transitions.
I have put the repeater inside of an update control and are able to handle the transitions by using RegisterStartup script to drop jquery calls onto the page for the slider. However I cannot find a way to dynamically add or remove new datarows to the repeater. I need the old items to stay in the repeater and be pushed down by the new items, so completely refreshing the datasource seems like a bad idea.
I was thinking about maybe storing the datasource in the viewstate and adding rows to that, maybe with an extra column on the end which stores what transition is needed on the databind for my jquery, but there will be a 'View more items' link at the bottom of the page, so I am worried that the list could get pretty large and there
Hi all,
I have a very unique problem, humm i think. I am using a jquery effect that animate bounce effect, i have a line in my javascript pageLoad function $("#UserBrowserInfoDIV").show('bounce'); - the effects run smoothly but what it does is mess up the bolded text in the div. I have try the items inside the div without bolding and it works fine and no render problem but when bolded the text that are bolded is quite messed up, and barely readable.
Please let me know is there anything else i can do i really would like use this effect.
P.S all the effect have the same render problem, and i am using ie8 under compatibility mode.
Thanks
Kabir
I am new to this, so bear with me. I am writing an application in C# that uses LINQ to validate a datacontext off a textbox to see if the record exists already. If the record does exist I inserted an if statement to advise the user that the record exists, if the record does not exist I would like to allow the record to be added to the database. If I take out my else statement everything works fine as far as inserting goes, but I do not want to allow inserts in this scenario. I have tried moving the if and else statement to different parts of the code but can't quite figure this one out. Any help would be apprecaited, attached is the code. This code is set to a button press. As a matter of fact, if you see any other errors along the way please feel free to point them out.
Thanks,
Pete
protected void enterBTN_Click(object sender, EventArgs e) { //make new data context SHCDataContext insNewAll = new SHCDataContext(); //LINQ to check if customer exists in database var checkExisting = from c in insNewAll.Customers where c.custLastName.Contains(custLastNameTB.Text.ToString()) select c.custLastName; //make list to store values L
Team Foundation Server's work iIem tracking system provides a number of advanced customization options.This article explores custom control support that lets you link to date, enhance the user experience, present data, and more.
Brian A. Randell
MSDN Magazine October 2009
Add support for work items to the Team Foundation Server version control add-in.
MSDN Magazine September 2007
Custom report items in SQL Server 2005 Reporting Services address your needs for custom reports without the pain of doing it from scratch.
Teo Lachev
MSDN Magazine October 2006
Windows SharePoint Services helps improve collaboration and workflow while protecting documents and intellectual property. But one feature is conspicuously missing - an easy way to back up and restore deleted files from document libraries. In this article, the authors take advantage of the extensibility of WSS and its server-side and client-side object models to build a restore feature that works like the Recycle Bin in Windows Explorer.
Maxim V. Karpov and Eric Schoonover
MSDN Magazine February 2005
Paul DiLascia
MSDN Magazine April 2001
Hall of Fame Twitter Terms of Service Privacy Policy Contact Us Archives Tell A Friend