CF5 Verity Indexing Issue

Ask a Question related to Coldfusion Server Administration, Design and Development.

  1. #1

    Default CF5 Verity Indexing Issue

    Our CF5 based document management web application uses the search
    engine(Verity) is one of the key components in the system, we have customers
    that are using the system with over 200,000 documents and have never had a
    problem with Verity till now.

    One of our customers that has a measly 13,000 documents that use about 18 gigs
    on the HD(HD has around 4 gigs of free space, C drive where CFUSION is located
    has 10 gig free, OS is Windows 2000 Server, system has 512 MB of RAM), this
    customer one day a few weeks ago found that the search engine would not return
    any results. We tried rebuilding the collection as well as creating a new
    collection but still no results.

    I then made a new collection of a sub set of the document by using only
    folders that contained documents changed or added in the last two months, I
    copied this sub set to another location on the network ran my collection
    routine and the collection worked without any issues, no problem searching the
    collection. Next I copied the full collection to this other location and ran
    the collection routine and just as it did before the collection failed, in all
    instances where the collection failed the Verity sysinfo.log file had the
    following information...


    Mon May 09 16:36:41 2005
    msg(1): Error E0-0906 (Io): Couldn't delete directory
    C:\CFusion\Verity\Collections\testcollection6\file \parts
    rmdir error 41 (Directory not empty)
    Mon May 09 16:36:41 2005
    msg(1): Error E0-0910 (Io): Error removing directory
    C:/CFusion/Verity/Collections/testcollection6/file/parts



    One can see that the error indicates that it can not delete the directory, but
    why is it trying to delete the directory and why would my tests with the sub
    set of documents work but not the full set.

    :frown;

    pfralin2 Guest

  2. Similar Questions and Discussions

    1. Verity indexing too slow
      We have some files located on another server that we index on our website. It is a file server on our network and the two servers can talk to each...
    2. Verity Indexing
      I have created and indexed a collection called Stds_Specs. The problem that I have know is that when one of the users uploads a file, I want verity...
    3. CFMX 7 Verity issue with indexing full query resultsproperly
      I manage a site-wide search via CFMX's built in verity functionality. In evaluating whether to upgrade to CFMX 7, I have come across a problem that...
    4. Verity Indexing and Searching
      I have used a process for searching Cold Fusion powered sites for years. It's quite simple, really: I create a set of Verity collections pertinent...
    5. MX 6.1 Verity Indexing
      When I try to index collections in the administrator using CF MX 6.1 Enterprise edition I don't get any error message or anything. All I get is a...
  3. #2

    Default Re: CF5 Verity Indexing Issue

    Update: we managed to get verity to work by using a year old backup from the
    collection, we were able to update the collection yesterday and all was good,
    the collection update routine ran again this morning at 5 AM and the collection
    is back to not working tried to repair and tried to rebuild to no avail. The
    sysinfo log once again indicates that it can't delete the parts directory,
    ANYONE got any ideas? :|

    pfralin2 Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139