![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have SQL Server 7 on an NT server. The catalogue has been working for a long time, however, it stopped and I cannot seem to get it to repopulate. It stopped during an incremental population. I have tried deleting it so I can rebuild it, but whatever I try to do, I get the same message: "Database is not full-text enabled yet". Can anyone help?? |
#3
| |||
| |||
|
|
-----Original Message----- Linda, Could you review your server's Application Event log for any "Microsoft Search" or MssCi source events (warnings, or errors) near the day & time that the FT Catalog stopped working? Additionally, review the server System Event log for any relate disk i/o warnings of low free disk space on both your server's system disk drive (usually, the C:\ drive) or the drive where the FT Catalog reside. Most likely the FT Catalog is corrupt (and you may see a MssCi event with a stack trace in it) and you may be in a "Catch-22" situation where you cannot drop the FT Catalog (please try this), nor re-build it as well as not able to run a Full or Incremental Population. IF so and depending upon the errors in the Application event log, I have as sql script that you can "manually de-reference" the FT Catalog, however, it is highly dependent on the type of errors you are seeing and you may need to remove and re- install the FTS and MSSearch components as well. Please, post any related application event errors in your reply! Thanks, John "Linda" <anonymous (AT) discussions (DOT) microsoft.com> wrote in message news:2865701c46458$a8cf3cf0$a501280a (AT) phx (DOT) gbl... I have SQL Server 7 on an NT server. The catalogue has been working for a long time, however, it stopped and I cannot seem to get it to repopulate. It stopped during an incremental population. I have tried deleting it so I can rebuild it, but whatever I try to do, I get the same message: "Database is not full-text enabled yet". Can anyone help?? . |
#4
| |||
| |||
|
|
John, I examined all logs but could not find anything concerning the FT catalog. The logs for that date are no longer available. It seems that the server was rebooted while the catalog was performing an incremental update, freezing the catalog. I tried to drop it, but again got the message "Database is not full-text enabled Please run sp_fulltext_database 'enable' . When I do that, the query never finishes. I have to reboot the server to clear it. Maybe the script can help? Thanks!! Linda -----Original Message----- Linda, Could you review your server's Application Event log for any "Microsoft Search" or MssCi source events (warnings, or errors) near the day & time that the FT Catalog stopped working? Additionally, review the server System Event log for any relate disk i/o warnings of low free disk space on both your server's system disk drive (usually, the C:\ drive) or the drive where the FT Catalog reside. Most likely the FT Catalog is corrupt (and you may see a MssCi event with a stack trace in it) and you may be in a "Catch-22" situation where you cannot drop the FT Catalog (please try this), nor re-build it as well as not able to run a Full or Incremental Population. IF so and depending upon the errors in the Application event log, I have as sql script that you can "manually de-reference" the FT Catalog, however, it is highly dependent on the type of errors you are seeing and you may need to remove and re- install the FTS and MSSearch components as well. Please, post any related application event errors in your reply! Thanks, John "Linda" <anonymous (AT) discussions (DOT) microsoft.com> wrote in message news:2865701c46458$a8cf3cf0$a501280a (AT) phx (DOT) gbl... I have SQL Server 7 on an NT server. The catalogue has been working for a long time, however, it stopped and I cannot seem to get it to repopulate. It stopped during an incremental population. I have tried deleting it so I can rebuild it, but whatever I try to do, I get the same message: "Database is not full-text enabled yet". Can anyone help?? . |
#5
| |||
| |||
|
|
-----Original Message----- Linda, I emailed you the SQL Server 7.0 version to "manually de- reference" a FT Catalog, please use it with caution as it requires modification to both system tables as well as the registry hive. I highly recommend that you backup both your database as well as the registry hive BEFORE using the script as well as testing the procedure in a test environment prior to using it. Regards, John anonymous (AT) discussions (DOT) microsoft.com> wrote in message news:287e401c464fa$6a21ad10$a601280a (AT) phx (DOT) gbl... John, I examined all logs but could not find anything concerning the FT catalog. The logs for that date are no longer available. It seems that the server was rebooted while the catalog was performing an incremental update, freezing the catalog. I tried to drop it, but again got the message "Database is not full-text enabled Please run sp_fulltext_database 'enable' . When I do that, the query never finishes. I have to reboot the server to clear it. Maybe the script can help? Thanks!! Linda -----Original Message----- Linda, Could you review your server's Application Event log for any "Microsoft Search" or MssCi source events (warnings, or errors) near the day & time that the FT Catalog stopped working? Additionally, review the server System Event log for any relate disk i/o warnings of low free disk space on both your server's system disk drive (usually, the C:\ drive) or the drive where the FT Catalog reside. Most likely the FT Catalog is corrupt (and you may see a MssCi event with a stack trace in it) and you may be in a "Catch-22" situation where you cannot drop the FT Catalog (please try this), nor re-build it as well as not able to run a Full or Incremental Population. IF so and depending upon the errors in the Application event log, I have as sql script that you can "manually de-reference" the FT Catalog, however, it is highly dependent on the type of errors you are seeing and you may need to remove and re- install the FTS and MSSearch components as well. Please, post any related application event errors in your reply! Thanks, John "Linda" <anonymous (AT) discussions (DOT) microsoft.com> wrote in message news:2865701c46458$a8cf3cf0$a501280a (AT) phx (DOT) gbl... I have SQL Server 7 on an NT server. The catalogue has been working for a long time, however, it stopped and I cannot seem to get it to repopulate. It stopped during an incremental population. I have tried deleting it so I can rebuild it, but whatever I try to do, I get the same message: "Database is not full-text enabled yet". Can anyone help?? . . |
#6
| |||
| |||
|
|
John, Before I received your SQL I tried something that worked. Since I couldn't stop the MSSearch engine, I changed the startup from automatic to manual. Then I rebooted the server. With MSSearch service off, I was then able to manipulate the gatherlogs so I copied the entire folders to another directory (as a backup). Then I deleted the original folders, started the service, and ran "sp_fulltext_database 'enable'" which worked this time. I was then able to rebuild the fulltext catalogue and repopulate it. The search is working fine now. You were right...I think the files were corrupted. We are still trying to find out how that happened. Thanks for your help. I will keep the SQL in case that happens again. Linda -----Original Message----- Linda, I emailed you the SQL Server 7.0 version to "manually de- reference" a FT Catalog, please use it with caution as it requires modification to both system tables as well as the registry hive. I highly recommend that you backup both your database as well as the registry hive BEFORE using the script as well as testing the procedure in a test environment prior to using it. Regards, John anonymous (AT) discussions (DOT) microsoft.com> wrote in message news:287e401c464fa$6a21ad10$a601280a (AT) phx (DOT) gbl... John, I examined all logs but could not find anything concerning the FT catalog. The logs for that date are no longer available. It seems that the server was rebooted while the catalog was performing an incremental update, freezing the catalog. I tried to drop it, but again got the message "Database is not full-text enabled Please run sp_fulltext_database 'enable' . When I do that, the query never finishes. I have to reboot the server to clear it. Maybe the script can help? Thanks!! Linda -----Original Message----- Linda, Could you review your server's Application Event log for any "Microsoft Search" or MssCi source events (warnings, or errors) near the day & time that the FT Catalog stopped working? Additionally, review the server System Event log for any relate disk i/o warnings of low free disk space on both your server's system disk drive (usually, the C:\ drive) or the drive where the FT Catalog reside. Most likely the FT Catalog is corrupt (and you may see a MssCi event with a stack trace in it) and you may be in a "Catch-22" situation where you cannot drop the FT Catalog (please try this), nor re-build it as well as not able to run a Full or Incremental Population. IF so and depending upon the errors in the Application event log, I have as sql script that you can "manually de-reference" the FT Catalog, however, it is highly dependent on the type of errors you are seeing and you may need to remove and re- install the FTS and MSSearch components as well. Please, post any related application event errors in your reply! Thanks, John "Linda" <anonymous (AT) discussions (DOT) microsoft.com> wrote in message news:2865701c46458$a8cf3cf0$a501280a (AT) phx (DOT) gbl... I have SQL Server 7 on an NT server. The catalogue has been working for a long time, however, it stopped and I cannot seem to get it to repopulate. It stopped during an incremental population. I have tried deleting it so I can rebuild it, but whatever I try to do, I get the same message: "Database is not full-text enabled yet". Can anyone help?? . . |
#7
| |||
| |||
|
|
-----Original Message----- Linda, I emailed you the SQL Server 7.0 version to "manually de- reference" a FT Catalog, please use it with caution as it requires modification to both system tables as well as the registry hive. I highly recommend that you backup both your database as well as the registry hive BEFORE using the script as well as testing the procedure in a test environment prior to using it. Regards, John anonymous (AT) discussions (DOT) microsoft.com> wrote in message news:287e401c464fa$6a21ad10$a601280a (AT) phx (DOT) gbl... John, I examined all logs but could not find anything concerning the FT catalog. The logs for that date are no longer available. It seems that the server was rebooted while the catalog was performing an incremental update, freezing the catalog. I tried to drop it, but again got the message "Database is not full-text enabled Please run sp_fulltext_database 'enable' . When I do that, the query never finishes. I have to reboot the server to clear it. Maybe the script can help? Thanks!! Linda -----Original Message----- Linda, Could you review your server's Application Event log for any "Microsoft Search" or MssCi source events (warnings, or errors) near the day & time that the FT Catalog stopped working? Additionally, review the server System Event log for any relate disk i/o warnings of low free disk space on both your server's system disk drive (usually, the C:\ drive) or the drive where the FT Catalog reside. Most likely the FT Catalog is corrupt (and you may see a MssCi event with a stack trace in it) and you may be in a "Catch-22" situation where you cannot drop the FT Catalog (please try this), nor re-build it as well as not able to run a Full or Incremental Population. IF so and depending upon the errors in the Application event log, I have as sql script that you can "manually de-reference" the FT Catalog, however, it is highly dependent on the type of errors you are seeing and you may need to remove and re- install the FTS and MSSearch components as well. Please, post any related application event errors in your reply! Thanks, John "Linda" <anonymous (AT) discussions (DOT) microsoft.com> wrote in message news:2865701c46458$a8cf3cf0$a501280a (AT) phx (DOT) gbl... I have SQL Server 7 on an NT server. The catalogue has been working for a long time, however, it stopped and I cannot seem to get it to repopulate. It stopped during an incremental population. I have tried deleting it so I can rebuild it, but whatever I try to do, I get the same message: "Database is not full-text enabled yet". Can anyone help?? . . |
![]() |
| Thread Tools | |
| Display Modes | |
| |