FIX: Configuration Fails Pasting Distributor Database Name with a Leading Space

ID: Q233202


The information in this article applies to:
  • Microsoft SQL Server version 7.0

BUG #: 52858 (SQLBUG_70)

SYMPTOMS

In the Configure Publishing and Distribution Wizard, if you select the option to customize the settings rather than accept the default values, you are given the opportunity to change the distribution database name from its default of "distribution." Although you cannot type a space character in the Distribution Database Name box, it does accept a space character if you copy a text string (for example, "my database") to the clipboard and paste it in.

If the name you use contains a space character, the database is still created. However, if the name that you paste in begins with a space character (for example, " my database"), the wizard fails with the following error message:

SQL Server Enterprise Manager could not configure 'server_name' as the distributor for 'server_name'.

Error 14262: The specified @database_name ('db_name') does not exist.


WORKAROUND

To work around this problem:

  • do not use spaces in the name


  • -or-

  • make sure that the database name you are pasting in does not contain a leading space character.


STATUS

Microsoft has confirmed this to be a problem in SQL Server version 7.0. This problem has been corrected in U.S. Service Pack 1 for Microsoft SQL Server version 7.0. For information about downloading and installing the latest SQL Server Service Pack, see http://support.microsoft.com/support/sql/.

For more information, contact your primary support provider.

Additional query words: repl dist

Keywords : SSrvRep kbbug7.00
Version : winnt:7.0
Platform : winnt
Issue type : kbbug


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