Error in RAR while approving request from CUP

Dear GRC Gurus,
I am getting error while approving request in CUP for RAR. Checked the related threads for this issue but still not getting any solution.
Connectors are working fine. Also web service URL is maintained correctly and password for the same is working fine in backend.
Error message is
Risk analysis failed: Exception in getting the results from the web service : Service call exception; nested exception is: java.rmi.RemoteException:
Pl help.
Regards,
Muskaan

Hi ,
You need to clarify what you are trying to do, type of request, timeout time, moment it fails...
If you are referring to the RAR SOD web-service call from CUP, the timeout defined may be too short, problems on the web service/backend connectors configuration or performance/resources available. I advise you to see the SAP Notes below.
Troubleshoot issues with risk analysis, see the SAP Notes 1136379, 1049058, 1145700, 1234807, 1085586, 1061088, 1003239, and 1166368.
This is the most common issue between CUP and RAR when running the SOD analysis, and some times the only solution is to improve the performance of the server with more memory/processor.
Regards,
N

Similar Messages

  • Error while deleting request from DSO: S:RSODSO_ROLLBACK:259

    Hi,
    While deleting request from DSO, we face following errors:
    S:RSODSO_ROLLBACK:259                129 transaction rolled back by an internal error: fail
    Message no. RSODSO_ROLLBACK259
    Job is getting completed with message:
    Deletion of request REQU_3HHPSMIMMVRF87FI0EGC5CS4B from data target ZPR_ODS failed
    Deletion of request REQU_3T80EDOBQR7CWSC8QKKHAMH5N from data target ZPR_ODS failed
    Deletion of request REQU_8JIMF8SRDOG0T3QG6AGRA63Q3 from data target ZPR_ODS failed
    Deletion of request REQU_CMCCHOZGOF3KXNMVXB94ZHMCB from data target ZPR_ODS failed
    Deletion of request REQU_BPCAB8LY6V4CMC3XQ12AWN7MJ from data target ZPR_ODS failed
    <Message short text RSODSO_ROLLBACK 259 does not exist>
    Parallel processes (for Rollback); 000003
    Timeout for parallel process (for Rollback): 000600
    Package size (for Rollback): Dependent on Activation
    Task handling (for Rollback): Backgr Process
    Server group (for Rollback): No Server Group Configured
    Job finished
    FYI:
    Kindly help us to resolve the error.
    Regards,
    Antony Jerald.

    Hi Dinesh,
    Thanks for your reply.
    We have Netweaver 7.30 with BW on hana on SP 9.
    First 3 SAP notes doesn't meets the need.
    Shall I use 1007717 note? 
    Which says:
         use transaction SE16 to delete all entries for this request and for this Operational Data Store (ODS) object from the RSICCONT, RSMONICDP, RSODSACTUPDTYPE and RSODSACTREQ tables. Then set the 'from-date' in the administration of the data target to a value older than the oldest request loaded in this ODS object. Choose 'Refresh'. This corrects the administration.
    Will it resolves the problem?
    Kindly suggest.
    Regards,
    Antony Jerald.

  • Getting "Risk Analysis Failed " error while raising request from IDM

    Hi friends,
    Some of the User to Role mapping requests from IDM did not reach CUP (request ID = null) . When noticed the VDS log , we found the error from GRC webservice to be Risk Analysis Failed . We thought it might be an RAR issue , however , the request just got through CUP when submitted from GRC webservice directly . From RAR perspective also, everything looks ok .
    Please provide your thoughts as to whether this error is pertaining to some other issue or suggest me what I can check in Identity center to correct this .
    Thanks in advance for your help .

    The connector set up are all looking correct . However the requests are not getting raised in many cases .
    At one point we identified that , since our SAP systems have been migrated to DB2, some of the systems were down .
    So when the system is down we decided , Risk analysis is failing . however , now the systems are up and running and still the risk analysis is failing .

  • Message_type_x short dump while deleting request from infocube

    Hi,
    While deleting one of the erroneous requests from some infocubes,
    system is resulting in short dump "MESSAGE_TYPE_X".
    This is happening only with respect to some infocubes.
    Description of short dump:
    Short text of error message:                                            
    System error in program RSMDATASTATE and form RSM_DATASTATE_CHECK-5- (see long text)  
    Can any one of you please help with this?
    Regards,
    Nilima Rodrigues

    Hi NILIMA,
    I got same problem with my InfoPackage  last month with same error msg.
    that error come due to data inconstancy in data base table.
    in my case i am unable to open my InfoPackage  and after double clicking it was giving dump with same error.
    If u know abap then just change the sy-subrc value from 4 to 0 before dump line code it will resolve your problem.
    for this on dump screen click on debugger button then it opens your code and shows line on which u getting dump with table name check your entry in table ok
    if u unable u find table then do one thing just put break point before dump line and open fresh rsa1 and go to same cube and double click it will stop on your debugger point just press f5 button it shos sy-subrc 4 convert it to 0 and press edit button and press f8 .
    Regards
    Ankit

  • Problem with errorPage in page directive tag while proxying request from iPlanet to WebLogic

              Hi,
              We are using iPlanet 4.0 as the webserver and WebLogic 5.1 as the application server on different solaris machines. We have put our JSPs in the weblogic application server and proxy the requests from iplanet to weblogic.
              We are facing a problem with the errorPage in the 'Page Directive' tag of the JSP. We have given xxx.jsp as an 'errorpage' parameter in the page directive tag. If we directly access the JSP from the WebLogic, and there is an system error, the error page specified in the JSP is getting displayed. But if we access the JSP from iPlanet and there is an system error, instead of displaying the error page, iPlanet is asking whether we want to download the file. If we say yes it downloads the actual JSP code itself. We have defined the mime types in obj.conf file as well as mime.types for the iPlanet.
              If anyone knows how this can be solved, it would be of great help
              Regards,
              Krish
              

    How did you configure the obj.conf file? proxy by mime type or ppath? It
              seems errorPage.jsp was not proxyed and treated as a unknown mime type.
              Krishnaraja <[email protected]> wrote in message
              news:3a372d79$[email protected]..
              >
              > Hi,
              >
              > We are using iPlanet 4.0 as the webserver and WebLogic 5.1 as the
              application server on different solaris machines. We have put our JSPs in
              the weblogic application server and proxy the requests from iplanet to
              weblogic.
              >
              > We are facing a problem with the errorPage in the 'Page Directive' tag of
              the JSP. We have given xxx.jsp as an 'errorpage' parameter in the page
              directive tag. If we directly access the JSP from the WebLogic, and there is
              an system error, the error page specified in the JSP is getting displayed.
              But if we access the JSP from iPlanet and there is an system error, instead
              of displaying the error page, iPlanet is asking whether we want to download
              the file. If we say yes it downloads the actual JSP code itself. We have
              defined the mime types in obj.conf file as well as mime.types for the
              iPlanet.
              >
              > If anyone knows how this can be solved, it would be of great help
              >
              > Regards,
              > Krish
              

  • Error has come while creating USER from SU01

    Dear Expert,
    I have got typical error while creating user from T-Code SU01.
    Problem is like that : I suppose to  use SU01 and "User Maintanace: Initial Screen
    has come. Now I put the new user name like ABAP2008 or FI2008 (what ever the name thats hardly matter) and click on CREAT button then next screen Maintain User has been appeared.In this screen Address TAB is on and asking for fillup all the required user information.So I have been made all information like :First name /Last name /Tele ph/Fax / email etc etc. After complete this tab when I clicked on next tab is called "LOGON DATA, it has been given a error "Specify a valid country indicator
    Message no. T5027" . Even thogh I didn't able to go to next screen LOGON DATA.Because of these problem I doesn't able to creat a user.
    SAP : IDES version ECC 6
    DB:SQL2005
    OS: Windows 2003 server
    Please do the needfull
    Thanks & Regards
    Pavel

    Hey Pavel,
    Are you using ECC with ISU.. ? I am not sure but I feel your issue can be solved with information provided in SAPnote,
    Note 1046566 - EC70: address-independent telephone number no country.
    The system does not transfer any country from the master data template with the address-independent telephone number.  The system issues the warning message T5027 "Specify a valid country indicator".
    All the best !

  • Web Services use in defining Custom Approver Determinators from CUP

    Hi,
    I have a question regarding the use of CAD type as Web services.
    I am using CAD Type as Attributes in CUP
    Is it possible to use CAD type as Web services in CUP to capture the correct person in real time from RAR and ERM.
    I used http://sapavax502c:50000/AEWFCADApproversServiceWS_5_2/Config1?wsdl&style=document for ERM CAD type it is working fine. This does not work for other types and understand that there must be specific Web Srvices for all others.
    Please suggest me with the Web services Link if there are some for specific purposes.
    Thanks,
    Abhimanyu

    Hi Abhimanyu,
    RAR would nto support CAD Type as Attributes from CUP.
    Regards,
    Hersh.

  • Typical issue while approving workitems from SBWP.

    Hello All,
    I have an issue while approving workitems massivley from SBWP. I think we can approve bunch of workitems which corresponds to a single task at once.
    But for me iam not able to approve all the related workitems at once. When i select and try approve , it asks me to approve one at a time ( i get screen by screen) . Where some are able to approve at once, i verified my user settings with them and every thing seems to be normal ( Parametes of SU01D).
    What could be the reason, please suggest.Its very important for me.
    Regards
    Mahesh.

    Hi,
    Sometimes mass approvals are needed. At my client there is a rule that ALL refunds need to be approved by a person - they cannot go out automatically.
    So we allow multiple (small-value) refunds to be selected by one user and approved en-masse. It works quite well in SBWP.
    As for the problem being discussed, if it works for one user, it should work for all. Are there differences in authorizations between the users?
    cheers
    Paul

  • Getting Error ORA-00604 While Creating View from front Ent

    Hello All,
    I am getting ORA-00604 while creating view from the front end. And some time I get Maximum cursor open, It is ok amy be I am opening cursors in while loop. While ORA-00604 is giving lots of truble to me. In help it said to contact Oracle service, I dont know how to do that. Help me.

    Please post your view definition including the complete error_message and also the relevant parts of your code with the while loop.

  • Error while importing request from DEV to PROD

    Dear Experts,
                      i am having the problems with request no.. There are two transport request nos and these have to be transported
                     from DEV to PROD. I relesed these two but while importing into PROD showing everthing completed successfully
                      with one error and error is Generation or programs and screens  for both transport  requests .
                      I am just enable to understand what this message is for ..
                       Please someone help me out in this....
    with regards.
    Praveen.
    Moderator message: please search for available information/documentation before asking, read the detailed transport logs, correct the errors, try again.
    Edited by: Thomas Zloch on Dec 13, 2010 6:05 PM

    Hi,
    First check the source system: ZSTGLDV110 is exists or not. check the rfc connections (Also check the source system assignment in both the system to each other). check the settings in the stms tcode. check the suppoet pack on your quality system,.... there are plenty of reasons.
    thanks.

  • 500 internal server error while approving request

    Hi All,
    When trying to approve a leave request one of my user is getting a
    500 internal server error
    Failed to process request. Please contact your system administrator.
    Root cause:
    The initial exception that caused the request to fail, was
    java.lang.NullPointerException
    Can anyone advise me in this?
    Thanks!
    Swarnaprakash

    Dear Prakash,
    Could you please check your correct levels of SAP are according to the following link :
    http://wiki.sdn.sap.com/wiki/display/ERPHCM/HOWTOGETRIDOFSPSTACKMISMATCHISSUES
    In addition please check you customization of leave request is correct or not, You can check in ptarq transaction and check test application is working fine or not ??
    Best Regards,
    Deepak...

  • Error while transfer request from development to production server

    Hi,
    We have generated some request on development and while transer the same on production server, following error message appear "Transport control programe tp ended with error code 0247"
    Pl give us the solution.
    Regards
    Suresh

    hi
    repeat your transport run
    or re-create transport and execute again.

  • Error in Provisioning Risk Update Request in CUP

    Dear Experts,
    I have configured all the required settings to configure Risk create/Update and change workflow in CUP.
    I am even successfully generate the requests type Create Risk in CUP from RAR.But , not able to generate request type update risk from same path and recieving error provisioning request at stage -
    Please provide any clue to resolve this issue.I am in SP12
    Thanks,
    Mukesh

    Please find..
    I am trying to remove a function from the below risk ID in RAR.
    getting this error when approving in CUP.
    2011-04-19 09:15:29,943 [SAPEngine_Application_Thread[impl:3]_74] ERROR com.virsa.ae.accessrequests.bo.RequestExitServiceHelper : callExitService() :   : Exception in calling the exit service,  error code : -1, error message : ERROR: Risk: B001 has exceeded the maximum number of rules (46,655) that can be generated for a risk
    2011-04-19 09:15:29,946 [SAPEngine_Application_Thread[impl:3]_74] DEBUG com.virsa.ae.accessrequests.bo.RequestBO : updateRolesForProvision() :   : INTO the method for reqno : 1116
    2011-04-19 09:15:29,946 [SAPEngine_Application_Thread[impl:3]_74] DEBUG com.virsa.ae.accessrequests.bo.RequestBO : updateRequestApplicationForProvisionStatus() :   : INTO the method for reqno : 1116
    2011-04-19 09:15:29,946 [SAPEngine_Application_Thread[impl:3]_74] DEBUG com.virsa.ae.accessrequests.bo.RequestBO : updateRequestApplicationForProvisionStatus() :   : listApplicationDTOs : []
    2011-04-19 09:15:29,946 [SAPEngine_Application_Thread[impl:3]_74] DEBUG com.virsa.ae.accessrequests.bo.RequestBO : insertRequestApplicationForProvisionStatus() :   : INTO the method for reqno : 1116
    2011-04-19 09:15:29,948 [SAPEngine_Application_Thread[impl:3]_74] ERROR Exception in calling the exit service,  error code : -1, error message : ERROR: Risk: B001 has exceeded the maximum number of rules (46,655) that can be generated for a risk
    com.virsa.ae.service.ServiceException: Exception in calling the exit service,  error code : -1, error message : ERROR: Risk: B001 has exceeded the maximum number of rules (46,655) that can be generated for a risk
         at com.virsa.ae.accessrequests.bo.RequestExitServiceHelper.callCCExitService(RequestExitServiceHelper.java:277)
    Thanks,
    Mukesh

  • Error code -17306 while accessing container from TestStand

    Hi,
    I am getting an error -17306 while accessing the TestStand container present in Station Globals using invoke node property object. Please find below the code snippet.
    Thanks,
    Neha

    Hi
    I am not sure too, how to obtain sequence context from TS application manager. However, did you try using the lookupstring as "StationGlobals.UUT1.Name" or as "FileGlobals.UUT1.Name"?
    I think, the reference to globals will include Station Globals and File Globals. so, you might have to be specific in the lookup string.
    the error says the name of the variable or property is not valid.
    also, you wired "0" which means do not create the variable if not found. is that what you wanted to configure?

  • Error:SCAC-50012 while deploiyng BPEL from JDeveloper 11.1.1.5

    Hi,
    Jdeveloper encounter Error: SCAC-50012 after I add correlation into BPEL. Process (asynchronous) is very simple 2 invokes and 1 pick with onMessage and onAlarm branches.
    When I remove correlation set from pick (onMessage which receives an event) activity problem disappear.
    What can I do to add correlation and cancel this error?
    12.3.2012 15:28:53 oracle.fabric.common.wsdl.SchemaManager isIncrementalBuildSupported
    INFO: XMLSchema incremental build enabled.
    12.3.2012 15:28:59 com.collaxa.cube.CubeLogger info
    INFO: validating "process.bpel" ...
    oracle.jrf.UnknownPlatformException: JRF is unable to determine the current application server platform.
         at oracle.jrf.ServerPlatformSupportFactory.getInstance(ServerPlatformSupportFactory.java:79)
         at oracle.integration.platform.blocks.WLSPlatformConfigurationProvider.<clinit>(WLSPlatformConfigurationProvider.java:44)
         at oracle.integration.platform.blocks.FabricConfigManager.<clinit>(FabricConfigManager.java:155)
         at oracle.integration.platform.blocks.xpath.FabricXPathFunctionResolver.loadXpathFunctions(FabricXPathFunctionResolver.java:271)
         at oracle.integration.platform.blocks.xpath.FabricXPathFunctionResolver.loadXPathConfigFile(FabricXPathFunctionResolver.java:153)
         at oracle.integration.platform.blocks.xpath.FabricXPathFunctionResolver.init(FabricXPathFunctionResolver.java:51)
         at com.collaxa.cube.xml.xpath.BPELXPathFunctionNameResolver.loadFabricXpathFunctions(BPELXPathFunctionNameResolver.java:57)
         at com.collaxa.cube.xml.xpath.BPELXPathFunctionNameResolver.<init>(BPELXPathFunctionNameResolver.java:48)
         at com.collaxa.cube.xml.xpath.BPELXPathFunctionNameResolver.<clinit>(BPELXPathFunctionNameResolver.java:44)
         at com.collaxa.cube.lang.compiler.bpel.XPathExprValidatorVisitor.<init>(XPathExprValidatorVisitor.java:122)
         at com.collaxa.cube.lang.compiler.bpel.AssignValidator.<init>(AssignValidator.java:89)
         at com.collaxa.cube.lang.compiler.bpel.BpelParser.<init>(BpelParser.java:452)
         at com.collaxa.cube.lang.compiler.bpel.BPELValidator.validate(BPELValidator.java:60)
         at com.collaxa.cube.lang.compiler.BPEL1Processor.validate(BPEL1Processor.java:329)
         at com.collaxa.cube.lang.compiler.BPEL1Processor.process(BPEL1Processor.java:153)
         at com.collaxa.cube.lang.compiler.CubeParserHelper.compile(CubeParserHelper.java:47)
         at oracle.fabric.bpel.bpelc.BPELComponentValidator.validate(BPELComponentValidator.java:40)
         at oracle.soa.scac.ValidateComposite.validateComponentTypeServicesReferences(ValidateComposite.java:1117)
         at oracle.soa.scac.ValidateComposite.doValidation(ValidateComposite.java:500)
         at oracle.soa.scac.ValidateComposite.run(ValidateComposite.java:150)
         at oracle.soa.scac.ValidateComposite.main(ValidateComposite.java:135)
    Thanks for advance.

    Hi, maybe these two posts can help u:
    Error when deploying AIA Demo BPEL project to SAR file
    http://11gsoasuite.blogspot.com/2011/09/jrf-is-unable-to-determine-current.html
    best
    rolando

Maybe you are looking for

  • Logical Model Preferences - Please clarify

    I need an example to help me understand the Relation Cardinality option here Say Entity A and Entity B are in the logical model. Entity A has a primary Key that acts as the foreign Key in Entity B. Source Optional: Controls whether the source entity

  • Update to Snow Leopard & Mavericks?

    Hi, so I own a 2007 iMac (Aluminum). It had 1GB if RAM i believe. It was upgraded to 2GB. I already ordered snow leopard from the apple store and should be here any day. I'm just wondering if its a good move. It is currently running 10.4.11 and some

  • Kernal Panic when i close macbook to put it to sleep

    HELP! I have gotten this a few times, it seems to only happen when i close my macbook cover as if I am putting it to sleep. I notice that the apple light on top is still illuminated and doesn't appear to be sleeping - when I open it there is the Kern

  • Materials available only for Purchase requisition creation

    Hi Experts, My client wants some materials available only for Purchase requisition creation and some materials donu2019t want available only for Purchase requisition creation. How we can control Thanks in advance, Chandhu

  • Query to generate a report for incoming pending payments as per Item Group!

    Dear All, I need a Query to generate a report for incoming pending payments through Item Group. Please provide me the same. Thanks in advance.......................... Edited by: Param Deshwal on Nov 22, 2011 7:11 AM