Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - QueueMetrics

Pages: 1 ... 49 50 [51] 52 53 ... 202
751
The one that Lenz refers to is the expected behavior, so I am not seeing a bug here.

752
Running QueueMetrics / Re: where does the pause_code stored?
« on: May 31, 2011, 17:10:12 »
You should do all changes from the GUI, not access the DB directly.

754
At the moment Qm does not keep a list of attempts per call, but just a total. This is because doing so would make QM use way more memory.

755
It is weird that it has started at some point.

Try and run such a query:

Code: [Select]
EXPLAIN
SELECT time_id , call_id , queue , agent , verb , data1 , data2 , data3 , data4 , data5   FROM queue_log  WHERE  partition ='P001' AND        (time_id >= '1306306800' AND time_id<='1577869260')     AND queue IN ( '', 'NONE'  , '3000'  , 'none'  , 'q-300' )   ORDER BY time_id ASC , unique_row_count ASC

and post the results.
Sometimes MySQL requires you to rebuild indexes manually (it happened to a couple of our clients in the past)

756
At the moment you will download one Excel of CSV file per table, if you want to combine them you must do it manually.

757
Wait there may then be a problem with a mixed installation - sometimes Tomcat does not clear the cache successfully. This may explain these issues.


See http://queuemetrics.com/faq.jsp#faq-070-clean_logs for how to fix them.

758
Running QueueMetrics / Re: Bug in editing Items?
« on: May 30, 2011, 10:26:33 »
Thanks we are tracking this as bug #1336 and we are fixing it ASAP.

759
From our tests, the code actually gets changed, as expected.

760
Running QueueMetrics / Re: Assigning a user multiple Keys
« on: May 30, 2011, 10:19:41 »
No you assign only one only one key on the entity that has to be monitored (that's the "lock") and then give multiple keys to the user (like their "keyring") so that they can "open" the "lock".

761
No, at the moment the top buttons are shown disabled in any case.

762
Are you sure that Hotdesking is actually enabled? the very idea of hotdesking is to allow for independent logins.

763
At the moment this is not feasible, unless you do that writing some XML-RPC scripts.

764
We track this issue as #1335 and we are pushing a fix for this in a new release we are to make this morning.

765
So you would like it to be changeable or not?

Pages: 1 ... 49 50 [51] 52 53 ... 202