CRM b2b IC web client gives communication error

Hi Guys,
I am getting error while invoking CRM_IC client on CRM 2007 system
the error is as below
Error when processing your request
What has happened?
The URL http://socw3s1er65.solnet.com:8000/sap/bc/bsp/sap/ic_base/main.htm was not called due to an error.
Note
The following error text was processed in the system CR5 : Exception condition "COMMUNICATION_ERROR" raised.
The error occurred on the application server SOCW3S1ER65_CR5_00 and in the work process 0 .
The termination type was: RABAX_STATE
The ABAP call stack was:
Method: CREATE_SESSION of program CL_SAM_BSP_SESSION_LAUNCHER===CP
Method: START_WORKER_SESSION of program CL_ICWC_SESSION_REGISTRY======CP
Method: ONCREATE of program CLO23UTXK1DHIM8WX0QZD2TBW2KZ9CP
Method: %_ONCREATE of program CL_O23UTXK1DHIM8WX0QZD2TBW2KZ9CP
Method: DO_INIT of program CL_BSP_PAGE===================CP
Method: GET_PAGE_CONTEXT_CURRENT of program CL_BSP_CONTEXT================CP
Method: ON_REQUEST_ENTER of program CL_BSP_RUNTIME================CP
Method: ON_REQUEST of program CL_BSP_RUNTIME================CP
Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_HTTP_EXT_BSP===============CP
Method: EXECUTE_REQUEST_FROM_MEMORY of program CL_HTTP_SERVER================CP
I have applied the basic note which talks about fully qualified hostname.
Please help.
Thanks
Prasanna

hi ,
ST22 also shows the same error .and dev_w0 shows error
ABAP Program CL_SAM_BSP_SESSION_LAUNCHER===CP        .
Source CL_SAM_BSP_SESSION_LAUNCHER===CM002      Line 23.
Error Code RAISE_EXCEPTION.
Module  $Id: //bas/700_REL/src/krn/runt/abfunc.c#16 $ SAP.
Function ab_jfune Line 2561.
This is working fine in other system, will kernel update be of any help.
Thanks
Prasanna

Similar Messages

  • What is master data in SAP CRM 2007 in Web Client

    Hi All,
    plz could you explain what is the master data in SAP CRM 2007 In Web client intraction center.
    regards,
    pasha

    Master Data are as under:
    Business Partner
    Product
    IBase
    Regards,
    Rajesh Banka

  • Alert Creation for CRM 5.0 web client

    Hi All,
    I want to create an alert after each 2hrs interval from the service complaint creation start time with message " time to call this Mr X" in CRM 5.0 IC webclient for the complaint which are with Staus as 'Open' and 'In Progress' ( not 'Closed').
    Please give suggestions and steps for that.
    Thanks

    Hi Friend,
    I am new to CRM WEB CLIENT. I have created crm_ic (IC Webclient) welcome screen. In that screen there are fields to enter data by the customer advisor like Name, Address, Post code and Reference no. etc., All the fields allow me to enter data in the represented text boxes. But Reference no. not allow me to enter anything in it. Can you pls. help why and how to solve it. And also I want to retrieve this in to my crmd_order(Transaction Processing) screen.
    Many thanks,
    shrik.

  • Converter Web Client: get compiler error when run URL

    When I try to run the Converter's web client with the the URL:
    http://localhost:8000/converter
    I got a compiler error on the lines:
    import Converter;
    import ConverterHome;
    The J2EE server wants to have a "." after the Converter and ConverterHome.
    Any one has any idea?
    The error messages are:
    HTTP Status 500 -
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: Unable to compile class for JSP
    An error occurred at line: -1 in the jsp file: null
    Generated servlet error:
    [javac] Compiling 1 source file
    C:\app\j2sdkee1.4\web\repository\Standard-Engine\localhost\converter\index_jsp.java:7: '.' expected
    import Converter;
    ^
    C:\app\j2sdkee1.4\web\repository\Standard-Engine\localhost\converter\index_jsp.java:8: '.' expected
    import ConverterHome;
    ^
    C:\app\j2sdkee1.4\web\repository\Standard-Engine\localhost\converter\index_jsp.java:20: cannot resolve symbol
    symbol : class Converter
    location: class org.apache.jsp.index_jsp
    private Converter converter = null;
    ^
    C:\app\j2sdkee1.4\web\repository\Standard-Engine\localhost\converter\index_jsp.java:26: cannot resolve symbol
    symbol : class ConverterHome
    location: class org.apache.jsp.index_jsp
    ConverterHome home = (ConverterHome)PortableRemoteObject.narrow(objRef, ConverterHome.class);
    ^
    C:\app\j2sdkee1.4\web\repository\Standard-Engine\localhost\converter\index_jsp.java:26: cannot resolve symbol
    symbol : class ConverterHome
    location: class org.apache.jsp.index_jsp
    ConverterHome home = (ConverterHome)PortableRemoteObject.narrow(objRef, ConverterHome.class);
    ^
    C:\app\j2sdkee1.4\web\repository\Standard-Engine\localhost\converter\index_jsp.java:26: cannot resolve symbol
    symbol : class ConverterHome
    location: class org.apache.jsp.index_jsp
    ConverterHome home = (ConverterHome)PortableRemoteObject.narrow(objRef, ConverterHome.class);
    ^
    6 errors
         at org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:125)
         at org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:293)
         at org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:387)
         at org.apache.jasper.compiler.Compiler.compile(Compiler.java:410)
         at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:570)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:295)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:289)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:240)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at org.apache.catalina.util.SecurityUtil$1.run(SecurityUtil.java:200)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Subject.java:499)
         at org.apache.catalina.util.SecurityUtil.execute(SecurityUtil.java:210)
         at org.apache.catalina.util.SecurityUtil.doAsPrivilege(SecurityUtil.java:147)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:274)
         at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:99)
         at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:177)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:271)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2505)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at com.sun.enterprise.webservice.EjbWebServiceValve.invoke(EjbWebServiceValve.java:133)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:383)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:469)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:223)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:405)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:380)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:508)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:533)
         at java.lang.Thread.run(Thread.java:536)
    Apache Tomcat/5.0

    I have exactly the same error.
    Me too, I'm running on Win XP. And I have had lots of trouble to deploy the converter.
    I cannot install J2EE 1.3 as I am supposed to write a report on how Web Services may help my company. By the moment I can only say it takes me much more time than expected to run the J2EE 1.3 tutorial. As SUN didn't deliver a tutorial one can use.
    So by the moment if anyone can HELP me to finish this converter tutorial I will be thankful.
    Bye
    Manuel Acevedo

  • CRM b2b IC_CRM gives communication error

    Hi Guys,
    CRM_IC tcode on crm 2007 gives the below error,have configured fully qualified hostname , and J2EE service is running. i have checke dthe settings in smicm . the too look fine.
    Appreciate Any help .
    Error when processing your request
    What has happened?
    The URL http://socw3s1er65.solnet.com:8000/sap/bc/bsp/sap/ic_base/main.htm was not called due to an error.
    Note
    The following error text was processed in the system CR5 : Exception condition "COMMUNICATION_ERROR" raised.
    The error occurred on the application server SOCW3S1ER65_CR5_00 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: CREATE_SESSION of program CL_SAM_BSP_SESSION_LAUNCHER===CP
    Method: START_WORKER_SESSION of program CL_ICWC_SESSION_REGISTRY======CP
    Method: ONCREATE of program CLO23UTXK1DHIM8WX0QZD2TBW2KZ9CP
    Method: %_ONCREATE of program CL_O23UTXK1DHIM8WX0QZD2TBW2KZ9CP
    Method: DO_INIT of program CL_BSP_PAGE===================CP
    Method: GET_PAGE_CONTEXT_CURRENT of program CL_BSP_CONTEXT================CP
    Method: ON_REQUEST_ENTER of program CL_BSP_RUNTIME================CP
    Method: ON_REQUEST of program CL_BSP_RUNTIME================CP
    Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_HTTP_EXT_BSP===============CP
    Method: EXECUTE_REQUEST_FROM_MEMORY of program CL_HTTP_SERVER================CP

    Hello Prasanna,
    Actually, the CRM Interaction Center does not have any J2EE components since CRM 4.0. CRM 2007, CRM 2006s, and CRM 2005 are fully ABAP based with no need for any J2EE components.
    Also, transaction CRM_IC is deprecated and no longer supported in CRM 2007. The Interaction Center is now started via the CRM WebClient (BSP application "CRM_UI_FRAME").
    Warm regards,
    John

  • Windows client  gives runtime error R6034 with TMMONITOR=app,svc,tran,sys::

    PLEASE REFER TO THE DUPLICATE POSTING IN THE "TUXEDO" FORUM FOR AN ANSWER TO THIS QUESTION.
    Hi,
    I'm testing TSAM on a Windows system. If I run without setting the TMMONITOR environmental variable set everything works fine, but when I set TMMONITOR=app,svc,tran,sys:: both the client and server programs give the runtime error R6034: "An application has made an attempt to load the C runtime library incorrectly". Clicking the "OK" button lets the programs continue, but the following messages appear in the ULOG:
    142539.868.TUXMODEL!tuxmodelclient.5996.5860.0: GP_CAT:1345: ERROR: pif: can't load 'libmonplugin.dll'
    142539.868.TUXMODEL!tuxmodelclient.5996.5860.0: GP_CAT:1341: ERROR: pif: can't load impl 'bea/performance/mongui' that is in InterceptorSequence for 'bea/performance/monfan'
    142539.868.TUXMODEL!tuxmodelclient.5996.5860.0: LIBTUX_CAT:6623: ERROR: TMMONITOR failed to invoke the monitoring plug-in
    142547.342.TUXMODEL!TuxModelServer.3220.728.0: GP_CAT:1345: ERROR: pif: can't load 'libmonplugin.dll'
    142547.342.TUXMODEL!TuxModelServer.3220.728.0: GP_CAT:1341: ERROR: pif: can't load impl 'bea/performance/mongui' that is in InterceptorSequence for 'bea/performance/monfan'
    142547.342.TUXMODEL!TuxModelServer.3220.728.0: LIBTUX_CAT:6623: ERROR: TMMONITOR failed to invoke the monitoring plug-in
    142547.482.TUXMODEL!TuxModelServer.3220.728.0: LIBTUX_CAT:6623: ERROR: TMMONITOR failed to invoke the monitoring plug-in
    142547.498.TUXMODEL!TuxModelServer.3220.728.0: LIBTUX_CAT:6623: ERROR: TMMONITOR failed to invoke the monitoring plug-in
    142547.498.TUXMODEL!tuxmodelclient.5996.5860.0: LIBTUX_CAT:6623: ERROR: TMMONITOR failed to invoke the monitoring plug-in
    Can anyone tell me what I need to do to overcome this problem? (I'm running Tuxedo Version 10.0 with VS2005, 32-bit, Patch Level (none) and TSAM version 1.1. Both programs were compiled with buildclient/buildserver, using Microsoft Visual C++ Express Edition 2008 (Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86)
    Thanks & kind regards,
    Malcolm.
    Edited by: Malcolm Freeman on Oct 28, 2008 11:55 AM

    As I know, the runtime rrror R6034 can be caused by Windows, not caused by TSAM, you need check your Windows system.
    guggi

  • Remote web access gives critical error on log in

    SBS 2011 Essentials does set up the domain when using the custom domain at remotewebaccess. Now however, when I try to log in on the website it gives me this error: Cannot connect to Remote Web Access. Contact the person who manages the server. Remote
    Web Access is enabled for all accounts, and I have tried to log into several of them but get the same message.
    Jeremiah Doggett

    OK...  time for more information about your setup.
    What router are you using?
    Is there more than one router on the network (including a modem-router if this is a DSL Internet connection)?
    What is the OS of the external computer through which you are trying to access RWA?
    What are the OS(s) of the network computers at the office?
    >>Ok, just created a test user with admin rights, I can still login to mobile site, but on the desktop version I get the same error!
    So, using an external computer (not an IPhone), you can successfully log into RWA but cannot access (remotely control) any workstations on the network?
    Are you getting any certificate errors?
    Is 'Remote Desktop' enabled on each network workstation? 
    And maybe check out this thread:  (turned out to be a permissions issue for the original poster)
    SBS 2011 Essentials: All 'standard users' keep reverting to inactive status in dashboard
    http://social.technet.microsoft.com/Forums/en-US/smallbusinessserver/thread/bfc5b55e-9b6b-4705-b0a1-49ddbffbf095/
    Merv  Porter
    ============================

  • JSF web app gives javascript error - 'dojo is undefined' and 'webui is unde

    Hi,
    BACKGROUND: I have created a Netbeans 6 Visual Web Project. I have also integrated my web app with RichFaces 3.1.3. My web application can be viewed properly and correctly when i deploy it on tomcat 6.
    ARCHITECTURE: Our server configuration requires IIS to be our web server and tomcat to be our app server. Both are running on different machines. I have successfully linked up IIS 6 and tomcat 6 using the JK isapi_redirector.
    PROBLEM: However, when i connect to my app via IIS, my starting page opens but the input box components on that page are not displayed and i get several javascript errors that read - 'dojo is undefined' and 'webui is undefined'.
    Any help or advice in this matter will be greatly appreciated.
    Thanks!!!

    I managed to find a workaround. Thought i should share it with those who are faced with a similar issue.
    I found that a bug report had been placed in the past with Apache Dev. However, they had said that they would not modify their logic because the servlet container spec requires it (even though isapi_redirector is only a connector and not a container). They said that there is no way for the isapi_redirector to differentiate between /foo/WEB-INF when foo is a context and when foo is just a sub-directory of the ROOT web application. So, the general consensus was to err on the side of safety and risk blocking a few requests that are valid.
    However, this causes a serious issue for those using NetBeans JSF Visual Web Projects. Hence, I created my own flavour of isapi_redirector by modifying the code such that this check is not performed and leaving the onus of checking on Tomcat.
    For those who are interested, the simplest way to go about this would be to force the function uri_is_web_inf (in jk_isapi_plugin.c ) to always return FALSE.

  • Ultrasearch Create Web Source gives JSP Error

    9iAS V2, including all patches from the Patch CD.
    Create Web Source: Step 4. To add a path, instructions are "To specify path rules, you must first add the host to the path rule list. Then, click on the "Edit" icon to include or exclude specific paths for that host".
    I can add the host to the list, but when I click on Edit I get the error
    Request URI:/ultrasearch/admin/sources/sources_web_add_path.jsp
    Exception:
    java.lang.ClassFormatError: sources/sources__web__add__path (Truncated class file)
    Bug, installation failure, or what? Can't find anything on Metalink. Can others do this successfully on 9.0.2?

    Hi,
    No one report this error before.
    From the error, looks like the compiled servlet class is malformated.
    Can you please delete this class file, and render the page again to see whether it helps ?
    Cindy

  • IC Web Client  -- ADD NEW ERROR MESSAGE

    Hi all;
    I need to add a new error on the IC Web CTI toolbar to show an ‘Phone is busy’ error message whenever the outbound call status is busy. I have added the related message in the class through tramsaction SE91.
    Now I should implement the following code and the addings:
    lv_msgsrv = CL_BSP_WD_MESSAGE_SERVICE => GET_INSTANCE( ).
    lv_msgsrv-> ADD_MESSAGE ( iv_msg_type = 'E'
    iv_msg_id = 'CRM_IC_APPL_UI_BPID'
    iv_msg_number = '503' ).
    But I don’t know exactly where to implement; I created a new class ZCL_CRM_IC_ERRORCONTROLLER_IMPL but the method that I think I should put the code (GET_AND_PREPARE_MESSAGES) is a private method SO I Can not REDEFINE it. In this case I’m a little bit helpless about what I should do now.
    Any help in this regard would be highly appreciated.
    Thanks in advance!
    Best  Regards,
    Elif

    Hi,
    Following are the steps to add new fields to the existing view.
    - Create a new controller class (ZCL..) with original view class as super class
    - Create new BSP application with View and Controller
    - Attach the above Z class to the view and controller created and activate the BSP appln.
    - Go to transaction BSP_WD_WORKBENCH and type your BSP appln.
    - Expand your controller and at the Context class use Wizard to create new context node and bind this to Custom Controller class available.
    This whole process requires complte understanding of View, Controller, Custom controller and basic custom modifications to IC Web Frame work.
    Kunda Krishna Kishore

  • Launching an Web Start gives me error message(s), 1 for every .jnlp..

    Hei!
    - MICROSOFT JSCRIPT COMPILATION ERROR -
    / ! \ Expected ' ) ';
    | OK |
    I get this strange JScript error dialog everytime when i go launching an Web Start application from my PC XP PRO SP2 JRE6u1..
    i have reinstalled Java several times and reinstalling wont help..
    this error message dialog is getting a bit annoying and i really want to remove it from my .jnlp web starts..
    my knowledge of computers and java is not strong enough to help me carry why running an .jnlp file causes an JScript error..
    thank you, for helping me..
    JariTapio / Helsinki

    When Java Web Start starts up, it tries to determine the Proxy Settings from either the users deployment.properties file, or from the browser (if the deployment.properties setting is set to the default "Use Browser Settings"
    In either case the setting can be to use an automatic proxy configuration script. If it is, Java Web Start will invoke the MS java script engine to parse the config script.
    This sounds like an error message from there.
    To fix this, you could use the Java Control Panel to set the proxy directly, or change the setting in the browser.
    In versions before 1.5.0, Java Web Start would always go to the IE system settings for proxy. In JDK 6, javaWeb Start will read the proxy settings from the "default browser". If this is Firefox, it may return different settings than are set in IE (the default system proxy settings).
    /Andy

  • Dedicated Web Client:SBL-DAT-00373

    I have installed this on my laptop without issue. I have reinstalled it multiple times on a Citrix Desktop. The Dedicated Tools fat client works perfectly, but web client gives the following error log:
    2021 2012-03-22 07:53:55 2012-03-22 07:54:25 -0500 00000003 001 003f 0001 09 siebel 5208 796 C:\Program Files\Siebel\7.7\web client\log\siebel.log 7.7.2.6 [18372] ENU
    ObjMgrLog     Error     1     0     2012-03-22 07:53:55     (descmgr.cpp (770)) SBL-DAT-00373: DataSource named //Sample could not be found. Check your configuration file.
    ObjMgrLog     Error     1     0     2012-03-22 07:53:55     (descmgr.cpp (770)) SBL-DAT-00373: DataSource named //Local could not be found. Check your configuration file.

    I have commented out the portions indicated above. Now I receive the following errors (The same, but with different text.
    2021 2012-03-26 08:08:48 2012-03-26 08:08:59 -0500 00000003 001 003f 0001 09 siebel 6808 4744 C:\Program Files\Siebel\7.7\web client\log\siebel.log 7.7.2.6 [18372] ENU
    ObjMgrLog     Error     1     0     2012-03-26 08:08:48     (descmgr.cpp (770)) SBL-DAT-00373: DataSource named Local could not be found. Check your configuration file.
    ObjMgrLog     Error     1     0     2012-03-26 08:08:48     (descmgr.cpp (770)) SBL-DAT-00373: DataSource named Sample could not be found. Check your configuration file.
    The "//" is missing from both now.

  • Call List in IC Web Client

    Hello All,
    I have successfully created a call list and am able to call people from the call list in IC Web Client.
    When I click the "Full View" link on the top right corner of the screen, I see a table with the following fields: No, Name, Calling Times, Telephone, Attempts and Call Result.
    After selecting the person to call, when I click on Dial button, it takes me to "Interaction Record". I fill the values there and save it successfully. Now when I come to the Call List again, the "Attempts" and "Call Result" columns show '0' and ' ' respectively.
    When I have successfully called a person, why is the Attempts column not getting updated and why is the Call Result column empty. Also what values should have ideally gone to the Call Result column.
    Your help would be greatly appreciated and rewarded.
    Regards,
    Khushboo

    Hi Carl,
    Thanks for your inputs.
    To simulate a call:
    1.) Configure Contact Center Simulator. (Refer C78 CRM Interaction Center Web Client )
    2.) Launch the Contact Center Simulator page
    3.) Click on the Information Link under the Telephony head, with information from here you will be able to launch an inbound call to a CIC Agent.
    Hope it helps.
    Regards,
    Khushboo

  • Error when logging into IC Web Client  - CRM 5.0

    Hi All
    I have configured the IC Web client including the communication management software information . I am trying to use CCS.
    I get the following error messages when I logon to Web Client.
    1.Already logged in; multichannel services ended in your other sessions
    2.X channel is not available 
    3.Failed to log into the queue X
    also I am getting the Java script error on the IE 6.0.
    SAM_session not defined etc.
    Please suggest.
    Thanks in advance.

    Hi Sai,
    Kindly make sure that you have JREE1.4.0 and  not above for  your  error.
    Secondly, you are getting the first message because when you are closing your application by clicking onto the close at top, it doesnt log out your agent from the Webclient. The correct approach would be to close using the path Menu Bar> File> Close
    The channels are not  available because you have not maintained the queues and channels for your system. The same is do be done in SAP Easy Acess> Webclient> Additional Settings. It is also available in the Best Practices C78.
    The link for the same is
    http://help.sap.com/bp_crmv250/CRM_DE/index.htm
    Hope this would help.
    Regards,
    Rekha Dadwal
    <b>You gain a point for every point that you reward. So reward helpful answers generously</b>

  • Custom profiles in IC Web client terminate in XSLT error 'unexpected EOF'

    Hello,
    we've upgraded from CRM 4.0 SP7 to CRM2005 (i.e. CRM 5.0) SP7.
    The IC web client is not able to start our custom web client profiles. However, SAP's default profile is OK.
    When launching via transaction CRM_IC or SE80 and default.htm, the window opens up, but if we use one of the custom IC Web client profiles, the application won't load correctly. It only displays the logos and the clipboard, then gives the error message:
    The runtime repository could not be interpreted. An XSLT transformation error occurred.
    Reason: Unexpected end-of-file.
    Transformation: BSP_WD_RT_REP_RUNTIME
    I've checked the customization, and I find no errors. All function profiles (XML files) from 4.0 have been migrated correctly into 5.0 customization tables.
    The custom profile launches our BSP application Z_CRM_IC, which is a copy of the standard BSP with a few controller replacements. The corresponding runtime framework profile calls the repository Z_CRM_IC_RT_REP, which is also a copy of the original.
    When I check the repository Z_CRM_IC_RT_REP in SE80, the system displays the error
    BSP Application Z_CRM_IC_RT_REP,BSP Page CRM_IC.XM
    The included page "CRM_IC_All_Viewsets_wo_BUPA_and_Main.xml" is created in language "ABAP".          
    However, I don't think that's really an error, because the include merely points to the standard xml file
    ../CRM_IC_DT_REP/CRM_IC_All_Viewsets_wo_BUPA_and_Main.xml
    and when I run a check on that, the workbench finds no errors.
    Any idea on how to get the IC Web client up and running again?
    Regards,
    Arto

    Note 880180 seems to help.
    After making the suggested changes, I ran into another translation error, but that's a different story...

Maybe you are looking for

  • [SOLVED]Make Pacman think that I have libgl (NVIDIA driver)

    Hi, I've installed my Nvidia driver manualy because my card (NVS 310) do not work with the packages provides by pacman (even in AUR). Now I have a problem because pacman think I do not have libgl and do not allows me to install any graphical tools li

  • Data Guard on Win2003 R2 & Oracle 9.2.0.8

    Hi Team. We have 28 databases oracle 9208 in a windows 2003 R2 Server and we need to create a contingency in a server that is exactly the same as the primary (hardware, OS, patch level and directory structure). Questions: 1- It is possible to create

  • PSE wish list - Auto stacking RAW + JPGs

    I'm using PSE V10 and have a 'wish list' item for suggested improvements to the program. A feature that would be extremely valuable to many users would be the ability to auto stack photos where there are the RAW + JPG images present in the Catalog. T

  • Better solution for Delivering messages

    Hello All, In our prod environment, We observe quite often, when ever there is an issue at target side ,messages are failing and status in NDLV state in Adapter Engine ,apart from this NDLV state ,we observe few messages in Delivering state. When the

  • Problem displaying Blob column as an image

    Hi all, Ik have created an attribute (as part of an Entity Object and a View object) on top of a blob column. With JHeadstart I generated one insert group (display type fileUpload) and one query group (display type image). I managed to upload (and st