sql 7.0 a sql 2000

22/07/2003 - 11:45 por Carlos | Informe spam
Estoy intentando migrar un SQL 7.0+SP3 a un SQL 2000 Ent
sobre un windows 2000 +SP4.

Mi problema es que comienza la instalación de SQL2000 y llega un
momento que se queda en la pantalla que dice:

"Setup initializing the server for the upgrade process..."

Y hay se queda horas y horas.

He comprobado que modifica las BDs master.mdf, mastlog.ldf, model.mdf
y modellog.ldf (pues cambia la fecha y hora de los archivos) y se
queda en tempdb.mdf (ya que le cambia también la fecha del archivo,
pero no modifica ninguna más de las que hay en la carpeta DATA)

Os envío el final del sqpstp.log por si os dice algo.

Gracias por tu atención.

-
sqpstp.log
-

.
09:27:05 SetFileSecuritySQLAndAdmin for e:\mssql7 returned: 0, 0
09:27:06 SetFileSecuritySQLAndAdmin for C:\MSSQL7 returned: 0, 0
09:27:07 SetRegSecuritySQLAndAdmin for
Software\Microsoft\MSSQLServer\MSSQLServer returned: 0, 0
09:27:07 SetRegSecuritySQLAndAdmin for
Software\Microsoft\MSSQLServer\SQLServerAgent returned: 0, 0
09:27:07 SetRegSecuritySQLAndAdmin for
Software\Microsoft\MSSQLServer\Replication returned: 0, 0
09:27:07 SetRegSecuritySQLAndAdmin for
Software\Microsoft\MSSQLServer\Providers returned: 0, 0
09:27:07 SetRegSecuritySQLAndAdmin for
Software\Microsoft\MSSQLServer\Setup returned: 0, 0
09:27:07 SetRegSecuritySQLAndAdmin for
Software\Microsoft\MSSQLServer\Tracking returned: 0, 0
09:27:07 SetRegSecuritySQLAndAdminX for SOFTWARE\Microsoft\Microsoft
SQL Server\80 returned: 0, 0
09:27:07 Begin Action: UpdateSystemPath
09:27:07 Path successfully updated.
09:27:07
%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\system32\WBEM;C:\MSSQL7\BINN;C:\Program
Files\Microsoft SQL Server\80\Tools\BINN
09:27:07 End Action: UpdateSystemPath
09:27:08 Upgrading databases on instance 'MSSQLSERVER'
09:27:08 C:\TEMP\SqlSetup\Bin\scm.exe -Silent 1 -Action 6 -Service
MSSQLSERVER
09:27:08 Process Exit Code: (0)
09:27:08 C:\TEMP\SqlSetup\Bin\scm.exe -Silent 1 -Action 1 -Service
MSSQLSERVER -StartupOptions \-f \-m \-T4010
 

Leer las respuestas

#1 Carlos
22/07/2003 - 12:47 | Informe spam
En el fichero errorlog, al final veo que es un problema con la base de
datos tempdb.mdf, he probado a borrar e intentar lanzar la
actualización otra vez pero nada, se queda en el mismo mensaje.

¿alguna idea?



2003-07-22 12:33:25.40 server Microsoft SQL Server 2000 - 8.00.194
(Intel X86)
Aug 6 2000 00:57:48
Copyright (c) 1988-2000 Microsoft Corporation
Enterprise Edition on Windows NT 5.0 (Build 2195: Service Pack
4)

2003-07-22 12:33:25.41 server Copyright (C) 1988-2000 Microsoft
Corporation.
2003-07-22 12:33:25.41 server All rights reserved.
2003-07-22 12:33:25.41 server Server Process ID is 1408.
2003-07-22 12:33:25.41 server Logging SQL Server messages in file
'e:\mssql7\log\ERRORLOG'.
2003-07-22 12:33:25.44 server Warning: -f command line flag
used...minimal server configured.
2003-07-22 12:33:25.48 server SQL Server is starting at priority
class 'normal'(1 CPU detected).
2003-07-22 12:33:25.59 server Performance monitor shared memory
setup failed: -1
2003-07-22 12:33:25.71 server SQL Server configured for thread mode
processing.
2003-07-22 12:33:25.76 server Using dynamic lock allocation. [2500]
Lock Blocks, [5000] Lock Owner Blocks.
2003-07-22 12:33:25.79 server MS DTC initialization skipped because
of start up option.
2003-07-22 12:33:25.82 spid3 Warning ******************
2003-07-22 12:33:25.82 spid3 SQL Server started in single user
mode. Updates allowed to system catalogs.
2003-07-22 12:33:25.82 spid3 Starting up database 'master'.
2003-07-22 12:33:26.49 spid3 0 transactions rolled back in
database 'master' (1).
2003-07-22 12:33:26.85 server Using 'SSNETLIB.DLL' version
'8.0.311'.
2003-07-22 12:33:26.88 spid5 Starting up database 'model'.
2003-07-22 12:33:26.93 server SQL server listening on
172.16.41.108: 1433.
2003-07-22 12:33:26.93 server SQL server listening on 127.0.0.1:
1433.
2003-07-22 12:33:26.94 spid3 Server name is 'NTSQL'.
2003-07-22 12:33:27.05 server SQL server listening on TCP, Shared
Memory, Named Pipes.
2003-07-22 12:33:27.07 server SQL Server is ready for client
connections
2003-07-22 12:33:27.29 spid5 Clearing tempdb database.
2003-07-22 12:33:27.46 spid5 Encountered an unexpected error while
checking the sector size for file 'e:\mssql7\data\tempdb.mdf'. Check
the SQL Server error log for more information.
2003-07-22 12:33:29.07 spid5 CREATE DATABASE failed. Some file
names listed could not be created. Check previous errors.
2003-07-22 12:33:29.07 spid5 WARNING: problem activating all
tempdb files. See previous errors. Restart server with -f to correct
the situation.

On Tue, 22 Jul 2003 11:45:16 +0200, Carlos
wrote:

Estoy intentando migrar un SQL 7.0+SP3 a un SQL 2000 Ent
sobre un windows 2000 +SP4.

Mi problema es que comienza la instalación de SQL2000 y llega un
momento que se queda en la pantalla que dice:

"Setup initializing the server for the upgrade process..."

Y hay se queda horas y horas.

He comprobado que modifica las BDs master.mdf, mastlog.ldf, model.mdf
y modellog.ldf (pues cambia la fecha y hora de los archivos) y se
queda en tempdb.mdf (ya que le cambia también la fecha del archivo,
pero no modifica ninguna más de las que hay en la carpeta DATA)

Os envío el final del sqpstp.log por si os dice algo.

Gracias por tu atención.

-
sqpstp.log
-

.
09:27:05 SetFileSecuritySQLAndAdmin for e:\mssql7 returned: 0, 0
09:27:06 SetFileSecuritySQLAndAdmin for C:\MSSQL7 returned: 0, 0
09:27:07 SetRegSecuritySQLAndAdmin for
Software\Microsoft\MSSQLServer\MSSQLServer returned: 0, 0
09:27:07 SetRegSecuritySQLAndAdmin for
Software\Microsoft\MSSQLServer\SQLServerAgent returned: 0, 0
09:27:07 SetRegSecuritySQLAndAdmin for
Software\Microsoft\MSSQLServer\Replication returned: 0, 0
09:27:07 SetRegSecuritySQLAndAdmin for
Software\Microsoft\MSSQLServer\Providers returned: 0, 0
09:27:07 SetRegSecuritySQLAndAdmin for
Software\Microsoft\MSSQLServer\Setup returned: 0, 0
09:27:07 SetRegSecuritySQLAndAdmin for
Software\Microsoft\MSSQLServer\Tracking returned: 0, 0
09:27:07 SetRegSecuritySQLAndAdminX for SOFTWARE\Microsoft\Microsoft
SQL Server\80 returned: 0, 0
09:27:07 Begin Action: UpdateSystemPath
09:27:07 Path successfully updated.
09:27:07
%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\system32\WBEM;C:\MSSQL7\BINN;C:\Program
Files\Microsoft SQL Server\80\Tools\BINN
09:27:07 End Action: UpdateSystemPath
09:27:08 Upgrading databases on instance 'MSSQLSERVER'
09:27:08 C:\TEMP\SqlSetup\Bin\scm.exe -Silent 1 -Action 6 -Service
MSSQLSERVER
09:27:08 Process Exit Code: (0)
09:27:08 C:\TEMP\SqlSetup\Bin\scm.exe -Silent 1 -Action 1 -Service
MSSQLSERVER -StartupOptions \-f \-m \-T4010

Preguntas similares