24
In Windows Vista and Windows 7, every time I reinstall Live Messenger I’m annoyed by the border around all messenger windows. I can never remember the exact fix and usually filter through web results until I find the fix. But this time, I’m writing it down so hopefully I’ll remember.
All you have to do is make a simple change to the registry. No reboot is needed.
Thank you to MyDigitalLife.info for originally posting this information which I have used numerous times: http://www.mydigitallife.info/2009/01/09/enable-or-disable-aero-border-frame-in-windows-live-msn-messenger-with-auto-switcher.
11
Want SharePoint to display the pdf icon next to documents like it does for Office documents? Then you need to install the PDF iFilter on each front-end web server in your farm.
Below are instructions for installing the PDF IFilter 6.0 on a MOSS 2007 server. This allows PDF files to be indexed (full text) by the Search Service and for the icon to be shown next to PDF documents.
11
Deleting site content types can be an easy 10 second task or a lengthy multi-hour troubleshooting task. More often than not, it’s the latter.
To delete a site content type, navigate to “top level site” > Site Settings > Galleries > Site content types. Then, simply find the content type and click delete. However, for this to work, the content type must not be used anywhere on the site (or subsites). This means it must be deleted from all lists, documents, etc.
If the content type is still being used, you’ll get the following wonderful error message: Error: content type is still in use. Wow… thanks SharePoint, that’s very helpful! It’s difficult to identify where the content type is still being used. There are no reports or aspects of the UI to help in this search. You can write code and stored procedures… but that’s not for everyone. There are also 3rd party management tools that can help with this, but they usually must be purchased.
In my troubleshooting, I’ve found that there are a few key places to look, some are obvious, some are not.
Obvious places to check:
Less Obvious places to check:
11
MOSS users can use their My Site to manage and share personal content. By default, MOSS has a 100MB limit on the amount of disk space associated with each personal site. You can change this quota through ”Central Administration > Application Management > Quota Templates” but this will not impact any existing personal sites. Here is how you increase the site storage quota for an existing personal site:
11
Setting up outgoing email for SharePoint is a pretty straight-forward task in most cases. Navigate to Operations > Topology and Services > Outgoing e-mail settings and set the following values:
However, when you add a new user to a site and send the email, you may receive the following error:
“The user or users have been added successfully, but there was an error in sending the e-mail message. The server may not be set up correctly to send e-mail. To verify that e-mail is configured correctly, contact your server administrator.”
This error is caused by SharePoint not being able to connect to the SMTP server – in most cases this is Exchange.
To resolve this error, you need to add a relay on the Exchange server to recognize the SharePoint server. On Exchange 2007, this is done as follows:
Return to SharePoint and re-add the user to the site. The email should be sent successfully.
If errors still exist, ensure you can communicate with the SMTP server by opening a telnet connection. Open a command prompt and enter: telnet mail.domain.com 25.