Dear All: We have an interesting/perplexing problem here. Not sure exactly what is going on but it appears to have something to do with the administrative side of Rivendell. Here's the scenario:
At Time 09:51AM A user creates a Cart A with the Title "L0319-PM". It is inserted into the database with that name according to mysql logs. The cart is added to a log which is played several hours later. At Time 15:30PM A user creates a Cart B with the Title "L0319-PME". It is inserted into the database with that name according to mysql logs. The cart is added to a log and played a couple of hours later. At Time 22:01:11 the Cart Title of Cart A is changed to "L0319-PM1" from "L0319-PM" by what appears to be the rdcatchd daemon or some administrative process associated with one of our catch machines (not a human doing this). At Time 22:01:14 the Cart Tile of Cart B is changed to "L0319-PM" from "L0310-PME" by what appears to be the rdcatchd daemon or some administrative process associated with one of our catch machines (not a human doing this). Maybe the regex expression in the code is geting a name match and is somehow deciding to change the name so as to fix the conflict? Duplicate Cart Titles are not allowed in our Database. It's close enough that a regular expression match could occur, and if it doesn't look at the entire string it may assume a conflict and try to work around it? Just wondering if anyone else has run into this and/or if the rdcatch admin stuff could be catching us here. This doesn't happen all the time, but has happened enough that our users are asking who keeps changing the names. The correct content is always played, so it's just the title that is being hosed/changed here..... Any ideas? Thanks, Todd Baker _______________________________________________ Rivendell-dev mailing list [email protected] http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
