Is this something YOU wrote the code / db for? Or is a dba telling you to use a full text search against a db?
If a dba telling you then talk to them, they either gave you wrong info or don't have something set up. If this is something you created then make sure you have created the full text search. Basic steps (sorry, don't have any notes in front of me on the steps) are to make sure full text is installed, create the catalog, tell it what tables to index and what fields to index, as well as which field(s) are the distinct key to the table (many times just the identity column). Hopefully this helps, Steve Radich - http://www.aspdeveloper.net - Virtual Server FAQ - ASP.Net Information - FREE BitShop, Inc. - http://www.bitshop.com - Managed Servers, Colocation, .Net Development (C#,VB,ASP) -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Erwin Rommel Felix 2000A Sent: Tuesday, May 10, 2005 10:47 PM To: [email protected] Subject: [AspClassicAnyQuestionIsOk] SQL Catalog does not exists I received this error in the error log: "Error Number: -2147217900 Description: Execution of a full-text operation failed. The catalog does not exist or is currently unavailable. Please retry the action again later and if this symptom persists, contact the system administrator. (7619) Execution of a full-text operation failed. The catalog does not exist or is currently unavailable. Please retry the action again later and if this symptom persists, contact the system administrator." What are the causes and how can I fix the aforementioned error? Thank you very much. Erwin Rommel Y. Felix Tel. 8410111 loc. 11430 Mobile 09185980706 "Never outshine the Master Chicker" Discover Yahoo! Have fun online with music videos, cool games, IM and more. Check it out! http://discover.yahoo.com/online.html Yahoo! Groups Links Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
