Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
Peter Dutch
Posting Yak Master
127 Posts |
Posted - 2002-06-27 : 08:13:11
|
| I recieved the following error 'all of a sudden' when openning a table or view in SQL Server:"The query cannot be executed because some files are missing.Run setup again to make sure the required files are registered"Allthough this is ofcourse very strange I tried to re-install the enterprise manager, when this didn't work I tried a lot things and the last thing I tried was - uninstall sqlserver (from the controlpanel)- manual delete the program directories- install sql server 2000this didn't work (still the same error)finally I tried to do the 'registry rebuild' option from the setup program, this also didn't help.Anyone had these problems before? |
|
|
izaltsman
A custom title
1139 Posts |
Posted - 2002-06-27 : 09:00:38
|
| Do you get this error when you connect to your SQL Server with Enterprise Manager or with Interdev? 'Cause there is something very similar documented for Interdev (KB article Q175802). http://support.microsoft.com/default.aspx?scid=kb;EN-US;q175802Do you have any problems querying your database from Query Analyzer? |
 |
|
|
Peter Dutch
Posting Yak Master
127 Posts |
Posted - 2002-06-27 : 09:17:58
|
| Thanks for your reply.The problem is only with Enterprise manager, I can retrieve data perfectly with query analyzer.I read the KB article, but that doesn't seem to apply to me.any other thoughts?Edited by - Peter Dutch on 06/27/2002 09:21:42 |
 |
|
|
chadmat
The Chadinator
1974 Posts |
|
|
Peter Dutch
Posting Yak Master
127 Posts |
Posted - 2002-06-28 : 07:27:09
|
Whoohoo!That worked! Thank you very much |
 |
|
|
|
|
|