The information in this article applies to:
SYMPTOMS
If you attempt to use Microsoft Visual Basic for Applications code to add a discussion server, the following error message may appear:
-or-After you run a Microsoft Visual Basic for Applications Sub procedure that adds a discussion server, the following error message may appear when you display the Web Discussions toolbar in a Microsoft Office program: where <FriendlyName> is the "Friendly Name" specified in the Sub procedure for the discussion server. When you click OK on this error message, the Discussion Options dialog box appears with the discussion server just added. If you click OK, the previous error message appears again. CAUSEThe error messages described in the "Symptoms" section of this article appear because the Visual Basic for Applications code, DiscussionServers.Add, does not automatically append http:// before the discussion server name being added and / after the name being added. WORKAROUND
To work around this problem, you must append http:// before the discussion server name, and / after it. The following is an example: http://www.microsoft.com/mcsp/For more information about the support options available from Microsoft, please see the following page on the World Wide Web: http://www.microsoft.com/support/supportnet/overview/overview.asp
STATUSMicrosoft has confirmed this to be a problem in Microsoft Office 2000 Server Extensions. MORE INFORMATION
Discussion servers are Web servers that have Microsoft Office Server Extensions installed and are used to store Web discussions. The Discussions feature allows users to insert remarks into a Web page. The discussions are threaded--that is, replies to a discussion remark are nested directly under the remark. You can have multiple discussions in progress simultaneously. You start a discussion from within your browser. (You can also work directly from within Microsoft Word, Microsoft Excel, and Microsoft PowerPoint.) By using the Discussions toolbar, anyone reviewing your Web page can view and reply to any discussion. You can then review discussions in your browser or in an Office program and incorporate any changes to your Web page based on the feedback you receive. Additional query words: OFF2000 FocusTeam
Keywords : kbdta kbdtacode OSEClient |
Last Reviewed: October 11, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |