error 1718 when install Visual Studio 2005 Service Pack 1

I tried to install SP1 on Visual Studio 2005 on a very powerful server. It takes quite a lot of time to get it going. however when I thought it was almost over, it shows an error:

“Error 1718, file:xxxxxxxxxx.msp was rejected by digital signature policy”

Looked the error code from Google and I noticed Heath Stewart has documented this problem with a wonderful solution:

that is Set the DWORD registry value PolicyScope to 1 in the HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsSaferCodeIdentifiers registry key. if this DWORD entry does not exist, create it. Do not forget to reboot your computer after changing the registry. Then installing SP1 again will not show the error.

551 User not local; please try

Recent two weeks my website’s email system has a lot of emails returned. And the error messages are exactly the same.

The error message is

“551 User not local; please try <forward-path>”

All emails returned have same characters: The recipients’ email servers are located in China. sina, yahoo.cn, 163, and sohu, no exceptions.

I did some googling and found out this has something to do with China’s Great Fire Wall. 10.1 is a special day in China. The fire wall might have been tightened.

Can not enable Site Collection Feature: Office SharePoint Server Publishing Infrastructure

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 -filename publishingwebfeature.xml -url http://URL -force

stsadm -o activatefeature -filename publishinglayoutsfeature.xml -url http://URL -force

stsadm -o activatefeature -filename navigationfeature.xml -url http://URL -force

how to hide SharePoint 2007 login link

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 a style sheet (.css file) to the Web site.
 
  ApplyThemeAndBorder Apply a theme or borders to the entire Web site.
 
  ApproveItems Approve a minor version of a list item or document.
 
  BrowseDirectories Enumerate files and folders in a Web site using Microsoft Office SharePoint Designer 2007 and WebDAV interfaces.
 
  BrowseUserInfo View information about users of the Web site.
 
  CancelCheckout Discard or check in a document which is checked out to another user.
 
  CreateAlerts Create e-mail alerts.
 
  CreateGroups Create a group of users that can be used anywhere within the site collection.
 
  CreateSSCSite Create a Web site using Self-Service Site Creation.
 
  DeleteListItems Delete items from a list, documents from a document library, and Web discussion comments in documents.
 
  DeleteVersions Delete past versions of a list item or document.
 
  EditListItems Edit items in lists, edit documents in document libraries, edit Web discussion comments in documents, and customize Web Part Pages in document libraries.
 
  EditMyUserInfo Allows a user to change his or her user information, such as adding a picture.
 
  EmptyMask Has no permissions on the Web site. Not available through the user interface.
 
  EnumeratePermissions Enumerate permissions on the Web site, list, folder, document, or list item.
 
  FullMask Has all permissions on the Web site. Not available through the user interface.
 
  ManageAlerts Manage alerts for all users of the Web site.
 
  ManageLists Create and delete lists, add or remove columns in a list, and add or remove public views of a list.
 
  ManagePermissions Create and change permission levels on the Web site and assign permissions to users and groups.
 
  ManagePersonalViews Create, change, and delete personal views of lists.
 
  ManageSubwebs Create subsites such as team sites, Meeting Workspace sites, and Document Workspace sites.
 
  ManageWeb Grant the ability to perform all administration tasks for the Web site as well as manage content. Activate, deactivate, or edit properties of Web site scoped Features through the object model or through the user interface (UI). When granted on the root Web site of a site collection, activate, deactivate, or edit properties of site collection scoped Features through the object model. To browse to the Site Collection Features page and activate or deactivate site collection scoped Features through the UI, you must be a site collection administrator.
 
  Open Allow users to open a Web site, list, or folder to access items inside that container.
 
  OpenItems View the source of documents with server-side file handlers.
 
  UpdatePersonalWebParts Update Web Parts to display personalized information.
 
  UseClientIntegration Use features that launch client applications; otherwise, users must work on documents locally and upload changes. 
 
  UseRemoteAPIs Use SOAP, WebDAV, or Microsoft Office SharePoint Designer 2007 interfaces to access the Web site.
 
  ViewFormPages View forms, views, and application pages, and enumerate lists.
 
  ViewListItems View items in lists, documents in document libraries, and view Web discussion comments.
 
  ViewPages View pages in a Web site.
 
  ViewUsageData View reports on Web site usage.
 
  ViewVersions View past versions of a list item or document.

SharePoint Errors: 6482, 7888, 6398 and 7076

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

Error: Failed to configure propagation share.

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 to store the propagated index. Type the user name and password of the account that you want to use to propagate the index. (Recommended)

Important:
This account must a member of the Administrators group and a member of the WSS_ADM_WPG group on the query server before you proceed to the next step or propagation of the index will fail.