Dovetail Admin 2.6 - Managing Queues - error on the membership tab (Article # 308)
View products that this article applies to.
Problem:
The Queues page in Dovetail Admin 2.6 generates the following error on the membership tab.
(15079) CLFY_GENERIC_NO_TABLE[user_empl]
This occurs on line 36 of grid_queue_mem2.asp :
var boUser = FCSession.CreateGeneric('user_empl');
Resolution:
Version of Clarify 9 and older do not have a user_empl table, but do have an empl_user table.
This issue is resolved in DovetailAdmin version 2.7
If using a version before DovetailAdmin 2.7, and Clarify version 9 or below, you can resolve this issue by making a small code change:
Change CreateGeneric('user_empl') to CreateGeneric('empl_user') in both queue/grid_queue_mem.asp and queue/grid_queue_mem2.asp.
Applies To: