Alexander’s Blog

September 26, 2008

Internet Explorer 8 Beta 2

by @ 9:51 am. Filed under Browsers

Internet Explorer 8 (IE8) Beta 2 is now available for download. According to Microsoft, with IE8 you can:

- Use Accelerators to start mapping, translating, emailing, and more in just a few mouse clicks.
- Add a Web Slice and you won’t have to go back to the same website again and again for updates on news, stock quotes, online auctions, weather, or even sports scores.
- Browse the web without saving your history with Internet Explorer 8’s InPrivate Browsing.
- Search smarter with detailed Search Suggestions from your favorite search providers while you type.
- The new SmartScreen Filter helps to protect you against deceptive and malicious Web sites which can compromise your data, privacy and identity.

Key features:
- Accelerators
- Web Slices
- IE8 is available in 25 languages
- InPrivate™ Browsing
- InPrivate Blocking
- SmartScreen® Filter.
- Performance improvements.
- Enhanced “Find on this Page
- Redesigned “New Tab” Page
- Enhanced Address Bar
- Enhanced Tabbed Browsing
- Enhanced Instant Search Box
- Performance and memory improvements
- New Compatibility View
- New architecture
- More control

IE8 resources and links:
- Internet Explorer Team Blog:  http://blogs.msdn.com/ie
- Evaluator’s Guide
- IE8 Beta Public Newsgroup
- IT Professionals http://technet.microsoft.com/ie (Internet Explorer TechCenter)
- Developers http://msdn.microsoft.com/ie
- Other Users www.microsoft.com/ie8
- IE8 InPrivate Guidance
- How to uninstall Internet Explorer 8 Beta 2 (more information in the release notes  at http://support.microsoft.com/kb/949787)

The IE8 Beta 2 is available for download here.

September 24, 2008

Troubleshooting Alternate Access Mappings in SharePoint

by @ 4:40 pm. Filed under Security/Firewalls, SharePoint, Tips & Tricks

Microsoft TechNet has a detailed document on planning Alternate Access Mapping for SharePoint. It’s a lengthy article but here are some highlights from the section that pertains to troubleshooting. I encourage you to check out the complete article here.

“Use the following guidance to avoid the six most common mistakes that administrators make with regard to alternate access mapping.

Mistake 1: Assuming that you do not need to configure alternate access mappings unless you are deploying SharePoint in an unusual way

The most common cause of alternate access mapping-related issues is administrators not realizing that they need to configure alternate access mappings in the first place. It is certainly understandable because alternate access mappings are a new requirement in Windows SharePoint Services 3.0. Every Windows SharePoint Services 3.0 administrator needs to make sure that alternate access mappings are configured correctly, even for a simple deployment.

Your alternate access mappings might not be configured correctly if you are experiencing any of the following problems.
•    You see broken images on your site.
•    If you experience DNS error messages or error messages indicating that a server cannot be found when you browse to a site without specifying a filename (such as http://computer_name/site_name), but you are able to access the site if you browse directly to a specified file within the site (such as http://computer_name/site_name/default.aspx), incorrectly configured alternate access mappings might be the cause of the problem.
•    You are redirected to http://computer_name when browsing to your site. If Windows SharePoint Services 3.0 receives a request from an unrecognized URL (or a URL that has not been configured for alternate access mappings), and you have installed the Infrastructure Update for Windows SharePoint Services 3.0, Windows SharePoint Services 3.0 tries to determine the correct Web application and then responds to the request by using the same base URL in the links on the page that it returns.

If you are using an FQDN URL to reach your Web application, you need to configure that domain name in DNS. You also need to configure a matching URL for alternate access mappings. If this is a URL that end users will use to reach your site, make it a public URL. If this is a URL that a reverse proxy server will use to forward requests to your site, make it an internal URL.

Mistake 2: Assuming that you can use the reverse proxy server link translation feature instead of alternate access mapping

Although some administrators understand that alternate access mappings will fix links on pages and ensure that end users are taken to the correct public URL, they might assume that because the link translation feature of their reverse proxy server performs a similar function, alternate access mappings might not be required. There are several reasons why this can be a false assumption:
•    In compatibility testing, no link translation feature from any reverse proxy server, including ISA Server 2006, is sufficient to fix all Windows SharePoint Services 3.0 links to use the public URL. Windows SharePoint Services 3.0 embeds its URLs in many places and in a variety of encodings. Reverse proxy servers are currently not sophisticated enough to find and fix all of the URLs.
•    There are Windows SharePoint Services 3.0 functions that do not go through reverse proxy server publishing rules, for example e-mail alerts. Only by using alternate access mappings will you be able to ensure the links in your e-mail alerts are using the correct URLs for your users.

Important: If you expose Central Administration by using a publishing rule, make sure the link translation feature is disabled for that rule. If link translation is not disabled, it can interfere with your ability to configure alternate access mapping.

Mistake 3: Trying to reuse the same URL in alternate access mapping or not aligning the URLs to the same zone
This is a mistake that often catches people when they configure Windows SharePoint Services 3.0 to expose a Web application to both their internal network and the Internet. For example, if you have configured a Web application on your corporate network with “http://sharepoint” as your Default zone URL and you want to expose it to the Internet as http://www.contoso.com, you might configure your reverse proxy server to forward the requests to http://sharepoint and then add http://www.contoso.com as a public URL to the Internet zone. This is a mistake. While access to the site from your corporate network will continue to work as expected, you might find that access from the Internet is not working very well and there are several links pointing to http://sharepoint. This is because the two URLs have been entered into different alternate access mapping zones and therefore are not associated with each other.

A URL can be used only once in alternate access mappings, and in the preceding example, the http://sharepoint URL was already in use on your corporate network. To forward your Internet-based requests to the same Web application, use a different internal URL for your reverse proxy publishing rule, such as http://sharepoint.perimeter.contoso.com.

Note: We recommend extending a Web application to a new IIS Web site for each zone you want to use. This provides a backing IIS Web site. We do not recommend reusing the same IIS Web site for multiple zones, unless you are specifically told to do so by Microsoft.

Mistake 4: Assuming that updates made in alternate access mappings automatically update IIS bindings

After a Web application has been extended to a zone, Windows SharePoint Services 3.0 will not attempt to modify its IIS bindings. If you modify these bindings in IIS by adding a host header binding, changing a port number, or adding an SSL port, Windows SharePoint Services 3.0 will not be aware of the changes and will not update the alternate access mapping URLs. Similarly, an update to the alternate access mapping URLs to add an SSL URL will not automatically update your IIS bindings to match.

If you need to make a change in your IIS bindings, remove the Web application from the zone by using the Remove SharePoint from IIS Web site link on the Application Management page.

Note: This action only removes an IIS Web site and its zone from the Web application. It does not delete the Web application itself, or the content databases of the Web application.

Then you can re-extend the Web application to the zone, using your updated bindings. This is also true if you want to add an SSL port. We do not recommend reusing the same IIS Web site for your HTTP and SSL hosting. Instead, extend a dedicated HTTP and a dedicated SSL Web site, each assigned to its own alternate access mapping zone and URLs.

Mistake 5: Forgetting to configure your environment to enable search to crawl your sites

If you have configured alternate access mappings and your network to enable end users to reach your sites, you must also configure alternate access mappings and your network for Windows SharePoint Services 3.0 search. The Windows SharePoint Services 3.0 Search service browses to your Web applications to crawl their content and must be able to access your public URLs. Make sure that the computer running the search indexing service can reach those public URLs. This is particularly important for any computer that uses NTLM authentication. If necessary, configure the proxy settings of your Windows SharePoint Services 3.0 Search service account to use your proxy servers. You can do this by logging into the computer as that account, and editing the LAN connection settings in Internet Explorer.

Use the following procedure to edit LAN connection settings in Internet Explorer.

Edit LAN connection settings in Internet Explorer
1.    From Control Panel, open Internet Options.
2.    On the Connections tab on the Internet Options properties page, click LAN Settings.
3.    Edit the LAN connection settings in the Local Area Network (LAN) Settings dialog box, and then click OK.

Mistake 6: Making typographical errors

Make sure that the URLs in alternate access mappings are entered correctly. If you are using a reverse proxy server, verify that URLs in the alternate access mappings match the URLs in your publishing rule.”

Adding Templates for Top Level Sites in MOSS

by @ 2:17 pm. Filed under IIS, SharePoint, Tips & Tricks

If you try to install a custom template at the top level site in Microsoft Office SharePoint Server (MOSS) 2007 that either you have saved or downloaded from the Internet, you will notice that the option for installing a custom template is not available. However, once you have created a top level site then you can create a subsite and add a custom template for that subsite. There are several scenarios where you may want to use a custom template at the top level site. The procedure for adding a template at the top level site is surprisingly simple. Here’s how.

Create a template, or if you have downloaded a template (.stp) file you can add it to the top level site in SharePoint by using the following command:

stsadm.exe -o addtemplate -filename your_template_file -title “friendly name” -description “template description

You will find stsadm.exe in the C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\BIN folder. The best thing is to add this location to the path in the environment variables so you can execute it from any folder at the command prompt.

For example, I downloaded the User Group template from Community Kit for SharePoint (http://sharepoint.microsoft.com/sharepoint/cks/default.aspx). I installed the .stp file using the following command.

C:\Windows>stsadm.exe -o addtemplate -filename cks_uge_1.0.stp -title “User
Group Template” -description “User Group Template from CKS”
Operation completed successfully.

IIS must be restarted before this change will take effect. To restart IIS, open a
command prompt window and type iisreset.
C:\Windows>iisreset

Attempting stop…
Internet services successfully stopped
Attempting start…
Internet services successfully restarted

At this point you will be able to see the custom tab for templates when you create a new top level site in SharePoint. If you want to delete the template you just added, you can use the following command.

stsadm.exe -o deletetemplate -title “User Group Template”

Notice that you do not need to provide the path or description, just the title.

September 22, 2008

How to Create or Delete a Content Database in MOSS 2007 Using STSADM

by @ 5:06 pm. Filed under SharePoint, Tips & Tricks

You can create or remove a content database either using the Central Administration in Microsoft Office SharePoint Server (MOSS) 2007 or by using the STSADM tool. In the GUI you need to go to the Application Management tab in Central Administration and then click on Content databases. There you can manage the content databases. A second option is to use the command-line STSADM tool. Frankly, I find STSADM to be quicker and much easier to use. Sometimes the GUI will prompt you to use the STSADM tool to delete the content database, in which case you have no option but to use STSADM. Here’s how you can use STSADM to create or delete a content database in MOSS 2007.

When you go to the command prompt, by default STSADM will not be on your path. You might want to add the location of STSADM to your path to make things easier. The file is located in C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\BIN. Go to the Environment Variables and edit the path under System variables. If you already have a command prompt open, you need to close the window and open it again to make the new path take effect.

Let’s assume you want to create a database called WSS_Content_Intranet and the SharePoint site is http://intranet:80. To create the database at the command prompt use the following command:

stsadm.exe -o addcontentdb -url http://intranet:80 -databasename WSS_Content_Intranet

If you want to delete a content database simply use the switch -deletecontentdb.

stsadm.exe -o deletecontentdb -url http://intranet:80 -databasename WSS_Content_Intranet

By the way, there is a space after “-databasename” in the above commands.

September 19, 2008

Microsoft Active Directory Topology Diagrammer

by @ 3:38 pm. Filed under Active Directory, Tools/Utils, Windows 2000, Windows 2003, Windows Vista, Windows XP

In case you are not familiar with this tool, this is worth checking out. The Microsoft Active Directory Topology Diagrammer reads an Active Directory configuration using ActiveX Data Objects (ADO), and then automatically generates a Visio diagram of your Active Directory and/or your Exchange 200x Server topology. The diagrams include domains, sites, servers, administrative groups, routing groups and connectors and can be changed manually in Visio if needed.

The tool works on Windows 2000/2003/XP/Vista. You can download the tool here.

Contact E-mail | Terms of Use | Privacy Policy

Copyright © 2013 Zubair Alexander. All rights reserved.

Internal Links

Search Blog

Categories

Archives

September 2008
M T W T F S S
« Aug   Oct »
1234567
891011121314
15161718192021
22232425262728
2930  

RSS Feeds

TechGalaxy Visitors

24 queries. 0.370 seconds