Server Error Converting a Sub Web to a Folder

ID: Q215333


The information in this article applies to:
  • Microsoft FrontPage 2000 Server Extensions


SYMPTOMS

When using the FrontPage Client to convert an existing sub Web to a folder on an Apache UNIX server, you get the following error message:

Server error: Cannot open file
"/usr/local/apache/share/htdocs/testweb/_vti_pvt/service.lck for writing,
where the testweb is the web you are trying to convert.


CAUSE

The error is usually caused on UNIX because the sub Web is owned by a different UNIX user account than the root Web or parent Web.


RESOLUTION

To resolve the problem, you can do the following:

Change the UNIX user of the Web you are trying to convert to a folder to the same account that owns the parent Web. You can use the Fpsrvadm.exe command-line utility in /usr/local/frontpage/version4.0/bin to do this by typing the following command at a command prompt:

./fpsrvadm.exe -o chown -p ipaddress:80 -w webname
Where ipaddress is the IP address for the virtual server and webname is the name of the Web you want to convert. You will be prompted for the user name; enter the user name from the root Web.


STATUS

Microsoft has confirmed this to be a problem in Microsoft FrontPage 2000 Server Extensions.

Additional query words: front page

Keywords : kbdta fpse2000
Version : winnt:
Platform : winnt
Issue type : kbbug


Last Reviewed: April 20, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.