cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
537
Views
0
Helpful
3
Replies

Number of Database Connections in CUE 8.6

pkolenichev
Level 1
Level 1

                

Hi,

from releasenote http://www.cisco.com/en/US/docs/voice_ip_comm/unity_exp/rel8_6/rel_notes/rel_notes86.html document of CUE 8.6 in table 6 for IVR limitation we have Number of Database Connections = 2 * IVR ports.

Could you please tell me is this paralel or consecutive Database Connection.

I have CUE 8.6 with 4 IVR ports. I have many DBRead and DB Get. I do SQL RELEASE after every SQL GET.  During work of my script it goes several times through same  SQL READ/GET. On 9-th read script ends with SQL ERROR.

Is this a bug or a limitation of CUE?

Thank you,

Petko

       

3 Replies 3

Gergely Szabo
VIP Alumni
VIP Alumni

Hi,

can you try the following: do 8 database operations (read, get, release) in one script, then wait 30 seconds and trigger the script again. Does the problem appear?

I have a theory: the CUE engine keeps track of the database objects, regardless of their state - so even if you have eight database connection after their close() method has been called, the CUE engine actually sees them as active connections.

It's not necessarily a bug, might be a design choice/issue.

G.

Hi,

thank you for you suggestion. It is still the same.

Best Regards,

Petko

Hi,

hmm, can you just do the same, but with a longer delay? Like 2-3-5 minutes.

If the garbage collector does not kick in within 5 minutes, then I believe it may even be a bug.

G.