http://technet.microsoft.com/en-us/library/cc263467.aspx
System Seven sends SMS to this number without asking permission.
This is the worst software I have ever used on my E71
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
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 [...]
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.
error 1718 when install Visual Studio 2005 Service Pack 1
Leave a comment | Filed under UncategorizedI 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 [...]
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 [...]
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 [...]