BPM Process is not started

Hi All,
I defined an Integration Process which is triggered by an Asynchronous message
(Receive step with "start process" checked).
The trigerring message is sent through the HTTP Adapter
(See: http://help.sap.com/saphelp_nw04/helpdata/en/82/f4993c03e0cd37e10000000a11405a/content.htm)
and routed in the XI to the Integration Process I defined.
The java code I use to send this message is attached:
URL url = new URL("http://sapxi:8000/sap/xi/adapter_plain?" +
     "namespace=<my_namespace>&" +
        "interface=<my async interface>&" +     
        "service=<the portal business system>&" +
        "qos=EO");
URLConnection urlConn = url.openConnection();
urlConn.setDoInput (false);
urlConn.setDoOutput (true);
urlConn.setUseCaches (false);
urlConn.setRequestProperty("Content-Type", "text/xml");
DataOutputStream printout = new DataOutputStream(urlConn.getOutputStream());
String content = getXMLInput();
printout.writeBytes(content);
printout.flush();
printout.close();
Alas, According to SXMB_MONI_BPE, the integration process doesn't start.
Also, There is no record of the sent HTTP message in SXMB_MONI.
I used the same code with slight changes with a synchronous HTTP message
and a S/A-Bridge Process.
The changes were:
1. no "qos=EO", which is for asynchrounous message.
2. urlConn.setDoInput (true);
3. urlConn.getInputStream() to get the http response.
This way worked: S/A-Bridge Process was started, and I saw the message in SXMB_MONI.
I couldn't find why it doesn't work in the first scenario.
Any help will be appreciated.
Thanks ahead,
Yoav.

Hi Krishna,
I can't reward points right now (probably temporary unavailable).
I will reward 10 points as soon as it'll be possible.
When I tried it with the client you pointed out to it worked.
I noticed that this client prints a response also when the message is asynchtonous.
When I added a input read from my UrlConnection:
1. urlConn.setDoInput (true);
2. urlConn.getInputStream() to get the http response.
it worked perfectly.
I guess the HTTP Adapter sends an acknowledgement also for asynchronous messages,
and discards messages if their sender doesn't get this acknowledgement.
Many thanks,
Yoav.

Similar Messages

  • Bpm process is not shown on bpm workspace but i see exception on the server

    Hi Gurus,
    When i try to deploy a simple BPM composite i am getting below exception.
    deployment goes fine but when you open BPM workspace to initiate a instance , bpm process is not shown on bpm workspace instead i see below below error can anybody help me on this
    ===================
    ttp://www.omg.org/bpmn20}task>,<{http://www.omg.org/bpmn20}terminateEventDefinition>,<{http://www.omg.org/bpmn20}text>,<{http://www.omg.org/bpmn20}textAnnotation>,<{http://www.omg.org/bpmn20}throwEvent>,<{http://www.omg.org/bpmn20}timerEventDefinition>,<{http://www.omg.org/bpmn20}transaction>,<{http://www.omg.org/bpmn20}userTask>
         at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext.handleEvent(UnmarshallingContext.java:642)
         at com.sun.xml.bind.v2.runtime.unmarshaller.Loader.reportError(Loader.java:254)
         at com.sun.xml.bind.v2.runtime.unmarshaller.Loader.reportError(Loader.java:249)
         at com.sun.xml.bind.v2.runtime.unmarshaller.Loader.reportUnexpectedChildElement(Loader.java:116)
         at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext$DefaultRootLoader.childElement(UnmarshallingContext.java:1049)
         at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext._startElement(UnmarshallingContext.java:478)
         at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext.startElement(UnmarshallingContext.java:459)
         at com.sun.xml.bind.v2.runtime.unmarshaller.SAXConnector.startElement(SAXConnector.java:148)
         at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1329)
         at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:376)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:322)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:226)
         at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal0(UnmarshallerImpl.java:211)
         at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:184)
         at javax.xml.bind.helpers.AbstractUnmarshallerImpl.unmarshal(AbstractUnmarshallerImpl.java:137)
         at javax.xml.bind.helpers.Abstrac
    2013-05-19T03:09:26.301-05:00] [soa_server1] [TRACE] [] [] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: e44dcdbf35e56301:-9a14728:13ebbc2239d:-8000-00000000000016a2,0] [SRC_CLASS: oracle.bpel.services.workflow.client.config.ClientConfigurationUtil] [APP: OracleBPMWorkspace] [SRC_METHOD: getClientConfiguration] WorkflowServiceClientContext: Cannot find client configuration file: wf_client_config.xml
    [2013-05-19T03:10:40.511-05:00] [soa_server1] [ERROR] [] [oracle.bpm.common] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: e44dcdbf35e56301:-9a14728:13ebbc2239d:-8000-0000000000001815,0] [APP: OracleBPMWorkspace] [[
    javax.xml.bind.UnmarshalException
    - with linked exception:
    [org.xml.sax.SAXParseException: <Line 1, Column 1>: XML-20108: (Fatal Error) Start of root element expected.]
         at javax.xml.bind.helpers.AbstractUnmarshallerImpl.createUnmarshalException(AbstractUnmarshallerImpl.java:315)
         at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.createUnmarshalException(UnmarshallerImpl.java:514)
         at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal0(UnmarshallerImpl.java:215)
         at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:184)
         at javax.xml.bind.helpers.AbstractUnmarshallerImpl.unmarshal(AbstractUnmarshallerImpl.java:137)
         at javax.xml.bind.helpers.AbstractUnmarshallerImpl.unmarshal(AbstractUnmarshallerImpl.java:184)
         at oracle.bpm.project.io.serializers.model.bpmn.BPMN20Loader.load(BPMN20Loader.java:110)
         at oracle.bpm.project.io.serializers.model.DefaultModelFormat.loadBPMN20CompliantModel(DefaultModelFormat.java:383)
         at oracle.bpm.project.io.serializers.model.DefaultModelFormat.loadInternal(DefaultModelFormat.java:399)
         at oracle.bpm.project.io.serializers.model.DefaultModelFormat.load(DefaultModelFormat.java:62)
         at oracle.bpm.project.io.serializers.model.DefaultModelFormat.parse(DefaultModelFormat.java:182)
         at oracle.bpm.project.io.fs.loader.ProcessesLoader.loadObject(ProcessesLoader.java:89)
         at oracle.bpm.project.io.fs.loader.ProjectModelLoader.loadObject(ProjectModelLoader.java:63)
         at oracle.bpm.project.io.fs.loader.ProjectModelLoader.loadObject(ProjectModelLoader.java:29)
         at oracle.bpm.project.io.fs.FileProjectLoader.createFromXml(FileProjectLoader.java:148)
         at oracle.bpm.project.FuegoProject.createFromXml(FuegoProject.java:901)
         at oracle.bpm.client.internal.processmodel.marshalling.ProcessModelLoader.parse(ProcessModelLoader.java:137)
         at oracle.bpm.client.internal.processmodel.marshalling.ProcessModelLoader.unmarshall(ProcessModelLoader.java:72)
         at oracle.bpm.client.internal.processmodel.ProcessModelServiceRemoteClient.getProcessModel(ProcessModelServiceRemoteClient.java:50)
         at oracle.bpm.papi.ora.mgr.SessionProcessManager.getProcess(SessionProcessManager.java:317)
         at oracle.bpm.papi.ora.mgr.SessionProcessManager.getProcess(SessionProcessManager.java:119)
         at oracle.bpm.papi.ora.mgr.SessionProcessManager.getProcesses(SessionProcessManager.java:142)
         at oracle.bpm.papi.ora.ProcessServiceSessionAdapter.processesGet(ProcessServiceSessionAdapter.java:1359)
         at oracle.bpm.workspace.model.common.PapiBean.getProcesses(PapiBean.java:3099)
         at oracle.bpm.workspace.adf.model.common.BaseViewBean.initProcesses(BaseViewBean.java:600)
         at oracle.bpm.workspace.adf.model.common.BaseViewBean.getAvailableProcesses(BaseViewBean.java:316)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at javax.el.BeanELResolver.getValue(BeanELResolver.java:261)
         at com.sun.faces.el.DemuxCompositeELResolver._getValue(DemuxCompositeELResolver.java:173)
         at com.sun.faces.el.DemuxCompositeELResolver.getValue(DemuxCompositeELResolver.java:200)
         at com.sun.el.parser.AstValue.getValue(Unknown Source)
         at com.sun.el.ValueExpressionImpl.getValue(Unknown Source)
         at org.apache.myfaces.trinidadinternal.taglib.ForEachTag.doStartTag(ForEachTag.java:117)
         at jsp_servlet._jsf._view._search.__search_jsff._jspx___tag12(__search_jsff.java:750)
         at jsp_servlet._jsf._view._search.__search_jsff._jspx___tag11(__search_jsff.java:712)
         at jsp_servlet._jsf._view._search.__search_jsff._jspx___tag10(__search_jsff.java:650)
         at jsp_servlet._jsf._view._search.__search_jsff._jspx___tag3(__search_jsff.java:310)
         at jsp_servlet._jsf._view._search.__search_jsff._jspx___tag2(__search_jsff.java:250)
         at jsp_servlet._jsf._view._search.__search_jsff._jspx___tag0(__search_jsff.java:139)
         at jsp_servlet._jsf._view._search.__search_jsff._jspService(__search_jsff.java:100)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.ServletStubImpl.onAddToMapException(ServletStubImpl.java:416)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:326)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:183)
         at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:523)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:444)
         at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:163)
         at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:184)
         at oracle.adfinternal.view.faces.taglib.region.IncludeTag.__include(IncludeTag.java:442)
         at oracle.adfinternal.view.faces.taglib.region.IncludeTag.doEndTag(IncludeTag.java:232)
         at jsp_servlet._jsf._view.__viewpresentationnormal_jsff._jspx___tag23(__viewpresentationnormal_jsff.java:1194)
         at jsp_servlet._jsf._view.__viewpresentationnormal_jsff._jspx___tag22(__viewpresentationnormal_jsff.java:1131)
         at jsp_servlet._jsf._view.__viewpresentationnormal_jsff._jspx___tag12(__viewpresentationnormal_jsff.java:734)
         at jsp_servlet._jsf._view.__viewpresentationnormal_jsff._jspx___tag5(__viewpresentationnormal_jsff.java:383)
         at jsp_servlet._jsf._view.__viewpresentationnormal_jsff._jspx___tag4(__viewpresentationnormal_jsff.java:326)
         at jsp_servlet._jsf._view.__viewpresentationnormal_jsff._jspx___tag3(__viewpresentationnormal_jsff.java:281)
         at jsp_servlet._jsf._view.__viewpresentationnormal_jsff._jspx___tag2(__viewpresentationnormal_jsff.java:233)
         at jsp_servlet._jsf._view.__viewpresentationnormal_jsff._jspx___tag0(__viewpresentationnormal_jsff.java:133)
         at jsp_servlet._jsf._view.__viewpresentationnormal_jsff._jspService(__viewpresentationnormal_jsff.java:94)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.ServletStubImpl.onAddToMapException(ServletStubImpl.java:416)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:326)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:183)
         at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:523)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:444)
         at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:163)
         at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:184)
         at oracle.adfinternal.view.faces.taglib.region.IncludeTag.__include(IncludeTag.java:442)
         at oracle.adfinternal.view.faces.taglib.region.IncludeTag.doEndTag(IncludeTag.java:232)
         at jsp_servlet._jsf._view.__viewpresentationfixed_jsff._jspx___tag6(__viewpresentationfixed_jsff.java:407)
         at jsp_servlet._jsf._view.__viewpresentationfixed_jsff._jspx___tag5(__viewpresentationfixed_jsff.java:353)
         at jsp_servlet._jsf._view.__viewpresentationfixed_jsff._jspx___tag2(__viewpresentationfixed_jsff.java:238)
         at jsp_servlet._jsf._view.__viewpresentationfixed_jsff._jspx___tag0(__viewpresentationfixed_jsff.java:133)
         at jsp_servlet._jsf._view.__viewpresentationfixed_jsff._jspService(__viewpresentationfixed_jsff.java:94)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.ServletStubImpl.onAddToMapException(ServletStubImpl.java:416)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:326)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:183)
         at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:523)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:444)
         at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:163)
         at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:184)
         at oracle.adfinternal.view.faces.taglib.region.IncludeTag.__include(IncludeTag.java:442)
         at oracle.adfinternal.view.faces.taglib.region.IncludeTag.doEndTag(IncludeTag.java:232)
         at jsp_servlet._jsf._pagetemplates.__masterdetails_jsff._jspx___tag23(__masterdetails_jsff.java:1180)
         at jsp_servlet._jsf._pagetemplates.__masterdetails_jsff._jspx___tag22(__masterdetails_jsff.java:1120)
         at jsp_servlet._jsf._pagetemplates.__masterdetails_jsff._jspx___tag21(__masterdetails_jsff.java:1072)
         at jsp_servlet._jsf._pagetemplates.__masterdetails_jsff._jspx___tag20(__masterdetails_jsff.java:1027)
         at jsp_servlet._jsf._pagetemplates.__masterdetails_jsff._jspx___tag19(__masterdetails_jsff.java:982)
         at jsp_servlet._jsf._pagetemplates.__masterdetails_jsff._jspx___tag18(__masterdetails_jsff.java:938)
         at jsp_servlet._jsf._pagetemplates.__masterdetails_jsff._jspx___tag6(__masterdetails_jsff.java:414)
         at jsp_servlet._jsf._pagetemplates.__masterdetails_jsff._jspx___tag5(__masterdetails_jsff.java:367)
         at jsp_servlet._jsf._pagetemplates.__masterdetails_jsff._jspx___tag2(__masterdetails_jsff.java:252)
         at jsp_servlet._jsf._pagetemplates.__masterdetails_jsff._jspx___tag0(__masterdetails_jsff.java:139)
         at jsp_servlet._jsf._pagetemplates.__masterdetails_jsff._jspService(__masterdetails_jsff.java:100)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.ServletStubImpl.onAddToMapException(ServletStubImpl.java:416)

    The above issue is seen when we don't have proper FP patchset. after applying a patchset all issues sloved

  • Integration Process does not start

    Hi guru's
    My scenario is this. From ECC we send Idocs to PI. We have an integration process to receive the idocs because only max 9999 are passed in the port.
    We run just around 11000 CREMAS idocs now.
    The problem is that the integration process does not start on our QA environment while it does start on DEV environment.
    I've run many checks on both environments and they all look the same.
    To name a few:
    * Cache are all green and up-to-date.
    * I checked the WF models which are behind the Integration Process and they are the same.
    * Event correlation is correct in both environments
    * When i test the idocs are correctly sent from ECC to PI.
    However on DEV I see in transaction SXMB_MONI_BPE i see that the integration process is triggered and started. It waits 10 minutes and collects any messages that come in, and then bundles these and sends them on to the receiver.
    On QA i do not see the Integration Process being started. Only records i see in SXMB_MONI_BPE are three work items, 2 completed, 1 ready, all 3 are called waiting for event.
    I'm probably missing some configuration somewhere but what could it be?
    Regards
    Robert

    Hi Eng Swee,
    Thx. I checked it already and it works fine.
    Meanwhile i did do some changes and some retests and now i saw somewhere that all my tests were creating more steps in an already started integration process, that was still waiting.
    I now cleared some old workitems and started afresh.
    What i see now is:
    1)  the BPM process start correctly
    2)  it receives 1 or 2 or 3 or n messages
    3)  it then waits for the deadline to finish, i.e. it should run for 10 minutes and then proceed to the next step which is sending the collected idocs to receiver.
    On DEV the deadline works fine. On QA it doesn't.
    IN SWU3 i have done the customizing and it shows green, so that part is OK.
    Still the deadline is passed and it doesn't have the desired effect on mu BPM process (workflow).
    Are there any other checks i can do to see if the deadline mechanism is properly working?
    Is there a maybe a manual step i can do to trigger the deadline? Then at least i get some information on where the real problem is.
    (Sorry for earlier confusion but i hadnt realized that there was still a process running)
    Regards
    Robert

  • UI API server is unavailable, the installation process will not start!

    Hello Experts!
    SBO VERSION IS: 2007A SP01 PL05
    We are trying to install a partner solution's ADDON and we recives Error message:
    "UI API server is unavailable, the installation process will not start"
    I have deleted the folder: SM_OBS_DLL from temp folder
    Re: UI API server is unavailable
    But it didnt helped...
    Your help please...
    BR,
    Meital
    Edited by: meitalmo on Jun 30, 2010 11:18 AM
    Edited by: meitalmo on Jun 30, 2010 11:20 AM

    Hi ,
    You may check following thread:
    [Re: Connection to UI API Error]
    Thanks
    Ashutosh T

  • Service reads data but Bpel process does not start

    i have a very simple project. I have db2(as400) adapter and it reads data, i will receive data, transfom and send to oracle database. I deployed the project successfuly but when instance start i see the service reads the data but bpel process does not start and and there is no error. At the flow chart there is only readAS400 partnerlink, there is no bpelprocess. In the partnerlink i am usin polling, i read the data's with 1 and update to 2. It reads but dont update to 2.
    In deploy step and when instance starts there is no errors. But when i am deploying i get a warning but i dont know it's related with this situation.
    (Warning: property "activationAgent.readAs400.className" may not be understood by BPEL component BPELProcessEqpType - it will likely be ignored.)
    Do you have any suggestion ? Thanks in advance.

    check the recovery console, the bpel process possibly is going into manual recovery,
    Another thing you might wanna try is using checkpoints in your process..
    also, instead of getting the db adapter to instantiate the process, try a simpler process just to see if the db adapter is working or not..
    A normal process, which you manually instantiate from em console, with the db adapter in it after the recevie activity
    Edited by: AshishSharma on Jun 24, 2010 5:48 PM

  • RFS Process is not starting up

    Hi,
    DB_VERSION=10.2.0.4
    OS_VERSION=Windows 2003 Server
    I have a cascaded setup at our site and due to poor bandwidth , my Far DR is always lag in archive sync,However my Near DR remains always in Sync with my Primary.
    Today i applied the incremental backup on Far DR ,and put it in the recovery mode but the RFS process is not starting up.
    SQL> select message from v$dataguard_status;
    MESSAGE
    ARC0: Archival started
    ARC1: Archival started
    ARC0: Becoming the 'no FAL' ARCH
    ARC0: Becoming the 'no SRL' ARCH
    ARC1: Becoming the heartbeat ARCH
    Attempt to start background Managed Standby Recovery process
    MRP0: Background Managed Standby Recovery process started
    Managed Standby Recovery not using Real Time Apply
    Media Recovery Waiting for thread 1 sequence 211777
    Fetching gap sequence in thread 1, gap sequence 211777-211842
    FAL[client]: Failed to request gap sequence
    MESSAGE
    GAP - thread 1 sequence 211777-211842
    DBID 2578507424 branch 709654561
    FAL[client]: All defined FAL servers have been attempted.
    14 rows selected.
    SQL> select process,status from v$managed_standby;
    PROCESS STATUS
    ARCH CONNECTED
    ARCH CONNECTED
    MRP0 WAIT_FOR_GAP
    Alertlog_output:-
    Completed: alter database recover managed standby database disconnect from session
    Wed Oct 06 16:31:14 2010
    FAL[client]: Failed to request gap sequence
    GAP - thread 1 sequence 211777-211842
    DBID 2578507424 branch 709654561
    FAL[client]: All defined FAL servers have been attempted.
    Check that the CONTROL_FILE_RECORD_KEEP_TIME initialization
    parameter is defined to a value that is sufficiently large
    enough to maintain adequate log switch information to resolve
    archivelog gaps.
    Wed Oct 06 16:40:42 2010
    db_recovery_file_dest_size of 2048 MB is 0.00% used. This is a
    user-specified limit on the amount of space that will be used by this
    database for recovery-related files, and does not reflect the amount of
    space available in the underlying filesystem or ASM diskgroup.
    mrpo_trace_output :-
    Client logon and security negotiation successful!
    *** 2010-10-06 16:28:10.486
    Redo shipping client performing standby login
    *** 2010-10-06 16:28:10.690 66535 kcrr.c
    Logged on to standby successfully
    Client logon and security negotiation successful!
    *** 2010-10-06 16:28:40.972
    Redo shipping client performing standby login
    *** 2010-10-06 16:28:41.160 66535 kcrr.c
    Logged on to standby successfully
    Client logon and security negotiation successful!
    *** 2010-10-06 16:29:11.427
    Redo shipping client performing standby login
    *** 2010-10-06 16:29:11.615 66535 kcrr.c
    Logged on to standby successfully
    Client logon and security negotiation successful!
    *** 2010-10-06 16:29:41.929
    Redo shipping client performing standby login
    *** 2010-10-06 16:29:42.116 66535 kcrr.c
    Logged on to standby successfully
    Client logon and security negotiation successful!
    *** 2010-10-06 16:30:12.415
    Redo shipping client performing standby login
    *** 2010-10-06 16:30:12.602 66535 kcrr.c
    Logged on to standby successfully
    Client logon and security negotiation successful!
    *** 2010-10-06 16:30:43.557
    Redo shipping client performing standby login
    *** 2010-10-06 16:30:43.744 66535 kcrr.c
    Logged on to standby successfully
    Client logon and security negotiation successful!
    *** 2010-10-06 16:31:14.011
    Edited by: Girish on Oct 6, 2010 4:32 AM
    Edited by: Girish on Oct 6, 2010 4:34 AM
    Edited by: Girish on Oct 6, 2010 5:42 AM

    Check that the CONTROL_FILE_RECORD_KEEP_TIME initialization
    parameter is defined to a value that is sufficiently large
    enough to maintain adequate log switch information to resolve
    archivelog gaps.

  • When I connect my iPhone 4S to my MacBook Pro, the synchronization process by iTunes failed with the following message "My iPhone could not be synchronized, because the synchronization process has not started". What does that mean?

    Hello,
    When I connect my iPhone 4S to my MacBook Pro (through the USB port), the synchronization process by iTunes failed with the following message "My iPhone could not be synchronized, because the synchronization process has not started".
    What does that mean?
    Thanks in advance for fixing my problem.

    I think I remember hearing that if you quit iTunes with your device still connected, then open iTunes up again, it should work.
    EDIT: Here, this might help: http://support.apple.com/kb/ts1567

  • BPM Process does not show newly added task

    I added a new task to my current BPM Process which has several tasks already built into it and they work when deployed. When I execute the workflow and get to that step, I get the following message: Details not available for this task. I am using jDeveloper 11.1.1.5. I created my page with ADF. I can see the pages for all the rest of the tasks in my process but not this newly added step. I have checked the source for this task against other tasks in the process and it looks the same. Does anyone have an idea what I might need to change or add in order to make this work?
    Edited by: user10279592 on Jan 13, 2012 7:20 AM

    If you're getting the Server 500 error and it is not an initiator task, what are you seeing at the bottom of your log file?
    If you're getting the Server 500 error and it's an initiator task, then there is a trick to figuring out the real problem (close the dialog -> refresh the worklist -> select the work item at the bottom of the list). The initiator activity makes it necessary to do this additional step to see what the issue is.
    Hope this helps,
    Dan

  • OC4J_SECURITY process will not start using opmnctl

    Using opmnctl startall:
    OID: status = Alive
    HTTP_Server: status = Alive
    OC4J: status = NONE
    Can someone please help me to trouble shoot the reason why I cannot start my OC4J_SECURITY process?
    -Gary

    Do you have access to MetaLink?
    If you do try note 431683.1 - OC4J_SECURITY Fails to Start Common Causes
    Check to see what the OC4J~OC4J_SECURITY~default_island~1 log file contains.

  • Process Scheduler not started: tuxedo error

    Hi,
    here is the log file for the error:-
    124933.SERVER001!tmshutdown.26948.26952.-2: 04-12-2010: Tuxedo Version 8.1, 32-bit
    124933.SERVER001!tmshutdown.26948.26952.-2: NLS:4: Cannot open message catalog LIBTUX_CAT, set 1, num 334; check TUXDIR=d:\apps\bea\Tuxedo8.1, LANG=German_Germany.1252
    124933.SERVER001!tmshutdown.26948.26952.-2: NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 725; check TUXDIR=d:\apps\bea\Tuxedo8.1, LANG=German_Germany.1252
    125135.SERVER001!tmshutdown.27676.27680.-2: 04-12-2010: Tuxedo Version 8.1, 32-bit
    125135.SERVER001!tmshutdown.27676.27680.-2: NLS:4: Cannot open message catalog LIBTUX_CAT, set 1, num 334; check TUXDIR=d:\apps\bea\Tuxedo8.1, LANG=German_Germany.1252
    125135.SERVER001!tmshutdown.27676.27680.-2: NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 725; check TUXDIR=d:\apps\bea\Tuxedo8.1, LANG=German_Germany.1252
    I can't understand why this is happenning; no changes have been made to the server.
    Tools 8.48
    OS: windows 2000 server
    database: Oracle 10.2.0.0
    Thanks,

    Hi, thanks for the response. This is a very strange issue.
    bandar wrote:
    prcs starts after a while .... realy strange!!!!
    how ru starting the process scheduler
    from psadmin
    if services,did u disable the TLISTEN service and start the BEA service. did u bounce the server once the tuxedo is installed.
    this is not a new installation, it has been working alight for sometime now, but I have got this error a couple of times.
    did u check whether the tuxedo port is used by something else. any error messages on BEA directory.
    none

  • The disp+work.exe process does not start - after a homogenouse system copy-

    Hi there,
    after a system copy from 4.6C (windows server 2003/oracle 10.2) to the same the database start and it is running fine but the when I try to start R/3 the process "disp+work.exe" stops after few seconde. The msg_server is running.
    Is this a problem of memory? Maybe you have a quick feedback?
    Thanks in advance
    HanseAtik

    Hi Sharad,
    Thanks for your reply. the problem was  the password of user SAPR3. Now I changed it vis sqlplus to sap and R/ can start.
    Now I am getting the problem that the saplicense is not valid - when I try to login to R/3. This is logic because its from the source system.
    My problem now is:
    When try install the saplicende vis: saplicense -install
    I get the error message:
    *SAPLICENSE (Release 46D) ERROR ****
    ERROR: Connect to Database failed
    Details: DbsIConnect failed with return code 18.
    Even "R3trans -d" failed.
    Any idea?
    Thanks in advance
    Hanseatik

  • R/3 work process will not start

    hi!
    i have 4.7e and oracle 8i in my machine. and i was used past 5 months.
    now when i start sap server, the work process will show 'ended'. why?
    and following error message will created.
    trc file: "dev_w0", trc level: 1, release: "620"
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      all, M

    B Thu Apr 12 13:42:56 2007
    B  create_con (con_name=R/3)
    B  Loading DB library 'C:\usr\sap\ABC\SYS\exe\run\dboraslib.dll' ...

    B Thu Apr 12 13:43:02 2007
    B  Library 'C:\usr\sap\ABC\SYS\exe\run\dboraslib.dll' loaded
    B  Version of 'C:\usr\sap\ABC\SYS\exe\run\dboraslib.dll' is "620.02", patchlevel (0.549)
    B  New connection 0 created

    M Thu Apr 12 13:43:03 2007
    M  systemid   560 (PC with Windows NT)
    M  relno      6200
    M  patchlevel 0
    M  patchno    674
    M  intno      20020600
    M  pid        2372

    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc 0 2372) [dpxxdisp.c   1028]
    I  MtxInit: -2 0 0

    M Thu Apr 12 13:43:05 2007
    M  DpShMCreate: sizeof(wp_adm)          9776     (752)
    M  DpShMCreate: sizeof(tm_adm)          1690816     (8412)
    M  DpShMCreate: sizeof(wp_ca_adm)     18000     (60)
    M  DpShMCreate: sizeof(appc_ca_adm)     6000     (60)
    M  DpShMCreate: sizeof(comm_adm)     192000     (384)
    M  DpShMCreate: sizeof(wall_adm)     (22440/34344/56/100)
    M  DpShMCreate: SHM_DP_ADM_KEY          (addr: 001E0040, size: 1974816)
    M  DpShMCreate: allocated sys_adm at 001E0040
    M  DpShMCreate: allocated wp_adm at 001E0560
    M  DpShMCreate: allocated tm_adm_list at 001E2B90
    M  DpShMCreate: allocated tm_adm at 001E2BB8
    M  DpShMCreate: allocated wp_ca_adm at 0037F878
    M  DpShMCreate: allocated appc_ca_adm at 00383EC8
    M  DpShMCreate: allocated comm_adm_list at 00385638
    M  DpShMCreate: allocated comm_adm at 00385650
    M  DpShMCreate: allocated ca_info at 003B4450
    M  DpShMCreate: allocated wall_adm at 003B4458

    X Thu Apr 12 13:43:08 2007
    X  EmInit: MmSetImplementation( 2 ).

    X Thu Apr 12 13:43:23 2007
    X  <ES> client 0 initializing ....
    X  Using implementation std
    M  <EsNT> Memory Reset enabled as NT default
    X  ES initialized.
    M  calling db_connect ...

    C Thu Apr 12 13:43:34 2007
    C  Got ORACLE_HOME=D:\oracle\ora92 from environment

    C Thu Apr 12 13:47:05 2007
    C  Client NLS settings: AMERICAN_AMERICA.WE8DEC

    C Thu Apr 12 13:47:07 2007
    C  Logon as OPS$-user to get SAPABC's password
    C  Connecting as /@ABC on connection 0 ...
    C  Attaching to DB Server ABC (con_hdl=0,svchp=0401CE1C,svrhp=06D74A54)

    C Thu Apr 12 13:47:52 2007
    C  Starting user session (con_hdl=0,svchp=0401CE1C,srvhp=06D74A54,usrhp=06D7D22C)

    C Thu Apr 12 13:47:55 2007
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1033
    [dboci.c      3718]
    C  *** ERROR => CONNECT failed with sql error '1033'
    [dboci.c      9601]
    C  Try to connect with default password
    C  Connecting as SAPABC/<pwd>@ABC on connection 0 ...
    C  Starting user session (con_hdl=0,svchp=0401CE1C,srvhp=06D74A54,usrhp=06D7D22C)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1033
    [dboci.c      3718]
    C  *** ERROR => CONNECT failed with sql error '1033'
    [dboci.c      9601]

    B Thu Apr 12 13:47:56 2007
    B  ***LOG BV3=> severe db error 1033      ; work process is stopped [dbsh#2 @ 957] [dbsh    0957 ]
    B  ***LOG BY2=> sql error 1033   performing CON [dblink#1 @ 419] [dblink  0419 ]
    B  ***LOG BY0=> ORA-01033: ORACLE initialization or shutdown in progress [dblink#1 @ 419] [dblink  0419 ]
    M  ***LOG R19=> tskh_init, db_connect ( DB-Connect 000256) [thxxhead.c   1102]
    M  in_ThErrHandle: 1
    M  *** ERROR => tskh_init: db_connect (step 1, th_errno 13, action 3, level 1) [thxxhead.c   8437]

    M  Info for wp 0

    M    stat = 4
    M    reqtype = 1
    M    act_reqtype = -1
    M    tid = -1
    M    mode = 255
    M    len = -1
    M    rq_id = -1
    M    rq_source = 255
    M    last_tid = 0
    M    last_mode = 0
    M    rfc_req = 0
    M    report = >                                        <
    M    action = 0
    M    tab_name = >                              <

    M  *****************************************************************************
    M  *
    M  *  LOCATION    SAP-Server abc_ABC_00 on host abc (wp 0)
    M  *  ERROR       tskh_init: db_connect
    M  *
    M  *  TIME        Thu Apr 12 13:47:56 2007
    M  *  RELEASE     620
    M  *  COMPONENT   Taskhandler
    M  *  VERSION     1
    M  *  RC          13
    M  *  MODULE      thxxhead.c
    M  *  LINE        8569
    M  *  COUNTER     1
    M  *
    M  *****************************************************************************

    M  Entering TH_CALLHOOKS
    M  ThCallHooks: call hook >ThrSaveSPAFields< for event BEFORE_DUMP
    M  *** ERROR => ThrSaveSPAFields: no valid thr_wpadm [thxxrun1.c   672]
    M  *** ERROR => ThCallHooks: event handler ThrSaveSPAFields for event BEFORE_DUMP failed [thxxtool3.c  237]
    M  Entering ThSetStatError
    M  Entering ThReadDetachMode
    M  call ThrShutDown (1)...

    M Thu Apr 12 13:47:57 2007
    M  ***LOG Q02=> wp_halt, WPStop (Workproc 0 2372) [dpnttool.c   346]
    kindly give me solution.
    thanks and regards
    raghubalan

    hi Raghu,
    follow the steps:
    1.stop all the services - make sure that no services running
    2.start the listener
    3.open your alert<SID>log.ora file to see the ongoing changes to file
    4.logon with user who has oracle/dba credentials
    5.start the database in parts .....
    6.at SQL>startup nomount .. then
    7.SQL>alter database mount ... see what is writing to logfile
    8.SQL>alter database open.... see the alertlogfile for errors - FIX yourself or send it to forum if u need help.
    9.If you are able to make database up& running then your sap should start without issues.
    Regards
    Manohar

  • BPM Process won't start

    Hi,
    I'm trying to start a process via the process repository, but keep getting the message "Problem occured fulfilling the request. Log entries created with ID: 00199921BE7E0C7C00000000000040DC" - when I look at the log via NWA I can only see the "Null was passed back as the started process's Instance ID in startProcess".
    I had previosuly started the process however I'd used the wrong JDK to build the process in NWDS. So I switched to 1.5_0_22 from 1.6_0_20 - I'm working on CE 7.11 SP 01.
    Any help would be appreciated as I think I have exhausted google!
    Regards,
    - Ian

    Hi,
    Check the input during starting the process. might some calculation get null when you process it .
    give us more implementation details to analyze.
    BR
    Satish Kumar

  • I can't share my Final Cut X project : the process does not start. it seems that the project files is not found by the application. why ?

    I crate a project on Final Cut pro X. A 52 mn movie, that works really good on the time line. But I can't export it on DVD or IPad or other devices. The process is engaed but without effective effect. After one hour no result. It seems that the "project" files is not physically recognise by Final Cut export routine. Is anybody had such a bad surprise ?

    Tell everyone what type of video (format) you shot in the camera, what are your project settings and exactly what settings are you choosing when you use Share.

  • The disp+work process is not starting

    Hi
    I have Netweaver server 2004s (ABAP + JAVA) running on AIX 5.3 box.
    The JDK installed is
    java full version "J2RE 1.4.2 IBM AIX 5L for PowerPC (64 bit JVM) build caix64142-20061124 (SR7)"
    This server was running quite fine few days
    Now i am facing a starbge problem
    logs in dev_server0
    JStartupReadInstanceProperties: read instance properties [/usr/sap/E60/DVEBMGS60/j2ee/cluster/instance.properties]
    -> ms host    : punlparidm06
    -> ms port    : 3961
    -> OS libs    : /usr/sap/E60/DVEBMGS60/j2ee/os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    :$
    -> arg[ 34]: -DFRFC_FALLBACK=ON
    -> arg[ 35]: -DFRFC_FALLBACK_HOST=localhost
    -> arg[ 36]: -DSAPSTARTUP=1
    -> arg[ 37]: -DSAPSYSTEM=60
    -> arg[ 38]: -DSAPSYSTEMNAME=E60
    -> arg[ 39]: -DSAPMYNAME=punlparidm06_E60_60
    -> arg[ 40]: -DSAPDBHOST=punlparidm06
    -> arg[ 41]: -Dj2ee.dbhost=punlparidm06
    [Thr 772] *** ERROR => JHVM_LoadJavaVM: Cannot create Java VM (rc=-4) [jhvmxx_mt.c  542]
    [Thr 772] *** ERROR => Cannot load Java VM (server) (rc=-1) [jlnchxxi_mt. 748]
    [Thr 772] **********************************************************************
    ERROR => Java VM initialization failed.
    Please see SAP Note 943602 , section 'Java VM initialization issues'
    for additional information and trouble shooting.
    [Thr 772] SigISetIgnoreAction : SIG_IGN for signal 20
    [Thr 772] JLaunchCloseProgram: good bye (exitcode = -1)
    ~
    log in dev_bootstarp
    JStartupReadInstanceProperties: read instance properties [/usr/sap/E60/DVEBMGS60/j2ee/cluster/instance.properties]
    -> ms host    : punlparidm06
    -> ms port    : 3961
    -> OS libs    : /usr/sap/E60/DVEBMGS60/j2ee/os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    :$
    -> arg[ 18]: -DSAPSTART=1
    -> arg[ 19]: -DCONNECT_PORT=44632
    -> arg[ 20]: -DSAPSYSTEM=60
    -> arg[ 21]: -DSAPSYSTEMNAME=E60
    -> arg[ 22]: -DSAPMYNAME=punlparidm06_E60_60
    -> arg[ 23]: -DSAPPROFILE=/usr/sap/E60/SYS/profile/E60_DVEBMGS60_punlparidm06
    -> arg[ 24]: -DFRFC_FALLBACK=ON
    -> arg[ 25]: -DFRFC_FALLBACK_HOST=localhost
    -> arg[ 26]: -DSAPSTARTUP=1
    -> arg[ 27]: -DSAPSYSTEM=60
    -> arg[ 28]: -DSAPSYSTEMNAME=E60
    -> arg[ 29]: -DSAPMYNAME=punlparidm06_E60_60
    -> arg[ 30]: -DSAPDBHOST=punlparidm06
    -> arg[ 31]: -Dj2ee.dbhost=punlparidm06
    [Thr 772] Thu Aug  2 01:17:07 2007
    [Thr 772] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [bootstrap]
    -> arg[  0]: com.sap.engine.bootstrap.Bootstrap
    -> arg[  1]: ./bootstrap
    -> arg[  2]: ID6027841
    [Thr 772] Thu Aug  2 01:17:23 2007
    [Thr 772] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr 772] Thu Aug  2 01:17:40 2007
    [Thr 772] JLaunchIExitJava: exit hook is called (rc = 0)
    [Thr 772] SigISetIgnoreAction : SIG_IGN for signal 20
    [Thr 772] JLaunchCloseProgram: good bye (exitcode = 0)
    ~
    ~
    ~
    Best Regards
    Manoj

    Hi,
    Check JAVA version
    java version "1.4.2"
    Java(TM) 2 Runtime Environment, Standard Edition (build 2.3)
    IBM J9 VM (build 2.3, J2RE 1.4.2 IBM J9 2.3 AIX ppc64-64 j9ap64142ifx-20061222 (JIT enabled)
    J9VM - 20061220_10521_BHdSMr
    JIT  - 20061026_1805_r8
    GC   - 200612_20)
    Regards
    Ben

Maybe you are looking for

  • How can I transfer all my documents to the ICLOUD drive?

    How can I transfer all of my documents on my Mac to the ICLOUD drive without doing it Manually one by one?

  • Adobe Photoshop Elements V9 to new computer?

    I have Adobe Photoshop Elements V9 at my home Windows7 computer. I bought home a new Windows 8.1 computer and I need to use the software in this new computer. Can I install the same licence to the new or what to do?

  • HDSLR vs video camera

    Why I prefer not to shoot video on an HDSLR camera. I have often expressed my feelings about this a bit harshly..."I hate shooting video on HDSLRs"...but I dont usually supply any reasons for it. Today I was setting up to shoot a little locked off sc

  • How do I calculate areas under the curves above and below the x axis at 0?

    The xy graph generated is similar to a sinusoidal representing the magnetic intensity of the poles of a motor. For each of the four areas above and below the x axis at 0 I would like to calculate the area then do a variance analysis on the 8 areas. C

  • Ibook author doesn't preview from ipad nor through ibook on my mac?

    Im previewing my ibook on my ipad and also from ibook on my mac yet it create a message "can't preview" also, when im exporting my ibook it create a message "Your book couldn't be exported. Verify that your destination disk isn't full and that you ha