View Full Version : zo..dat created in W2003 work in W2000
ivanlam
03-25-2009, 06:30 AM
Hi, our v6 zoom search indexer is installed in a W2003, a set of zoom*.dat are created and are running no problem within this server.
Now copy those set into the W2000, after input the text would like to search in the search.asp, it returned that
"
The page cannot be displayed
There is a problem with the page you are trying to reach and it cannot be displayed.
HTTP 500 - Internal server error
Internet Explorer "
Can zoom's zdat file that generated in 2003 used in 2000? Thx.
Most likely, your Windows 2000 machine does not have ASP or IIS properly installed or configured.
Do you have any other ASP scripts that run successfully on this machine?
You should also check if you have antivirus programs which are actively "script blocking" as described here:
Q. My search page is not rendering and is timing out (ASP version) (http://www.wrensoft.com/zoom/support/faq_asp.html#scriptblocking)
Other important details: what version of IIS are you using?
Note that your browser might be suppressing more interesting error information:
http://classicasp.aspfaq.com/general/why-do-i-get-a-500-internal-server-error-for-all-asp-errors.html
ivanlam
03-26-2009, 02:41 AM
yes, we have other asp running.
Is there any way to verify the search.asp can access to the .zdat files successfully? Thx.
ivanlam
03-26-2009, 03:33 AM
One more question to my previous post :
Can zoom's zdat file that generated in 2003 used in 2000? Thx.
Yes. The ZDAT files generated for ASP are not operating system specific.
Refer to the link in my previous post to make sure your browser is not suppressing additional error information that may give you a better idea of what's going on (e.g. you've mis-placed the ZDAT files in the wrong folder, you're missing some of the files, etc.)
ivanlam
03-26-2009, 06:08 AM
Hi, after uncheck "show friendly http error message" , I get below returned from zoom_search.asp ( I rename the search.asp to zoom_search.asp):
error '8002801d'
Library not registered.
/zoom_search.asp, line 1488
any advice?
Please see the FAQ:
Q. VBScript error "8002801d - Library not registered" (http://www.wrensoft.com/zoom/support/faq_asp.html#8002801d)
ivanlam
03-26-2009, 06:19 AM
Refer to my previous post, below is the line 1488
'Initialise regular expression object
Dim regExp
set regExp = New RegExp -- line 1488
regExp.Global = True
if (ToLowerSearchWords = 0) then
regExp.IgnoreCase = False
else
regExp.IgnoreCase = True
end if
any advice? Thx.
Powered by vBulletin® Version 4.1.12 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.