Microsoft KB Archive/233202

From BetaArchive Wiki
Knowledge Base


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

Article ID: 233202

Article Last Modified on 3/14/2006



APPLIES TO

  • Microsoft SQL Server 7.0 Standard Edition



This article was previously published under Q233202

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 7.0. This problem has been corrected in U.S. Service Pack 1 for Microsoft SQL Server 7.0. For more information, click the following article number to view the article in the Microsoft Knowledge Base:

232570INF: How to Obtain Service Pack 1 for Microsoft SQL Server 7.0 and Microsoft Data Engine (MSDE) 1.0


For more information, contact your primary support provider.


Additional query words: repl dist

Keywords: kbbug kbfix KB233202