UCCX stuck in Select Resource ?

Hello,
seem to have a problem "entering" a queue.
If agents are ready, calls are offered to them and debug shows they are never entering the "Queued" part of the Select Resource step.
So no periodical inside queue messages are heard at all.
If all agents are "Not Ready" I can hear the in queue messages.
Any ideas what to look for ?
Thanks in advance.

thats the part of teh script we have in our system. the issue is the prompt keep playing if an agent is in ready mode but not answering their phone. it never gets to the Queue step. it goes to teh queue step only if no agents are in ready mode. my question is if there's a way to play multiple prompts within select resorce step if agents are not answering and their state is ready. any help would be greatly appriciated.
Regards
Mohammad Chowdhury

Similar Messages

  • Brief pause after failed Select Resource and Connect event

    Hi.
    To work around the inability to play a prompt when resources are available in a Select Resource step with connect set to yes; I have attempted to add this functionality in the script using a connect set to no. A loop counter has been added before the Connect step and a Play Prompt step is triggered occasionally. I realise this causes a resource to be in the Reserved state while the prompt plays, this is acceptable.
    The issue I am seeing is that if the Connect step fails, the caller hears a brief pause to the music on hold, before the Play Prompt breaks the music and plays the prompt. This can be confirmed by simply removing the Call Unhold, Play Prompt and Call Hold steps inside the Connect step completely and not intentionally breaking the hold.
    The MIVR log shows this exception when the Connect step fails but this is not an event I can catch and my guess is that this has something to do with it.
    545629: May 14 09:50:37.256 CST %MIVR-SS_TEL-7-UNK:CallID:7 MediaId:6313778/2 Task:26000000054, ConsultCallObserver() has timed out peeking from msgQ
    545630: May 14 09:50:37.273 CST %MIVR-SS_TEL-7-UNK:CallID:7 MediaId:6313778/2 Task:26000000054, consult transfer() gets com.cisco.util.msgq.MsgQTimeoutException
    545631: May 14 09:50:37.273 CST %MIVR-SS_TEL-7-EXCEPTION:com.cisco.util.msgq.MsgQTimeoutException
    545632: May 14 09:50:37.273 CST %MIVR-SS_TEL-7-EXCEPTION:       at com.cisco.util.msgq.MsgQ.waitForMessage(MsgQ.java:339)
    545633: May 14 09:50:37.273 CST %MIVR-SS_TEL-7-EXCEPTION:       at com.cisco.util.msgq.MsgQ.lookUp(MsgQ.java:268)
    545634: May 14 09:50:37.273 CST %MIVR-SS_TEL-7-EXCEPTION:       at com.cisco.util.msgq.MsgQ.read(MsgQ.java:118)
    545635: May 14 09:50:37.273 CST %MIVR-SS_TEL-7-EXCEPTION:       at com.cisco.wf.subsystems.jtapi.TAPIPortGroup$Port$InCallObserverImpl$2.run(TAPIPortGroup.java:6825)
    545636: May 14 09:50:37.274 CST %MIVR-SS_TEL-7-EXCEPTION:       at com.cisco.app.impl.ApplicationManagerImpl$TaskImpl$ActionImpl.run(ApplicationManagerImpl.java:7757)
    545637: May 14 09:50:37.274 CST %MIVR-SS_TEL-7-EXCEPTION:       at com.cisco.app.impl.ApplicationManagerImpl$TaskImpl.doInterruptible(ApplicationManagerImpl.java:7560)
    545638: May 14 09:50:37.274 CST %MIVR-SS_TEL-7-EXCEPTION:       at com.cisco.wf.subsystems.jtapi.TAPIPortGroup$Port$InCallObserverImpl.waitForConsultState(TAPIPortGroup.java:6809)
    545639: May 14 09:50:37.274 CST %MIVR-SS_TEL-7-EXCEPTION:       at com.cisco.wf.subsystems.jtapi.TAPIPortGroup$Port$InCallObserverImpl.transfer(TAPIPortGroup.java:8000)
    545640: May 14 09:50:37.274 CST %MIVR-SS_TEL-7-EXCEPTION:       at com.cisco.wf.subsystems.jtapi.TAPIPortGroup$Port.connect(TAPIPortGroup.java:3779)
    545641: May 14 09:50:37.274 CST %MIVR-SS_TEL-7-EXCEPTION:       at com.cisco.wf.steps.iaq.ConnectStep.execute(ConnectStep.java:346)
    545642: May 14 09:50:37.274 CST %MIVR-SS_TEL-7-EXCEPTION:       at com.cisco.wf.steps.iaq.ConnectStep.execute(ConnectStep.java:173)
    545643: May 14 09:50:37.274 CST %MIVR-SS_TEL-7-EXCEPTION:       at com.cisco.wfframework.obj.WFBeanStep.executeImpl(WFBeanStep.java:141)
    545644: May 14 09:50:37.274 CST %MIVR-SS_TEL-7-EXCEPTION:       at com.cisco.wfframework.obj.WFStep.execute(WFStep.java:174)
    545645: May 14 09:50:37.274 CST %MIVR-SS_TEL-7-EXCEPTION:       at com.cisco.wfframework.obj.WFWorkflowTask.executeStep(WFWorkflowTask.java:494)
    545646: May 14 09:50:37.274 CST %MIVR-SS_TEL-7-EXCEPTION:       at com.cisco.wfframework.engine.core.WFEngineWorkflowTask.executeStep(WFEngineWorkflowTask.java:122)
    545647: May 14 09:50:37.274 CST %MIVR-SS_TEL-7-EXCEPTION:       at com.cisco.app.impl.WFWorkflowAppDebugTaskWrapper.executeStep(WFWorkflowAppDebugTaskWrapper.java:416)
    545648: May 14 09:50:37.274 CST %MIVR-SS_TEL-7-EXCEPTION:       at com.cisco.wfframework.obj.WFWorkflowTask.execute(WFWorkflowTask.java:360)
    545649: May 14 09:50:37.274 CST %MIVR-SS_TEL-7-EXCEPTION:       at com.cisco.wfframework.engine.core.WFEngineWorkflowTask.execute(WFEngineWorkflowTask.java:77)
    545650: May 14 09:50:37.274 CST %MIVR-SS_TEL-7-EXCEPTION:       at com.cisco.app.impl.WFWorkflowAppDebugTaskWrapper.execute(WFWorkflowAppDebugTaskWrapper.java:736)
    545651: May 14 09:50:37.274 CST %MIVR-SS_TEL-7-EXCEPTION:       at com.cisco.wfframework.engine.core.TaskManager.runTaskNormally(TaskManager.java:416)
    545652: May 14 09:50:37.274 CST %MIVR-SS_TEL-7-EXCEPTION:       at com.cisco.wfframework.engine.core.TaskManager.runTask(TaskManager.java:371)
    545653: May 14 09:50:37.274 CST %MIVR-SS_TEL-7-EXCEPTION:       at com.cisco.wfframework.engine.core.TaskManager$RunnableTask.run(TaskManager.java:589)
    545654: May 14 09:50:37.274 CST %MIVR-SS_TEL-7-EXCEPTION:     at com.cisco.executor.impl.ExecutorStubImpl$RequestImpl.runCommand(ExecutorStubImpl.java:690)
    545655: May 14 09:50:37.274 CST %MIVR-SS_TEL-7-EXCEPTION:       at com.cisco.executor.impl.ExecutorStubImpl$RequestImpl.run(ExecutorStubImpl.java:486)
    545656: May 14 09:50:37.274 CST %MIVR-SS_TEL-7-EXCEPTION:       at com.cisco.executor.impl.ExecutorStubImpl$RequestImpl.run(ExecutorStubImpl.java:762)
    545657: May 14 09:50:37.274 CST %MIVR-SS_TEL-7-EXCEPTION:       at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:776)
    545658: May 14 09:50:37.274 CST %MIVR-SS_TEL-7-EXCEPTION:       at com.cisco.executor.impl.PooledExecutorStubImpl$1$WorkerImpl.run(PooledExecutorStubImpl.java:99)
    545659: May 14 09:50:37.275 CST %MIVR-SS_TEL-7-EXCEPTION:       at com.cisco.util.ThreadPoolFactory$ThreadImpl.run(ThreadPoolFactory.java:853)
    Running under UCCX 8.0 SU4 with premium licensing, this is a new script. Any thoughts as to how I can avoid the brief pause to music on hold in this situation?  Below is a cut down version of what I am trying to achieve.
    Set loopCount = 0
    selectResource:
    Select Resource (--Triggering Contact-- from contactServiceQueue)
      Selected
        Increment loopCount
        If (loopCount % 5 == 0) Then
          True
            Call Unhold (--Triggering Contact--)
            Play Prompt (--Triggering Contact--, queuePrompt)
            Call Hold (--Triggering Contact--)
          False
        Connect (--Triggering Contact-- to contactServiceQueueResource)
          Connected
            Call Unhold (--Triggering Contact--)
            Set Contact Info (--Triggering Contact--, handled)
            End
          Failed
            Goto selectResource
      Queued
        queueLoop:
        Call Hold (--Triggering Contact--)
        Delay 45 secs
        Call Unhold (--Triggering Contact--)
        Play Prompt (--Triggering Contact--, queuePrompt)
        Goto queueLoop

    ''adusa [[#question-1041218|said]]''
    <blockquote>
    Hello, my friend just did an update on her computer, after doing one yesterday also, and now we're getting an error message, Message could not be sent because connecting to SMTP server failed. What is really strange, when I go into account settings, I can't do ANYTHING. I can't change the server setting to another one, can't select anything. When I try to select anything in the panel on the left, I get "AN ACCOUNT WITH THIS NAME ALREADY EXISTS". I wasn't trying to start a new account, just change some setting in the existing account but I get that error every time I choose anything. It is also trying to connect to mail but won't and there is a wheel in the tab at the top which is continuously going around. I have rebooted twice, no change.
    She is on a pc, windows 7, just did updates to TB yesterday and now today. She can't send or receive any mail whatsoever. Please help!
    Annette
    </blockquote>
    UPDATE: Well, I just turned off Norton firewall for just a minute, went back to TB and all was well, in and out. I turned the firewall back on and all is still well. So, for some reason that worked. No need to reply. Thanks everyone! I guess problem solved. Maybe this can help someone else.
    Sincerely,
    Annette

  • Play prompt within Select Resource Selected Step

    I am trying to play the "Your call may be monitored or recorded" message to the customer before they are connected to an agent. If the agent is immediately selected (no queue) the message plays OK. If the customer is queued first then agent becomes ready later, the message is never heard.
    Select Resource     Selected          Play Prompt msgCallWillBeMonitored          Connect     Queued          Call Hold          Delay 60          Call Unhold          If Counter < Max, continue queue
    Thoughts? Could it be because the agent is on hold when the message is played? Thanks in advance.

    If they were in the Queued branch, the incoming caller was likely still on hold at that moment. Lift them off hold (Call Unhold), then play it. It is safe to call Call Unhold whether or not the caller is presently on hold.
    That said, be aware of two things:
    Just so you're aware, the selected agent will sit in Reserved for a few extra seconds for every call and your call-in-queue times will increase by that same amount. They sit in Reserved already while the phone is ringing, but now they'll be in Reserved while that prompt plays as well. Let your agents, supervisors, and anyone who reads historical reports know what to expect.
    There's no particular guarantee your agent will actually pick up that call. Be prepared to handle failure of the Connect step; UCCX does this automatically for Connect = yes, but it's your problem for Connect = no. Also, be aware that if they don't answer, the recording warning will end up playing again next time we do find an available agent.
    Traditionally, a "Call may be recorded" announcement is made just before Select Resource rather than in the agent connect logic. That way it only plays once, and the time spent doing so isn't charged to the CSQ for reporting purposes.

  • No unit found for selected resource ( error message /SAPAPO/SDP318 )

    Hello
    I am loading resource using standard SNP Planning book. When I try to load the resource, I am getting this error message "No unit found for selected resource". Can someone tell me where in the resource I set the UOM that corresponds to Planning book UOM.
    Thanks for the hlep.
    Najam

    Hi,
    Please check the type of the resource. This should be a single Mixed or Multi Mixed resource to maintain the SNP capacity.
    And also run cons check / live cache check
    Thanks,
    Venkat

  • Selected resource does not exist

    Trying to download a file my teacher has posted for a Live Lesson. Get that the selected resource does not exist, gives link to Adobe Connect, I make sure I have latest download, but does not help, Don't know what to do?

    Ok thank you. I am watching a recorded lesson when doing this. Must happen when it is recorded because I can see in the lesson that people in the lesson are downloading it. Thank you very much for the help.
    Sent from my iPhone

  • I'm trying to pre order a full price iPhone 6 and I'm stuck at selecting acc. it won't continue !!!!! :(((((((

    I'm trying to pre order a full price iPhone 6 and I'm stuck at selecting acc. it won't continue !!!!! :(((((((

        Perry911,
    Oh no, let's take a closer look into this for you! Have you tried a different browser? What other options does it give you to purchase the device?
    KarenC_VZW
    Follow us on Twitter @VZWSupport

  • Changing up what happens at the 'select resource - queued' step

    Greetings!
    So, I'm curious .. we'd like to change how we do things regarding what happens at the select resource - queued step. Our current state is a series of business checks, place the call on hold, play CUCM MOH, take the call off hold, go back to the queue loop and repeat.
    To change things up I'd like to play some royalty-free music as a prompt instead of putting the call on hold. I would use boolean flags to keep track of what prompts have played so callers do not hear the same wav file over and over and over.  So, I'm thinking of doing something like this ...
    At the queued step ..
    play a prompt
    begin the queue loop
         business check
         agent check
         play royalty-free (RF) music clip 1 (45 sec)
         play informational prompt 1 (15 sec)
         opt-out check
    go back to the queue loop
    2nd time through ..
         business check
         agent check
         play RF 2 (45 sec)
         play info 2 (15 sec
         opt-out check
    3rd time ...
         business check
         agent check
         play RF 3 (45 sec)
         play info 3 (6 sec)
         opt-out check
    4th time ...
         business check
         agent check
         play RF 4 (45 sec)
         play info 4 (6 sec)
         opt-out check
    And maybe one more time playing these types of prompts before we switch to placing the call on hold and playing CUCM MOH. Generally, most calls are answered before the five minute mark, however, we do have outliers who wait a very long time. Playing CUCM MOH might be the appropriate thing to do for those rare instances?
    I'm curious if anyone else has tried this and am hoping for some feedback?
    Thanks!
    Keith

    Hi
    There's nothing wrong with doing it that way. I've seen a few customers play music from prompts rather than holding; it's easier to maintain/change that way.
    Aaron

  • Select Resource step not working?

    Hey all,
    I'm attempting to figure out why my Select Resource step is not working for me.  During the debug command, i see it hitting the select resource step, but jumping right down to the next step.
    Why would it not hit the Queued step?

    Yeah i fixed it..  my fault for not completing the script.

  • Please help!! Why is my PC stuck when selecting Title menu??

    Hi, I use Korean language version of Adobe Premiere Pro cc.
    Have not had any problem at all in editing works since my beginning to use this tool, but recently my pc has got stuck when selecting Title menu.
    Please watch the captured video.  Please help me to solve this problem...
    Title menu used as 제목(T) > 세제목(E)  > 기본스틸(S)
    Thank you!

    Hi Samguri,
    We can't see this video, it's marked "private." If I were to guess, you might try changing preferences: Adobe Premiere Pro Help | Preferences
    Thanks,
    Kevin

  • Error in APO Resources"'No unit of meausre was found for selected resource"

    Hello APO Expetr forum,
    IN APO resource i am not able to see any Bucket capacity in SNP Bucket capacity tab. its grayed out and blank. when open the resource with you version then i can able to see Bucket capacity.
    So her how can i update the SNP Bucket capcity for the resource. Because of this issue i am not able to load resource in SNP Planning Book under capacity view. Getting error message as 'No unit of meausre was found for selected resource'.
    Pleae suugest what could be the reason. i suspect only because of  Bucket capacity problem.
    Thanks & Regards,
    Deviprasad

    Hello DeviPrasad,
    Please check the type of the resource. This should be a single Mixed or Multi Mixed resource to maintain the SNP capacity.
    Thanks,
    Mahesh

  • TS1538 Got an Iphone 5, and i have no sim card. i wanna use it as a tablet but im stuck in activation mode. i made an itunes account and my pc would not detect it when i plug into my pc. what do i have to do because im stuck in selecting english, united s

    My iphone 5 has no sim card because i wanna use it as a tablet. i start it up and im stuck in setting the language, country , and then wifi. i select wifi which it connects perfect. then it trys to activate through wifi doesnt work and says contact apple.com/support. also says try to connect through itunes. i made a account and i plug in my iphone 5 to my windows 7 pc. computer doesnt detect it when i have it in itunes mode. my iphone 5 shows connect to itunes. what do i do?

    You can not activate it without a SIM. If it is carrier locked, the SIM must be from the carrier it is locked to.
    The SIM does not have to be tied to an active line of service, but it MUST be present.

  • Can select resource content in anonymous block, but not in stored procedure

    I know the problem relates to the ACLs but am curious about the following behaviour:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod
    PL/SQL Release 10.2.0.1.0 - Production
    CORE 10.2.0.1.0 Production
    TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production
    running on Windows XP sp2
    Trying to access an existing resource '/home/test/test.dtd'
    /home is owned by SYS
    /home/test is owned by me
    /home/test.test.dtd is owned by me
    The following SQL and anonymous block retrieve the content of the resource:
    select extract(p.res,'/*').getClobVal()
    from resource_view p
    where p.any_path = '/home/test/test.dtd'
    declare
    alldata clob;
    begin
    select extract(p.res,'/*').getClobVal()
    into alldata
    from resource_view p
    where p.any_path = '/home/test/test.dtd'
    dbms_output.put_line(substr(alldata, 1, 255));
    end;
    BUT when I encapsulate the anonymous block in a stored procedure, I am told that the folder '/home/test/' does not exist.
    As said, the problem related to the ACL on the folders, what I cannot understand, and caused me considerable confusion, is why I was unable to get the content from a stored procedure when I was able to do so from an anonymous block.
    regards
    Richard

    Use equals_path(res,'/home/test/test.dtd') = 1OK, OK, but how do you use wildcards (if you want to) since any_path like '/home/test%' works?
    Who was the stored procedure owned by. Was it a stand-alone stored procedure or a
    method on a package. If it was a method on a package is it AUTHID creator or AUTHID
    definer.Everything apart from the '/home' folder is owned by the current user.
    The PL/SQL was in a packaged procedure, a stand-alone stored procedure, and an anonymous block. It exhibited the same behaviour in each. All were defined with default AUTHID which is definers rights which is the same as the current user in this case.

  • Stuck on select a keyboard screen

    I just reinstalled snow leopard on my macbook because the HD was having issues. I restarted it and it got stuck on the select a keyboard screen. I tried using fsck -f in single user mode and there are no known issues with the HD.  I also tried to create a new admin account by using /sbin/mount -uaw and then rm /var/db/ .applesetupdone in single user mode. None of this has worked. Any ideas?

    Well, this was a strange one. After paying another visit to the Genius bar, it was discovered my replacement hard drive was in fact the problem - the Mac simply couldn't see it. (The technician confirmed that none of them had ever encountered such an issue.) So with yet another new hard drive, the link above worked. Ie, first format the drive, then the restore will be able to 'see' the destination.

  • Ibook G4 stuck at 'select user' menu screen

    hey....been reading through this forum about and realised that many have the same problem i'm currently facing with my ibook g4...
    i'm able to boot up my ibook normally then it'll get stuck at the blue screen where the 'select user' menu is supposed to pop up....
    tried the various method like repairing disk on disk utilities but the DU reports that my disk does not need any repairs...the thing is i'm able to boot up as per normal via safe mode and thats as far as i can get...any help? thanks in adv!

    If you have the original boot installer disc set which accompanied the
    computer when new, there is an Apple Hardware Test on there.
    The computer may have some hardware failure behind this anomaly
    and may require troubleshooting to get an estimate on what may be
    wrong, if a hardware defect is the cause of this problem. Otherwise,
    tech time and a hopeful cure may take one of several possible paths.
    In some computers, the wireless won't work when in SafeBoot mode
    perhaps in more than I know. I have not tried to go online in mine while
    they are in SafeBoot, since that is a reduced boot set and is for testing
    or checking the computer mostly.
    Was there a report in Disk Utility from running the booted installer disc's
    version of that utility? Sometimes, when it is repairing a disk drive, and
    some report says it can't fix something, then that may indicate failure in
    the hard disk drive; or some directory issue, or perhaps a low-level one
    where the drive may need to be over-written with zeros using the option
    in Disk Utility from the booted installer disc, & reformat to APM or HFS+
    before running the Installer to put a new system on the wiped empty HD.
    You may need to try different things in order to further troubleshoot this
    computer, to include Disk Warrior or other third party disk utilities, or
    have someone who already has the correct disks and is trained, to do it.
    There may be an error in the hard disk drive, so if you haven't tried using
    the options in the Disk Utility to zero the drive, that may be something. If
    you have work on this computer and had not backed it up to other media,
    it will certainly be lost; if not before now, very surely once it gets wiped.
    A third party utility such as Disk Warrior can be used to try and fix the
    issues, as best it can and only do what it was intended, at most; but may
    allow you to fix the system enough to recover your data and move on...
    Since the computer does boot into SafeBoot, you can recover files from
    the hard disk drive. It probably will also boot into FireWire Target Disk
    Mode, so using a FW cable to another Mac could occur, to move files.
    The moved files could be saved to DVD or CD-R media in another Mac.
    Of course, once you'd tried the reinstall (not just use the menu bar choice
    of several other functions prior to launching the Installer) your old System
    may be in the hard disk drive with a name 'previous' and it won't boot it.
    Other ideas on hard disk drive issues, can be found in other forum posts;
    some are not exactly the kinds of symptoms your machine exhibited.
    One such post: http://discussions.apple.com/message.jspa?messageID=9410943
    Good luck & happy computing!
    edited.

  • IPhoto slideshow problem--stuck on selected photo

    I have an iMac (late 2009)  OS X 10.9.2. In Feb. 2014, Maverick was intalled in this computer.  I use iPhoto a lot to organize and store photos.  Today I was trying to look at a vacation album in Slideshow mode and it would only display one photo, over and over again.
    How do I get Slideshow to function properly?

    By selecting more than one picture.
    If you want to Slide show using, lets say, pictures 1 to 20. Then you would click on picture 1 to select it, then before clicking on picture 20, you would have to press and hold the Shift key. This process will select all pictures from 1 to 20.
    If you, however, want only a selected few pictures from 1 to 20. Lets say pictures 3-5-9-12-17 and 19. Then as you are selecting each of those pictures, you would press and hold the Command key as you are selecting each picture.
    But lets say you want all 1 to 20 pictures except for one. Then just repeat the first, select picture 1 then press and hold the Shift key as you click on the 20th picture. Release the Shift key, then go to the picture that you don't want to show, press and hold the Command key and select the picture. You'll see the yellow bar surrounding the picture is now gone, but the remaining pictures still have their's.
    When ready, just start the slide show as normal.
    KOT

Maybe you are looking for

  • Imac Video In option?

    Is it possible to use the new IMAC as the display device for a "shudder" windows PC with a VGA adapter? I don't have a lot fo desk space. Is USB an option?

  • Cheque dates in F-58

    Hi Experts, An open AP invoice item dated Nov 02, 2009 needs to be paid.  It was paid out via F-58 and  Oct 30, 2009 has been entered as the posting date.  From the user's point of view, its an audit issue because the cheque date is Oct 30 for an inv

  • How do i create a drop down menu for selecting from the drop down arrow

    how can i create a drop down menu so that when i click on the arrow in the cell i can select from the menu that appears

  • Data sources are hidden in r/3 once enhanced

    Hi all, we are facing some typical issue with logistic data sources. we have enhanced some Logistic data sources. we also successfully transported them from Development to quality. But now when we go back to r/3 all the data sources which we enhanced

  • I cannot read by emails, letters too small and distorted. What can I do?

    ''dupe of https://support.mozilla.org/en-US/questions/912575'' I was on line writing my emails when all of a sudden the page changed...the letter became very small, distorted, actually the whole page did...what can I do?