Article ID: 304070 - Last Review: January 31, 2007 - Revision: 3.3 FP: Run-time Error '-2147467259 (80004005)' Publishing to Root Web/SubwebThis article was previously published under Q304070 SYMPTOMS
When you attempt to publish a Microsoft FrontPage Web to a root Web by using a Microsoft Visual Basic for Applications macro, the following error message appears:
Run-time error '-2147467259 (80004005)': Bad parameter passed to Web Server Extensions. Check the information you entered and try again.
Run-time error '-2147467259 (80004005)': Server error: Web already exists: "/subweb_name". CAUSE
This problem can occur if the destination Web already exists.
MORE INFORMATIONMicrosoft provides programming examples for illustration only, without warranty either expressed or implied. This includes, but is not limited to, the implied warranties of merchantability or fitness for a particular purpose. This article assumes that you are familiar with the programming language that is being demonstrated and with the tools that are used to create and to debug procedures. Microsoft support engineers can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific requirements.
Because the Web already exists, you should use the fpPublishAddToExistingWeb publish flag when publishing to a Web. NOTE: When you use Microsoft FrontPage 2002, Microsoft recommends you use the fpPublishNoDeleteUnmatched flag so that content that is in conflict will not be deleted. The following sample Visual Basic code prompts for a source and destination Web and adds the appropriate publish flags when it publishes the source Web to the destination Web.
| Article Translations
|
Back to the top
