PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

zo..dat created in W2003 work in W2000

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • zo..dat created in W2003 work in W2000

    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.

  • #2
    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)

    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...sp-errors.html
    --Ray
    Wrensoft Web Software
    Sydney, Australia
    Zoom Search Engine

    Comment


    • #3
      yes, we have other asp running.

      Is there any way to verify the search.asp can access to the .zdat files successfully? Thx.

      Comment


      • #4
        One more question to my previous post :

        Can zoom's zdat file that generated in 2003 used in 2000? Thx.

        Comment


        • #5
          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.)
          --Ray
          Wrensoft Web Software
          Sydney, Australia
          Zoom Search Engine

          Comment


          • #6
            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?

            Comment


            • #7
              Please see the FAQ:
              Q. VBScript error "8002801d - Library not registered"
              --Ray
              Wrensoft Web Software
              Sydney, Australia
              Zoom Search Engine

              Comment


              • #8
                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.

                Comment

                Working...
                X