CFMX 7 verity problem

Ask a Question related to Coldfusion - Getting Started, Design and Development.

  1. #1

    Default CFMX 7 verity problem

    Hi all

    I have set-up a small verity collection from a database, for a client which
    uses the new categories option under CFMX7. A user can then either do a string
    search and/or pick a category from a drop-down to filter.

    Everything works fine until it comes to adding new items.

    When the client adds a new item into the DB, the code also runs a cfindex with
    an update action. However this appears to add the items multiple times into the
    catalogue (not into the database I checked). Using the cfindex tag with refresh
    instead of update fixes this problem but then the categories stop working.

    Any ideas what I?m doing wrong?

    Castor_uk Guest

  2. Similar Questions and Discussions

    1. CFMX 7 Verity Indexing Problem
      Hello All- I?m getting ready to upgrade our live server from CFMX 6.1 Ent. To CFMX 7 Ent. I?ve already upgraded my local machine to CFMX 7 for...
    2. verity search cfmx 7 - possible bug
      Hi, I have a verity search running, it runs fine under cfmx 6.1 - I have moved it using a Coldfusion archive, and its all running ok by the looks...
    3. CFMX 7 and Verity
      Hi, Just migrated an existing CFMX 6.1 app to CFMX 7 (with cumulative hotfix 2) and noticed a significant increase in the time it takes to...
    4. Verity problem with CFMX 7 under Solaris.
      I have installed CFMX 7 under Solaris, but for some reason, Verity is not working. CFMX starts properly and does the web connectors fine, and it...
    5. Verity on CFMX 6.x slower than CF 5.x?
      By MX I'm assuming you mean 6.1 -- I think 7 doesn't offer the VDK mode anymore (slower). It could be that you're in VDK mode and you were in K2...
  3. #2

    Default Re: CFMX 7 verity problem

    Just to add a bit more information.

    After I can back into work this morning it looks like the categories are back
    up and working, so I?m just wondering if I?m just going about this the wrong
    way. What is the best practice when it comes to creating and administrating a
    verity collection, especially when it comes to using categories?

    Castor_uk Guest

  4. #3

    Default Re: CFMX 7 verity problem

    Hi just me again

    I looks like I may have found a bug in CFMX7.

    I "think" my code is sound and the problem may be with Verity. I found that if
    I bounce the Verity service everything starts to work again.

    This is using CFINDEX with the update action when adding a new item and with
    Refresh when editing an item; I then run an Optimize action just to make sure.
    Everything works ok except for the categories untill I bounce the service or
    re-create the collection from scratch.

    Anyone seen this, or anyone from Macromedia know how to solve this problem.
    Its the last bit of the project and I'm keen to get on with my other work asap.

    Cheers.

    Castor_uk Guest

  5. #4

    Default Re: CFMX 7 verity problem

    I'm having the EXACT same problem - although I never thought about re-creating
    the collection. This is also the last piece of a project that I am working on
    and really need to get this bit out...I'm quite eager to get to my SMS stuff!!

    DAJED 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