![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am trying to reinstall SQL Express after playing with it some. I uninstalled it, and now, it refuses to reinstall. I have tried multiple times which makes that final result comment in the log file a slap in the face. Any ideas what this log file means and how I can get SQL Express installed? I really do not want to have to reinstall my whole system. |
|
Log with failure: C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20100913_144043\sql_engine_core_inst _Cpu32_1.log |
|
Exception help link: http://go.microsoft.com/fwlink?LinkI...r=10.0.1600.22 |
#3
| |||
| |||
|
|
Gene Wirchenko (genew (AT) ocis (DOT) net) writes: I am trying to reinstall SQL Express after playing with it some. I uninstalled it, and now, it refuses to reinstall. I have tried multiple times which makes that final result comment in the log file a slap in the face. Any ideas what this log file means and how I can get SQL Express installed? I really do not want to have to reinstall my whole system. The log fil you posted is just the summary, and it tells us that installation of the Database Engine and Reporting Services failed. Furthermore it lists the log for the Engine as the log with failure: Log with failure: C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20100913_144043\sql_engine_core_inst _Cpu32_1.log So then you just open the log, read from the top to bottom and correct the error. No, sorry, that was really a black piece of humour. Those logs are |
|
verbose, and the error is typically near the end - but there are still hundreds of lines of cleanup after the error message. But you may be able to find the error - that's certainly an exercise worth doing. And the penny *may* drop when you see the error message - although I would not really expect it to. |
|
But if you can locate the part where there error message appears, you can repost it here. If you can't locate the error, try to put the log on a web site and post a link; it's too long to be good for a Usenet post. Exception help link: http://go.microsoft.com/fwlink?LinkI...r=10.0.1600.22 So this link actually has some useful information. Except that it refers to SQL Native Client, and not the engine. So I don't know if this is a false lead. But if you find this error in the log, maybe it's the real guy. |
#4
| |||
| |||
|
|
verbose, and the error is typically near the end - but there are still hundreds of lines of cleanup after the error message. But you may be able to find the error - that's certainly an exercise worth doing. And the penny *may* drop when you see the error message - although I would not really expect it to. Ah, no, it did not. |
|
One problem that I have gotten on other tries is: Microsoft SQL Server 2008 Setup -- The following error has occurred: The MOF compiler could not connect with the WMI server. This is either becauses of a semantic error such as an incompatibility with the existing WMI repository or an actual error such as the failure of the WMI server to start. |
|
SQL Server Setup has encountered the following error: The system cannot find the file specified. Error code 0x84BB0001. [OK] It would have been nice if the file had been specified. |
#5
| |||
| |||
|
|
Gene Wirchenko (genew (AT) ocis (DOT) net) writes: verbose, and the error is typically near the end - but there are still hundreds of lines of cleanup after the error message. But you may be able to find the error - that's certainly an exercise worth doing. And the penny *may* drop when you see the error message - although I would not really expect it to. Ah, no, it did not. But what did it say in the log? |
|
One problem that I have gotten on other tries is: Microsoft SQL Server 2008 Setup -- The following error has occurred: The MOF compiler could not connect with the WMI server. This is either becauses of a semantic error such as an incompatibility with the existing WMI repository or an actual error such as the failure of the WMI server to start. WMI = Windows Management Instrumentation (I think). There is a service, which you can find if you right-click My Computer and select Manage and go to Services. You can try to get this service running and if it does not start, check the event log for errors. SQL Server Setup has encountered the following error: The system cannot find the file specified. Error code 0x84BB0001. [OK] It would have been nice if the file had been specified. Again, check the detail log files, or make them available somewhere if you want someone else to look at them. |
#6
| |||
| |||
|
|
I have checked them. There is nothing that I can figure out for sure. There is a lot of extraneous detail, and you know this since you mentioned about it being too much for a post. Does this not tell you something about the installation procedure being dysfunctional? |
|
I am just learning SQL Server. It is rather a pain to have become expert on the innards of the installation procedure. BTW, do you know of any documentation on the innards? So far, I am quite in the dark on this. |
#7
| |||
| |||
|
|
Gene Wirchenko (genew (AT) ocis (DOT) net) writes: I have checked them. There is nothing that I can figure out for sure. There is a lot of extraneous detail, and you know this since you mentioned about it being too much for a post. Does this not tell you something about the installation procedure being dysfunctional? It also tells me somehing about the complexity of writing a fireproof Setup program. Imagine that you have to write instructions for moving around in a dense forest, but all you have is a map of how the forest looked like it was planted. You can forsee some of the surprises, but not all. |
|
I'm not saying that the SQL Setup is perfect. If nothing else, the logs are utterly verbose (I believe theare switches to make the logs even more verbose). But cut the guys some slack. It *is* a difficult game. |
|
I am just learning SQL Server. It is rather a pain to have become expert on the innards of the installation procedure. BTW, do you know of any documentation on the innards? So far, I am quite in the dark on this. And, yes, my friend you will remain in the dark if you don't make that detail log available, so that someone here can have a look at it. No promises that we can help you, but with information at all, it's definitely not going to happen. |
#8
| |||
| |||
|
#9
| |||
| |||
|
|
I know that, but they sure do not present things very well. Why can't the error the sets off the problem be highlighted? At some point, the decision was made that the installation failed. No matter how difficult it is to nail down exactly what went wrong, the decision point is known. |
|
It is also a difficult game for me. If my boss were not pushing to go with Microsoft on this, I would have run screaming to another DBMS by now. |
#10
| |||
| |||
|
|
Gene Wirchenko (genew (AT) ocis (DOT) net) writes: I know that, but they sure do not present things very well. Why can't the error the sets off the problem be highlighted? At some point, the decision was made that the installation failed. No matter how difficult it is to nail down exactly what went wrong, the decision point is known. I think one problem is that there are a numbered of nested install packages. The SQL Setup is certainly not your plain-vanilla install. |
|
I don't have the time to look through your logs tonight. I will have to look more tomorrow or during the weekend. I just had a brief look, and just a silly question: have you checked that you are not short on disk space? |
|
It is also a difficult game for me. If my boss were not pushing to go with Microsoft on this, I would have run screaming to another DBMS by now. Just make sure that you run in the right direction. I have not worked with Oracle, but rumor has it that SQL Server is far easier to administrate, and it starts even with the installation. |
![]() |
| Thread Tools | |
| Display Modes | |
| |