|
SYMPTOMS
When you review a document library on an extranet site, you may receive an
error message that is similar to:
Script Execution Error: Error executing INVOKE query
CAUSE
This problem may occur if the Web sites are not numbered sequentially in the
Internet Information Services (IIS) metabase. This problem may occur if a Web
site is deleted.
By default, IIS Web sites are numbered sequentially when they are created, for
example:
• W3SVC/1: Typically the default Web site
• W3SVC/2: Typically the administration Web site
• W3SVC/3: Typically the first Web site that a user creates
If the administration Web site is removed, the sites are no longer numbered
sequentially, for example:
• W3SVC/1: The default Web site
• W3SVC/3: The first Web site that a user creates
• W3SVC/4: The second Web site that a user creates
WORKAROUND
To work around this problem, create another Web site in Internet Services
Manager. Give this new Web site the Web site number of the Web site that was
deleted (for example, W3SVC/2).
If you do not want to host another Web site, you can create a placeholder Web
site to sequentially number Web sites in IIS:
1. In the InetPub folder, create a folder named PLACEHOLDER.
2. Start Internet Services Manager:
a. Click Start, point to Programs, and then click
Administrative Tools.
b. Click Internet Services Manager.
3. Right-click your computer name, click New, and then click
Web Site.
4. When the Web site creation wizard appears, click Next.
5. Type Placeholder for the site description, and then click
Next.
6. Type 127.0.0.1 for the IP address, type PLACEHOLDER for the
host header, and then click Next.
7. Type or locate the path for the Placeholder folder that you
created in step 1, and then click Next.
8. Click to clear the check boxes for all Web access
permissions, and then click Next.
9. Click Finish.
10. Right-click the newly created Placeholder Web site in
Internet Services Manager, and then click Stop.
The new Web site is created, but Web clients cannot locate the new Web site
|