Browsing the topic SharePoint
Windows 2003 Server can not access SharePoint Webdav Folder by UNC
Leave a comment | Filed under SharePointWindows 2003 server has service “WebClient” disabled by default.
This service has to be on in order to access “File Share” by SharePoint Webdav. Below are the procedures to enable this service.
1. Login to the server with administrator account. Click Start–>Run, type in services.msc, press enter.
2. Locate the service called “WebClient”, Double click this service. The [...]
SharePoint Prompts Login when Opening a XLSX file on a Publishing Site
Leave a comment | Filed under SharePointSolution:
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
401 access denied when accessing /_vti_bin/Lists.asmx on an aliased website
Leave a comment | Filed under SharePointThis 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 security eventlog, I [...]
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.
Can not enable Site Collection Feature: Office SharePoint Server Publishing Infrastructure
Leave a comment | Filed under SharePointOnce 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 -filename publishingwebfeature.xml -url http://URL -force
stsadm -o [...]
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 Part Page.
AddListItems
Add items to lists, add documents to document libraries, and add Web discussion comments.
ApplyStyleSheets
Apply [...]
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