EWA report problem

Dear Experts,
I have done with the configuration of EWA in solman 4.0 with one of the satellite system in our landscape.
i can see early watch reports are in red color and Dates for this session are overdue,when i checked the background job(SM:EXEC SERVICES) it is getting cancelled with SYNTAX_ERROR.please find the below log for the same
Job started
Step 001 started (program RDSMOPBACK_AUTOSESSIONS, variant &0000000000069, user ID CGSOLMAN)
RDSMOPBACK_AUTOSESSIONS : MemSize Begin = 1379040
Solution CGMOPZ is being edited (Operations)
Solution CGMOPZ is being edited (Setup)
Solution Development Landscape is being edited (Operations)
Solution Development Landscape is being edited (Setup)
Solution Quality Landscape is being edited (Operations)
Trying to perform session 0010000000018
ABAP/4 processor: SYNTAX_ERROR
Job cancelled.
and also find the dump log
Error analysis
    The following syntax error was found in the program
     RDSVASAEA_ROOT_____________050 :
    "INCLUDE report "/1CAGTF/IF_LOGFUNC_000393" not found"
Information on where terminated
    Termination occurred in the ABAP program "SAPLDSVAS_PROC" - in "EXECUTE".
    The main program was "RDSMOPBACK_AUTOSESSIONS ".
    In the source code you have the termination point in line 2153
    of the (Include) program "LDSVAS_PROCCD0".
    The program "SAPLDSVAS_PROC" was started as a background job.
    Job Name....... "SM:EXEC SERVICES 000000002100100"
    Job Initiator.. "CGSOLMAN"
    Job Number..... 16013500
Please let me know how to sort of this issue.
Points will be awarded without fail!!
Waiitng for your turn!!
Regards,
Laxman
Edited by: Laxman Challa on May 20, 2008 2:56 PM

Please replace the Service Definitions in your SAP Solution Manager
system as described in SAP Note 727998.
As of SAP Solution Manager 7.0 (= 4.0) Support Package Stack 15 (which
includes ST-PI 700_2005_1 SP06) you can trigger the required steps
within transaction SDCCN:
Menu Utilities -> Maintain Service Definitions ->
Select 'Delete and Replace Service Definitions -> Confirm this
selection-> Confirm that you want to delete the definitions -> Confirm
that a new task 'Service Definition  Refresh' was created
Take a note  of the task id -> Review the log for this task id when it
is completed. You should not see any errors for either the update
of a Service Definitions table or the generation of any re-import
include.
Reschedule SM:EXEC SERVICES and the reported dump will no longer
occur.

Similar Messages

  • EWA Report Issue: Email notification problem

    Hi,
    I am running into a problem while sending EWA notifications to the concerned members. I have defined the needed user ids in table "DSWP_SYS_EMAIL" and all the members are duly getting all the EWA alerts defined against respective systems except one user. I have checked in SOST, this user name is not displayed every monday when these EWA reports are sent. I am not sure where else I have to look for solving this error. May any one please help and guide me in this?
    Regards,
    Faisal

    Hi Tim,
    Thanks for your reply. I had updated the respective user id in the above way mentioned by you last week and it seems now the user has received it (checked in SOST and user was sent EWA report).
    However, if the BADI is acitivated (as we are specifying the user ides for each system) why I need to mention this user in separately? I believe, any one of them will be active...Am I correct in this/
    PLease clarify.
    Regards,
    FAisal

  • [Problem] Service Report - SAP EWA - Download Problem

    Hi Gurus
    I managed to create and activate EWA for Solman 4.0
    but I got problem with the result generated by Solman. Below is the quote from the EWA report
    Download Problem
    We were unable to perform a correct analysis because essential parts of the download data are missing.  This is most likely due to a problem with data collection or transfer.
    Recommendation: Check the log for this session in the Service Data Control Center (execute transaction SDCC or the new SDCCN in your system).  If an error is listed, perform the Service Preparation Check.
    Implementation: To perform the Service Preparation Check, execute transaction SDCC and choose Information -> Service prep. check, or if you are using SDCCN, create a new "Service Preparation Check" task.
    i've already run the service preparation check and follow all the recommendation.
    and from report RTCCTOOL, i didnt get any recommendation to follow
    can anyone help me with this ? thanks
    below is my Solution Manager component
    SAP_BASIS - 700 - 0011
    SAP_ABA - 700 - 0011
    PI_BASIS - 2005_1_700 - 0011
    ST-PI - 2005_1_700 - 0004
    ST - 400 - 0010
    ST-A/PI - 01K_CRM560 - 0000
    ST-ICO - 150_700 - 0007
    ST-SER - 700_2005_2 - 0002
    below is the satellite system (SAP server that i try to collect the data for EWA report) component
    SAP ECC 6.0
    SAP_BASIS - 700 - 0005
    SAP_ABA - 700 - 0005
    PI_BASIS - 2005_1_700 - 0005
    ST-PI - 2005_1_700 - 0001
    ST-A/PI - 01K_ECC600 - 0000
    SAP_BW - 700 - 0005
    SAP_AP - 700 - 0002

    Hi Didik,
    have you run RTCCTOOL in both systems (SolMan, ECC)?
    ST-A/PI level is OK
    ST-PI - 2005_1_700 is not on latest Support Package (SolMan, ECC).
    RTCCTOOL will check Support Package Level as well as the availability of important statistical data (for example Workload Statistics, tx ST03N).
    Which parts of the EWA do not contain data?
    Best regards,
    Ruediger
    Edited by: Ruediger Stoecker on Mar 19, 2008 8:00 AM

  • Short dump when running EWA report

    Dear Expert,
    I got error dump when generating EWA report: OBJECTS_OBJREF_NOT_ASSIGNED_NO
    What happened?
        Error in the ABAP Application Program
        The current ABAP program "CL_GUI_GP=====================CP" had to be
         terminated because it has
        come across a statement that unfortunately cannot be executed.
    Error analysis
        An exception occurred that is explained in detail below.
        The exception, which is assigned to class 'CX_SY_REF_IS_INITIAL', was not
         caught in
        procedure "IF_GRAPHIC_PROXY~EXPORT" "(METHOD)", nor was it propagated by a
         RAISING clause.
        Since the caller of the procedure could not have anticipated that the
        exception would occur, the current program is terminated.
        The reason for the exception is:
        You attempted to use a 'NULL' object reference (points to 'nothing')
        access a component.
        An object reference must point to an object (an instance of a class)
        before it can be used to access components.
        Either the reference was never set or it was set to 'NULL' using the
        CLEAR statement.
    Missing RAISING Clause in Interface
        Program                                 CL_GUI_GP=====================CP
        Include                                 CL_GUI_GP=====================CM017
        Row                                     1
        Module type                             (METHOD)
        Module Name                             IF_GRAPHIC_PROXY~EXPORT
    Trigger Location of Exception
        Program                                 CL_GUI_GP=====================CP
        Include                                 CL_GUI_GP=====================CM017
        Row                                     19
        Module type                             (METHOD)
        Module Name                             IF_GRAPHIC_PROXY~EXPORT
    Please advise asap since we need the report immediately.
    Thank you in advance,
    Rudi

    Hi,
    [This note|https://websmp109.sap-ag.de/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=944541&_NLANG=E] will solve your problem.
    feel free to revert back.
    --Ragu

  • Missing data in weekly EWA report

    Hello SDN,
    I have run weekly EWA reports for our productive ECC5 system through SolMan 3.1 for some time, but recently I've noticed that some information is missing from the report.
    Section 11.2 (Response Times) includes a graph showing the Top 5 transactions. The transactions are listed as Transaction 1, 2, 3, 4 and 5 on the graph and there used to be a table below the graph that showed that (e.g.) Transcation 1 was MMBE, Transaction 2 was LT27, etc..
    For some reason, that table no longer appears and the graph is of no little use on its own, because I have no idea what transactions it refers to.
    Has anyone else experienced this problem?
    Thanks,
    Arwel Owen.

    Hi Ragu,
    The strange thing is that this table used to be displayed up until around 6 weeks ago, when it just disappeared off the EWA report. Nothing was changed (knowingly) to cause this. Also, the graph that the table refers to is still included in the report, it's just the table that's disappeared. If anything had been changed, I would have expected both graph and table to change.
    Thanks for your help.
    Arwel.

  • EWA reports for non abap systems

    Hello gurus,
    I am facing a problem with configuration of EWA reports for SAP NW Portal.
    I have already configured EWA for abap systems, and those are running good on weekly basis. but i have problem with configuration of reports for java systems.
    So far, i have installed an SMD agent and CA on my EP-satellite system. I have also configured and SMD server on my Sollution Manager and registered the SMD agent on SMD server and installed Willy Introscope on SMD server.
    I am using a central SLD which is running on different host as Solution Manager. I did all the configuration (smsy_setup, configuration of sld_data_supplier etc... )
    I have also created the system in SMSY, matched the smsy with SLD (data source SLd)and assigned Logical component to java system.
    >>> But when i want do define data collection in the SMD for Gargage Collection (task in scheduler) i cannot see host of my portal system in the SMD.
    In the SMD i can see just the abap systems  for which the EWA are being already generated.
    (i have done also configuration>>connecting managed sytem to the SMD, but i still cannot connect my Portal system to SMD)
    Do you have any idea, what i have done wrong?
    My solution manager is running on Sap NW 7.0, SPS16,
    Sattelite system , EP  SPS 19
    Thank you very much for your points!!

    Hello Jagan,
    I was following the enclosed guide from the note: 976054, but it doesn't help to solve my issue.
    And when i want to permorm the setup for the managed systems,(http://<host><port>/smd -> diagnostic setup->managed systems ->setup wizard) i can not see there my Portal systems, just the abap systems.
    Do you have any idea?
    Thanks,
    Best regards
    Slavomir

  • Parameter event - to be set according to  EWA report

    Good day fellas,
    I have a problem on my EWA report :
    event 10027 trace name context forever, level 1
      10028 trace name context forever, level 1
      10142 trace name context forever, level 1
      10183 trace name context forever, level 1
      10411 trace name context forever, level 1
      10629 trace name context forever, level 32
      14532 trace name context forever, level 1
      38068 trace name context forever, level 100
      38085 trace name context forever, level 1
      38087 trace name context forever, level 1
      44951 trace name context forever, level 1024
      10191 trace name context forever, level 1
      10753 trace name context forever, level 2
      10191 trace name context forever, level 1
      10091 trace name context forever, level 1
    and a bit below:
    The following table lists events we found to be activated in your system, but which should only be activated in special circumstances. Please check whether there are special reasons to set these events. If they are no longer needed, they should be removed.
    Event
    10091
    How can I check these special circumstances and if this parameter is needed ?
    Thanks in advance,

    Hi deepakkori.
    The parameter is already defined in initSID.ora:
    *.event='10027 trace name context forever, level 1','10028 trace name context forever, level 1','10142 trace name context forever, level 1','10183 trace name context forever, le
    vel 1','10411 trace name context forever, level 1','10629 trace name context forever, level 32','14532 trace name context forever, level 1','38068 trace name context forever, le
    vel 100','38085 trace name context forever, level 1','38087 trace name context forever, level 1','44951 trace name context forever, level 1024','10191 trace name context forever
    , level 1','10753 trace name context forever, level 2','10191 trace name context forever, level 1','10091 trace name context forever, level 1'
    and they do not recommned any SAP note. These are the only things recommended in EWA:
    Parameter EVENT
    To provide special functionality or control system behavior, Oracle has a number of events. These can be activated in the configuration file and/or dynamically in the server manager or sqlplus.
    In general, these events and parameters should be activated on request only. When they are no longer needed, they should be removed. However, it might be necessary to activate some events during normal database operation.
    The following table displays the values for the parameter "event" as
    found in your system:
    Parameter Current Value
    event 10027 trace name context forever, level 1
      10028 trace name context forever, level 1
      10142 trace name context forever, level 1
      10183 trace name context forever, level 1
      10411 trace name context forever, level 1
      10629 trace name context forever, level 32
      14532 trace name context forever, level 1
      38068 trace name context forever, level 100
      38085 trace name context forever, level 1
      38087 trace name context forever, level 1
      44951 trace name context forever, level 1024
      10191 trace name context forever, level 1
      10753 trace name context forever, level 2
      10191 trace name context forever, level 1
      10091 trace name context forever, level 1
    The following table lists events we found to be activated in your system, but which should only be activated in special circumstances. Please check whether there are special reasons to set these events. If they are no longer needed, they should be removed.
    Event
    10091
    So I am not sure, how to check if I should remove this 10091 or leave it there. What is that special case that this parameter needs to be present ?
    Any idea ?
    thanks in advance,

  • Cannot load EWA report

    Dear All,
    i have configure for EWA report but the report still not give reported for each satellite system in Solman. one week ago we receive msg from SAP that give us Red Alert for our Production systems, this mean that solution manager for EWA is working. but the problem is the report cannot load the EWA report for every systems in Solman. anyone can help me please...
    Thanks

    make sure you configured your satellite system properly in SMSY and the RFC are working, also the BACK RFC from satellite system to SolMan.
    Goto SDCCN in your satellite system and make sure that a EarlyWatch is scheduled which sends data to your SolMan SID (not OSS!!). This can only be achieved by having a "Request Session Data" Report which has a 10* session and not a Z* session.
    If this is not the case :
    1) delete your EarlyWatch Schedule in Satellite system via SDCCN
    2) unschedule your task processer
    3) make sure the installation number in SMSY (SolMan) is correct - same like in satellite system
    4) recreate via "Maintain service definitions" your SDCC_OSS connection
    5) reschedule the task processer job.
    6) recreate a new EarlyWatch Alert for Solution Manager which sends data to your SolMan.
    If you have defined your SolMan as the Master for SDCCN (done via SMSY / Menue: Environment / Solution Manager Operation /  Administer SDCCN) you just have to schedule "EarlyWatch" instead of 6., this should automatically generate "EarlyWatch Alert for Solution Manager "
    HTH
    Nesimi

  • Grey (blank) EWA reports generated for Portal systems

    I am attempting to set up EWA reports for J2EE systems. At this stage despite all efforts I continue to get grey rated (blank) reports generated for our Portal systems.
    As far as I can tell all required components are installed correctly (Wily, SMD server, SMD agents etc).
    This problem seems to be restricted to our Portal systems as report data is being generated for our XI J2EE engines with the same SMD components installed.
    CGA collection jobs are running successfully against the managed Portal systems, and I have attempted to manually generate reports via transaction DSA in the Solution Manager system, using an uploaded service data xml file generated with the SMD/services utility. This also results in a blank report.
    Our systems comprise the following components:
    Wily v7.1
    SMD 13 on Solution Manager and managed systems
    Solution Manager 4.0 SP13: (ABAP):
    SAP_ABA     700     0013     SAPKA70013
    SAP_BASIS     700     0013     SAPKB70013
    ST-PI  2005_1_700     0006     SAPKITLQI6
    PI_BASIS 2005_1_700     0013     SAPKIPYJ7D
    SAP_BW     700     0015     SAPKW70015
    SAP_AP     700     0009     SAPKNA7009
    BBPCRM     500     0009     SAPKU50009
    CPRXRPM     400     0010     SAPK-40010INCPRXRPM
    ST     400     0013     SAPKITL423
    BI_CONT     703     0008     SAPKIBIIP8
    ST-A/PI     01K_CRM560     0000          -
    ST-ICO     150_700     0011     SAPK-1507BINSTPL
    ST-SER     700_2006_2     0004     SAPKITLOK4
    Solution Manager (J2EE):
    sap.com     SAP_JTECHF     7.00 SP13 (1000.7.00.13.0.20070812015644)
    sap.com     ISAGENT     7.00 SP13 (1000.7.00.14.0.20070927052333)
    sap.com     SAP-JEE     7.00 SP13 (1000.7.00.13.0.20070812015311)
    sap.com     SAP-JEECOR     7.00 SP13 (1000.7.00.13.0.20070907082334)
    sap.com     BASETABLES     7.00 SP13 (1000.7.00.13.0.20070812013638)
    sap.com     CORE-TOOLS     7.00 SP13 (1000.7.00.13.0.20070812014121)
    sap.com     JLOGVIEW     7.00 SP13 (1000.7.00.13.0.20070812001600)
    sap.com     JSPM     7.00 SP13 (1000.7.00.13.0.20070812001700)
    sap.com     CAF     7.00 SP13 (1000.7.00.13.0.20070809092315)
    sap.com     UMEADMIN     7.00 SP13 (1000.7.00.13.0.20070809093947)
    sap.com     ADSSAP     7.00 SP13 (1000.7.00.13.0.20070812011854)
    sap.com     BI_MMR     7.00 SP13 (1000.7.00.13.0.20070812013749)
    sap.com     CAF-UM     7.00 SP13 (1000.7.00.13.0.20070809092324)
    sap.com     KM-KW_JIKS     7.00 SP13 (1000.7.00.13.0.20070812014519)
    sap.com     SAP_JTECHS     7.00 SP13 (1000.7.00.13.0.20070812015951)
    sap.com     BI_UDI     7.00 SP13 (1000.7.00.13.0.20070811190400)
    sap.com     LM-SERVICE     7.00 SP13 (1000.7.00.13.0.20070812001200)
    sap.com     LM-TOOLS     7.00 SP13 (1000.7.00.13.0.20070906104634)
    Among many, many others, the following notes and documentation has been followed:
    976054 Availability of EWA for Non ABAP components
    1010428 End-to-End Diagnostics
    762969 - Grey rating for Earywatch Report
    EWA guide for NON-ABAB components
    SAP Solution Manager 4.0 End-to-End Root Cause Analysis Installation Guide
    762969 - Grey rating for Earywatch Report
    And of course all the Wily & SMD installation guides.
    Please let me know if there is any other information required. I'm posting this in the hopes that someone else has had this problem and has been able to resolve it. I have read though what seems like hundreds of threads on SMD setup problems, however not many that describe the problem I'm having exactly.
    Many thanks in advace.
    Tim

    Hi Stephan,
    You're on the right track! When I try manually generate reports for our XI systems via uploaded service data, I only get valid report data if I generate report with graphics - otherwise the report is blank.
    Alas with the Portal systems, I get no report data either way.
    The XML storage table does contain data (with XI & Portal systems) - so comms with the J2EE is working.
    Thanks for your help.
    Tim

  • Configuration of EWA reports for java systems.

    Hello,
    I am facing a problem with configuration of EWA reports for SAP NW Portal.
    I have already configured EWA for abap systems, and those are running good on weekly basis. but i have problem with configuration of reports for java systems.
    So far, i have installed an SMD agent and CA on my EP-satellite system. I have also configured and SMD server on my Sollution Manager and registered the SMD agent on SMD server and installed Willy Introscope on SMD server.
    I  am using a central SLD which is running on different host as Solution Manager. I did all the configuration (smsy_setup, configuration of sld_data_supplier etc... )
    I have also created the system in SMSY, matched the smsy with SLD and assigned Logical component to java system.
    So far, so good according to manuals but when i  want do define data collection in the SMD for Gargage Collection  (task in scheduler) i cannot see host of my portal system.
    I can see only the hosts (scheduler tasks ) of all abap system for which the EWA reports have already been  generated.
    Am i missing something?
    Some configuration in SMD?
    My solution manager is running on Sap NW 7.0, SPS16,
    Sattelite system  NW 7.0 EP, SPS 6 (planning to SPS 19)
    Thank you for your advices!!!

    Hi Suveer,
    I did the configuration before. I forgot to mention it.
    I found this errors in Diagnostic Setup, maybe this could be the cause of the issue.
    Step BI Details
    Cannot invoke CCMSBISETUP on host localhost
    !! Exception : An exception occured during the execution of this function 'CCMSBI_RUN_SIMPLE_SETUP_IN_BTC'.(cause=com.sap.sup.admin.abap.rfc.exception.RfcExecutionException The function named 'CCMSBI_RUN_SIMPLE_SETUP_IN_BTC' doesn't exist!)
    Exceptions
    com.sap.sup.admin.abap.rfc.exception.RfcExecutionException: An exception occured during the execution of this function 'CCMSBI_RUN_SIMPLE_SETUP_IN_BTC'.
    at com.sap.sup.admin.abap.rfc.function.RfcFunction.execute(RfcFunction.java:92)
    at com.sap.sup.admin.setup.AbapSysRfcAdapter.setupBIConfiguration_ccmsBiSetup(AbapSysRfcAdapter.java:743)
    at com.sap.sup.admin.setup.AbapSysRfcAdapter.setupBIConfiguration_ccmsBiSetup(AbapSysRfcAdapter.java:727)
    at com.sap.sup.admin.setup.ManagingServices.startCcmsBiSetup(ManagingServices.java:2686)
    at com.sap.sup.admin.setup.SetupStep.execute(SetupStep.java:334)
    at com.sap.smd.agent.plugins.remotesetup.SapInstance.setup(SapInstance.java:304)
    at com.sap.sup.admin.setup.wizard.monitoring.ConfirmationView.setupSMDServer(ConfirmationView.java:378)
    at com.sap.sup.admin.setup.wizard.monitoring.ConfirmationView.onActionSetupServer(ConfirmationView.java:211)
    at com.sap.sup.admin.setup.wizard.monitoring.wdp.InternalConfirmationView.wdInvokeEventHandler(InternalConfirmationView.java:278)
    at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87)
    at com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:67)
    at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doHandleActionEvent(WindowPhaseModel.java:420)
    at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:132)
    at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
    at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
    at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:321)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:713)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:666)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
    at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
    at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
    at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Caused by: com.sap.sup.admin.abap.rfc.exception.RfcExecutionException: The function named 'CCMSBI_RUN_SIMPLE_SETUP_IN_BTC' doesn't exist!
    at com.sap.sup.admin.abap.rfc.function.RfcFunction.execute(RfcFunction.java:62)
    ... 37 more
    And also this one>>
    Step RFC Details
    Failed to create TCP/IP RFC on ABAP side (SM59)
    !! Exception :      Source system cannot be set to Unicode                              , error key: RFC_ERROR_SYSTEM_FAILURE
    Exceptions
    com.sap.aii.proxy.framework.core.BaseProxyException:      Source system cannot be set to Unicode                              , error key: RFC_ERROR_SYSTEM_FAILURE
    at com.sap.aii.proxy.framework.core.AbstractProxy.send$(AbstractProxy.java:150)
    at com.sap.sup.admin.setup.abapproxy.tcpiprfc.TcpIpRfcProxy_PortType.inst_Create_Tcpip_Rfcdest(TcpIpRfcProxy_PortType.java:16)
    at com.sap.sup.admin.setup.ManagingServices.createTcpIpRFC(ManagingServices.java:663)
    at com.sap.sup.admin.setup.ManagingServices.createTcpIpRFC(ManagingServices.java:637)
    at com.sap.sup.admin.setup.SetupStep.execute(SetupStep.java:300)
    at com.sap.smd.agent.plugins.remotesetup.SapInstance.setup(SapInstance.java:304)
    at com.sap.sup.admin.setup.wizard.monitoring.ConfirmationView.setupSMDServer(ConfirmationView.java:378)
    at com.sap.sup.admin.setup.wizard.monitoring.ConfirmationView.onActionSetupServer(ConfirmationView.java:211)
    at com.sap.sup.admin.setup.wizard.monitoring.wdp.InternalConfirmationView.wdInvokeEventHandler(InternalConfirmationView.java:278)
    at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87)
    at com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:67)
    at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doHandleActionEvent(WindowPhaseModel.java:420)
    at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:132)
    at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
    at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
    at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:321)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:713)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:666)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
    at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
    at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
    at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    And in the troubleshooting setup for managed systems, i can see that no initial upload was found form the SMD agent which is running on Java System.
    Thanks a lot for your remarks

  • Getting the old EWA reports

    Dear Forum,
    I had a problem with the EWA reports on our Solman from the satellite systems. It got a syntax error, since solman tried to execute the session that was obsolette. Then I got a solution by refreshing service definision as in the note 727998. For the first trials I did it on one of the satellite systems and the solman. It worked and I was able to get the old EWA that failed before.
    Now there are still some old EWA on the satellite systems that were not sent to solman, yet. I have tried to send them by executing send session data in SDCCN, but nothing came to solman. It is a solman 3.2. The weekly EWA works fine, the sessions are ready on the satellite systems.
    So, my question is how to get the old EWA reports that generated by the old session?
    Regards
    Agoes

    Hi Mathias,
    Thanks for your reply.
    Andy Lam from OSS helped me with this solution:
    ==========================
    05.07.2007 - 03:35:19 CET    SAP    Reply 
    Hello Agoes,
    Move your mouse pointer to the grey diamond icon and there will be a
    popup of the session no.
    Copy it down and goto txn DSA -> Selected Session -> put in the session
    no. -> enter
    Double click on the session number and on the left panel, right click
    on the "EarlyWatch Alert" -> Session Components -> Reset.
    Then double click on "EarlyWatch Alert" -> EN language
    Then the system to try to regenerate the report again.
    If this still comes out with the Grey Diamond status, please kindly
    revert this message back to me and I will have my SV-SMG-SDD colleague
    to look into it.
    Thanks & Best Regards
    Andy Lam
    Active Global Support - SolMan & Technology (APA Timezone UTC+8)
    ==========================
    After this process, I need to send them manually to the people that should receive the EWA reports.
    Many thanks to Andy.
    Regards,
    Agoes

  • EWA Report for DEV/QAS System (if possible)

    Hi Experts,
    I would like to know if it is possible to generate EWA reports for DEV/QAS Systems. I believe i have set up all the necessary RFCs for our SOLMAN to communicate with the DEV/QAS systems.
    When I try to create an EWA session in SDCCN of the DEV/QAS system, the only destination i can choose is "NONE" which is local.
    Any idea how I can send this to my SOLMAN. My SOLMAN is already configured to be the master system of my DEV/QAS system.
    Any help would be appreciated.
    Thanks.

    Hi Prince Jose,
    My problem actually is that I want to set up EWA for a DEV system. I have tested all the RFC connections to and from my SOLMAN.
    Even the RFC connection in SDCCN -> Settings .. -> RFC destination, i have 2, one SAP_OSS and my 'back' RFC to my SOLMAN and everything is working OK.
    Would you be able to give me a step by step guide on how to setup EWA. From what i know:
    1. Setup the system via SMSY (done)
    2. Generate the necessary RFCs (done and tested OK)
    3. Set SOLMAN as the master system of the satellite systems (done)
    4. Create the necessary task for EWA via SDCCN of satellite system
    Are the steps correct?
    Thanks

  • No EWA report in service market place inbox

    Hi Guys,
    We havent receive EWA since last 2 weeks in service channel inbox in SAP market place. Prior to that we used receive this report weekly without any issues, i have checked all the configurations in SDCCN of satellite system and also in solution manager everything things seems to be perfect. even the task log shows the message data succesfully tarnsfered to destination SDCC_OSS.
    Any clues
    Regards
    Abdul

    Hello Tony,
    This is your word security settings that is causing this. 
    Follow these steps if you are using either of these word versions:
    Word 2003 Settings   >
    - Open Word 2003
    - Click on Tools
    - Select Options
    - Select the Security Tab
    - Click on Macro Security
    - Set Security Level to Low (not recommended)
    - Click on Trusted Publishers on top.
    - Place a checkmark on Trust access to Visual Basic Project
    - Place a checkmark on Trust all installed add-ins and templates
    - Push OK
    - Push OK
    - Exit Word.
    - Run EWA and the issue should be resolved.
    Word 2007 Settings   >
    - Open Word 2007
    - Click on "Customize Quick Access Toolbar.
    - Click on More Commands
    - Click on Trust Center
    - Click on Trust Center Settings button on the right
    - Click on Macro Settings on the left.
    - Select Enable all macros (not recommended).
    - Put a checkmark on Trust access to the VBA project object model.
    - Push OK.
    - Push Ok.
    - Exit Word.
    - Run EWA and the issue should be resolved.
    Also, please check the following notes in the order listed.  I'm sure that one of these should resolve your Word issue:
    1313390   Word template assignment failed
    489806    Using new Word versions in Solution Manager (Operations)
    387519    Analysis of reporting problems with MS Word
    332057    Problems generating or processing Word documents
    Please keep in mind that Word 2000 is no longer supported by Microsoft and also not by SAP.
    Hope this helps you out!
    Thanks,
    Mark

  • EWA Report show wrong details

    Hi All,
    As per EWA report we have upgraed our oracle version 11.2.0.2 to the latest oracle SBP and has done all the steps as given in the readme document which is from market place.
    After that we have generated the EWA report but still for the database performance point  it gives below recommendation.
    But still, in the EWA report we are getting below recommendation.
    13.4 Oracle Release
    Release Recommendation
    11.2.0 We recommend that you install the latest Oracle patch set as
    soon as possible (refer to SAP Note 415900). Check SAP Note 1431799
    regularly for the latest patch set for Oracle 11.2.0.
    Note that in addition to the patch set, further bug fixes may be
    available and recommended. Refer to the following SAP Notes:
    Patch set SAP Note number Description
    11.2.0.2 1503709 Oracle 11.2.0: Patches / Patch collections for
    11.2.0.2
    Our concern is why after applying the latest SBP on oracle 11.2.0.2 still we are receving the same message.
    It this only for information?
    Can somebody help to understand.
    Regards
    Deepak

    Hello,
    If you are back on ST-SER 701_2010_1 SP05, you need to ensure that the Service Content is up todate.
    Check in AGS_UPDATE. If there are any updates to be downloaded or Activated, please do so.
    BEfore you replace the sevice defintions, check if there have bene any issues witht he refresh defintion task...you can see this int he maintenace package SDCCN task on the managed system. If it is not encountering errors and is running, then the system should have good curent defintions. But if there have been problems with the tasks at all it may be worthwhile.
    Regards,
    Paul

  • EWA report highlights some Transcations by workload and DB load

    Hi All,
    I have a SAP system with 5 App servers
    I have a EWA report which highlights some Transactions by workload and DB load :
    By workload: MMBE, MB51, ME53N, MB11, ME21N
    By DB load : MB51, MMBE, ZINF, MB11, RSM13000, Y_STS_71000018
    I have analysed the transactions from ST03 . How otherwise also should i be analysing to get to know where the bottlenecks are. As per my analysis i can get hold of some tables which i may do rebuliding of indexes. Also what other approch should i take.
    How helpful is ST12 and ST05 and is there any impact to use them for analyis , i mean if i start some traces on will it start filling my os level file systems .
    Please let me know if there is some more better approach if i can take.
    Thanks & Regards,
    Ashish

    Hi,
    i think the EWA always alerts the 5 Transactions with the highest times.
    But this must not mean, that there is an problem.
    The difference is, the EWA reads the overall time a transaction used in you system.
    If the TA was called 1.000.000 times with an average runtime of 200ms, the Transaction maybe on
    first place in your EWA because it used a lot of time, but you do not have an problem.
    Look at the responsetimes for dialogtransactions.
    Kind regards
    Manuel

Maybe you are looking for