CAD Agent build 9.0.2.1064 Issue with calls hanging while being presented

We up graded to version 9.0.2.1064 for the CAD Agent version after upgrading to version 9 last month. I have one location telling me and I witnessed it today that when a call is presented and the user lets it go as a ring no answer the call acts as if it never leaves the Agent. It does start to ring the next phone in line like it should but the Agent that let the call RNA still shows the call on thier phone like it is still being presented. The Answer/drop button stays lit while this is happening. I can log off the user (it tells me there is a active call in progress) and then log them back in and it works again. This is sporadic sometimes the users go for a day or 2 without it and it happens on multiple users. I did a BUG search and could not find anything.
Has anyone seen this yet?
Thank you!
Dave

We up graded to version 9.0.2.1064 for the CAD Agent version after upgrading to version 9 last month. I have one location telling me and I witnessed it today that when a call is presented and the user lets it go as a ring no answer the call acts as if it never leaves the Agent. It does start to ring the next phone in line like it should but the Agent that let the call RNA still shows the call on thier phone like it is still being presented. The Answer/drop button stays lit while this is happening. I can log off the user (it tells me there is a active call in progress) and then log them back in and it works again. This is sporadic sometimes the users go for a day or 2 without it and it happens on multiple users. I did a BUG search and could not find anything.
Has anyone seen this yet?
Thank you!
Dave

Similar Messages

  • 2 issues with call transaction to LS24

    Hello All,
    There are 2 issues with call transaction to LS24.
    <b>1) It doesn't take batch value and displays stock for all batches.
    2) When you go back, it doesn't go back to the calling program.</b>
    Any thoughts ?
    <u>Here is my code:</u>
    PARAMETERS: p_lgnum TYPE lgnum,
                p_matnr TYPE matnr,
                p_werks TYPE werks_d,
                p_lgort TYPE lgort_d,
                p_charg TYPE charg_d.
    START-OF-SELECTION.
    END-OF-SELECTION.
      PERFORM display_stock_per_batch.
    *&      Form  DISPLAY_STOCK_PER_BATCH
    FORM display_stock_per_batch .
      SET PARAMETER ID 'LGN' FIELD p_lgnum.
      SET PARAMETER ID 'MAT' FIELD p_matnr.
      SET PARAMETER ID 'WRK' FIELD p_werks.
      SET PARAMETER ID 'LAG' FIELD p_lgort.
      SET PARAMETER ID 'CHA' FIELD p_charg.
      CALL TRANSACTION 'LS24' AND SKIP FIRST SCREEN.
    ENDFORM.                    " DISPLAY_STOCK_PER_BATCH

    hello
    use this code
    perform bdc_dynpro      using 'SAPML01S' '0209'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'RL01S-CHARG'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '/00'.
    perform bdc_field       using 'RL01S-LGNUM'
                                  p_lgnum.
    perform bdc_field       using 'RL01S-MATNR'
                                  p_matnr.
    perform bdc_field       using 'RL01S-WERKS'
                                  p_werks.
    perform bdc_field       using 'RL01S-LGORT'
                                  p_lgort.
    perform bdc_field       using 'RL01S-BESTQ'
    perform bdc_field       using 'RL01S-SOBKZ'
    perform bdc_field       using 'RL01S-CHARG'
                                  p_charg.
    perform bdc_dynpro      using 'SAPML01S' '0209'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '/EBACK'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'RL01S-LGNUM'.
    perform bdc_transaction using 'LS24'.
    may be it will help u

  • Crash issues with elements organizer while running Apple OS 10.9 Mavericks

    Crash issues with elements organizer while running Apple OS 10.9 Mavericks.  Crashes then ask if you want to reopen or not.  Also when you are trying to manuver the page with your mouse things go crazy from a full page edit back to viewing all photos on the site and skipping around from picture to picture.  Unsusable as it is today!

    It is very critical to delete all preferences when you do a major OS X upgrade. You need to go to your username>library>preferences and delete everything pertaining to PSE. To see that library in 10.9, open a finder window, click your user account in the list on the left (the little house with your name), and then click the gear wheel at the top of the window and choose View Options. At the bottom of the list of checkboxes you'll see Library. Turn it on and then you can easily find the preferences folder.

  • IF YOU ARE HAVING ISSUES WITH THE DROID TURBO BEING SLOW

    IF YOU ARE HAVING ISSUES WITH THE DROID TURBO BEING SLOW ON WIFI JUST TURN OFF GLOBAL MODE!! DONT ASK ME WHY THIS WORKS BUT IT DOES.  I TOOK MY FIRST PHONE BACK TO THE STORE BECAUSE I THOUGHT IT WAS DEFECTIVE BUT THEN MY REPLACEMENT DID THE SAME THING.  GLOBAL MODE IS WHAT THE PHONE IS SET TO USE OUT OF THE BOX.  I SWITCHED IT TO LTE/CDMA AND NOW IT WORKS FLAWLESSLY.  AWESOME

    I'm glad you had luck with this.  I have the same issue, and i've replaced the droid turbo 4 times.  I've tried it on 4 or 5 different wifi networks and it doesn't give me any type of speed at all. 

  • Anyone have an issue withe airplay button not being available?

    Anyone have an issue withe airplay button not being available?

    Since the last pair of updates, my game camera won't pan around in any adventure level, leaving many sub levels off screen.  This is happening in all community adventure levels as well as my own on my moon.  Also can't seem to decorate my adventure levels without experiencing major glitches, especially with changing the materials.  The updates fixed a lot of stuff, but it seems like they trashed some things too.

  • Issue with calling external web service with authentication details ...

    Hi,
         I am facing a deployment issue with Oracle ESB. I am trying to call an external Web Service with authentication from ESB SOAP Service. It is working fine with my local ESB version 10.1.3.3.0 Build PCBPEL_10.1.3.3.0_GENERIC_070615.0525; however it is getting an error at our development ESB version 10.1.3.3.1 Build PCBPEL_10.1.3.3.1_GENERIC_RELEASE.
         I am getting following error.
    An unhandled exception has been thrown in the ESB system. The exception reported is: "org.collaxa.thirdparty.apache.wsif.WSIFException: exception during SOAP invoke: Server was unable to process request. ---> Object reference not set to an instance of an object.; nested exception is: javax.xml.rpc.soap.SOAPFaultException: Server was unable to process request. ---> Object reference not set to an instance of an object. at com.collaxa.cube.ws.wsif.providers.oc4j.jaxrpc.WSIFOperation_JaxRpc.populateFaultMessage(WSIFOperation_JaxRpc.java:3086) at com.collaxa.cube.ws.wsif.providers.oc4j.jaxrpc.WSIFOperation_JaxRpc.invokeOperation(WSIFOperation_JaxRpc.java:1728) at com.collaxa.cube.ws.wsif.providers.oc4j.jaxrpc.WSIFOperation_JaxRpc.invokeRequestResponseOperation(WSIFOperation_JaxRpc.java:1473) at com.collaxa.cube.ws.wsif.providers.oc4j.jaxrpc.WSIFOperation_JaxRpc.executeRequestResponseOperation(WSIFOperation_JaxRpc.java:1196) at oracle.tip.esb.server.common.wsif.WSIFInvoker.executeOperation(WSIFInvoker.java:867) at oracle.tip.esb.server.common.wsif.WSIFInvoker.nextService(WSIFInvoker.java:770) at oracle.tip.esb.server.common.wsif.WSIFInvoker.nextService(WSIFInvoker.java:790) at oracle.tip.esb.server.service.impl.outadapter.OutboundAdapterService.nextService(OutboundAdapterService.java:208) at oracle.tip.esb.server.service.impl.outadapter.OutboundAdapterService.processBusinessEvent(OutboundAdapterService.java:127) at oracle.tip.esb.server.dispatch.InitialEventDispatcher.dispatchNonRoutingService(InitialEventDispatcher.java:118) at oracle.tip.esb.server.dispatch.InitialEventDispatcher.dispatch(InitialEventDispatcher.java:95) at oracle.tip.esb.server.dispatch.BusinessEvent.raise(BusinessEvent.java:1424) at oracle.tip.esb.utils.EventUtils.raiseBusinessEvent(EventUtils.java:112) at oracle.tip.esb.server.service.EsbRouterSubscription.onBusinessEvent(EsbRouterSubscription.java:307) at oracle.tip.esb.server.dispatch.EventDispatcher.executeSubscription(EventDispat
         Could one of you please help me out to understand why it is happining.
    Thanks in advance.
    Jyotirmoy.

    Hi Mahesh,
    One you are missing is authentication token or credentials.
    Please refer to the following articles.
    http://www.cleverworkarounds.com/2014/02/05/tips-for-using-spd-workflows-to-talk-to-3rd-party-web-services/
    A Series of articles related to Web Service in SPD Workflow
    Trials or tribulation?
    Inside SharePoint 2013 workflows–Part 1
    Trials or tribulation?
    Inside SharePoint 2013 workflows–Part 2
    Trials or tribulation?
    Inside SharePoint 2013 workflows–Part 3
    Trials or tribulation?
    Inside SharePoint 2013 workflows–Part 4
    Trials or tribulation?
    Inside SharePoint 2013 workflows–Part 5
    Trials or tribulation?
    Inside SharePoint 2013 workflows–Part 6
    Trials or tribulation?
    Inside SharePoint 2013 workflows–Part 7
    Trials or tribulation?
    Inside SharePoint 2013 workflows–Part 8
    Trials or tribulation?
    Inside SharePoint 2013 workflows–Part 9
    Trials or tribulation?
    Inside SharePoint 2013 workflows–Part 10
    Trials or tribulation?
    Inside SharePoint 2013 workflows–Part 11
    Trials or tribulation?
    Inside SharePoint 2013 workflows–Part 12
    Please don't forget to mark it answered, if your problem resolved or helpful

  • Issues with Blackberry Playbook not being recognised by Windows Explorer

    Hello, I'm new to the forums but am having the same problems as many others are, that being my Playbook not regonised by Windows Explorer. I have tried all of the solutions I have read like unistalling Desktop Manager, uninstalling then re-installing drives in Windows Device Manager. But one I recently stumbled across was uninstalling Blackberry Device Manager, how do I do this?
    Also the main problem appears to be that my Playbook will not sync anything with my computer. In Desktop Manager I can back-up my Playbook, but not sync anything. After re-installing a drive I now get the message of: 'Your Blackberry device is not compatible with this feature' whereas before I got the message of: 'You haven't configured any sync methods' but yet all of the sync options were greyed out. 
    How do I get Windows Explorer to recognise my Playbook as a drive and how can I sync in Desktop Manager? 
    Thanks in advance!
    Note: I'm using Windows 7 32-Bit

    Hello Tobster_,
    The following article should also help with detecting your BlackBerry® PlayBook™ tablet:
    Identifying and troubleshooting issues with the BlackBerry Desktop Software detecting a USB connected BlackBerry PlayBook - http://www.blackberry.com/btsc/KB27424
    We hope this helps.
    Thank you.
    -FB
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.
    Click "Accept as a Solution" for posts that have solved your issue(s)!

  • Issues with quality of PDF being made from AutoCAD

    I am having quality issues with the PDF after it is made from AutoCAD.  First, I'm creating a few spreadsheets using Excel.  I copy/paste them into AutoCAD and when I go to print the sheet to a PDF and view the preview before i submit it, the preview is great.  Once i make the PDF one of the spreadsheets' quality is great.   The others are showing extremely blurry and sometimes pixelated.  Im not sure what would be going on.  The spreadsheets are created the same way.  I'd attach a screenshot of the issue, but the wonderful "attach image" button is not working.  As a matter of fact, none of the tools for this post works.

    More than likely it is in the PDF creation end of things. If that's the case, you'll want to go to the forum for the software you are using to create the PDF.
    Before that, one thing you CAN check in Reader is Preferences>Page Display>REndering and be sure that smoothing preferences are checked.

  • Quality issues with calls from US to Korea

    I've always been a big fan of Skype. I have a premium account and I use "Skype to go" to call from the US to South Korea. Starting about 5 months ago, the quality of these calls has severely degraded. It is almost not worth the call. It is very difficult for me to hear the people I've called and for them to hear me as well. There is no Skype customer support contact phone number listed anywhere on the Skype website that I can find. Otherwise, I'd be addressing this issue with a real person. Is there a reason for this call quality degradation? Is there a fix in work? Is there a customer service number I can call? Is it time for me to leave Skype?

    rates are available on http://www.skype.com/en/rates/  just enter Itay in the destination and check the rates lower down the page.
    If you are going to make a lot of calls - check the subscriptions available too...
    There are subscriptions that include landlines and mobiles as well

  • Having issues with hitting mute while talking on phone

    Having repeated issues with talking on phone and hitting mute or speaker with cheek. How do I get that screen to disappear until needed.

    The iPhone includes a proximity sensor that prevents this - if it is working properly.
    Are you using a case that may be blocking or partially blocking the proximity sensor?
    If you are using a case, try removing the case to see if the same occurs without the case. If not, you need to get another case that doesn't block the proximity sensor.

  • Issue with calling an external web service using web service proxy

    Hi,
    I've created several web services using JDeveloper succesfully in the past, however I'm getting an issue with one that was working ok previously. Have spoken to the developers of the external web service and they say they haven't changed anything. Also if I test the external web service through soapUI for example it seems fine so it would seem that the issue is with the autogenerated code created by JDeveloper.
    Basically I get the following exception as it sends the request to the external service:
    java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed: Bad Authentication header format: 'Basic realm="Integration Server" encoding="UTF-8"'
    Expected "," at position 33
    The user name/password appear correct.
    JDev version 10.1.3.42.70
    Any ideas?
    Many Thanks
    Gary
    Edited by: user10916721 on 08-May-2012 09:54

    Found the answer. Basically I had one proxy web service working and one not both linking to a middle tier written in web methods. THe issue actually ended up being with the web methods code in that the one web service (that was not working) was put together using a backwards compatability mode. Once this was switched back then started working again in JDev.

  • Long standing issue with Caller Display

    Hello, I hope someone may be able to help.
    We have had no caller display service since just before Christmas, some six or so weeks ago now.
    I must have called 151 nearly 10 times, received several calls back, one visit from Openreach, made three BT complaints, had my reported fault closed several times as the "end user says it is working" (I presume that is me? I certainly havent told anyone at BT it is working!), and must have been on the phone trying to solve this issue for more than 5 or 6 hours in total.  What a waste of my time.
    Essentially, my elderly and disabled parents receive lots of marketing, sales, unwanted type phonecalls etc, and with caller display previously it has helped them decide if they want to pick up the phone or not.  They want to answer calls to friends and family etc, but not to these "nuisance" calls.
    Everything worked fine til just before Christmas, when we found out Caller Display was now going to be a chargeable service.  I dont mind paying for something if it works, and we "opted in".
    However, we still have difficulties with caller display.
    17070 works fine.
    *#234# tells me callers ID will be displayed.
    Several openreach engineers checked exchange and uploaded new software etc.
    The problem still exists some 6 or more weeks on!
    This cannot continue.  I am just going round in circles all the time, speaking with various people on the phone at BT. 
    What can I do next?  Citizens Advice?, Ombudsmen?, letter to BT Chairman? 
    We are not happy bunnies here, but if anyone could help......I would be exceptionally grateful!!
    Thank you.

    Jones01656 wrote:
    Still no solution, nearly two months now! 
    Not good.  Can I get a refund please on the caller ID service as I believe I have been paying £1.75/month since January 4th?
    I still want to problem sorted by the way......
    Any update RobbieMac?
    Thanks.
    Did you agree a new contract  because in your earlier post you say
    Everything worked fine til just before Christmas, when we found out Caller Display was now going to be a chargeable service.  I dont mind paying for something if it works, and we "opted in". "
    if you did then you will not have been paying for caller ID
    toekneem
    http://www.no2nuisancecalls.net
    (EASBF)

  • Issue with calling procedure remotely

    Hello,
    Within the stored procedure, I am calling a procedure remotely but the '@v_remote_db' variable does not resolve:
    begin
    for i in cur_database_list loop
    v_remote_db := i.database_name;
    p_trunc_remote_table@v_remote_db; <<<------does not resolve
    end loop;
    end;
    Would work if obsolute value:
    p_trunc_remote_table@dev_db <------"works because dev_db is an actually database name and not a variable."
    The database link is correctly defined and works.
    Question: How to go around using obsolute value? I need to use a variable because the variable v__remote_db resolves to about 50 databases. Thank you.

    Duplicate thread:
    Re: issue with remote procedure calls
    Amiel

  • I have downloaded the latest software 7.02 for my iPad and I am finding an issue with the battery now being drained rapidly even when not in use.  I have never had this issue before I downloaded this software. Help

    This software is killing the battery life.  Anyone find a way to solved this issue with their iPads?  If not, is there a way to go back to the last software, this is not acceptable.

    I have no issue since upgrade to IOS 7 no loss of battery life and you cant downgrade,apple dont support it

  • Issues with FMSEdge process while security scan in progress

    We have recently deployed Flash Media Streaming server 3.5.2 and Flash Media Encoder on a Windows 2003 machine. We are able to capture live streaming and the regular streaming of recorded video’s without any issues.
    We are encountering an issue with one of the FMS’s process’s whenever a security scan is performed on the machine, during the security scan process one of the process’s for FMS called FMSEdge.exe creeps all the way up to 100% CPU utilization. This is causing problems with security scan not completing.
    Have any of you experienced this kind of problem? Could you please let us know if there is solution to this issue.

    Hi [email protected],
    Please refer the solution in Troubleshoot Adobe Download Assistant - http://helpx.adobe.com/creative-suite/kb/troubleshoot-download-assistant.html
    If you continue to face difficulties you can try initiating a direct download by following the steps listed at http://forums.adobe.com/thread/981369

Maybe you are looking for

  • Pythagoras calculation

    I have a .vi I am trying to write in Labview for a project that really has me stuck. Basically what I want to be able to do is calculate distance using pythagoras, given a user selected number of dimensions (up to 20). That means rather than traditio

  • How do you delete .pdf files?

    How do you delete pdf files from android Adobe Reader?  I  can delete the files, how do I delete the file name from the Adobe Reader file list, especially duplicate file names. someone  please help me. this will have to be done from  within the Reade

  • Error in installing AIA2.0 communication pack

    hi frnds , i m getting an error while installing AIA2.0 communication pack the error occurs while the oracle universal installer for AIA tries to connect to the oracle service registry. the error is: Unable to obtain Service Registry Home. The server

  • Re: (forte-users) Unstable server ENV after upgrade to Forte30M2.

    I see/suggest a few things: 1) In your #1, you mention ".... development and test environments which use the same Forte 3M installs through links ...". This concerns me. On our UNIX box each environment has it's own directory containing it's own inst

  • Security Requirements Template for BOE XI3.1

    I'm looking for the "Security Requirements Template" document, a template that can be used to setup a content plan in BOE XI3.1. It is an Excel document, that shows by application the possible rights.