[rt-users] rt2->rt3 migration.

J. Sloan js138 at eng.cam.ac.uk
Wed Apr 16 07:11:14 EDT 2003


rt2-to-rt3 v 1.8

I did some investigation as to why it appears my queue watchers were not
being transposed by the migration script.

If I replace:

        $queue_obj->AddWatcher($watcher);

with

        $queue_obj->AddWatcher(%$watcher);

then watchers appear as I might hope.

I'm perplexed that no-one else seems to have run into this one though
(that I could see from a scan of the archives).  Am I the only one who
cares about queue watchers?

John




More information about the rt-users mailing list