all groups > sql server full text search > december 2004 >
You're in the

sql server full text search

group:

Not getting any results back


Not getting any results back Bruce
12/20/2004 8:25:03 AM
sql server full text search:
Full text seach is working on my Development machine.
I created a similar full text search catelog on my test machine.But I am not
getting any results back.I chekced the event log..Every time it runs there
are four warnings which says

The message '-2147480624' for application 'Microsoft Search' could not be
formatted using library(ies): ''. The log entry contains the following
replacement strings:'SQLServer SQL0001800009'

DataType is Byte[] Array

ReplacementString: The specified procedure could not be found.

I have a image filed type for one of the columns.

Can you please give me some idea what it is about?

Re: Not getting any results back Hilary Cotter
12/20/2004 12:06:52 PM
It sounds like somehow your SQL FTS installation has not succeeded on your
test machine.

Can you register these components again using the following script?

cd "C:\Program Files\Common
Files\System\MSSearch\Bin\"%windir%\system32\Regsvr32
lcdetect.dll%windir%\system32\Regsvr32
mssadmin.dll%windir%\system32\Regsvr32
mssmmcsi.dll%windir%\system32\Regsvr32 mssws.dll%windir%\system32\Regsvr32
offfilt.dll%windir%\system32\Regsvr32
%WINDIR%\System32\athprxy.dll%windir%\system32\Regsvr32
ftsqlpar.dll%windir%\system32\Regsvr32
msscntrs.dll%windir%\system32\Regsvr32 mssmsg.dll%windir%\system32\Regsvr32
mssmulpi.dll%windir%\system32\Regsvr32 mssph.dll%windir%\system32\Regsvr32
mssrch.dll%windir%\system32\Regsvr32 msstools.dll%windir%\system32\Regsvr32
objcreat.dll%windir%\system32\Regsvr32
propdefs.dll%windir%\system32\Regsvr32 srchadm.dll%windir%\system32\Regsvr32
srchidx.dll%windir%\system32\Regsvr32 tquery.dll%windir%\system32\Regsvr32
%WINDIR%\Cluster\gathercl.dll%windir%\system32\Regsvr32 nlhtml.dllcd
"C:\Program Files\Common
Files\System\MSSearch\common\"%windir%\system32\Regsvr32
mssitlb.dll%windir%\system32\Regsvr32 %windir%\System32\athprxy.dllSome of
these commands will generate error messages which you can safely ignore.

[quoted text, click to view]

Re: Not getting any results back Bruce
12/20/2004 12:59:03 PM
That didn't help.The only difference I see between my development server and
test server are those extra warnings in the event log of my test server.

Every time the catalog is run..These four warnings are logged

The message '-2147480624' for application 'Microsoft Search' could not be
formatted using library(ies): ''. The log entry contains the following
replacement strings:'SQLServer SQL0001800009'

The message '-2147480612' for application 'Microsoft Search' could not be
formatted using library(ies): ''. The log entry contains the following
replacement strings:'MSSQL75://SQLServer/50679dfc', 'SQLServer
SQL0001800009', '8007007f', 'The specified procedure could not be found. '

The message '-2147480624' for application 'Microsoft Search' could not be
formatted using library(ies): ''. The log entry contains the following
replacement strings:'SQLServer SQL0001800009'

The message '-2147480612' for application 'Microsoft Search' could not be
formatted using library(ies): ''. The log entry contains the following
replacement strings:'MSSQL75://SQLServer/4e7f558a', 'SQLServer
SQL0001800009', '8007007f', 'The specified procedure could not be found. '

Thank you



[quoted text, click to view]
Re: Not getting any results back John Kane
12/20/2004 7:47:51 PM
Bruce,
Were you reviewing the Application Event log remotely, i.e., not on the
server where SQL Server 2000 with the MSSearch service resides? As this has
less to do with the below message error numbers (-2147480624 or -2147480612)
as they are related reading application event messages from un-known
services. Is your test or development server in a clustered environment?

The key error here is "Error: 8007007f - The specified procedure could not
be found." and the two following KB articles may be appropriate to this
problem, but the error reference in KB article Q304282 - "80070002 - The
system cannot find the file specified" is close, but not exactly the same
error (8007007f ). Reviewing past postings in this newsgroup, I found one
with your error and a past poster suggested this can be resolved via
re-running the SearchStp.exe program from SP3 file. Another suggestion was
to change the (fulltext) dependency to the SQL Agent - in a clean install -
this stops all errors from occurring. Below are the KB articles:

Q304282 PRB: Full Text Resource Fails to Come Online on a Cluster with
"Event ID 1069 :
SQL Cluster Resource 'Full Text' failed" Error Message
http://support.microsoft.com/default.aspx?scid=kb;en-us;304282&sd=tech

812666 How to recover a failed full-text search resource on a clustered
instance of SQL Server 2000
http://support.microsoft.com/default.aspx?kbid=812666

You also said that you have an IMAGE file type for one of the columns, what
is the exact datatype of this column? Char(3) or Varchar(4) or Sysname?

Thanks,
John
--
SQL Full Text Search Blog
http://spaces.msn.com/members/jtkane/



[quoted text, click to view]

Re: Not getting any results back Bruce
12/21/2004 5:47:02 AM
Thank you John.Running SearchStp.exe program from SP3 file helped.
I appriciate your help.
Bruce

[quoted text, click to view]
Re: Not getting any results back John Kane
12/21/2004 7:07:42 AM
You're welcome, Bruce!
It does help the troubleshooting effort when the error number and in this
case the error message text is included! So, thank you for including the key
error message text as that is what is important in troubleshooting FTS
issues!

John
--
SQL Full Text Search Blog
http://spaces.msn.com/members/jtkane/


[quoted text, click to view]

Re: Not getting any results back tts
12/28/2004 10:31:03 PM
Thank you for your help, John.

[quoted text, click to view]
AddThis Social Bookmark Button