Error processing your request, Request no: 230 in stage : ROLE_OWNER_ROLE.

Hi,
When approver try to approve request,get this message.
System log:2011-02-02 03:26:00,545 [SAPEngine_Application_Thread[impl:3]_36] ERROR Exception during EJB call, Ignoring and trying Webservice Call
com.virsa.ae.service.ServiceException: Exception in getting the results from the EJB service : loader constraints violated when linking com/virsa/cc/xsys/webservices/dto/WSRAInputParamDTO class
     at com.virsa.ae.service.sap.RiskAnalysisEJB53DAO.getViolations(RiskAnalysisEJB53DAO.java:295)
     at com.virsa.ae.service.sap.RiskAnalysisEJB53DAO.getViolations(RiskAnalysisEJB53DAO.java:419)
     at com.virsa.ae.service.sap.RiskAnalysisEJB53DAO.determineRisks(RiskAnalysisEJB53DAO.java:527)
     at com.virsa.ae.service.sap.RiskAnalysis53DAO.determineRisks(RiskAnalysis53DAO.java:103)
     at com.virsa.ae.accessrequests.bo.RiskAnalysisBO.findViolations(RiskAnalysisBO.java:182)
     at com.virsa.ae.accessrequests.actions.RiskAnalysisAction.doRiskAnalysis(RiskAnalysisAction.java:1161)
     at com.virsa.ae.accessrequests.actions.RiskAnalysisAction.doAnalysis(RiskAnalysisAction.java:381)
     at com.virsa.ae.accessrequests.actions.RiskAnalysisAction.execute(RiskAnalysisAction.java:118)
     at com.virsa.ae.commons.utils.framework.NavigationEngine.execute(NavigationEngine.java:295)
     at com.virsa.ae.commons.utils.framework.servlet.AEFrameworkServlet.service(AEFrameworkServlet.java:431)
     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.ae.commons.utils.framework.servlet.AEFrameworkServlet.service(AEFrameworkServlet.java:461)
     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:104)
     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
Caused by: java.lang.LinkageError: loader constraints violated when linking com/virsa/cc/xsys/webservices/dto/WSRAInputParamDTO class
     at com.virsa.ae.service.sap.RiskAnalysisEJB53DAO.execRiskAnalysis(RiskAnalysisEJB53DAO.java:305)
     at com.virsa.ae.service.sap.RiskAnalysisEJB53DAO.getViolations(RiskAnalysisEJB53DAO.java:277)
     ... 28 more
2011-02-02 03:26:59,202 [SAPEngine_Application_Thread[impl:3]_25] ERROR Field LOGONDATAX not a member of INPUT
com.sap.mw.jco.JCO$Exception: (127) JCO_ERROR_FIELD_NOT_FOUND: Field LOGONDATAX not a member of INPUT
     at com.sap.mw.jco.JCO$MetaData.indexOf(JCO.java:9566)
     at com.sap.mw.jco.JCO$Record.getStructure(JCO.java:14294)
     at com.virsa.ae.service.sap.SAPProvisionDAO.intializeWithCUACreateUserInputParameters(SAPProvisionDAO.java:1228)
     at com.virsa.ae.service.sap.SAPProvisionDAO.createUserInCUA(SAPProvisionDAO.java:1995)
     at com.virsa.ae.service.sap.ProvisionSAPUserDAO.createUserInCUA(ProvisionSAPUserDAO.java:1614)
     at com.virsa.ae.service.sap.ProvisionSAPUserDAO.createUser(ProvisionSAPUserDAO.java:329)
     at com.virsa.ae.service.sap.ProvisionSAPUserDAO.provisionUser(ProvisionSAPUserDAO.java:110)
     at com.virsa.ae.accessrequests.bo.ProvisioningBO.autoProvision(ProvisioningBO.java:217)
     at com.virsa.ae.accessrequests.bo.RequestBO.autoProvisioningForApprove(RequestBO.java:6124)
     at com.virsa.ae.accessrequests.bo.RequestBO.callAEExitService(RequestBO.java:7223)
     at com.virsa.ae.accessrequests.bo.RequestBO.callExitService(RequestBO.java:6997)
     at com.virsa.ae.accessrequests.bo.RequestBO.approveRequest(RequestBO.java:6849)
     at com.virsa.ae.accessrequests.bo.RequestBO.approveRequest(RequestBO.java:6642)
     at com.virsa.ae.accessrequests.actions.RequestViewAction.confirmRequestApproval(RequestViewAction.java:991)
     at com.virsa.ae.accessrequests.actions.RequestViewAction.execute(RequestViewAction.java:106)
     at com.virsa.ae.commons.utils.framework.NavigationEngine.execute(NavigationEngine.java:295)
     at com.virsa.ae.commons.utils.framework.servlet.AEFrameworkServlet.service(AEFrameworkServlet.java:431)
     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:104)
     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
After getting this error message.Approver when tried again to approve they get this messsage
Invalid state for request no : 230 at stage : ROLE_OWNER_ROLE has been updated by another approver. Get updated request
system log:2011-02-02 03:30:37,532 [SAPEngine_Application_Thread[impl:3]_22] ERROR Conflict while approving request when compared with the database
javax.transaction.InvalidTransactionException: Other approver approved this request, please get the details details of this request
     at com.virsa.ae.accessrequests.bo.RequestBO.approveRequest(RequestBO.java:6574)
     at com.virsa.ae.accessrequests.actions.RequestViewAction.confirmRequestApproval(RequestViewAction.java:991)
     at com.virsa.ae.accessrequests.actions.RequestViewAction.execute(RequestViewAction.java:106)
     at com.virsa.ae.commons.utils.framework.NavigationEngine.execute(NavigationEngine.java:295)
     at com.virsa.ae.commons.utils.framework.servlet.AEFrameworkServlet.service(AEFrameworkServlet.java:431)
     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:104)
     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
what could be the cause and what is the solution for it.
Thanks
Mushu.

Hi,
Thanks. I changed to correct URL'S but still facing same issue and also i changed in stage configuration for Risk analysis mandatory option to " No", but still facing same issue.This is trace log
2011-02-03 18:41:06,276 [SAPEngine_Application_Thread[impl:3]_7] ERROR Field LOGONDATAX not a member of INPUT
com.sap.mw.jco.JCO$Exception: (127) JCO_ERROR_FIELD_NOT_FOUND: Field LOGONDATAX not a member of INPUT
     at com.sap.mw.jco.JCO$MetaData.indexOf(JCO.java:9566)
     at com.sap.mw.jco.JCO$Record.getStructure(JCO.java:14294)
     at com.virsa.ae.service.sap.SAPProvisionDAO.intializeWithCUACreateUserInputParameters(SAPProvisionDAO.java:1228)
     at com.virsa.ae.service.sap.SAPProvisionDAO.createUserInCUA(SAPProvisionDAO.java:1995)
     at com.virsa.ae.service.sap.ProvisionSAPUserDAO.createUserInCUA(ProvisionSAPUserDAO.java:1614)
     at com.virsa.ae.service.sap.ProvisionSAPUserDAO.createUser(ProvisionSAPUserDAO.java:329)
     at com.virsa.ae.service.sap.ProvisionSAPUserDAO.provisionUser(ProvisionSAPUserDAO.java:110)
     at com.virsa.ae.accessrequests.bo.ProvisioningBO.autoProvision(ProvisioningBO.java:217)
     at com.virsa.ae.accessrequests.bo.RequestBO.autoProvisioningForApprove(RequestBO.java:6124)
     at com.virsa.ae.accessrequests.bo.RequestBO.callAEExitService(RequestBO.java:7223)
     at com.virsa.ae.accessrequests.bo.RequestBO.callExitService(RequestBO.java:6997)
     at com.virsa.ae.accessrequests.bo.RequestBO.approveRequest(RequestBO.java:6849)
     at com.virsa.ae.accessrequests.bo.RequestBO.approveRequest(RequestBO.java:6642)
     at com.virsa.ae.accessrequests.actions.RequestViewAction.confirmRequestApproval(RequestViewAction.java:991)
     at com.virsa.ae.accessrequests.actions.RequestViewAction.execute(RequestViewAction.java:106)
     at com.virsa.ae.commons.utils.framework.NavigationEngine.execute(NavigationEngine.java:295)
     at com.virsa.ae.commons.utils.framework.servlet.AEFrameworkServlet.service(AEFrameworkServlet.java:431)
     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:104)
     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
2011-02-03 18:41:30,686 [SAPEngine_Application_Thread[impl:3]_24] ERROR Conflict while approving request when compared with the database
javax.transaction.InvalidTransactionException: Other approver approved this request, please get the details details of this request
     at com.virsa.ae.accessrequests.bo.RequestBO.approveRequest(RequestBO.java:6574)
     at com.virsa.ae.accessrequests.actions.RequestViewAction.confirmRequestApproval(RequestViewAction.java:991)
     at com.virsa.ae.accessrequests.actions.RequestViewAction.execute(RequestViewAction.java:106)
     at com.virsa.ae.commons.utils.framework.NavigationEngine.execute(NavigationEngine.java:295)
     at com.virsa.ae.commons.utils.framework.servlet.AEFrameworkServlet.service(AEFrameworkServlet.java:431)
     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:104)
     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)

Similar Messages

  • My iphone 4 with 4.3.3 upgrade to 5.1.1,it said to me I should active it,I buy a active-card but it say 'Your request couldn't be processed.We're sorry, but there was an error processing your request. Please try again later.'  What's wrong with my iphone

    my iphone 4 with 4.3.3 upgrade to 5.1.1,it said to me I should active it,I buy a active-card but it say 'Your request couldn’t be processed.We’re sorry, but there was an error processing your request. Please try again later.'  What's wrong with my iphone

    It sounds a lot like your phone was jailbroken or hacked to unlock it before you updated.
    Was it?

  • Error processing your request  Error We're sorry, we encountered an error processing your request.  Please try your request again. You may wish to try one of the following links:

    Cannot download trial version of Livecycle Designer:
    I select English windows then click download.  It then takes me to this page.
    Error We're sorry, we encountered an error processing your request.  Please try your request again. You may wish to try one of the following links:
    What gives?????

    I get this same error message when I try to download it, but I have purchased the full version and have a license key. I get this error screen when I try to download it from both Safari and Chrome on a Mac running OSX. A screenshot is attached.

  • Message "there was an error processing your request" keeps coming up on the screen as I try to sign in to make an appointment at the genius bar?

    message "there was an error processing your request" keeps coming up on the screen as I try to sign in to make an appointment at the genius bar?

    Same thing was happening (2015). Never found out why but easiest solution is to call AppleCAre and they will set up the appointment.

  • How do I resolve "Error processing your request", when using Download link in My Orders (photoshop 5

    How do I resolve "error processing your request" when using the download link in My Orders for photoshop 5

    As Jeff already hinted at, try a different browser. Such issues almost always are local problems on your end. Something is either changing or blocking the HTTP headers used for forwarding (could be your router, a desktop firewall or other security tools) or a JavaScript is not running/ being blocked.
    Mylenium

  • My iphone 4s cant activate after i update the ios to 6.0.1, always shows this message " Your request couldn't be processed" we are sorry but there was an error processing your request, Please try again later........please someone help me...

    My iphone 4s cant activate after i update the ios to 6.0.1, always shows this message " Your request couldn't be processed" we are sorry but there was an error processing your request, Please try again later........please someone help me???

    It sounds a lot like your phone was jailbroken or hacked to unlock it before you updated.
    Was it?

  • "There was an error processing your Request"  3GS Preorder

    Anyone else getting this error after clicking through the Choose Rate Plan? I can't get past this page at all...
    Any ideas?

    Oh yeah, getting it since 20 seconds after the store opened! Every time I try, I get "There was an error processing your request". Then I get an email telling me I need to go to an apple store to talk to someone in an orange shirt to complete my order. Last I checked, Alaska has no apple stores. Called AT&T, they were absolutely clueless as ever. Called Apple. The first person I spoke with wasn't aware there even was a new iPhone. Then she told me to reboot my computer. Hmm. So, I called apple again and have been on hold for an hour and a half so far.

  • Hello! I want to set up an appointement with Genius Bar but when i choose the available date and try to confirm there is this message appears : We're sorry. There was an error processing your request. Click OK to try again. HELP ME PLEASE

    Hello! I want to set up an appointement with Genius Bar but when i choose the available date and try to confirm there is this message appears : We're sorry. There was an error processing your request. Click OK to try again. HELP ME PLEASE

    I have called the store with the same problem but the answer is this must be done on line. I was told to use a different browser but it has made no difference - I am still having the same problem

  • Increase the DB size in Azure gives the Error " Msg 40197, Level 16, State 1, Line 1 The service has encountered an error processing your request. Please try again. Error code 40671."

    Increase the DB size in Azure gives the following error
    Msg 40197, Level 16, State 1, Line 1 The service has encountered an error processing your request. Please try again. Error code 40671.
    i have used following ALTER query,
    ALTER DATABASE database_name MODIFY (EDITION='Business', MAXSIZE=10GB);
    Regards
    Vel

    Hi Taiye,
    According to your description, in theory, we can modify the size of database, and the T-SQL statement in your post is right. So we need to verify if there is no problem with network when you execute the modification statement, in addition, you must be connected
    to the master database when executing the ALTER DATABASE statement. As the error message, I recommend you login again and connect to the master database then run the statement again.
     For more information, see: ALTER DATABASE (Windows Azure SQL Database)
    If the error is still exist, the Microsoft support engineer will help to solve the problem from backend. Sometime delay might be expected. Your patience is greatly appreciated.
    Thanks,
    Sofiya Li
    If you have any feedback on our support, please click here.
    Sofiya Li
    TechNet Community Support

  • Your request couldn't be processed.  We're sorry, but there was an error processing your request. Please try again later.

    Hi I am getting this message at apple.com store when checking my ATT upgrade availablity.
    I for sure have an upgrade on the line i am checking in fact it is out of contract.
    All my other lines cheking are fine even at best buy .com upgrade is OK.
    But for many days at apple all I get is this message Your request couldn’t be processed.  We’re sorry, but there was an error processing your request. Please try again later
    again all my other lines are fine i tried checling with apple app sticll same error mesage
    ATT is no help the person at APPLE so far no help
    Running out of time want to order iphone 6 at 2 am central friday.
    Has any doing a att upgrade check received this message ???
    thanks for any help
    Trido

    Hi I am getting this message at apple.com store when checking my ATT upgrade availablity.
    I for sure have an upgrade on the line i am checking in fact it is out of contract.
    All my other lines cheking are fine even at best buy .com upgrade is OK.
    But for many days at apple all I get is this message Your request couldn’t be processed.  We’re sorry, but there was an error processing your request. Please try again later
    again all my other lines are fine i tried checling with apple app sticll same error mesage
    ATT is no help the person at APPLE so far no help
    Running out of time want to order iphone 6 at 2 am central friday.
    Has any doing a att upgrade check received this message ???
    thanks for any help
    Trido

  • There was an error processing your request

    I am testing acrobat.com and successfully uploaded a 50mb
    file. I received the email, I click the link and go the web site.
    When I click on the download button I get a webpage with the
    following message
    There was an error while processing your request:
    The requested file is being scanned for viruses.
    Any assistance would be appreciated.
    Ian

    Hello Ian,
    Thank you for your post.
    Once you upload files, they go into a queue to be virus
    scanned. You will see the virus alert message until they have
    successfully been scanned, and this does not necessarily happen
    immediately (it can take a little time).
    If you have waited a while and you are still having trouble,
    please let me know.
    Thanks,
    Michelle

  • There was an error processing your request. Please try again

    Man oh man, I've been getting this error all day. What's up with the forums?

    Oracle forums: current quality level...

  • Error when processing your request

    Error when processing your request
    What has happened?
    The URL http://vinay:8000/sap/bc/webdynpro/sap/zfirst_web was not called due to an error.
    Note
         The following error text was processed in the system NSP : Die URL enthält keine vollständige Domainangabe (vinay statt vinay.).
         The error occurred on the application server vinay_NSP_00 and in the work process 0 .
         The termination type was: RABAX_STATE
         The ABAP call stack was:
    Method: CHECK of program CX_FQDN=======================CP
    Method: STARTUP_CHECKS of program CL_WDR_CLIENT_ABSTRACT_HTTP===CP
    Method: HANDLE_REQUEST of program CL_WDR_CLIENT_ABSTRACT_HTTP===CP
    Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_WDR_MAIN_TASK==============CP
    Method: EXECUTE_REQUEST of program CL_HTTP_SERVER================CP
    Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME
    Module: %_HTTP_START of program SAPMHTTP
    What can I do?
         If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system NSP in transaction ST22.
         If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server vinay_NSP_00 in transaction SM21.
         If the termination type was ERROR_MESSAGE_STATE, then you can search for more information in the trace file for the work process 0 in transaction ST11 on the application server vinay_NSP_00 . In some situations, you may also need to analyze the trace files of other work processes.
         If you do not yet have a user ID, contact your system administrator.
    Error code: ICF-IE-http -c: 001 -u: BCUSER -l: E -s: NSP -i: vinay_NSP_00 -w: 0 -d: 20090622 -t: 074756 -v: RABAX_STATE -e: UNCAUGHT_EXCEPTION
    HTTP 500 - Internal Server Error
    Your SAP Internet Communication Framework Team

    Hi Thomas,
    I realize this is a rather old discussion, but I wonder if you know whether running transaction SGEN to generate the loads for either all web dynpros or just a particular transport containing a custom web dynpro would resolve the slow response time and timeout. After a customer message with SAP, this was their suggestion, however our Basis team is skeptical that this will have the desired effect. We noticed the issue when moving from development to QA so we won't know if this is the solution until we try it in production upon go-live.
    Cheers,
    Amy

  • Error while processing your request while opening PDF in ESS

    Hi,
       I had one more issue in Travel and expenses -->Movement Order
       we are not able to open the PDF ,when we are trying to open that getting the below error
        In R/3 also we are not able to open the PDF  ,but in portal side I am getting below error.
              Guys please share your inputs.....
                   what are the steps need to do  for resolve the issue.
        Eror while processing your request!
    What has happened?
    The call of URL http://rcihwrepa1v.hastinapur.res:8003/sap/bc/webdynpro/sap/FITV_TRIP_FORM/ has been terminated due to an error.
    uF0A7     The following error occurred in system REP : Syntax error in program /1BCDWB/SAPLSM00000007 .
    uF0A7     The error occurred on application server rcihwrepa1v_REP_03 and in work process 0 .
    uF0A7     The termination type was: RABAX_STATE
    uF0A7     The ABAP call hierarchy was:
    Form: GET_REQUEST_FORM of program SAPLPTRM_WEB_FORMS
    Form: GET_REQUEST_FORM of program SAPLPTRM_WEB_FORMS
    Function: PTRM_WEB_FORM_PDF_GET of program SAPLPTRM_WEB_FORMS
    Function: PTRM_WEB_FORM_GET of program SAPLPTRM_WEB_FORMS
    Method: DISPLAY_FORM of program CL_FITV_POWL_UTIL=============CP
    Method: DISPLAY_FORM of program /1BCWDY/9BDOSL87UR8KAUWCEZMQ==CP
    Method: IWCI_FITV_UI_DISPLAY_FORMS~DISPLAY_FORM of program /1BCWDY/9BDOSL87UR8KAUWCEZMQ==CP
    Method: ONACTIONSHOWDATA of program /1BCWDY/9BDOSL87UR8KAUWCEZMQ==CP
    Method: IF_WDR_VIEW_DELEGATE~WD_INVOKE_EVENT_HANDLER of program /1BCWDY/9BDOSL87UR8KAUWCEZMQ==CP
    Method: INVOKE_EVENTHANDLER of program CL_WDR_DELEGATING_VIEW========CP
    What can you do?
    uF0A7     In the case of termination type RABAX_STATE, you will find more information on the cause of termination in system REP in transaction ST22.
    uF0A7     In the case of termination type ABORT_MESSAGE_STATE, you will find more information on the cause of termination on application server rcihwrepa1v_REP_03 in transaction SM21.
    uF0A7     In the case of termination type ERROR_MESSAGE_STATE, you can search for more information in the trace file for the work process 0 in transaction ST11 on application server rcihwrepa1v_REP_03 . An analysis of the trace files for other work processes may be necessary.
    uF0A7     If you do not yet have any user ID, contact your system administrator.
    Error Code: ICF-IE-http -c: 500 -u: 1502 -l: E -s: REP -i: rcihwrepa1v_REP_03 -w: 0 -d: 20120215 -t: 121310 -v: RABAX_STATE -e: SYNTAX_ERROR -X: -x:
    HTTP 500 - Internal Server Error
    Your SAP Internet Communication Framework Team
    Regards,
    Sony.
    << moved by moderator - check out the list of other forums on top of portal forum >>
    http://forums.sdn.sap.com/thread.jspa?threadID=1239838&tstart=0
    Second move of threads opened by your user ID today. Please check the list of forums and open a thread in the most relevant one.
    Edited by: Anja Engelhardt on Feb 15, 2012 1:33 PM
    Thank you Anja
    Edited by: sonyepmdm on Feb 15, 2012 1:47 PM

    this is to do with ADS config
    Can you please enable the ADS Trace as described in SAP note:
    #846610 and reproduce the problem?
    and
    the destination  possibly service is not working.
    Please follow note:
    #915399

  • Redirection error An error occurred while processing your request in provider-hosted app which is hosted in Windows Azure

    Hello,
    I developed one simple provider hosted app and I published it in my Azure website. I also published the SharePoint App of this solution in O365 site. I'm using Visual Studio 2013 Premium edition. I've followed all the steps to do this work e.g.
    generate the client ID and client secret through my O365 site and updated the AppManifest.xml as well as web.config etc. In my AppWeb project, I've TokenHelper.cs and SharePoint.cs classes.
    When I'm clicking the app from my O365 site, I get the following error "An error occurred while processing your request" which is due to the following code:
     protected void Page_PreInit(object sender, EventArgs e)
                Uri redirectUrl;
                switch (SharePointContextProvider.CheckRedirectionStatus(Context, out redirectUrl))
                    case RedirectionStatus.Ok:
                        return;
                    case RedirectionStatus.ShouldRedirect:
                        Response.Redirect(redirectUrl.AbsoluteUri, endResponse: true);
                        break;
                    case RedirectionStatus.CanNotRedirect:
                        Response.Write("An error occurred while processing your request.");
                        Response.End();
                        break;
    It's always executing the case RedirectionStatus.CanNotRedirect. Why?
    I've checked the method "CheckRedirectionStatus" of SharePointContext.cs class completely and I am not understanding why am I getting this error.
    When I browse my Azure website http://sitename.azurewebsites.net, even there I'm getting this error. I believe that error is because there is no query string parameter there e.g. SPHostURL etc.
    Please let me know why I'm having this redirection error.
    Thanks,
    Ashish

    Hi,
    For a better troubleshooting,
    I suggest you do as the following:
    Debug the code step by step to find the reason of the issue.
    For the remote debug your app from Windows Azure, you need to download Azure SDK:
    http://azure.microsoft.com/en-us/downloads/
    After installing the SDK, it will have “Attach Debugger” for Azure web site, you
    also need to set "Attach Debugger" to on in the Windows Azure Management Portal
    More detailed information about how to debug provider-hosted app:
    http://blogs.technet.com/b/speschka/archive/2013/11/25/debugging-sharepoint-apps-that-are-hosted-in-windows-azure-web-sites.aspx
    Best regards,
    ZhengyuGuo
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if
    they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Zhengyu Guo
    TechNet Community Support

Maybe you are looking for