User Yuva - Stack Overflowmost recent 30 from stackoverflow.com2009-12-06T05:16:29Zhttp://stackoverflow.com/feeds/user/71203http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/589086/how-to-limit-the-number-of-major-versions-to-maintain-on-a-document-library-list1How to limit the number of major versions to maintain on a document library list definition?Yuva2009-02-26T04:17:00Z2009-10-21T11:00:02Z
<p>I have 2 question here,</p>
<p><em>Scenario:</em>
I have created a document library with my own list definition, having the default document library settings. There are quite number of document libraries created using my definition. Now I wanna change the version settings to limit number of major versions to 5.</p>
<p>I came across "MajorVersionLimit" List element property of Schema file, unfortunately this is available only for Content Migration schema alone. It didn't work for me.</p>
<p><em>Question 1:</em>
<strong>Is there any simple mechanism where I can enable such settings across my site collection?</strong></p>
<p>I know I can write piece of .NET code to change this.
Question 2:
<strong>If I do this, Will it break the list from its list definition?</strong></p>
<p>Thanks in advance.
~Yuva</p>
http://stackoverflow.com/questions/862001/log-error-failed-to-create-list1Log Error: Failed to create list Yuva2009-05-14T07:26:47Z2009-05-15T04:14:31Z
<p>Hi,</p>
<p>I have a Site Template with few customized lists and customized pages. I create new webs when ever needed using the site template. After creating the web, I also set up a theme and unique permissions to the web using C# code itself, then I redirect the page to the newly created web URL. My code runs within a Long running operation. It works all the time fine, but in some circumstance I get an error "file not found" when the page re-directed to the newly created web.</p>
<p>When I had closer look, I see that the web was properly created and the permissions were set; the pages library & other lists are also found, but the master page gallery is not found. Due to that I could not browse any pages in the page library & I could not even check web theme. When I see the Logs I found the below error.</p>
<p>04/09/2009 14:22:49.35 w3wp.exe (0x11B4) 0x0D0C Windows SharePoint Services General 8z1y Medium Failed to create list "Master Page Gallery" in web "http://rootsite/subsite", HRESULT=0x81020012. List XML: "" </p>
<p>What could cause this issue? I don't get this all time only sometimes I get this issue. There were no errors thrown on code, but the web's master page gallery was not created. Have you ever faced such problem? How can I solve this?</p>
<p>Thanks in advance,</p>
<p>~Yuva</p>