The information in this article applies to:
BUG #: 53719 (SQLBUG_70) BUG #: 56974 (SQLBUG_70) SYMPTOMS
When attempting to upgrade SQL Server version 6.5 to SQL Server version 7.0, the wizard continually reverts back to the Logon screen with no error message. The upgrade wizard allows the user to advance to either the Logon or Code page screen, but continually fails back to the Logon screen once you click Next. SQLArg0 points to the error log and SQLArg1 points to Master.dat Or, in the server configuration under Parameters, the master is listed under the error log parameter. For example:
WORKAROUND
Modify parameters in Enterprise Manager/Parameters so that master is above the error log. For example:
Or modify the Parameters key under the following so that SQLArg0 is pointing to Master.dat and SQLArg1 is pointing to the error log:
Another situation in which this problem may occur would be if the master.dat file is stored on the root drive. For example: The user should modify the parameters so that Master.dat is placed inside a directory, and not on the root drive. For example:
The master.dat file MUST be in a directory other than a root and without a space in the path.To work around this situation use the following steps:
Q181602 INF: How to Move a Device to Another LocationRefer to Option #2 in the article. STATUSMicrosoft has confirmed this to be a problem in SQL Server version 7.0. Additional query words: Upgrade hang
Keywords : |
Last Reviewed: December 29, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |