ORA-06510 Message error in Process Modeller Designer

HI�
I'M DAVE
I HAVE SOME PROBLEMS USING DESIGNER 6i.
I log on to Windows Designer tools then I open Process Modeller Tool and I try to modify the previuous model process but, when I add a new process in the previous PM1 SATISFY CUSTOMER ORDER diagram, the GUI for Process Modeller is crashed, and displays the next message: ORA-06510.
I really don't know the reason. The error message manuals tells me I should answer to the DBA.
ANY BODY CAN HELP ME?
THANK YOU�
DAVE
[email protected]

I have found this problem myself,
the only workaround I found is to not run more that 5 mappings in parallel.
I speculate that this is caused by the amount off cursors that are opened to run everything in parallel,
If so, you might try to increase the parallel settings of your database.
cheers
Robbert

Similar Messages

  • Process modelling : Design patterns & Best Practices

    Hi
    Could some one please suggest/share any technical information or documents tha's related to 'Process modelling - Design Patterns & Best Practices'
    Thanks in Advance
    Santosh K.
    Edited by: Santosh539 on Jul 29, 2010 4:07 PM

    Hi Santosh,
    There is no specific site with all the information you asked for.
    But I think these links would be helpful...
    on Work Flow Patterns: http://www.workflowpatterns.com/
    on BPM Service Pattern: http://enterprisearchitecture.nih.gov/ArchLib/AT/TA/WorkflowServicePattern.htm
    HTH
    Sharma

  • Runtime error in process model and sequence still passes

    I am doing some custom initialization in the process model (in the ProcessSetup callback). I call a .NET module that may throw an exception under certain error conditions. This causes the the process model to jump to the Cleanup section of the process model (not the client sequence file cleanup) and that's okay. The problem I have is that in my UI I am getting the AxAppMgr_ExecutionEnded event and the e argument's exec.ResultStatus property indicates "Passed". I want it to indicate "Error" or "Incomplete" or something other than passed. The client sequence never ran at all. While it had no failures, it could not have passed.
    How do I force the status to be "Error" or something other than "Passed"?
    Solved!
    Go to Solution.

    Ryan,
    I am just getting back to this. Thanks for the response.
    I have my own sequence that gets called from ProcessSetup in the process model. That sequence sets up some station global variables for me including some Object References. One of the object references is a .NET object used to read a file. If that file does not exist, then the .NET object throws an exception which results in TestStand presenting a dialog with the error message and options about what to do next. I don't want our technicians getting that dialog box so I changed the Station Options to "Run Cleanup" on Run-time error. 
    The process model jumps to its Cleanup section when the run-time error is received. 
    Does that give you the information you need?
    Incidentally, I am able to look at the e.exec.ErrorObject in the AxAppMgr_EndExecution event handler and I can see the error as suggested by Doug above.
    Thanks.

  • Nw BPM error : JPR could not process the message error whie processing the request

    Hi All,
    I am trying to implement the new NW BPM Scenario(I am fallowing the Williams Document as it is), When I try to trigger the message it's getting failed at BPM XI channel level , this is the below error .
    Delivery of the message to the application using connection JPR failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: Error processing inbound message. Exception: Error while proecessing request. Setting message to status failed
    "System Error Received. HTTP Status Code = 200: However System Error received in payload ErrorCode = GENERAL ErrorCategory = XIAdapterFramework Parameter1 =   Parameter2 =   Parameter3 =   Parameter4 =   Additional text = com.sap.engine.interfaces.messaging.api.exception.MessagingException: Error processing inbound message. Exception: Error while proecessing request ErrorStack =  "
    Kindly Help Me out from this error.
    Thanks
    Prasad

    I have solved the above error by mistake i have used sync mode in sender communication channel.
    Now my message is going inside the BPM, but unfortunately i am getting another error:

  • RFQ Message Error " Not Processed"

    HI
    If the message was processed successfully, the status is set to '1' and if an error occurs, the status is set to '2'. Status '0' usually means that the processing program has not yet been started (if the message is to be processed manually, for example).
    In my RFQ the processing status is "0" means " Not Processed"
    In the msg status a "traingle button" is thr instead of the "Green Button"
    So that we can not able take print out in ME9A also not able see print preview thro ME9A
    How to make this processsed...
    Vijay

    check if the RFQ contain release strategy and alrady released for output.
    you can check the print preivew in ME4N.

  • Oracle8i ORA-03133 Message Error!

    Hi everyone,
    After installation Oracle8i into Solaris8, I run ./svrmgrl command to connect to database.
    The below error message is returned after I enter 'startup' command:
    ORA-03133 : end-of-file on communication channel.
    Please help me what it means and how to fix it.
    Thanks in advance,
    Tuan
    null

    I assume that you have logged on as oracle user and not root. After running ./svrmgrl are you saying connect internal and then startup. If not try it .
    end-of-file on communication channel error comes if the database goes down even temporarily (Basically when you lose the connection)
    I guess it is of some help.

  • Intermittent report file write error in process model

    Hello,
    We have recently seen a couple errors we have not seen before, that are intermittent.   This occurs in the single pass entry point sequence, the first "write UUT report" step (the non-on-the-fly one).  The error message is as follows:
    "An error occurred calling 'Save' in 'Report' of 'NI TestStand API 4.0'
    A file with the pathname 'T:\HTC' already exists.. Error writing to file 'T:\HTC\WING\3WWE\StressTest.seq\StressTest_Report[NO_UUT_SERIAL_NUM13][3 23 37 PM][4 28 2008] - TS2.html'."
    So when breaking here, and looking at Locals.ReportFilePath (which is the pointed to variable in the specifiy module of this step), it was indeed defined as:
    T:\HTC\WING\3WWE\StressTest.seq\StressTest_Report[NO_UUT_SERIAL_NUM13][3 23 37 PM][4 28 2008] - TS2.html
    So everything looks correct, but it thinks that "T:\HTC" is the entire path.  So the next thing I did, after much confused pondering, was go to the "variables" tab while in break, and add an extra backslash to the part following "T:\HTC" in Locals.ReportFilePath so that the path is now:
    T:\HTC\\WING\3WWE\StressTest.seq\StressTest_Report[NO_UUT_SERIAL_NUM13][3 23 37 PM][4 28 2008] - TS2.html
    I hit retry and it worked.  So my question is, if teststand is thinking the "\W" is an escape code, why does it work 99%+ of the time, and suddenly this weird problem? 
    Thanks

    "A file with the pathname 'T:\HTC' already exists."
    This error indicates that there was a file called "T:\HTC" so the report saving code was not able to create a directory with that name. I doubt this has anything to do with backslash escaping anything since there is no expression evaluation involved and \W is not a valid backslash escapable character anyway.
    Why you had a file called HTC I do not know, but I looked and that is what this error is for. The Report saving code attempts to create all of the intermediate directories if they do not already exist and if one happens to exist, but is a file and not a directory you will get this error (it is the error we get from the operating system). It is possible there is a issue with the OS where it incorrectly reports this error in some cases (perhaps with multithreaded access), but that I do not know for certain.
    In searching for known OS issues I found the following:
    http://support.microsoft.com/kb/q268897/
    "On the other hand, an attempt to create a new C:\Development\Bin folder through the use of CreateDirectory() will fail with "ERROR_ALREADY_EXISTS". In this case, the API fails when it should succeed."
    Although it does sound like it was fixed in a service pack. Are you by any chance using NTFS on Windows 2000 and are not up to date with the lastest service pack?
    Also it's possibly an unknown OS bug, what OS version are you using and can you reproduce the problem in a simple case?
    Also, just to be sure you might want to make sure nothing is creating a file called 'T:\HTC' in your code.
    Hope this helps.
    -Doug
    Message Edited by dug9000 on 04-30-2008 10:58 AM

  • Error during processing local bean: localejbs/RfcAFBean

    Hi everybody
    we currently trying to perform a RFC Call to our developpment system. The scenario is a simple File to RFC Scenario and it worked until yesterday. Since today the Messages stuck in the RFC receiver Adapter with the following errors in the audit log:
    MP: exception caught with cause com.sap.engine.services.ejb.exceptions.BaseTransactionRolledbackLocalException: Exception thrown in method process. The transaction is marked for rollback.
    Exception caught by adapter framework: Exception thrown in method process. The transaction is marked for rollback.
    Delivery of the message to the application using connection RFC_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: Exception thrown in method process. The transaction is marked for rollback.: com.sap.engine.services.ejb.exceptions.BaseTransactionRolledbackLocalException: Exception thrown in method process. The transaction is marked for rollback..
    The deffaultTrace.trc show the following entries. Looks like an error in localejbs/RfcAFBean:
    RfcFunctionName:ZPSCD_INTERFACE_XXXXX
    Date : 07/13/2007
    Time : 9:32:39:301
    Message : 
    [EXCEPTION]
    com.sap.engine.services.ejb.exceptions.BaseTransactionRolledbackLocalException: Exception thrown in method process. The transaction is marked for rollback.
         at com.sap.aii.af.mp.module.ModuleLocalLocalObjectImpl0_0.process(ModuleLocalLocalObjectImpl0_0.java:118)
         at com.sap.aii.af.mp.ejb.ModuleProcessorBean.process(ModuleProcessorBean.java:264)
         at com.sap.aii.af.mp.processor.ModuleProcessorLocalLocalObjectImpl0_0.process(ModuleProcessorLocalLocalObjectImpl0_0.java:103)
         at com.sap.aii.af.listener.AFWListenerBean.onMessage(AFWListenerBean.java:267)
         at com.sap.aii.af.listener.AFWListenerLocalObjectImpl0_0.onMessage(AFWListenerLocalObjectImpl0_0.java:103)
         at com.sap.aii.af.ra.ms.impl.ServicesImpl.deliver(ServicesImpl.java:306)
         at com.sap.aii.adapter.xi.ms.XIEventHandler.onDeliver(XIEventHandler.java:1034)
         at com.sap.aii.af.ra.ms.impl.core.queue.ReceiveConsumer.invokeHandler(ReceiveConsumer.java:392)
         at com.sap.aii.af.ra.ms.impl.core.queue.ReceiveConsumer.onMessage(ReceiveConsumer.java:86)
         at com.sap.aii.af.ra.ms.impl.core.queue.Queue.run(Queue.java:848)
         at com.sap.aii.af.ra.ms.runtime.MSWorkWrapper.run(MSWorkWrapper.java:56)
         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:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: java.lang.NoSuchMethodError: com.sap.aii.af.rfc.core.config.RfcConfigManager.isPPActive(Lcom/sap/aii/af/service/cpa/Channel;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Z
         at com.sap.aii.af.rfc.afcommunication.ejb.RfcAFBean.isPPActive(RfcAFBean.java:385)
         at com.sap.aii.af.rfc.afcommunication.ejb.RfcAFBean.process(RfcAFBean.java:240)
         at com.sap.aii.af.mp.module.ModuleLocalLocalObjectImpl0_0.process(ModuleLocalLocalObjectImpl0_0.java:103)
         ... 14 more
    Severity : Error
    Category :
    Location : com.sap.engine.services.ejb
    Application : sap.com/com.sap.aii.adapter.rfc.app
    Thread : SAPEngine_Application_Thread[impl:3]_44
    Datasource : 312846850:/usr/sap/XDS/DVEBMGS31/j2ee/cluster/server0/log/defaultTrace.trc
    Message ID : 0003BA5D1D27006D000002BF0000653B000435201DA336D6
    Source Name : com.sap.engine.services.ejb
    Argument Objs : com.sap.engine.services.ejb.exceptions.BaseTransactionRolledbackLocalException: Exception thrown in method process. The transaction is marked for rollback.
         at com.sap.aii.af.mp.module.ModuleLocalLocalObjectImpl0_0.process(ModuleLocalLocalObjectImpl0_0.java:118)
         at com.sap.aii.af.mp.ejb.ModuleProcessorBean.process(ModuleProcessorBean.java:264)
         at com.sap.aii.af.mp.processor.ModuleProcessorLocalLocalObjectImpl0_0.process(ModuleProcessorLocalLocalObjectImpl0_0.java:103)
         at com.sap.aii.af.listener.AFWListenerBean.onMessage(AFWListenerBean.java:267)
         at com.sap.aii.af.listener.AFWListenerLocalObjectImpl0_0.onMessage(AFWListenerLocalObjectImpl0_0.java:103)
         at com.sap.aii.af.ra.ms.impl.ServicesImpl.deliver(ServicesImpl.java:306)
         at com.sap.aii.adapter.xi.ms.XIEventHandler.onDeliver(XIEventHandler.java:1034)
         at com.sap.aii.af.ra.ms.impl.core.queue.ReceiveConsumer.invokeHandler(ReceiveConsumer.java:392)
         at com.sap.aii.af.ra.ms.impl.core.queue.ReceiveConsumer.onMessage(ReceiveConsumer.java:86)
         at com.sap.aii.af.ra.ms.impl.core.queue.Queue.run(Queue.java:848)
         at com.sap.aii.af.ra.ms.runtime.MSWorkWrapper.run(MSWorkWrapper.java:56)
         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:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: java.lang.NoSuchMethodError: com.sap.aii.af.rfc.core.config.RfcConfigManager.isPPActive(Lcom/sap/aii/af/service/cpa/Channel;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Z
         at com.sap.aii.af.rfc.afcommunication.ejb.RfcAFBean.isPPActive(RfcAFBean.java:385)
         at com.sap.aii.af.rfc.afcommunication.ejb.RfcAFBean.process(RfcAFBean.java:240)
         at com.sap.aii.af.mp.module.ModuleLocalLocalObjectImpl0_0.process(ModuleLocalLocalObjectImpl0_0.java:103)
         ... 14 more
    Arguments : com.sap.engine.services.ejb.exceptions.BaseTransactionRolledbackLocalException: Exception thrown in method process. The transaction is marked for rollback.
         at com.sap.aii.af.mp.module.ModuleLocalLocalObjectImpl0_0.process(ModuleLocalLocalObjectImpl0_0.java:118)
         at com.sap.aii.af.mp.ejb.ModuleProcessorBean.process(ModuleProcessorBean.java:264)
         at com.sap.aii.af.mp.processor.ModuleProcessorLocalLocalObjectImpl0_0.process(ModuleProcessorLocalLocalObjectImpl0_0.java:103)
         at com.sap.aii.af.listener.AFWListenerBean.onMessage(AFWListenerBean.java:267)
         at com.sap.aii.af.listener.AFWListenerLocalObjectImpl0_0.onMessage(AFWListenerLocalObjectImpl0_0.java:103)
         at com.sap.aii.af.ra.ms.impl.ServicesImpl.deliver(ServicesImpl.java:306)
         at com.sap.aii.adapter.xi.ms.XIEventHandler.onDeliver(XIEventHandler.java:1034)
         at com.sap.aii.af.ra.ms.impl.core.queue.ReceiveConsumer.invokeHandler(ReceiveConsumer.java:392)
         at com.sap.aii.af.ra.ms.impl.core.queue.ReceiveConsumer.onMessage(ReceiveConsumer.java:86)
         at com.sap.aii.af.ra.ms.impl.core.queue.Queue.run(Queue.java:848)
         at com.sap.aii.af.ra.ms.runtime.MSWorkWrapper.run(MSWorkWrapper.java:56)
         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:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: java.lang.NoSuchMethodError: com.sap.aii.af.rfc.core.config.RfcConfigManager.isPPActive(Lcom/sap/aii/af/service/cpa/Channel;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Z
         at com.sap.aii.af.rfc.afcommunication.ejb.RfcAFBean.isPPActive(RfcAFBean.java:385)
         at com.sap.aii.af.rfc.afcommunication.ejb.RfcAFBean.process(RfcAFBean.java:240)
         at com.sap.aii.af.mp.module.ModuleLocalLocalObjectImpl0_0.process(ModuleLocalLocalObjectImpl0_0.java:103)
         ... 14 more
    Dsr Component :
    Dsr Transaction : 3bdbc330311311dcb33b0003ba5d1d27
    Dsr User :
    Indent : 0
    Level : 0
    Message Code :
    Message Type : 1
    Relatives :
    Resource Bundlename :
    Session : 0
    Source : com.sap.engine.services.ejb
    ThreadObject : SAPEngine_Application_Thread[impl:3]_44
    Transaction : SAP J2EE Engine JTA Transaction : [12ffffffa5ffffffaa200435f]
    User : J2EE_GUEST
    Date : 07/13/2007
    Time : 9:32:39:304
    Message : Error during processing local bean: localejbs/RfcAFBean
    Severity : Error
    Category :
    Location : com.sap.aii.af.mp.ejb.ModuleProcessorBean.process(String , ModuleData)
    Application : sap.com/com.sap.aii.af.app
    Thread : SAPEngine_Application_Thread[impl:3]_44
    Datasource : 312846850:/usr/sap/XDS/DVEBMGS31/j2ee/cluster/server0/log/defaultTrace.trc
    Message ID : 0003BA5D1D27006D000002C00000653B000435201DA33A4D
    Source Name : com.sap.aii.af.mp.ejb.ModuleProcessorBean
    Argument Objs :
    Arguments :
    Dsr Component :
    Dsr Transaction : 3bdbc330311311dcb33b0003ba5d1d27
    Dsr User :
    Indent : 0
    Level : 0
    Message Code :
    Message Type : 0
    Relatives :
    Resource Bundlename :
    Session : 0
    Source : com.sap.aii.af.mp.ejb.ModuleProcessorBean
    ThreadObject : SAPEngine_Application_Thread[impl:3]_44
    Transaction : SAP J2EE Engine JTA Transaction : [12ffffffa5ffffffaa200435f]
    User : J2EE_GUEST
    Date : 07/13/2007
    Time : 9:32:39:306
    Message : Rolling back transaction for message 38d82020-3113-11dc-c07b-0003ba5d1d27(INBOUND) due to: Exception thrown in method process. The transaction is marked for rollback.
    Severity : Error
    Category :
    Location : com.sap.aii.af.ra.ms.impl.core.queue.ReceiveConsumer.invokeHandler(QueueMessage, MessageController, Services)
    Application :
    Thread : SAPEngine_Application_Thread[impl:3]_44
    Datasource : 312846850:/usr/sap/XDS/DVEBMGS31/j2ee/cluster/server0/log/defaultTrace.trc
    Message ID : 0003BA5D1D27006D000002C10000653B000435201DA341C8
    Source Name : com.sap.aii.af.ra.ms.impl.core.queue.ReceiveConsumer
    Argument Objs : 38d82020-3113-11dc-c07b-0003ba5d1d27(INBOUND),Exception thrown in method process. The transaction is marked for rollback.,
    Arguments : 38d82020-3113-11dc-c07b-0003ba5d1d27(INBOUND),Exception thrown in method process. The transaction is marked for rollback.,
    Dsr Component :
    Dsr Transaction : 3bdbc330311311dcb33b0003ba5d1d27
    Dsr User :
    Indent : 0
    Level : 0
    Message Code :
    Message Type : 1
    Relatives :
    Resource Bundlename :
    Session : 0
    Source : com.sap.aii.af.ra.ms.impl.core.queue.ReceiveConsumer
    ThreadObject : SAPEngine_Application_Thread[impl:3]_44
    Transaction : SAP J2EE Engine JTA Transaction : [12ffffffa5ffffffaa200435f]
    User : J2EE_GUEST
    It looks like the JCO Bean has an error. Any Ideas
    Regards Oliver

    Hi Bhavesh
    I found some more interesting log entries and it seems to be a user password problem:
    Retries exceded, set message 38f10280-3388-11dc-9c91-0003ba5d1d27(INBOUND) to status NON_DELIVERED.
    Name or password is incorrect (repeat logon)
    JCoClient connection missingHost:xdsci_XDS_31|AdapterType:MessagingSystem|Sender::FileServer|Receiver::PSCD_CDD|Interface:ZPSCD_INTERFACE_DECLAR_TVA:urn:sap-com:document:sap:rfc:functions|MsgID:38f10280-3388-11dc-9c91-0003ba5d1d27
    Is this the user/password of the channel or is it service user for the JCO?
    Regards Oliver

  • Error in processing notification , item 0000 in BAPI_ALM_NOTIF_DATA_MO

    I got error message when I ran the BAPI BAPI_ALM_NOTIF_DATA_MODIFY
    here is the data
    Number:  000300121207
    Notifitem
    REFOBJECTKEY                   QM000300121207
    ITEM_KEY                       0001
    ITEM_SORT_NO                   0001
    DESCRIPT                       TEST
    Notifitem_X
    ITEM_KEY                       0001
    ITEM_SORT_NO                   X
    DESCRIPT                       X
    I got the return table
    TYPE                           E
    ID                             IM
    NUMBER                         280
    MESSAGE                        Error in processing notification , item 000
    Do I need to pass anything in this BAPI? Thanks!

    This May Help
    http://abap.wikiprog.com/wiki/BAPI_ALM_NOTIF_DATA_MODIFY or try searching this BAPI in the SDN forum and you will get a lot of threads.

  • Error in Processing your request, Request no: 13 in stage : CC_MITI_CONTROL

    I have created a mitigating control in Compliance Calibrator 5.2.  A workflow was created for this request and it went to Access Enforcer.  When I try to approve the workflow in access enforcer, I get the following message:  Error in Processing your request, Request no: 13 in stage : CC_MITI_CONTROL
    I double checked the steps I did during the configuration of the integration between CC, AE, and RE.  It looks good as far as I can see.
    Has anyone seen this error?
    Thanks,
    Peggy

    Hi Peggy,
    I created Workflow for MITICTRL, but it doesn´t works.. Do you have created custom fields??
    I try send Request for MITICTRL but Access Enforcer Sends the next error:
    2008-07-11 16:01:44,692 [SAPEngine_Application_Thread[impl:3]_23] ERROR com.virsa.ae.service.sap.CustomApproveDeterminatorWSDAO : fetchApprovers() :   : Exception in getting the approvers,  error code : -1, error message :  Starting.. Number of Custom Fields : 16and the Error is :null
    2008-07-11 16:01:44,692 [SAPEngine_Application_Thread[impl:3]_23] ERROR Exception in creating the new workflow
    com.virsa.ae.dao.DAOException: com.virsa.ae.service.ServiceException: Exception in getting the approvers,  error code : -1, error message :  Starting.. Number of Custom Fields : 16and the Error is :null
         at com.virsa.ae.service.sap.CustomApproveDeterminatorWSDAO.fetchApprovers(CustomApproveDeterminatorWSDAO.java:92)
         at com.virsa.ae.workflow.bo.ApproverDeterminatorHelperAdapter.getCustomApproversListFromWebService(ApproverDeterminatorHelperAdapter.java:647)
         at com.virsa.ae.workflow.bo.ApproverDeterminatorHelperAdapter.getCustomApproversList(ApproverDeterminatorHelperAdapter.java:685)
         at com.virsa.ae.workflow.bo.ApproverDeterminatorHelperAdapter.fetchApprovers(ApproverDeterminatorHelperAdapter.java:449)
         at com.virsa.ae.workflow.bo.WorkFlowBOHelper.handleApproversTransactions(WorkFlowBOHelper.java:799)
         at com.virsa.ae.workflow.bo.WorkFlowRequestCreateHelper.handleWFForNewPath(WorkFlowRequestCreateHelper.java:271)
         at com.virsa.ae.workflow.bo.WorkFlowRequestCreateHelper.createNewWorkflow(WorkFlowRequestCreateHelper.java:161)
         at com.virsa.ae.workflow.bo.WorkFlowBO.saveNewWorkflow(WorkFlowBO.java:116)
         at com.virsa.ae.accessrequests.bo.RequestBO.saveNewRequest(RequestBO.java:310)
         at com.virsa.ae.requestsubmit.RequestSubmission.submitRequest(RequestSubmission.java:117)
         at com.virsa.ae.requestsubmit.ejb.RequestSubmitEJBBean.submitRequest(RequestSubmitEJBBean.java:44)
         at com.virsa.ae.requestsubmit.ejb.RequestSubmitEJBObjectImpl0_0.submitRequest(RequestSubmitEJBObjectImpl0_0.java:119)
         at com.virsa.ae.requestsubmit.ejb.RequestSubmitEJB_Stub.submitRequest(RequestSubmitEJB_Stub.java:57)
         at sun.reflect.GeneratedMethodAccessor4423.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:62)
         at java.lang.reflect.Method.invoke(Method.java:391)
         at com.sap.engine.services.ejb.session.stateless_sp5.ObjectStubProxyImpl.invoke(ObjectStubProxyImpl.java:187)
         at $Proxy137.submitRequest(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
         at java.lang.reflect.Method.invoke(Method.java:391)
         at com.sap.engine.services.webservices.runtime.EJBImplementationContainer.invokeMethod(EJBImplementationContainer.java:126)
         at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:157)
         at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:79)
         at com.sap.engine.services.webservices.runtime.servlet.ServletDispatcherImpl.doPost(ServletDispatcherImpl.java:92)
         at SoapServlet.doPost(SoapServlet.java:51)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(AccessController.java:219)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Caused by:
    com.virsa.ae.service.ServiceException: Exception in getting the approvers,  error code : -1, error message :  Starting.. Number of Custom Fields : 16and the Error is :null
         at com.virsa.ae.service.sap.CustomApproveDeterminatorWSDAO.fetchApprovers(CustomApproveDeterminatorWSDAO.java:84)
         ... 43 more
    2008-07-11 16:01:44,695 [SAPEngine_Application_Thread[impl:3]_23] ERROR com.virsa.ae.requestsubmit.RequestSubmission : submitRequest :   : setting error code to 2010
    com.virsa.ae.core.BOException: Exception in creating the new workflow
         at com.virsa.ae.workflow.bo.WorkFlowBO.saveNewWorkflow(WorkFlowBO.java:125)
         at com.virsa.ae.accessrequests.bo.RequestBO.saveNewRequest(RequestBO.java:310)
         at com.virsa.ae.requestsubmit.RequestSubmission.submitRequest(RequestSubmission.java:117)
         at com.virsa.ae.requestsubmit.ejb.RequestSubmitEJBBean.submitRequest(RequestSubmitEJBBean.java:44)
         at com.virsa.ae.requestsubmit.ejb.RequestSubmitEJBObjectImpl0_0.submitRequest(RequestSubmitEJBObjectImpl0_0.java:119)
         at com.virsa.ae.requestsubmit.ejb.RequestSubmitEJB_Stub.submitRequest(RequestSubmitEJB_Stub.java:57)
         at sun.reflect.GeneratedMethodAccessor4423.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:62)
         at java.lang.reflect.Method.invoke(Method.java:391)
         at com.sap.engine.services.ejb.session.stateless_sp5.ObjectStubProxyImpl.invoke(ObjectStubProxyImpl.java:187)
         at $Proxy137.submitRequest(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
         at java.lang.reflect.Method.invoke(Method.java:391)
         at com.sap.engine.services.webservices.runtime.EJBImplementationContainer.invokeMethod(EJBImplementationContainer.java:126)
         at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:157)
         at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:79)
         at com.sap.engine.services.webservices.runtime.servlet.ServletDispatcherImpl.doPost(ServletDispatcherImpl.java:92)
         at SoapServlet.doPost(SoapServlet.java:51)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(AccessController.java:219)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Caused by:
    com.virsa.ae.dao.DAOException: com.virsa.ae.service.ServiceException: Exception in getting the approvers,  error code : -1, error message :  Starting.. Number of Custom Fields : 16and the Error is :null
         at com.virsa.ae.service.sap.CustomApproveDeterminatorWSDAO.fetchApprovers(CustomApproveDeterminatorWSDAO.java:92)
         at com.virsa.ae.workflow.bo.ApproverDeterminatorHelperAdapter.getCustomApproversListFromWebService(ApproverDeterminatorHelperAdapter.java:647)
         at com.virsa.ae.workflow.bo.ApproverDeterminatorHelperAdapter.getCustomApproversList(ApproverDeterminatorHelperAdapter.java:685)
         at com.virsa.ae.workflow.bo.ApproverDeterminatorHelperAdapter.fetchApprovers(ApproverDeterminatorHelperAdapter.java:449)
         at com.virsa.ae.workflow.bo.WorkFlowBOHelper.handleApproversTransactions(WorkFlowBOHelper.java:799)
         at com.virsa.ae.workflow.bo.WorkFlowRequestCreateHelper.handleWFForNewPath(WorkFlowRequestCreateHelper.java:271)
         at com.virsa.ae.workflow.bo.WorkFlowRequestCreateHelper.createNewWorkflow(WorkFlowRequestCreateHelper.java:161)
         at com.virsa.ae.workflow.bo.WorkFlowBO.saveNewWorkflow(WorkFlowBO.java:116)
         ... 36 more
    Caused by:
    com.virsa.ae.service.ServiceException: Exception in getting the approvers,  error code : -1, error message :  Starting.. Number of Custom Fields : 16and the Error is :null
         at com.virsa.ae.service.sap.CustomApproveDeterminatorWSDAO.fetchApprovers(CustomApproveDeterminatorWSDAO.java:84)
         ... 43 more

  • Error finishing process 'IUMI'

    Hi Guys,
    trying to save a new utilities service contract in the ICWC we get the error message " Error finishing process 'IUMI' ". After spending lot's of time with debugging the process classes we didn't find the error causing code line.
    Does anybody know a log file or a process trace or another chance to find the gist of the matter?
    Cheers Thomas

    Hi ,
    Are you using a standard process class or a custom process class ?  We are upgrading  from CRM 5 to CRM 7  EHp3 as well and can check the process config .
    Regards
    Anirban

  • ORA-06510 error in portal install

    The portal install fails at 50% and the following is from the
    portal install.log:
    ORA-06510: PL/SQL: unhandled user-defined exception
    Errors encountered in the Install process. Installation Aborted.

    I also have this problem. Portal configuration/installation crashes at
    about 50%.
    Maybe it is because my installation lasted more than 2 hours as it
    is said in installation program. But on the other hand, I also get no-
    data-found error and therefore this should not happen because of
    some kind of timeout. Because of this no-data-found I get core
    dump in database.
    Technical details:
    I am using Oracle9i 9.0.1 DB on SuSE Linux 7.2.
    DB alert log contains:
    ORA-07445: exception encountered: core dump [kzrtevw()+323]
    [SIGSERV] Address not mapped to object [0x4] [] []
    ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-06512: at "PORTAL30.WWSEC_API", line 433
    ORA-01403: no data found
    Trace file contains current SQL statement:
    INSERT INTO WWSEC_MEMBER$ ...
    How can NO_DATA_FOUND happen on INSERT?
    Portal configuration assistant log file shows that error happened in
    step 14: installing seed data for all layers and it ends with error
    ORA-03113: end-of-file on communication channel (standard client
    error when core dump occurs).
    Any ideas how to solve this problem?
    Aldis

  • Error "ORA-39029: worker 1 with process name "DW01" prematurely terminated"

    Hi,
    I get this error during an import from my production database schemas into my development schemas:
    Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/REF_CONSTRAINT
    Processing object type SCHEMA_EXPORT/TABLE/TRIGGER
    Processing object type SCHEMA_EXPORT/TABLE/INDEX/DOMAIN_INDEX/INDEX
    Processing object type SCHEMA_EXPORT/MATERIALIZED_VIEW
    ORA-39014: One or more workers have prematurely exited.
    ORA-39029: worker 1 with process name "DW01" prematurely terminated
    ORA-31672: Message 31672 not found; No message file for product=RDBMS, facility=ORA; arguments: [DW01]
    Job "SYS"."SYS_IMPORT_FULL_01" stopped due to fatal error at 12:57:47
    ORA-39014: One or more workers have prematurely exited.
    This is my parfile:
    PARALLEL=1
    remap_SCHEMA=xxx:xxx
    remap_tablespace=yyy:yyy
    DUMPFILE=file.dmp
    LOGFILE=imp_file.log
    DIRECTORY=dddd
    TRANSFORM=oid:n
    I try to import with sys and system user.
    I can't find anything about this error.

    In the alter there was an ORA-00600
    Errors in file /home/oracle/oracle/admin/siasvil/bdump/siasvil_dw01_32480.trc:
    ORA-00600: internal error code, arguments: [kkqfca:invalid input], [], [], [], [], [], [], []
    Wed Oct 8 15:20:41 2008
    Errors in file /home/oracle/oracle/admin/siasvil/bdump/siasvil_dw01_32480.trc:
    ORA-00600: internal error code, arguments: [kkqfca:invalid input], [], [], [], [], [], [], []
    And in the trace something about a select:
    ORA-00600: internal error code, arguments: [kkqfca:invalid input], [], [], [], [], [], [], []
    Current SQL statement for this session:
    select
    e.id_nodo_alb_class||'/'||SEQ_AUX KEY_CODE, ID_AUX_ENUM ID_KEY_VAL, NAME_VALUE
    DESC_KEY_VAL,
    DS_VALUE DESC_LONG_KEY_VAL, CD_TIPO, SEQ_AUX, n.ID_NODO_ALB_CLASS ID_NODO, n.ds_nodo
    from ri01_aux_enum e, ri01_nodi_alb_class n
    where e.id_nodo_alb_class=n.id_nodo_alb_class(+)
    Now I'm execute the impor command with CONTEN=METADATA_ONLY
    I will see if it will works.

  • Message error ORA-00936 when using JDBC adapter

    Hi all,
    I'm using the folow scenario:
    RFC --> XI --> JDBC
    RFC <-- XI <-- JDBC (response)
    It's a SYNCHRONOUS interface.
    RFC call without COMMIT WORK:
    CALL FUNCTION 'Y_TESTE_NEI'
        DESTINATION 'RFC_XI'
    EXPORTING
       DATE_FROM       =  v_data_from
       DATE_TO         =  v_data_to
      TABLES
        t_return        = t_dados.
    I'm not using KEY in JDBC message, because for test I want to get entiry table, and I set the communication channel JDBC to KEY not mandatory.
    I'm not having mapping error, in SXMB_MONI I can see the two messages of interface, but both with SYSTEM ERROR.
    In JDBC adapter in Runtime Workbench apears the follow message error:
    com.sap.aii.af.ra.ms.api.DeliveryException: Error processing request in sax parser: Error when executing statement for table/stored proc. 't7_productionorder' (structure 't7_productionorder'): java.sql.SQLException: ORA-00936: missing expression
    And DUMP in function call in R/3: CALL_FUNCTION_REMOTE_ERROR
    Could anyone help me about this problem ?
    Thanks in advance.
    Regis Ferrato

    Hi Regis,
    I did the same scenario just now. The error you get is, you need to check whether the fields you are entering into the database have correct datatypes.
    Check out your database structure with your structure in XI, and also test in Message Mapping, to make sure you are sending correct values.
    In my case I was sending date like this '10-12-06', but my DB accepts only '101206'. So I removed the '-'. It was fine .
    The Dumping error is not due to your ABAP, due to the DB operation.
    Let me know Whether I am correct.
    Raj.

  • "DD8x". Error message for loading process:Operating system error !

    Using the OLE command I receive the following error:
    Cannot load the file "File Name" with the loading process "DD8x". Error message for loading process:
    Operating system error <> !
    strCommand ="DATAFILEIMPORT('J:\ctf\GM\040119-2\dat7.dat','',0)"
    lsuccess = IDIACommand.CmdExecuteSync(strCommand)
    I get the same error with the "DataLoadHdFile" command.
    After the error happens, I cannot load any files in the directory until I
    reboot DIAdem.

    Hi punkmonkey,
    I'm curious why you compare the results of the "DataLoadHdFile" command with that of the "DataFileImport" command. The former is a time-honored DAT-file-specific command for only reading the header file contents-- NOT the data, and the latter is a brand new DIAdem 9.0 function for loading all sorts of data files-- TDM files included.
    If you want to load a DAT file using an OLE command, why don't you try the time-honored "DataLoad" command, which is specifically designed for loading DAT files? The "DataLoadHdFile" command is really only used to do selective loading (specific channels or rows) of part of a DAT file. Do you want to load selectively, or do you want to load all the channels from the DAT file?
    When you get the same error with
    the "DataLoadHdFile" command, are you executing that command also through OLE automation, or directly in DIAdem? What happens if you try both the "DataLoadHdFile" and the "DataFileImport" commands directly from DIAdem (no OLE)?
    Brad Turpin
    DIAdem Product Support Engineer
    National Instruments

Maybe you are looking for