Invalid database table for queue properties
guusdk opened this issue · 0 comments
guusdk commented
RequestQueues, much like Agents and Dispatchers, can have properties that are stored in dedicated database tables.
For all but RequestQueue, the corresponding database table has the prefix of 'fp' (for FastPath, presumably). The request queue database table uses the prefix 'jla' (Jive Live Assistant?) in code. The database installation script, however, also uses 'fp'.
I'm assuming that there was, at one point, a rename in which this was missed.