"The server instance specified was not found." error message when you perform an operation on a virtual server in Windows SharePoint Services (832816)
The information in this article applies to:
- Microsoft Windows SharePoint Services
SYMPTOMSIn Microsoft Windows SharePoint Services, when you use the
Stsadm.exe command-line tool to perform an operation on a virtual server by
using its host name, or when you create a custom Web application that uses the
Windows SharePoint Services object model to perform an operation on a virtual
server by using its host name, you may receive the following error message:
The server instance specified was not found. Please
specify the server's address and port. For example, you may receive
this error message if you create a custom Web application that uses the
following code: SPSite testSite = new SPSite("http://SiteName");
String strURL = oSite.Url.ToString (); CAUSEThis problem may occur if the virtual server is assigned a
specific IP address in Microsoft Internet Information Services (IIS) and the
host name of the virtual server is mapped in DNS. In this situation, the host
name is not mapped in the metabase, and Windows SharePoint Services does not
query DNS to resolve the host name.RESOLUTIONTo resolve this issue, do one of the following, as
appropriate to your situation:
- Assign a host header name to the IP address that is
configured for the virtual server in IIS. By doing so, Windows SharePoint
Services can map the virtual server to the host name. To assign a host header
name for a virtual server in IIS, follow these steps:
- Start Internet Information Services (IIS)
Manager.
- Expand
ServerName, and then expand
Web Sites.
- Right-click the Web site that you want, and then click
Properties.
- Click the Web Site tab, and then under
Web site identification, click
Advanced.
- Under Multiple identities for this Web
site, click Add.
- In the Add/Edit Web Site Identification
dialog box, specify an IP address, TCP port, and host header value,
and then click OK
- Click OK, and then click
OK.
- If the IP address of the virtual server in IIS is set to
All Unassigned, perform the operation on the virtual server by
using the server name.
- Perform the operation on the virtual server by using the IP
address that is assigned to the virtual server.
Note IP-bound virtual servers are now supported. Additionally, the issue that is described in the following Microsoft Knowledge Base article is fixed in Microsoft Windows SharePoint Services Service Pack 2 (SP2): 830342 You receive a "Soap:Server Exception of Type Microsoft.SharePoint.SoapServer.SoapServerException" message when you try to edit a portal by using FrontPage 2003 or when you try to export a Web part
Modification Type: | Major | Last Reviewed: | 1/23/2006 |
---|
Keywords: | kbWebServices kbnewfile kbprb kbtshoot kberrmsg kbinfo KB832816 kbAudITPRO |
---|
|