Unhandeled error in ERM

Hi Experts,
I am trying to add a transaction in ERM in a role, I get an error which says "Unhandeled Error". The log is as below,
2010-04-27 09:06:23,453 [SAPEngine_Application_Thread[impl:3]_73] ERROR com.virsa.re.role.actions.AuthAuthorizationDataAction
java.lang.Throwable: java.lang.NullPointerException
     at java.lang.Throwable.(Throwable.java:179)
     at java.lang.Exception.(Exception.java:29)
     at java.lang.RuntimeException.(RuntimeException.java:32)
     at java.lang.NullPointerException.(NullPointerException.java:36)
     at com.virsa.re.bo.AuthDataHelper.getConsolidatedFieldList(AuthDataHelper.java:1015)
     at com.virsa.re.bo.impl.AuthorizationDataBO.getRefinedFieldValList(AuthorizationDataBO.java:1047)
     at com.virsa.re.bo.impl.AuthorizationDataBO.getRoleAuthData(AuthorizationDataBO.java:1000)
     at com.virsa.re.bo.impl.AuthorizationDataBO.getAuthData(AuthorizationDataBO.java:899)
     at com.virsa.re.role.actions.AuthAuthorizationDataAction.pageLoad(AuthAuthorizationDataAction.java:5578)
     at com.virsa.re.role.actions.AuthAuthorizationDataAction.execute(AuthAuthorizationDataAction.java:196)
     at com.virsa.framework.NavigationEngine.execute(NavigationEngine.java:273)
     at com.virsa.framework.servlet.VFrameworkServlet.service(VFrameworkServlet.java:230)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
     at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.runServlet(FilterChainImpl.java:117)
     at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:62)
     at com.virsa.comp.history.filter.HistoryFilter.doFilter(HistoryFilter.java:43)
     at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:58)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:332)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:0)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:335)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:963)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:249)
     at com.sap.engine.services.httpserver.server.Client.handle(Client.java:0)
     at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:92)
     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:30)
     at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:35)
     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:103)
     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:124)
Any ideas about whats going wrong here?
Thanks!
CP

Hi Prakash,
Can you make sure the RTA's of backend are in sync with front-end version.
If your backend is an HR system, make sure you deployed HR RTA also.
Once you deployed/verified backend RTA's. Restart J2EE engine and re-run following background jobs
1. Transaction or Object or Field sync.
2. Synchronization of the organizational value.
3. Activity Value Sync.
If you are still getting the error after completing these steps, please open a CSS message with GRC support, so that GRC support can logon to your system and de-bug the issue.
Best Regards,
Sirish Gullapalli.

Similar Messages

  • Error in ERM: Function module does not exist

    Hi all,
    Lately, we are experiencing a frequent error in ERM (5.3 SP 15.0) that we had not had before. We are unsure what caused the error. The message displayed to the user is "Unhandled error". The log error message is "Message Code is 651 Messsage Details Function module  does not exist Message Type is E" (see full logs below).
    The error occurs for example, when users are trying to generate derived roles after saving the org values for the derived role during the methodology process, or when administrators are trying to update the impacted derived roles after for org value mappings.
    Has anyone experienced this or someting similar before? Any ideas what could be the reason here?
    Thanks!
    Patrick
    Edited by: Patrick Weyers on Sep 15, 2011 9:36 AM

    Log extract:
    2011-09-15 09:05:15,103 [SAPEngine_Application_Thread[impl:3]_18] ERROR Message Code is 651 Messsage Details Function module  does not exist Message Type is E
    java.lang.Throwable: Message Code is 651 Messsage Details Function module  does not exist Message Type is E
         at com.virsa.re.service.sap.dao.ManageAuthDataDAO.getAuthorizationData(ManageAuthDataDAO.java:1064)
         at com.virsa.re.bo.impl.AuthorizationDataBO.getNewTransactionObjects(AuthorizationDataBO.java:821)
         at com.virsa.re.role.actions.AuthAuthorizationDataAction.addObjsForNewTxns(AuthAuthorizationDataAction.java:3527)
         at com.virsa.re.role.actions.AuthAuthorizationDataAction.reloadTransactions(AuthAuthorizationDataAction.java:4128)
         at com.virsa.re.role.actions.AuthAuthorizationDataAction.execute(AuthAuthorizationDataAction.java:157)
         at com.virsa.framework.NavigationEngine.execute(NavigationEngine.java:273)
         at com.virsa.framework.servlet.VFrameworkServlet.service(VFrameworkServlet.java:230)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:321)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:377)
         at com.virsa.framework.servlet.VFrameworkServlet.service(VFrameworkServlet.java:286)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.runServlet(FilterChainImpl.java:117)
         at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:62)
         at com.virsa.comp.history.filter.HistoryFilter.doFilter(HistoryFilter.java:43)
         at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:58)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:384)
         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(AccessController.java:219)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    2011-09-15 09:05:15,105 [SAPEngine_Application_Thread[impl:3]_18] ERROR com.virsa.re.role.actions.AuthAuthorizationDataAction
    java.lang.Throwable: java.lang.NullPointerException
         at com.virsa.re.service.sap.dao.ManageAuthDataDAO.getAuthorizationData(ManageAuthDataDAO.java:1084)
         at com.virsa.re.bo.impl.AuthorizationDataBO.getNewTransactionObjects(AuthorizationDataBO.java:821)
         at com.virsa.re.role.actions.AuthAuthorizationDataAction.addObjsForNewTxns(AuthAuthorizationDataAction.java:3527)
         at com.virsa.re.role.actions.AuthAuthorizationDataAction.reloadTransactions(AuthAuthorizationDataAction.java:4128)
         at com.virsa.re.role.actions.AuthAuthorizationDataAction.execute(AuthAuthorizationDataAction.java:157)
         at com.virsa.framework.NavigationEngine.execute(NavigationEngine.java:273)
         at com.virsa.framework.servlet.VFrameworkServlet.service(VFrameworkServlet.java:230)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:321)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:377)
         at com.virsa.framework.servlet.VFrameworkServlet.service(VFrameworkServlet.java:286)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.runServlet(FilterChainImpl.java:117)
         at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:62)
         at com.virsa.comp.history.filter.HistoryFilter.doFilter(HistoryFilter.java:43)
         at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:58)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:384)
         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(AccessController.java:219)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)

  • Workflow error in ERMS (CRM 7.0)

    Hello Experts.
    I am facing a workflow issue in ERMS.We are using ERMS and using standard workflow to route email to org.unit.
    As lotus notes is not integrated,  In order to test the ERMS Policy rule process,I have sent a mail from SBWP (SAP Business Workplace) to receipient mail address.
    But Task WS00200001 ended up with error message and workflow log  below are the errors ..
    Error when processing node '0000000025' (ParForEach index 000000)     --> SWP088
    Work item 000000000082: Object FLOWITEM method EXECUTE cannot be executed
    Message no. WL821
    Diagnosis
    The calling of the object method for the work item ended with a return value for which no handling is modeled in the workflow.
    System Response
    The work item was forced into the error status.
    Procedure
    Refer to your workflow system administrator.
    Also ERMS Log erros are  below
    Check Automatic Processing Details
    FactBase (from workitem)  ***
    Actions  ***
    Returned Container Elements  ***
    return element:      DOCUMENTID :
    FactBase (from service manager)  ***
    <?xml version="1.0" encoding="utf-16"?>#<parts># <profile>ZSRQMROUTING</profile
    ># <system>#  <services>#   <CL_CRM_ERMS_PARAMS_SVC/>#   <CL_CRM_ERMS_RULE_EXEC/
    >#  </services># </system>#</parts>#
    Log  ***
    log:    Invoking service class CL_CRM_ERMS_PARAMS_SVC
    log:    ..execution time (CL_CRM_ERMS_PARAMS_SVC):0.0000440
    log:    Invoking service class CL_CRM_ERMS_ADD2FB_DOCUMENT
    log:    Exception in method execute(CL_CRM_ERMS_SERVICE_MANAGER) : Service CL_CRM_ERMS_A
    log:    DD2FB_DOCUMENT failed. Cannot read email at: CL_CRM_ERMS_ADD2FB_DOCUMENT===CP :
    log:    CL_CRM_ERMS_ADD2FB_DOCUMENT===CM001 : 33
    log:    Invoking service class CL_CRM_ERMS_RULE_EXEC
    log:    Processing policy ZSTC
    log:    Reading policy:ZSTC,  context:ERMS, variant:4E3BE28FBDFF0A60E1008000AC103D71
    log:    Processing rule container STC Routing ( 4E42909B1F170A60E1008000AC103D71 )
    log:    Processing rule STC Email Routing ( 4E42909C1F170A60E1008000AC103D71 )
    log:    Uncompiled Rule: <?xml version="1.0"?><if><logicalOperator>OR</logicalOperator><
    log:    conditions/></if>
    log:    Compiled Rule: <or></or>
    log:    Rule evaluates to FALSE
    log:    ..execution time (CL_CRM_ERMS_RULE_EXEC):0.0043740
    Procedure for System Administration
    Also check the binding between the task container and the method container.
    Please assit on this issue.
    Thanks,
    Shan
    Edited by: Shanmuga sundaram Balakrishnan on Aug 11, 2011 12:27 PM

    Hi Pieter,
    Thanks. But my rule policy is simple as stated below.
    If
    E-Mail orginal recipient contain "contactusatabc.com"
    Then
    Route EMail ( Organizational Object = Assistant Manager/Executvie )  and
    Create Service Request ( Process type = ZR )
    Service manager profile ZSRQMROUTING is created and assigned with below services.
    1     SVC_PARAMS
    5     FG_WEBFORM
    7     FG_EMAIL
    10     UT_WORKITEMTEXT
    50     RE_RULE_EXEC
    70     AH_DEF_ROUTING
    800     UT_ERMS_REPLICAT
    And RE_RULE_EXEC assigned with
    DEF_ROUTING     O:50000008
    LOG_LEVEL     0
    POLICY     ZSTC
    Whenever a mail sent from SBWP, recipient as contactusatabc.com" and receiver type is Business Object.
    After mail has been sent and ERMS processing log shows sender id as blank ( even my user id maintianed email address in SU01)  in tcode CRM_ERMS_LOGGING
    compiled Rule: <or><not_contain case="" multivalue=""> <xpath provider="CL_CRM_E
    RMS_ADD2FB_DOCUMENT" accessor=""><constant value="/parts/SENDER_ADDRESS/text()"/
    </xpath> <constant value="abcatannon.com"/></not_contain></or>
    path address:/parts/SENDER_ADDRESS/text()
    Kindly advise me incase of any missing configuration.
    Thanks
    Shan

  • Simulation error in ERM

    Hi Experts,
    We are on GRC AC 5.3 and ERM patch level is: 7_0
    I was simulating a role from change view-> Risk Analysis-> simulate-> iclude users-> yes-> clicked on simualte.
    In configuratio->background jobs, the job status is showing as completed. when drilling down inside in Job history it is showing the message at step 3 that:  Error in backend system/Web service; Name or password is incorrect (repeat logon).
    In Simulation option in the risk analysis also it is showing no logs.
    FYI,  Both Adopters and connectors are working fine. I am stuck in between
    Could any one please tell me, how to resolve the error?
    Regards,
    Gurugobinda

    Hi Alpesh,
    Thank you very much for analyzing the issue and suggesting me the closest solution.
    I am also feeling the same.
    Hi Satyabrata,
    Thanks a lot for your response.
    Regards,
    Gurugobinda

  • Error in ERMS Workflow

    Hi,
    I tried to configure ERMS. We can receive e-mails and the standart ERMS workflow is triggered but we got he following errors:
    - Agent determination for step '0000000004' failed
      - Workflow WS00200001 no. 000000002022 activity 0000000004 role 'AC00200136': No agent found
        - Resolution of rule AC00200136 for task TS00207914: no agent found
    The first task is set as General Task.
    The trace from SCOT contains the following lines:
    SO28 entry found
    Recepient BOR Object
    Structure: SWOTOBJID
    Technical Recipient: ferudun.atakan-at-ybpcrm.astron.grp
    Internal Recipient Found: CRTCLNT304ERMSSUPRT2FERUDUN.ATAKAN-at-YBPCRM.ASTRON.G
    Internal Recipient Found: RP                                      <OBJECT>
    Address Type: OBJ
    Start of Delivery to Internal Recipients
    where is the problem?
    - ferudun
    End of Delivery to Internal Recipients
    SUBMIT: TO ALL

    Hi Pieter,
    Thanks. But my rule policy is simple as stated below.
    If
    E-Mail orginal recipient contain "contactusatabc.com"
    Then
    Route EMail ( Organizational Object = Assistant Manager/Executvie )  and
    Create Service Request ( Process type = ZR )
    Service manager profile ZSRQMROUTING is created and assigned with below services.
    1     SVC_PARAMS
    5     FG_WEBFORM
    7     FG_EMAIL
    10     UT_WORKITEMTEXT
    50     RE_RULE_EXEC
    70     AH_DEF_ROUTING
    800     UT_ERMS_REPLICAT
    And RE_RULE_EXEC assigned with
    DEF_ROUTING     O:50000008
    LOG_LEVEL     0
    POLICY     ZSTC
    Whenever a mail sent from SBWP, recipient as contactusatabc.com" and receiver type is Business Object.
    After mail has been sent and ERMS processing log shows sender id as blank ( even my user id maintianed email address in SU01)  in tcode CRM_ERMS_LOGGING
    compiled Rule: <or><not_contain case="" multivalue=""> <xpath provider="CL_CRM_E
    RMS_ADD2FB_DOCUMENT" accessor=""><constant value="/parts/SENDER_ADDRESS/text()"/
    </xpath> <constant value="abcatannon.com"/></not_contain></or>
    path address:/parts/SENDER_ADDRESS/text()
    Kindly advise me incase of any missing configuration.
    Thanks
    Shan

  • Role egeneration error in ERM

    Hi Experts,
    I have  couple of issues in ERM
    1. I have created a system landscape with 2 systems A (Development)& B(Production system),  with A assigned to Role generation action and B assigned to Risk Analsysis, system A is not existing in Compliance calibrator, and when I try to generate role it gives errror as System A is not existing in Riskanalysis and remediation, when i change the landsacpe and assign Role generation action to System B, then it is allwoing me to generate the role in System B,  is this the way it works?  or Am i missing anything?
    I want to generate the role in Devlopment system not in Production, Do I need to Set a Connector for my Development system in Comaplinace calibrator Production system?
    2.  When I create a role and generate and again open the role for changes, the descriptions for Authorization Objects are changing for example ,  S_TCODE in my system i see the description as *IS-H: Authorization Visit Scheduling*    instead of Transaction Code at Start, what could be the issue, I have reimported the Transactions/Fields/Orgvalues also I have reloaded all caches and Updated too, still getting error.
    Please sugest for above
    Regards,
    Vijay

    Hi Vijay,
    Can you try to generate the role in Foreground instead of running a background job for it? See if the role gets generated. Also, make the risk analysis option in Miscellaneous as NO.
    Try to generate the option by following these guidelines and post the results.
    Harleen
    SAP GRC RIG

  • Unhandled error; In ERM

    Hi,
    I am getting an error "Unhandled error; n/a" in ERM while assigning tcode to role. While creating a role, in the define  authorization stage I searched the tcode then select the tcode but when I am clicking on continue button I am getting this error.
    Our GRC system details-
    GRC version - AC5.3
    RAR version- 13.3
    CUP version - 13.2
    ERM version - 13.2
    DB version - Oracle 10.2.0.4
    Please give some solution if anybody encounter this error.
    Thanks,
    Sudip

    Hi,
    Which SAP Basis version you are using?
    I would say you review SAP Note 1441463 and related.
    I would say, as stated in the Note, that you are missing function module SUPRN_AUTH_DATA_IN_EXP_MODE  within object group SUPRN.
    Have a look that that.
    Hope it helps. Kind regards,
      Imanol

  • ERM error

    Hi there,
    we have recently upgraded from GRC 5.3 SP11 to SP12
    i have an error in ERM which says '' error: create a valid request ''
    I have configured the workflow for ERM role approval in  CUP (path is active ) etc  but when o click on Role approval tab .. it throws out  the above error.
    any ideas? any one encountered this before ?
    Regards
    Kev

    Hi all,
    Thanks for all the responses , I have done all  the post config setting , theintegration between CUP and ERM is fine , the webservices are all correct with user name and password
    The approvers are defined and ERM and the approver also exist in CUP
    here are the logs
    ERM :LOG
    2010-07-26 11:57:43,953 [SAPEngine_Application_Thread[impl:3]_9] ERROR 2010 : com.virsa.ae.core.BOException: Exception in creating the new workflow
    2010-07-26 11:57:43,953 [SAPEngine_Application_Thread[impl:3]_9] DEBUG Adding msgValue: Code: 2010; Locale: en
    2010-07-26 11:57:43,953 [SAPEngine_Application_Thread[impl:3]_9] DEBUG Adding msg to msglist
    2010-07-26 11:57:43,953 [SAPEngine_Application_Thread[impl:3]_9] DEBUG forwarding to:loadEditRole.do
    2010-07-26 11:57:43,953 [SAPEngine_Application_Thread[impl:3]_9] DEBUG
    CUP log :
    2010-07-26 11:55:59,095 [SAPEngine_Application_Thread[impl:3]_27] ERROR com.virsa.ae.requestsubmit.RequestSubmission : submitRequest :   : setting error code to 2010
    com.virsa.ae.core.BOException: Exception in creating the new workflow
    Regards
    Kev

  • Error in namespace on web service response

    How does the namespace value get set in the exchangeDataResponse element in the SOAP response below? It's wrong and it's causing the error shown.
    When I look at the SOAP message weblogic is sending back I see
    <!--RESPONSE.................-->
    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <env:Header>
    </env:Header>
    <env:Body env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
    <m:exchangeDataResponse xmlns:m="http://partners.mcdata.com">
    <result xsi:type="xsd:string"><exchangeDataResult>
         <status>ERROR</status>
         <message>XML failed validation:cvc-elt.1: Cannot find the declaration of element 'shippingResponse'. Column: 252 Line: 1</message>
    </exchangeDataResult></result>
    </m:exchangeDataResponse>
    </env:Body>
    </env:Envelope>
    notice the namespace setting on the m:exchangeDataResponse element is http not https. Now look at this error message:
    [java] java.rmi.RemoteException: Runtime exception; nested exception is:
    [java] unexpected element name: expected={https://partners.mcdata.com/}exchangeDataResponse, actual={http://partners.mcdata.com}exchangeDataResponse
    [java] at com.sun.xml.rpc.client.StreamingSender._handleRuntimeExceptionInSend(Ljava.lang.RuntimeException;)V(StreamingSender.java:248)
    [java] at com.sun.xml.rpc.client.StreamingSender._send(Ljava.lang.String;Lcom.sun.xml.rpc.client.StreamingSenderState;)V(StreamingSender.java:230)
    [java] at com.mcdata.websvc.riverbed.server.DataExchangerSoap_Stub.exchangeData(Ljava.lang.String;Ljava.lang.String;Ljava.lang.String;Ljava.lang.String;)Ljava.lang.String;(DataExchangerSoap_Stub.java:70)
    [java] at jsp_compiled.__index._jspService(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResponse;)V(__index.java:134)
    [java] at weblogic.servlet.jsp.JspBase.service(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;)V(JspBase.java:33)
    [java] at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run()Ljava.lang.Object;(ServletStubImpl.java:971)
    The namespaces don't match, but I can't find anything in the code that is setting the namespace value for the response I'm sending you.

    Peggy,
    At what stage you get this error in ERM role usage sync job? This job operates as below -
    1) based on Sync date provided it fetches roles assigned to all the users changed in given period from backend.
    2) It then gets the tcode usage for users from RAR virsaccactionusage service
    3) It fetches tcodes in a role and then calculates the usage information per role for each user.
    Can you check and provide the job history? Also check if there is any dump on the backend system against which role usage sync is done. You can also verify if there is any error in RAR  Logs.
    What support pack level are you at?
    I remember getting similar error a while back. Not able to recollect exact fix, but above information should provide some hint.
    With SP06 onwards ERM parameter "noOfUsersForUAR" is used to control user batch size for doing ERM role usage sync. Having a larger value for this parameter can sometime cause issues. You can check value for this parameter in vt_gbl_ermconfig table.
    Regards,
    Amol

  • ERM / composite role gener. / Function parameter "Authority_check" unknown

    Dear All GRC AC Women and Men,
    I have a problem to generate a composite role with sap grc ac erm. My GRC version is a 5.3 sp5
    For single roles, it s ok.
    For composite roles, I to a first generation in GRC AC ERM . The error  message is: "Function parameter "AUTHORITY_CHECK" is unknown."
    The role is generated in the back-end and the status in GRC AC ERM is "in progress" (Yellow colour).
    I do a second generation in GRC AC ERM, and the status is "done" (green colour); the role is generated one more time in the back-end.
    The message error in ERM logs is:
    "2010-03-18 15:48:48,393 [Thread-140] ERROR com.sap.mw.jco.JCO$Exception: (104) RFC_ERROR_SYSTEM_FAILURE: Function parameter "AUTHORITY_CHECK" is unknown.
    java.lang.Throwable: Function parameter "AUTHORITY_CHECK" is unknown.
         at com.sap.mw.jco.MiddlewareJRfc.generateJCoException(MiddlewareJRfc.java:516)
         at com.sap.mw.jco.MiddlewareJRfc$Client.execute(MiddlewareJRfc.java:1514)
         at com.sap.mw.jco.JCO$Client.execute(JCO.java:3980)
         at com.sap.mw.jco.JCO$Client.execute(JCO.java:3417)
         at com.virsa.re.service.sap.dao.GenerateRoleDAO.generateRole(GenerateRoleDAO.java:564)
         at com.virsa.re.bo.impl.GenerateRoleBO.generateRoleAsBackGroundOnMultipleSystems(GenerateRoleBO.java:484)
         at com.virsa.re.backgroundjobs.RiskAnalysisAndRoleGeneration.execute(RiskAnalysisAndRoleGeneration.java:238)
         at com.virsa.service.backgroundjobs.BackgroundTask.run(BackgroundTask.java:53)
         at java.util.TimerThread.mainLoop(Timer.java:432)
         at java.util.TimerThread.run(Timer.java:382)"
    Do you know the origine of this problem? I am "quite" sure that it is not a back-end problem like authorisations missing for the user rfc (used in Jco).
    Best Regards,
    Ronan.

    Hi Ronan,
    This is an issue identified and resolved in SP07.
    Please refere to Note # 1290039 if you don't want to upgrade to SP07.
    Best Regards,
    Sirish Gullapalli.

  • Error while upgrading GRC5.2 GRC5.3

    Dear,
    I have undeployed all the components of GRC5.2 from SDM.
    And deployed the GRC 5.3 components from JSPM as below:
    RAR(CC) successfully
    CUP(AE)successfully
    SPM(FF) successfully
    but I am getting the error for ERM(RE). The log file for deployment of ERM with errors as below:
    ===========================================================================
    May 27, 2009 8:43:01 AM Info: 8:43:01 2009-05-27 dbs-Info: Runtime XML of VT_RE_USR successfully written
    May 27, 2009 8:43:01 AM Info: 8:43:01 2009-05-27 dbs-Info: Analysis and adjustment of tables finished with errors
    May 27, 2009 8:43:01 AM Info: 8:43:01 2009-05-27 dbs-Info: Analysis and adjustment of tables finished with errors
    May 27, 2009 8:43:01 AM Error: Aborted: development component 'grc/redictionary'/'sap.com'/'MAIN_AC53VAL_C'/'6813741'/'0', grouped by software component 'VIRRE'/'sap.com'/'MAIN_AC53VAL_C'/'1000.530.700.8.0.20090508223138''/'0':
    No further description found.
    May 27, 2009 8:43:01 AM Info: Starting to save the repository
    May 27, 2009 8:43:02 AM Info: Finished saving the repository
    May 27, 2009 8:43:02 AM Info: Starting: Initial deployment: Selected software component 'VIRRE'/'sap.com'/'MAIN_AC53VAL_C'/'1000.530.700.8.0.20090508223138''/'0' will be deployed.
    May 27, 2009 8:43:02 AM Error: Aborted: software component 'VIRRE'/'sap.com'/'MAIN_AC53VAL_C'/'1000.530.700.8.0.20090508223138''/'0':
    Failed deployment of SDAs:
    development component 'grc/redictionary'/'sap.com'/'MAIN_AC53VAL_C'/'6813741'/'0' : aborted
    Please, look at error logs above for more information!
    May 27, 2009 8:43:02 AM Info: Starting to save the repository
    May 27, 2009 8:43:02 AM Info: Finished saving the repository
    May 27, 2009 8:43:02 AM Info: J2EE Engine is in same state (online/offline) as it has been before this deployment process.
    May 27, 2009 8:43:02 AM Error:
    At least one of the Deployments failed
    =========================================================================
    Please suggest for above.
    We already gone through the links below:
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c0f0e585-1f57-2b10-ac80-8f6c37b9453a
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a07b4cc8-1a57-2b10-1798-d2fec068473a

    Dear Sudip,
    I have restarted the J2ee engine as well as ABAP engine, but that didnt solve the problem. I have got some more clue on this as:
    From SAP Note 1174625 - Access Control 5.3 Java Support Pack Installation  the required sap.com/grc components "db" and "dictionary files" that should not be undeployed through SDM are as:
    - sap.com/grc/ccxsysdb (found and undeployable)
    - sap.com/grc/aedict (found and undeployable)
    - sap.com/grc/redictionary (NOT FOUND)
    - sap.com/grc/ffdb (found and undeployable)
    And in deployment of GRC 5.3 RE we are getting the error respective to sap.com/grc/redictionary as in error log attached above.
    Please have a look on it.
    Regards,
    Mohammed.

  • Why di I get an error saying installation on case sensitive volumn is not supportd?

    This is for trial on mac pc

    You get the error because - erm, well - installing on case sensitive volumkes is not supported. You will have to reformat your Mac with HFS+, not HFSx.
    Mylenium

  • How to debug for inbound mail in SAPconnect - ERMS

    Hi,
    How to debug from the point of receipt of an inbound mail in SAPconnect so that we can see the data being passed to the ERMS Workflow WS00200001.
    Regards,
    Deepak

    Hi Ashish,
    Thanks for your prompt reply. Let me explain the scenario in little bit details. If you want I can post the screen shots at flickr etc. for better understanding.
    In transaction SWI1: we are getting Error at Invoking Service Manager for Workflow WS00200001. The error is "ERMS support object: Could not find DOCUMENT - Message no. CRM_ERMS020.
    In transaction CRM_ERMS_LOGGING: We are getting error "Exception in method constructor (CL_CRM_ERMS_XPATH_TAG): Service CL_CRM_ERMS_ADD2FB_DOCUMENT failed. Cannot read email".
    On providing valid email document id or work item id in transaction CRM_ERMS_LOGGING the required action is executed and everything is ok.
    We tried to debug in SCOT by DBG+ but on receipt of inbound mail debug session does not start.
    Actually we want to understand, on receipt of email what data is passed to the workflow as method call CL_CRM_ERMS_CONVERTER->CONVERT_DOCUMENT does not return XSL content and the error message is raised. It is possible that the previous method call SERVICE_MANAGER->GET_EMAIL_ID() does not retrieve a value for doc_id, but we are not sure without being able to debug through from the SAP connect process.
    Regards,
    Deepak

  • Ssrs report web service to save report as pdf throws error Soap exception unhandeled by user code

    I am creating a C# web application to save  an SSRS report as a pdf file on my local machine.
    I added the ReportService web reference as RS2005 and ReportExecution2005 web reference as RE2005.
    http://myServer/ReportServer_DEVPROJECT/ReportExecution2005.asmx?WSDL
    http://myServer/ReportServer_DEVPROJECT/ReportService2005.asmx?WSDL
    I created the following function SaveReport that is called on button click. My report can be accessed on the report server with the following url:
    http://myServer/Reports_DEVPROJECT/Pages/Report.aspx?ItemPath=%2fData+Mgmt%2fSample+Letter
    On the Report Manager home page the report link appears as "SAMPLE LETTER".
    It is deployed in the DataMgmt folder on the Report Manager.
    It uses a data source called "DS Letter" with option "Credentials stored securely in the report server"
    My application gets compiled, but I get the following run time error:
    Error: Soap exception unhandeled by user code. The item '/DataMgmt/Sample Letter' cannot be found. ---> Microsoft.ReportingService
    s.Diagnostics.Utilities.ItemNotFoundException: The item '/DataMgmt/Sample Letter' cannot be found.
    Please check my code and let me know what I can do to run this successfully. Once this is done, I would like to get help with passing a parameter (memberID) to the generate report for that member, through this application.
    Thank You in advance for your help.
    public static void SaveReport()
    RS2005.ReportingService2005 rs;
    RE2005.ReportExecutionService rsExec;
    // Create a new proxy to the web service
    rs = new RS2005.ReportingService2005();
    rsExec = new RE2005.ReportExecutionService();
    // Authenticate to the Web service using Windows credentials
    rs.Credentials = System.Net.CredentialCache.DefaultCredentials;
    rsExec.Credentials = System.Net.CredentialCache.DefaultCredentials;
    rs.Url = "http://myServer/ReportServer_DEVPROJECT/ReportService2005.asmx";
    rsExec.Url = "http://myServer/ReportServer_DEVPROJECT/ReportExecution2005.asmx";
    string historyID = null;
    string deviceInfo = null;
    string format = "pdf";
    Byte[] results;
    string encoding = String.Empty;
    string mimeType = String.Empty;
    string extension = String.Empty;
    RE2005.Warning[] warnings = null;
    string[] streamIDs = null;
    string fileName = @"c:\temp\samplerHAPeport.pdf";
    string _reportName = @"/DataMgmt/Sample HAP Letter";
    string _historyID = null;
    bool _forRendering = false;
    RS2005.ParameterValue[] _values = null;
    RS2005.DataSourceCredentials[] _credentials = null;
    RS2005.ReportParameter[] _parameters = null;
    try
    _parameters = rs.GetReportParameters(_reportName, _historyID, _forRendering, _values, _credentials);
    RE2005.ExecutionInfo ei = rsExec.LoadReport(_reportName, historyID);
    RE2005.ParameterValue[] parameters = new RE2005.ParameterValue[1];
    if (_parameters.Length > 0)
    //parameters[0] = new RE2005.ParameterValue();
    //parameters[0].Label = "";
    //parameters[0].Name = "";
    //parameters[0].Value = "";
    rsExec.SetExecutionParameters(parameters, "en-us");
    results = rsExec.Render(format, deviceInfo,
    out extension, out encoding,
    out mimeType, out warnings, out streamIDs);
    using (FileStream stream = File.OpenWrite(fileName))
    stream.Write(results, 0, results.Length);
    catch (Exception ex)
    throw ex;
    protected void BtnGenReport_Click(object sender, EventArgs e)
    SaveReport();

    Hello Devster,
    Thank you to post your question on TechNet forum.
    After reviewing the whole post, I have a question to you. You can access the report via the link, http://myServer/Reports_DEVPROJECT/Pages/Report.aspx?ItemPath=%2fData+Mgmt%2fSample+Letter.
    From the URL, I can see that the report is located at: /Data Mgmt/Sample Letter, instead of /DataMgmt/Sample Letter. In addition, I found that the target report is "/DataMgmt/Sample HAP Letter" instead of "/DataMgmt/Sample Letter" as the error described. I
    am not sure whether you post out the correct code segment.
    Please check the above things on your side, and hope it is helpful to you.
    Regards,
    Edward
    Edward Zhu
    TechNet Community Support

  • TREX Error while implementing a Rule Modeler in ERMS

    Hi Experts,
    I am getting the below error when i am implementing a Rule in ERMS. Please suggest how to rectify the error.
    Exception in method execute(CL_CRM_ERMS_SERVICE_MANAGER) : Service CL_CRM_ERMS_ADD2FB_CA failed. TREX error:Error in the RFC communication: Error when opening an RFC connection (IMSDEFAULT)[error code =] at: CL_CRM_ERMS_ADD2FB_CA=========CP : CL_CRM_ERMS_
    Processing policy ZTEST_RULE1
    Exception in method execute(CL_CRM_ERMS_SERVICE_MANAGER) : Service CL_CRM_ERMS_RULE_EXEC failed. Policy not found in repository:ERMS:ZTEST_RULE1 at: CL_CRM_ERMS_RULE_REPOSITORY===CP : CL_CRM_ERMS_RULE_REPOSITORY===CM005 : 44
    BOR: returned from Service Manager.
    Regards,
    Niloufer

    Hi Niloufer123
    Have you regenerated your Repository after making changes?
    If not, go to SA38 and run program CRM_ERMS_REGEN_RULES for ERMS context for your Policy (check box checkboxes).
    Now re-run your scenario.  Hopefully this has helped.
    Thanks,
    Andrew G.

Maybe you are looking for

  • Unable to create an encrypted disk image with Disk Utility

    Hi: With our upgrade to Lion a few weeks ago, we're now unable to create an encrypted disk image of any type using Disk Utility any more. This problem occurs on 3 different machines, and is reproducible whether one is using an internal HD or an exter

  • Macbook Air binding to AD and OD - HOW?

    We recently migrated to an Active Directory structure. I have bound 50 Macs of various flavors without a hitch to Active Directory.  All clients are running 10.5.8 or later. I have an Open Directory Server on the network bound to AD.  I am not bindin

  • Need Help to Prevent DDOS at application layer to protect Web server ?

    Please guide the solutions for DDOS attack. I am facing this attack and after some investigation I  found some details what is up against me Here are some details of the attack which is most similar in my situation. In considering the ramifications o

  • How to set up Free option at checkout (no address, cc info required)

    Hello, My site http://www.bigwordpictures.com will offer paid and free downloadable products. Since I'm no coding pro, I'm starting out with one of the default BC templates (Appliance King) and modifying it to meet my needs. Here's a roadblock I've h

  • Photoshop Elements 8 quits with OS Lion

    I am having trouble running Photoshop Elements 8 with OSX Lion. Any time I ask for "help" of any kind, the program quits. Anyone know a fix?