XinSpace

SharePoint, Drupal and Other Random Notes

Browsing the topic SharePoint

Solution: Edit the file “serverfilesExcelServer.xml” under C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\TEMPLATE\XML Comments this line: <Mapping FileExtension=”xlsx” RedirectUrlTemplate= “/_layouts/xlviewer.aspx?id=|0″ NoGetRedirect=”TRUE”/>

http://technet.microsoft.com/en-us/library/cc263467.aspx

This error happens on a SharePoint 2007 server, the web services is accessed by an alias url which does not exist in DNS. And we put a host name into our server’s HOSTS file 127.0.0.1 alias and one of our applications accesses http://alias/_vti_bin/Lists.asmx on the server programmically. The application fails because it gets 401 access denied from IIS. In the [...]

I have a chance to try the feature Document Conversion of SharePoint Server 2007. It works pretty well. All formats are preserved. I used to copy text directly from a word document to a Publishing Page, which was ok not but great: It added an additional line to each paragraph. this Word Document to Web [...]

The backup file is corrupt and cannot be restored. It was a huge backup, about 3G. Well, tried to re-do the backup, then did another restore and it was good. Lession Learned: Never rely on the single source backup from stsadm.

this problem only occurs on Report Center template.  Looks like a bug to me.

Once I disabled it, I could not renable it any more. Thanks for Microsoft’s error page only showing “There is an error” But stsadm can do it   stsadm -o activatefeature -filename publishingfeature.xml -url http://URL -force stsadm -o activatefeature -filename publishingresourcesfeature.xml -url http://URL -force stsadm -o activatefeature -filename publishingSitefeature.xml -url http://URL -force stsadm -o activatefeature [...]

http://blogs.msdn.com/michael_yeager/archive/2008/01/08/hiding-the-share… …global links table containing the login control etc.     http://msdn2.microsoft.com/en-us/library/microsoft.sharepoint.webcontrol… Possible values for PermissionsString   Member name Description   AddAndCustomizePages Add, change, or delete HTML pages or Web Part Pages, and edit the Web site using a Windows SharePoint Services–compatible editor.     AddDelPrivateWebParts Add or remove personal Web Parts on a Web [...]

Unhandled Exception: System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. http://www.moss2007.be/blogs/vandest/archive/2008/02/23/sharepoint-error… http://support.microsoft.com/?id=946517

by Ron Grzywacz (http://forums.microsoft.com/technet/showpost.aspx?postid=1130848&siteid=…) Ensure your permissions are set as noted below. Then try to restart the service from central admin. Fixing Search Propagation share issues http://technet2.microsoft.com/Office/en-us/library/9b1d6136-a05f-41f9-86… In the Query Server Index File Location section, select one the following: • Configure share automatically Select this option to automatically configure the share on which you want [...]