February 2, 2010, 10:54 am
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”/>
April 21, 2009, 1:32 pm
System Seven sends SMS to this number without asking permission.
This is the worst software I have ever used on my E71
April 3, 2009, 9:50 pm
this is caused by the cartage return on the ending of first line. To fix this, you can
1. add -w to the end of the line. make it #!/usr/bin/perl -w
or
2. $ perl -pi.bak -e ’s/ 15//’ *.pl
April 3, 2009, 3:46 pm
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 security eventlog, I saw the following event
Event Type: Failure Audit
Event Source: Security
Event Category: Logon/Logoff
Event ID: 537
Date: Date
Time: Time
User: NT AUTHORITY\SYSTEM
Computer: Computer_Name
Description: Logon Failure:
Reason: An error occurred during logon
User Name: User_Name
Domain: Domain_Name
Logon Type: 3
Logon Process: Ðùº
Authentication Package: NTLM
Workstation Name: Computer_Name
Status code: 0xC000006D
Substatus code: 0×0
Caller User Name: -
Caller Domain: -
Caller Logon ID: -
Caller Process ID: -
Transited Services: -
Source Network Address: IP_Address
Source Port: Port_Number
After some research, I found this problem was related with this article by Microsoft http://support.microsoft.com/default.aspx?scid=kb;en-us;896861#top
This issue occurs if you install Microsoft Windows XP Service Pack 2 (SP2) or Microsoft Windows Server 2003 Service Pack 1 (SP1). Windows XP SP2 and Windows Server 2003 SP1 include a loopback check security feature that is designed to help prevent reflection attacks on your computer. Therefore, authentication fails if the FQDN or the custom host header that you use does not match the local computer name.
Microsoft claims this security update http://support.microsoft.com/kb/957097/ could have caused the issue. I checked the log of this server and found this security update was installed on 12/4/2008. It roughly matches the time when the problem was first noticed.
April 3, 2009, 3:32 pm
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 Page conversion does not leave an extra line so I say it is better.
However I encoutered a problem when I tried to update my original word document by uploading a new version. The following error is through: Isn’t it supposed to update the existing web page as well by adding a new version? According to Microsoft, it should. I suspect there is a bug here. When a new version is added, the relationship between Source and Destination Document breaks. The data (of Destination) is erased when source document is updated.

There is another way to bypass this bug though. The destination document still contains data of the relationship, you can go another way around by updating Web Page from its source. Simply go to the Web Page converted from the word document, click Edit, then from the top edit bar, choose Update Content From Source.

October 29, 2008, 8:41 pm
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.
October 29, 2008, 8:40 pm
this problem only occurs on Report Center template. Looks like a bug to me.
October 14, 2008, 8:39 pm
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.
October 8, 2008, 8:39 pm
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.