CRM Call Center Simulator

Hi,
we have new SAP CRM EHP3 abap and CRM Application server Java installation on the same server. We want to use Call center simulator and we are trying to access the BCB on the server at addrees http://<hostname>:<port>/bcb , but we get error: Requested resource does not exist. Do we need to activate something or bcb is not available anymore in latest version of Java application server?
Regards,
Elvis Gustin

Hi,
There has been some change in later version of JAVA server.
Please check the following OSS note :
1957604 - BCB/CCS is not available
Hope this helps.
Sylvain

Similar Messages

  • SAP_J2EE_ADMIN in Call Center Simulator (IC Web) CRM 5.0

    Hi,
    We are trying to activate the IC Web Client Call center Simulator in mySAP CRM 5.0. We have created a "Dialog" user and assigned following roles and profiles to it:
    1. role: SAP_J2EE_ADMIN
    2. Profile: SAP_ALL, SAP_NEW
    then we are trying to access the CCS Application through url: http://<servername>:<port>/ccsui/CSSUIStart.jsp
    The Server name and port no:s are as provided by the Basis Person.
    We are still getting error:   403   Forbidden, You are not authorized to view the requested resource.
    Can somebody please help on this.
    Regards,
    Saurabh Agarwal

    Hi Keerti,
    Thanks for your reply.
    The relevant services in SICF are activated. In fact we are able to login to the CCS with J2EE Admin. But when I try to access the application with my own user id, it does not allow me and throws this error.
    I have assigned the "SAP_J2EE_Admin" role to my id.
    Any pointers...
    Regards,
    Saurabh Agarwal

  • I like to share CRM (call center)

    Hi Rick,
    I am currently implementing Oracle APPS 11i especially for
    iService & Call Center modules. I am very much interested to
    share my knowledge and the forum knowledge.
    [email protected]
    Thnks
    Giridharan D

    These are user to user forums.  YOu are not addressing Apple by posting here.
    Go here instead:  http://www.apple.com/feedback

  • Contact Center Simulation Steps

    HI All,
    I am trying to simulate CCS , by following a blog /people/stephen.johannes/blog/2008/05/21/crm-contact-center-simulator-setup .
    I have acccessed BCB via http://<javahost>:<javaport>/bcb , but once i am into the screen,it asks to login as admin . i tried logging in with my usual user id , but its not allowing me and hence not able to simulate the phone call.
    Any help or any other approach of simulating the call
    Many thnx in advance
    Chandu

    Hi Chandu,
    If you add the SAP_J2EE_ADMIN role to your user account, you should be able to log into the simulator.
    Sincerely,
    Glenn
    Glenn Abel
    Covington Creative
    www.covingtoncreative.com

  • Call transaction in new session not working inside CRM Interaction Center

    Hi Experts,
    I have developed a report which contains a screen with push button. When user clicks on button a  transaction (FPL9) is being called and opened in new session or window. But when the report is being called in CRM Interaction Center using transaction launcher and button is clicked no new session or new window is being opened. Our requirement is FPL9 transaction will be opened in new session / window inside Interaction Center also.
    Please help me how to open a new session or window  in interaction center on push botton click.
    Thanks in advance.
    Regards,
    Arnab

    Hi Anil..
    This is the Solution for ur Requirement.   try this program and change as per ur need.
    REPORT  ZSEL_CALL_TCODE.
    data : IT_KNA1 TYPE TABLE OF KNA1 WITH HEADER LINE.
    DATA : IT_SPA TYPE TABLE OF RFC_SPAGPA WITH HEADER LINE.
    SELECT * FROM KNA1 INTO TABLE IT_KNA1 .
    LOOP AT IT_KNA1 .
      WRITE:/ IT_KNA1-KUNNR HOTSPOT ON.
      HIDE IT_KNA1-KUNNR .
    ENDLOOP.
    CLEAR IT_KNA1-KUNNR.
    AT LINE-SELECTION.
    CASE SY-LSIND.
    WHEN 1.
    IF IT_KNA1-KUNNR IS NOT INITIAL.
    REFRESH IT_SPA.
    IT_SPA-PARID = 'KUN'.
    IT_SPA-PARVAL = IT_KNA1-KUNNR.
    APPEND IT_SPA.
      CALL FUNCTION 'ABAP4_CALL_TRANSACTION' STARTING NEW TASK 'S1'
        EXPORTING
          TCODE                         = 'XD02'
         SKIP_SCREEN                   = ' '
        MODE_VAL                      = 'A'
        UPDATE_VAL                    = 'A'
      IMPORTING
        SUBRC                         =
       TABLES
        USING_TAB                     =
         SPAGPA_TAB                    = IT_SPA
        MESS_TAB                      =
      EXCEPTIONS
        CALL_TRANSACTION_DENIED       = 1
        TCODE_INVALID                 = 2
        OTHERS                        = 3
      IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
      ENDIF.
    ENDCASE.
    <b>Reward if Helpful.</b>

  • How to send a Announcements in CRM WebUI for Call center role.

    Hi
    In some cases if we are shutdowing the prodcution server we want to send a group message to all the users in call center.
    How to do this.
    Please suggest.
    Regards
    Hanu M

    Hi,
    in the IC_Webclient and in the CMS-Role you could use broadcast messaging for this.
    your message is displayed on the bottom of the screen as ticker.
    Add in SAPGUI a new favorite
    BSP-Application: BSP_BROADCAST
    Start-Page: abap_broadcast.htm
    Kind regards
    Manfred

  • Error with the Contact Center Simulator

    Hello All,
    I am trying to use the Contact Center Simulator (CCS) with the IC WebUI in SAP CRM 7(IDES).
    I have done all the settings as per SAP Help and the Blog: How to Configure Contact Center Simulator User Interface (CCSUI)n
    When i try to use the CCS i am running into a issue.
    This is the sequence of steps - 
    1 - I start the CCS and then then i login to the IC WebUI and in the CCS i can see the Agent with status "Not Ready".
    2 - I change the status in the IC WebUI to "Ready"  but the status in the CCS doesnot change to "Ready" and remains "Not Ready"
    Tried installing different version of JRE (1.4.xx and 1.3.xx) but no change.
    Activated the ICI trace and the error message is see in the ICI is
    Http Outgoing Request - Http/1.0 401 Unauthorized
    Logon Failed
    Call of url http://<servername>:8004/sap/bc/bsp/sam_sess_queue/sam_session_queue_cntrler.do terminated due to error in logon data
    Note
    Logon performed in system <systemname>.No logon data provided.
    I checked SICF and all the required services are activated.
    So not sure whats the cause of the error.
    Any help/suggestions will be greatly appreciated.
    Cheers
    Subu

    Hi Subbu,
    I have a similar problem , I'm able to view in CCS this message :  Currently no agents are logged on to CCS , how do we proceed forward , i logged to WEB UI and the status is Ready but i'm not able to see the same status in CCS..
    Appreciate if you can publish your solution in this thread ...
    Thanks,
    Satish

  • BCB Contact Center Simulator

    Hello Gurus,
    I have a situation to demo the Telephony functionality to my client.
    What is the configuration i need to do for setting up BCB application in CRM application?
    What is the authorization object or role i need to have to access Contact Center Simulator in BCB application.
    All your help is highly appreciated and valued.
    Regards
    Amar

    Hi Amar,
    Just follow the steps described in Stephen Johannes weblog located here:
    The specified item was not found.
    Please note that you need CRM java stack to be installed.
    Kind regards and good luck!
    Garcia

  • Contact Center Simulator (CCS) agent details

    hi friends
    When i use the Contact Center Simulator (CCS) and click on Agents to see the total number of agents who are logged on and available it displays
    "Currently no agents are logged on to CCS".
    I dont know where is the problem can any one help me as its a urgent requirement to test the working.
    Do i have to assign and channel seperately to agent also if so how plz help us?
    Thanks & Regards
    Pulkit

    Hello Pulikt,
    Do the following :
    Step 1.) Open up the IC Web client, log into it by using your CRM system user and ensure that the telephony channel is selected. Select Work mode : Ready using the radio button.
    Step 2.) Choose refresh on the CCS Agent Over view page.
    Hope this helps in solving your problem.
    Regards,
    Khushboo

  • Contact Center Simulator Error

    Hello experts,
    I am trying to simulate the Contact Center simulator in one of our test systems. When I try to access the simulator using
    http://<hostname>:<port>/bcb
    The browser is giving the error
    Service cannot be reached
    What has happened?
    URL http://host_name/bdb call was terminated because the corresponding service is not available.
    Note
    The termination occurred in system XXX with error code 404 and for the reason Not found.
    The selected virtual host was 0 .
    What can I do?
    Please select a valid URL.
    If you do not yet have a user ID, contact your system administrator.
    ErrorCode:ICF-NF-http-c:000-u:SAPSYS-l:E-i:HOST_XXX_00-v:0-s:404-r:Notfound
    HTTP 404 - Not found
    Your SAP Internet Communication Framework Team
    All the services are active only. which service I'm missing to activate? OR am I missing any other settings?
    Please advise.
    Thanks,
    Pandu

    Hi,
    The Contact Center Simulation runs on the J2EE stack so you need to know your J2EE HTTP port and include that in your URL.
    http://<server>:<J2EE Port>/bcb
    The J2EE port is different from the HTTP/S port.
    Check with your basis team to know you J2EE port.
    Regards,
    Joost

  • Automatic connection between call center and phone system

    Dear friends,
    I have one customer, they have a phone system in their call center.
    When implemeting CRM 2007, they want to have an automatic connection betwwen their phone system and call center in CRM. This means when having a call from customers the call center system ( CRM 2007) searches automatically or updates the phone number ( this phone number is get automatically from phone system ).
    Does this is possible in CRM 2007? Or if u have any solutions pls let me know.
    Thanks and Regards,
    Nghi Do

    Hi,
    Just check if this blog is of any use to you:
    What is Computer Telephony Integration (and Why Do I Need It?)
    Thanks and Regards,
    Rohit

  • Partner search in Call Center

    Hello
    We are using Call Center and IVR.
    In the IVR customers are entering object ID that later is used to locate the partner via installed base.
    The info transfered to the CRM using CAD.
    My question is how to configure the Call center profile, to search for partner number using the object ID of installed base object.
    Thanks Nachshon.

    This is something that you can do . 
    i) Create a Call List with Assignement to the IC Orgnanization ( So that IC Agent can see it )
    ii)  Call List have assignment of Calls , with each individual Call Linked to a Business Partner and IC WebClient Script
    iii) The IC Agent will Navigate to Call List View
    iv) Pick a Call from the Call List and Initiate a Outbound call
    v)  The Associated Script is trigerred 
    vi) The Interactive Script have a Step that is linked to the Survey Questionnaire
    vii) Based on the Survey Response ,  set marketing attribute to be added to a Target Group based on Segmentation etc ...
    Hope this helps in forming the design. You can try this , if you have questions around config I can certianly help.
    Edited by: SKP on Mar 24, 2009 6:11 AM

  • Installed base for call center?

    Hi,
    for the CIC implementation where we are going with typical call center functionality where agents handle incoming calls with inquiries and complaints, do we need the installed base? can anyone comment?
    we dont have any returns or warranty for our products
    we sell them, if there is a prob, we resend the product again and customer can keep both...
    thanks,

    Hi,
    Installed base is basically required to keep track of products installed at customer place.
    If you can verywell identify your customer place where product is installed.
    for eg.
    if you install 100 printers at say XYZ company, but this 100 printers may be installed at different branches of XYZ company, it may be across different cities.
    This information you cannot capture for all the 100 printers sold in any of the masterdata.
    Thus you can use installed base to keep a track, how may printers installed at what location.
    During incoming call u identify the BP i.e XYZ ask for the location or printer serial number (Use Individual objects in CRM) to track the printer.
    If you don't have such complex scenario and also you don't need returns or warranty so u can do without installed base.
    Best Regards,
    Pratik Patel
    <b>Reward with points!</b>

  • The inbound calls to our call center is drop after putting it on hold or transfer

    Dear All;    
    Good day  
    The inbound calls to our call center is drop after putting it on hold or transfer the call to another agent. The MOH file is playing till 21 sec only then call drop . the agent cant resume the call again. The MOH file is running from Gateway (multicast).
    No problem in outbound calls.
    I urgent need you help
    Should you require any more information , please do not hesitate to contact me.
    Thanks & Best Regards,
    Muhammad Fathy,
    IT Network Manager
    ALEXBANK
    A subsidiary of Intesa Sanpaolo Group
    Head office: B210-F1, Smart Village , KM 28 Cairo-Alex Desert Road, Egypt.
    Cell:      +201017288844.
    Office:  +202-35311300   Ext: 8090.
    eMail:   [email protected]
    i To maintain a paperless environment, please don't print this e-mail unless you really need to.

    Typically you have a codec or media resource issue to track down.  IE, MTP, region, location, gateway trunk to trunk to call or something in that area.   Bypass UCCX and do the same call without this app... does it happen with a normal call?

  • I am working from home in virtual call center. I urgently need Firefof 5, all above cause problems and crashes. Can you please advise how I can download FF 5, it is urgent. Thank you.

    I was running Firefox 5 and have been able to protect it against new versions, but now I am not being warned that there is a new version being snuck in without telling me about it.
    The problem is that I work in a virtual call center from home, and the new version is creating problems I never had before.
    Is there a way you can supply me with a link to FF5, and how do I protect it against new versions being installed on my machine. This is extremely important as I earn my living from the call center.
    Thanks and look forward to your reply.

    Perhaps you've already fixed this, but the first two links you showed us do work fine in FF and IE8,  I can not say about the third link as I did not see it on  your page.
    Are you still having trouble with this?
    E. Michael Brandt
    www.divahtml.com
    www.divahtml.com/products/scripts_dreamweaver_extensions.php
    Standards-compliant scripts and Dreamweaver Extensions
    www.valleywebdesigns.com/vwd_Vdw.asp
    JustSo PictureWindow
    JustSo PhotoAlbum, et alia

Maybe you are looking for