Troubleshooting For SharePoint Server
Troubleshooting For SharePoint Server
Resolution
To resolve the issue, you must manually copy the Web.config file from the following folder:
After the Web.config file is in the Layouts folder, you can run the SharePoint Products and Technologies
Configuration Wizard again
Resolution
Important:
To run the Stsadm command-line tool, you must be a member of the Administrators group on the local
computer.
Resolution
Do not change the value of the SUpdateLocation parameter.
Resolution
Add disk space to your query server. This issue occurs because the method used to merge indexes has been
changed in SP1 to improve performance and reduce server downtime. However, this change increases the disk
space that is required to perform a master merge. Previous to SP1, a minimum of twice the physical size of the
index was required. With SP1, the minimum disk space requirement on a query server or index server is 2.85 times
the physical size of the index.
Resolution
You can prevent this issue from occurring on your Office SharePoint Server 2007 Web servers by installing the
Windows SharePoint Services 3.0 SP1 Language Template Pack.
If you already installed the Office SharePoint Server 2007 SP1 Language Template Pack without the Windows
SharePoint Services 3.0 SP1 Language Template Pack and your users are experiencing the script error, you can
resolve this problem by installing the Windows SharePoint Services 3.0 SP1 Language Template Pack on the
affected Office SharePoint Server 2007 Web servers.
The error is caused by an incorrect installation and configuration of Office SharePoint Server 2007. This error,
reported in system diagnostics during application operations, may indicate a work-around that instructs the
administrator to change machine key values in the Office SharePoint Server 2007 farm to resolve the issue.
Microsoft does not require or recommend that system administrators edit machine key values. The underlying
cause of the error is a configuration issue that may have occurred during or following the initial Office SharePoint
Server 2007 farm installation.
Resolution
Test and verify your Office SharePoint Server 2007 Standard Edition farm installation method and isolate possible
errors in application code or in post-installation configuration. To do this, create a new Office SharePoint Server
2007 Standard Edition baseline Virtual Machine by using the procedures in the following article in the Microsoft
Knowledge Base: Unknown Error in Microsoft Office SharePoint Server 2007 (http://go.microsoft.com/fwlink/?
LinkId=116157&clcid=0x409).
This problem can occur if you create the custom list template in a site that has a different site definition identifier
(ID) than the site that you added the template to. For example, this problem might occur if any one of the
following conditions is true:
You create a custom list template in a Office SharePoint Server 2007 site, and then you import the
template to a portal site.
You create a custom list template in a portal site, and then you import the template to a Office SharePoint
Server 2007 site.
You create a custom list template in a Office SharePoint Server 2007 site, and then you import the
template to another Office SharePoint Server site that uses a different site definition ID.
Resolution
Create the custom list template in the Office SharePoint Server 2007 site or in the portal site where the template
will be used. For example, if Office SharePoint Server 2007 sites that are based on the Team Site template require
a custom survey template, create the custom survey template in a site that is based on the Team Site template.
This issue can occur if a proxy server is not configured for the search service in Office SharePoint Server 2007 and
a proxy server is configured in Microsoft Internet Explorer. When a proxy server is not configured for the search
service in Office SharePoint Server 2007, the account that is configured as the default content access account uses
the proxy server settings that are configured in Internet Explorer.
Resolution
Use the following procedure to remove the proxy settings that are configured in Internet Explorer and restart the
Office SharePoint Server Search service.
1. Remove the proxy settings that are configured in Internet Explorer. To do so, follow these steps:
b. In the Internet Options dialog box, click the Connections tab, and then click LAN settings.
c. In the Local Area Network (LAN) Settings dialog box, in the Proxy server section, clear the
Use a proxy server for your LAN (These settings will not apply to dial-up or VPN
connections) check box, and then click OK.
d. In the Internet Options dialog box, click OK.
2. Restart the Office SharePoint Server Search service by performing the following steps:
b. In the list of services, right-click Office SharePoint Server Search, and then click Restart.
Controls or assemblies loaded from outside the global assembly cache are not trusted by default.
Resolution
Clear the tagMapping properties of the control by inserting the following lines in the Web.config file:
<code>
<tagMapping>
<clear/>
</tagMapping>
</code>