|
|
|
|
||||||
| ms.sqlserver.setup Questions about SQL Server. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#2 (permalink) |
|
Messages: n/a
Hébergeur: |
Do you know if the upgrade succeeded? You should check if SQL Server creates
errorlog files when it tries to start. -- -Milos Cimfl This posting is provided "AS IS" with no warranties, and confers no rights. "mecn" <mecn2002@yahoo.com> wrote in message news:Or8x0hb1GHA.480@TK2MSFTNGP06.phx.gbl... > Hi, > After I upgraded sql2k to sql2005. I can't start the server service > anymore. > Any ideas? > > Thanks > |
|
|
|
#3 (permalink) |
|
Messages: n/a
Hébergeur: |
No error
Can I uninstall? install sql 2k and upgrade again? Thjankjs "Milos Cimfl [MSFT]" <mcimfl@microsoft.com> wrote in message news:uKzCNIc1GHA.1292@TK2MSFTNGP03.phx.gbl... > Do you know if the upgrade succeeded? You should check if SQL Server > creates errorlog files when it tries to start. > > -- > -Milos Cimfl > This posting is provided "AS IS" with no warranties, and confers no > rights. > > > "mecn" <mecn2002@yahoo.com> wrote in message > news:Or8x0hb1GHA.480@TK2MSFTNGP06.phx.gbl... >> Hi, >> After I upgraded sql2k to sql2005. I can't start the server service >> anymore. >> Any ideas? >> >> Thanks >> > > |
|
|
|
#4 (permalink) |
|
Messages: n/a
Hébergeur: |
It tells me it's internal windowss error or internal serive error
"Milos Cimfl [MSFT]" <mcimfl@microsoft.com> wrote in message news:uKzCNIc1GHA.1292@TK2MSFTNGP03.phx.gbl... > Do you know if the upgrade succeeded? You should check if SQL Server > creates errorlog files when it tries to start. > > -- > -Milos Cimfl > This posting is provided "AS IS" with no warranties, and confers no > rights. > > > "mecn" <mecn2002@yahoo.com> wrote in message > news:Or8x0hb1GHA.480@TK2MSFTNGP06.phx.gbl... >> Hi, >> After I upgraded sql2k to sql2005. I can't start the server service >> anymore. >> Any ideas? >> >> Thanks >> > > |
|
|
|
#5 (permalink) |
|
Messages: n/a
Hébergeur: |
Can you check if the service, when it starts, creates ERRORLOG file. It
should be somewhere in Program Files\Microsoft SQL Server\MSSQLSERVER\LOG. -- -Milos Cimfl This posting is provided "AS IS" with no warranties, and confers no rights. "mecn" <mecn2002@yahoo.com> wrote in message news:%23depaXc1GHA.4116@TK2MSFTNGP02.phx.gbl... > It tells me it's internal windowss error or internal serive error > > > > "Milos Cimfl [MSFT]" <mcimfl@microsoft.com> wrote in message > news:uKzCNIc1GHA.1292@TK2MSFTNGP03.phx.gbl... >> Do you know if the upgrade succeeded? You should check if SQL Server >> creates errorlog files when it tries to start. >> >> -- >> -Milos Cimfl >> This posting is provided "AS IS" with no warranties, and confers no >> rights. >> >> >> "mecn" <mecn2002@yahoo.com> wrote in message >> news:Or8x0hb1GHA.480@TK2MSFTNGP06.phx.gbl... >>> Hi, >>> After I upgraded sql2k to sql2005. I can't start the server service >>> anymore. >>> Any ideas? >>> >>> Thanks >>> >> >> > > |
|
|
|
#6 (permalink) |
|
Messages: n/a
Hébergeur: |
I checked it says:
Starting up database 'model'. 2006-09-11 13:24:15.15 Server Error: 17182, Severity: 16, State: 1. 2006-09-11 13:24:15.15 Server TDSSNIClient initialization failed with error 0xd, status code 0x4. 2006-09-11 13:24:15.15 Server Error: 17182, Severity: 16, State: 1. 2006-09-11 13:24:15.15 Server TDSSNIClient initialization failed with error 0xd, status code 0x1. 2006-09-11 13:24:15.15 Server Error: 17826, Severity: 18, State: 3. 2006-09-11 13:24:15.15 Server Could not start the network library because of an internal error in the network library. To determine the cause, review the errors immediately preceding this one in the error log. 2006-09-11 13:24:15.15 Server Error: 17120, Severity: 16, State: 1. 2006-09-11 13:24:15.15 Server SQL Server could not spawn FRunCM thread. Check the SQL Server error log and the Windows event logs for information about possible related problems. "Milos Cimfl [MSFT]" <mcimfl@microsoft.com> wrote in message news:%23I2LE5n1GHA.4924@TK2MSFTNGP05.phx.gbl... > Can you check if the service, when it starts, creates ERRORLOG file. It > should be somewhere in Program Files\Microsoft SQL Server\MSSQLSERVER\LOG. > > -- > -Milos Cimfl > This posting is provided "AS IS" with no warranties, and confers no > rights. > > > "mecn" <mecn2002@yahoo.com> wrote in message > news:%23depaXc1GHA.4116@TK2MSFTNGP02.phx.gbl... >> It tells me it's internal windowss error or internal serive error >> >> >> >> "Milos Cimfl [MSFT]" <mcimfl@microsoft.com> wrote in message >> news:uKzCNIc1GHA.1292@TK2MSFTNGP03.phx.gbl... >>> Do you know if the upgrade succeeded? You should check if SQL Server >>> creates errorlog files when it tries to start. >>> >>> -- >>> -Milos Cimfl >>> This posting is provided "AS IS" with no warranties, and confers no >>> rights. >>> >>> >>> "mecn" <mecn2002@yahoo.com> wrote in message >>> news:Or8x0hb1GHA.480@TK2MSFTNGP06.phx.gbl... >>>> Hi, >>>> After I upgraded sql2k to sql2005. I can't start the server service >>>> anymore. >>>> Any ideas? >>>> >>>> Thanks >>>> >>> >>> >> >> > > |
|
|
|
#7 (permalink) |
|
Messages: n/a
Hébergeur: |
I can think of one reason that could cause this. When SQL server process is
killed or stated from console as different account then service it leaves named pipe opened and subsequent startup fails with this error. A possible solution is to reboot the machine. -- -Milos Cimfl This posting is provided "AS IS" with no warranties, and confers no rights. "mecn" <mecn2002@yahoo.com> wrote in message news:uMbOakp1GHA.1252@TK2MSFTNGP04.phx.gbl... >I checked it says: > Starting up database 'model'. > 2006-09-11 13:24:15.15 Server Error: 17182, Severity: 16, State: 1. > 2006-09-11 13:24:15.15 Server TDSSNIClient initialization failed with > error 0xd, status code 0x4. > 2006-09-11 13:24:15.15 Server Error: 17182, Severity: 16, State: 1. > 2006-09-11 13:24:15.15 Server TDSSNIClient initialization failed with > error 0xd, status code 0x1. > 2006-09-11 13:24:15.15 Server Error: 17826, Severity: 18, State: 3. > 2006-09-11 13:24:15.15 Server Could not start the network library > because of an internal error in the network library. To determine the > cause, review the errors immediately preceding this one in the error log. > 2006-09-11 13:24:15.15 Server Error: 17120, Severity: 16, State: 1. > 2006-09-11 13:24:15.15 Server SQL Server could not spawn FRunCM > thread. Check the SQL Server error log and the Windows event logs for > information about possible related problems. > > > > "Milos Cimfl [MSFT]" <mcimfl@microsoft.com> wrote in message > news:%23I2LE5n1GHA.4924@TK2MSFTNGP05.phx.gbl... >> Can you check if the service, when it starts, creates ERRORLOG file. It >> should be somewhere in Program Files\Microsoft SQL >> Server\MSSQLSERVER\LOG. >> >> -- >> -Milos Cimfl >> This posting is provided "AS IS" with no warranties, and confers no >> rights. >> >> >> "mecn" <mecn2002@yahoo.com> wrote in message >> news:%23depaXc1GHA.4116@TK2MSFTNGP02.phx.gbl... >>> It tells me it's internal windowss error or internal serive error >>> >>> >>> >>> "Milos Cimfl [MSFT]" <mcimfl@microsoft.com> wrote in message >>> news:uKzCNIc1GHA.1292@TK2MSFTNGP03.phx.gbl... >>>> Do you know if the upgrade succeeded? You should check if SQL Server >>>> creates errorlog files when it tries to start. >>>> >>>> -- >>>> -Milos Cimfl >>>> This posting is provided "AS IS" with no warranties, and confers no >>>> rights. >>>> >>>> >>>> "mecn" <mecn2002@yahoo.com> wrote in message >>>> news:Or8x0hb1GHA.480@TK2MSFTNGP06.phx.gbl... >>>>> Hi, >>>>> After I upgraded sql2k to sql2005. I can't start the server service >>>>> anymore. >>>>> Any ideas? >>>>> >>>>> Thanks >>>>> >>>> >>>> >>> >>> >> >> > > |
|
![]() |
| Outils de la discussion | |
|
|