INF: How To Setup an Alternate Console Pipe |
Q137406
Microsoft SQL Server version 6.0 has added new flexibility for installations that require a migration path from SQL Server version 4.21a by allowing a side-by-side installation of both products on the same server. However, there is a conflict with the default console pipe that is used by SQL Administrator on version 4.21a. You may see the following message in either or both of the errorlogs for version 6.0 and version 4.21a, which indicates that there was a problem setting up the console pipe:
The console pipe is primarily used for disk dumps where you are prompted to insert and remove the disk. The console pipe is also used in SQL Administrator to prompt you to insert and remove a tape from the tape drive. By default, both SQL Server 6.0 and SQL Server 4.21a will attempt to create the same console pipe - \\.\PIPE\SQL\CONSOLE.95/08/01 06:00:00.00 ksconsole: failed to initialize Console operation
Q134937 INF: Running SQL Versions 6.0 and 4.21 Side by Side
The method for changing the default console pipe to use an alternate pipe requires the use of the REGEDT32.EXE program. Add the following value to the \\HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\MSSQLServer\MSSQLServer key in the Windows NT Registry:
Console REG_SZ SSNMPN60,\\.\pipe\sql60\console
After you add the key, shutdown and restart both SQL Servers.
CONSOLE -P sql60
Additional query words: sql6 server console windows nt
Keywords : kbsetup
Issue type :
Technology : kbSQLServSearch kbAudDeveloper kbSQLServ600
|
Last Reviewed: December 16, 1999 © 2001 Microsoft Corporation. All rights reserved. Terms of Use. |