You cannot access a backward-compatible document library when you connect to the server by using a domain name in SharePoint Portal Server 2003 (830038)
The information in this article applies to:
- Microsoft Office SharePoint Portal Server 2003
Important This article contains information about how to modify the registry. Make sure to back up the registry before you modify it. Make sure that you know how to restore the registry if a problem occurs. For more information about how to back up, restore, and modify the registry, click the following article number to view the article in the Microsoft Knowledge Base: 256986 Description of the Microsoft Windows registry SYMPTOMSIn Microsoft Office SharePoint Portal Server 2003, you may
find that you cannot access a backward-compatible document library on the
portal site if you connect to the server on your intranet by using its fully
qualified domain name (FQDN). Additionally, you may receive one of the following error messages: Error message 1Script execution error: the server name or address could not be resolved. Error message 2The character '>' was expected. Error message 3Script Execution: Reason: No data is available for the requested resource. CAUSEThis issue occurs in situations when you use a FQDN to
connect to the server and the FQDN of the server is not configured in the
registry or in the proxy settings of Microsoft Internet Explorer.WORKAROUNDTo resolve this issue, follow these steps on the server that
is running SharePoint Portal Server 2003. Warning Serious problems might occur if you modify the registry incorrectly by using Registry Editor or by using another method. These problems might require that you reinstall your operating system. Microsoft cannot guarantee that these problems can be solved. Modify the registry at your own risk. - Add the following registry entries, and set the value of
the entries to 3, where
ServerFQDN, is the FQDN of the server :
- HKEY_USERS\S-1-5-18\Software\Microsoft\Windows\CurrentVersion\Internet
Settings\ZoneMap\Domains\ServerFQDN\http
- HKEY_USERS\S-1-5-18\Software\Microsoft\Windows\CurrentVersion\Internet
Settings\ZoneMap\Domains\ServerFQDN\https
- HKEY_USERS\S-1-5-18\Software\Microsoft\Windows\CurrentVersion\Internet
Settings\ZoneMap\EscDomains\ServerFQDN\http
- HKEY_USERS\S-1-5-18\Software\Microsoft\Windows\CurrentVersion\Internet
Settings\ZoneMap\EscDomains\ServerFQDN\https
To do so, follow these steps:
- Click Start,, and then click
Run.
- In the Open box, type
regedit, and then click OK.
- Right-click the following registry key, point to
New, and then click Key:
HKEY_USERS\S-1-5-18\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domain - Type
ServerFQDN, where
ServerFQDN is the FQDN of the server, and then press
ENTER.
- Right-click the
ServerFQDN key that you created,
point to New, and then click DWORD
Value.
- Type http, and then press
ENTER.
- In the Value data box, type
3, and then click OK.
- Right-click the
ServerFQDN key that you created,
point to New, and then click DWORD
Value.
- Type https, and then press
ENTER.
- In the Value data box, type
3, and then click OK.
- Right-click the following registry key, point to
New, and then click Key:
HKEY_USERS\S-1-5-18\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\EscDomains - Type
ServerFQDN, where
ServerFQDN is the FQDN of the server, and then press
ENTER.
- Right-click the
ServerFQDN key that you created,
point to New, and then click DWORD
Value.
- Type http, and then press
ENTER.
- In the Value data box, type
3, and then click OK.
- Right-click the
ServerFQDN key that you created,
point to New, and then click DWORD
Value.
- Type https, and then press
ENTER.
- In the Value data box, type
3, and then click OK.
- Make sure that the FQDN and the IP address of the server
are configured in the Hosts file on the server.
- Configure the proxy settings in Internet Explorer. To do
so, follow these steps:
- Start Internet Explorer (if it is not already started),
and then on the Tools menu, click Internet
Options.
- Click the Connections tab, and then
click LAN Settings.
- In the Local Area Network (LAN)
Settings dialog box, under Automatic configuration,
click to clear the Automatically detect settings check box (if
it is not already cleared).
- Under Proxy server, click to select
the Use a proxy server for your LAN (These settings will not apply to
dial-up or VPN connections) check box (if it is not already selected).
- In the Address and
Port boxes, type the name and the port number of your proxy
server (if the name and the port number of the proxy server are not already
configured).
- Click to select the Bypass proxy server for
local addresses check box (if it is not already selected).
- Click Advanced.
- In the Proxy Settings dialog box,
under Exceptions, type the FQDN of the server in the
Do not use proxy server for addresses beginning with box, and
then click OK.
- Click OK.
- Quit Internet Explorer.
- Use the Proxycfg command-line tool to copy the proxy server
settings that you configured in Internet Explorer. To do so, follow these
steps:
- Click Start, and then click
Run.
- In the Open box, type
cmd, and then click OK.
- Change to the Drive:\Program
Files\SharePoint Portal Server\Bin folder, where
Drive is the drive where SharePoint Portal Server
2003 is installed.
To do this, at the command prompt, type the
following line, and then press ENTER: cd Drive:\program files\sharepoint portal server\bin - At the command prompt, type the following line, and
then press ENTER:
- Configure an alternate access mapping URL for the server,
and specify the URL as
https://ServerName. To do so,
follow these steps:
- Start SharePoint Central Administration.
- Under Portal Site and Virtual Server
Configuration, click Configure alternate portal site
URLs for intranet, extranet, and custom access.
- Click the mapping name, and then click
Edit.
- On the Change Alternate Access Setting page, type
https://ServerName in either the
Intranet URL box, the Extranet URL box, or
the Custom URL box.
- Click OK.
- Restart Microsoft Internet Information Services (IIS). To
do so, follow these steps:
- At the command prompt, type
iisreset, and then press ENTER
- Type exit, and then press ENTER
to exit Command Prompt.
Modification Type: | Minor | Last Reviewed: | 1/9/2006 |
---|
Keywords: | kbregistration kbprb KB830038 kbAudITPRO |
---|
|