Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Has anyone experienced sudden disappearance of the UCCX Editor while coding? Just lost a bunch of code as it went missing in front of my eyes without any errors or crash report from Windows.
Any version of UCCX 11.x and 12.x when stated goes through authentication ok, keeps loading and stops at 97% at "Initializing user interface" and does not move for about 10 min. Them it loads but is extremely lagging, impossible to do anything really...
Well, there isn't an explicit way i.e. a step to execute store proc but what you do is use a DB Read step.
Execute the store proc with params:
dbo.sp_test @param1=$var1, @param2=$var2, .......... , @paramN=$varN;
Correct. I've worked with Cisco a couple of times on increasing the JVM heap memory on the UCCX server to accommodate the engine java code.
I am opening a TAC case to see if there is any way to increase the heap memory on the Editor. If the Editor wa...
My customer has an 85 page printout of a script - a monster, so pretty much leaves me no option but to try to load it and break it down into sub flows, etc. I am doing an optimization is the intended purpose of the project.
I would say watch out tha...