Send Process Message Error

Hi
While sending process message (PI_PHST) to change the phase  status to finish, I get the following error:
"Sequence of time events not adhered to => Message could not be processed by destination PI05 COCI_Confirm_Operation"
And then on sending the same message again, it gets through without error.
Can any one kindly suggest, why this does not work the first time and only for this phase as other phases in the same process gets through successfully.
Thanks in advance
-Rahul

Dear all,
we had the same problem and I was just searching the error message and found this blog.
Rupesh wrote the reason of this problem, but I didn't understand this at the beginning:
Rupesh Brahmankar wrote:
The above-mentioned problem can only occur if process messages, which confirm the time events for the same phase, succeed each other directly and are sent together. Locking problems can occur here so that a process message cannot be sent successfully. The message then has the status 'partially sent'.
The problem occur, because we send in PI_PHST the for start and stop the same time.
Example
Start message:
PPPI_EVENT_TIME = 102700 (just a time 10:27:00)
PPPI_PHASE_STATUS = 0001 (0001 means start)
End Message:
PPPI_EVENT_TIME = 102700 (just a time 10:27:00)
PPPI_PHASE_STATUS = 0002 (0002 means stop)
Because of same time, the message could not be processed.
Perhaps this more detailed description could help someone. :-)
regards
Chris

Similar Messages

  • Send email automatically when a process message errors out in CO54.

    Hi,
    I am looking for a standard method to send an email to the user when a process message errors out in CO54.
    Is there anyway to do it in standard SAP system? Please let me know.
    Thanks!

    did you enable the email notification on the issue list...... List Settings -> Advance
    Settings option. 
    check this, step by step guide.
    http://ceekam.com/blog/?p=1137
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • Send a message error: "The sync server failed to sync with the iphone"

    Itunes 11 send a message error the sync server falied to sync with the iPhone.
    Itunes does not sync contacs with my iphone

    i did this step. but still it says syncing failed... am having iphone 5 updated to 6.1.4 & itunes is updated to 11.0.4.. pls help!!

  • Exception processing message error cannot open illustrator

    I have Illustrator CS4 running on a PC with double quad processor and 4 Gb or RAM, running on a XP-Professional platform.
    I have had a lot of problems with all sort of crashes, which have delayed my due date for these projects and no answers on any of the reports I have sent.
    Anyways, today I came and turn on my computer and when trying to launch illustrator this error appears.
    'Exception Processing Message c0000013 Parameters 7c7df5f8 9cc8b118 7c7df5f8 7c7df5f8
    It comes with 3 options Cancel Try Again and Continue
    If I select Try Again it continues poping up at forever basis.
    If I select Cancel just kills the opening of the program
    If I select Continue, the message repeats itself several times until the program opens, but then once I'm working on the file, another message appears saying, FILE NOT READABLE.
    I have more than 200 Gb free on disk and I have not moved any file from it's original location.
    I am just one step of getting fired if I cannot complete this task by the end of today and the program is killing me, please help how can I fix this problem?
    It is incredible that I have these many problems for one program.
    Thanks.

    It is running in a 64bit OS, not 32, and amazingly all the programs work just fine exce
    pt illustrator, not even photoshop, autocad, inventor, solidworks....
    Intel(R) Core(TM)2 Quad CPU
    Q8300 @ 2.50 GHz
    3.99 GB of RAM
    The CPU Usage  is about 24% Max.... when doing tasks
    And the PF Usage is no more than 1.13 GB RAM Which should be more than enough to handle the program don't you think?
    I wonder how the people using the minimum requirements work with way less problems than these?
    Yes, it should be a dll problem, I wonder how can I fix it.

  • "Exception Processing Message" error when clicking the Accessing Server Data link on the start page

    When I first started the application, I click the Accessing Server Data link on the start page.  I immediately got the error "Exception Processing Message c0000013 Parameters 75b6bf7c 4 75b6bf7c 75b6bf7c in a dialog box titled "Windows - No Disk".  I had to used Task Manager to remove the box after closing Flash Builder 4.  I then tried the video tutorial on "PHP Services in Flash Builder 4".  I keep receiving an error during service introspection trying to connect to the PHP class.  It was the same error as the other individual "Cannot Connect to PHP Service".  So I tried another tutorial and generated a sample PHP class.  I moved a datagrid on to the stage, droped in the getAllItems function, and configured the return type.  However, when I ran the app, I received the same error "Exception Processing Message" again.  I have attached the screenshot of the error in addition to my phpinfo and log files.

    "The exception process message" is definitely a issue. Is it happening consistently, if so can you file a bug at bugs.adobe.com/flex and give out your machine config details, and the error log.
    With regards to generating a new php file and the introspection error that you are getting, looking at the logs it probably is two fold.
    First off the name of the file and the class name should be the same, are you having employeeServices as the name of the class in employeeServices.php file.
    Second, It seems prior to generating this new file, you had a syntax error at line 5.
    It would be easier to figure out what the error is, if you can also attach the php file, by removing any sensitive information in that.
    Hope this helps.
    Thanks
    -Sunil

  • Sending Process Message from PI Sheets without "Completing" it

    Hi,
    We have long running process orders in our scenarios (typically lasting 3 days).
    We are planning to use PI sheets to manage our goods issue/receipts/confirmations. During the brief evaluation of characteristics based PI sheets, we found that all the GI/GR process messages are created only when the entire PI sheet is "Completed".
    Since ours is a long running process, we need that the GI/GR entered by the operator is posted immediately in the system (without waiting for PI sheet completion). We can not wait till all the data is entered and the process order is completed three days later.
    How do we handle this problem?
    We thought of using custom function modules. However, that will mean that we will loose the benefits of the standard GUI elements of PI sheets and complications of custom development.
    Any response will be highly appreciated.
    Regards,
    Kundan

    Here is something you can try.
    With the browser based sheets, try putting in a signature PI category (SAP provide "SIGN") which tends to create a message and place it in the message monitor.  By scheduling the message send background job to run periodically you can pick up and send the messages.  You can schedule this job to run after the event "NEW MESSAGE" but beware the system performance - every 5 mins or so tends to be almost as good with less strain on system resources!
    I tend to create a table based PI category to contain each reservation plus room to add actual goods issues/receipts.  Once these are entered, a signature category sends all the messages for the particular phase.  Thus good structure of phases is important.
    For goods receipts, you may need to have a phase for each day against which to post a confirmation and/or goods receipt and this together with signature will send the messages.  Alternately, use a PI Category to call the transaction for performing goods receipt - or a bespoke transaction to "front end" the goods receipt - you can pass parameters when you call transactions so you can could pre-populate some information.
    Final point on signature - you can set a simple signature that just accepts whatever the user enters on the screen - typically their initials.
    Regards
    Laurence

  • Error in 'eMail Response - Process Message' --- Error running sub-process 'eMail Response - Create Activity' at step 'Create Activity Process'.(

    Hi,
    When I was simulating the 'eMail Response - Process Message', I had been getting the below error when entering to 'Create activity Process' step.(provided all the inputs per testmode.xml file)
    Error running sub-process 'eMail Response - Create Activity' at step 'Create Activity Process'.(SBL-BPR-00183)
    I increased the log level to 5 and got the below message in log file
    ObjMgrBusServiceLog    InvokeMethod    4    0000000251b51f04:0    2013-06-10 01:30:12    Begin: Business Service 'XML Hierarchy Converter' invoke method: 'DocToHier' at 12cc4240
    ObjMgrBusServiceLog    Error    1    0000000251b51f04:0    2013-06-10 01:30:12    (xmlcnvsv.cpp (548)) SBL-EAI-00246: XML Hierarchy Converter error - empty input message, expecting an XML document in <Value> of input arguments
    I was wondering I could not find 'XML Hierarchy Converter' business service in 'eMail Response - Process Message' and 'eMail Response - Create Activity' sub process.
    Can any body help me out in this regard.
    Thanks in advance..
    Jagadeesh

    Hi Naresh,
    yes, I am using the delete polling strategy. Here is the .jca file:
    <adapter-config name="Pozadavky" adapter="Database Adapter" wsdlLocation="Pozadavky.wsdl" xmlns="http://platform.integration.oracle/blocks/adapter/fw/metadata">
    <connection-factory location="eis/DB/PozadavkyConn" UIConnectionName="PozadavkyConn" adapterRef=""/>
    <endpoint-activation portType="Pozadavky_ptt" operation="receive">
    <activation-spec className="oracle.tip.adapter.db.DBActivationSpec">
    <property name="DescriptorName" value="Pozadavky.Pozadavky"/>
    <property name="QueryName" value="PozadavkySelect"/>
    <property name="MappingsMetaDataURL" value="Pozadavky-or-mappings.xml"/>
    <property name="PollingStrategy" value="DeletePollingStrategy"/>
    <property name="PollingInterval" value="120"/>
    <property name="MaxRaiseSize" value="1"/>
    <property name="MaxTransactionSize" value="10"/>
    <property name="NumberOfThreads" value="1"/>
    <property name="ReturnSingleResultSet" value="false"/>
    </activation-spec>
    </endpoint-activation>
    </adapter-config>

  • Send Process Message CO60

    Hi people,
    Somebody knows if there is a way to send a process message on save of PI sheet intead send it on "complete"?
    The user wants to send the messages on save because he may want to create another lines on it, and if we send it only on "Complete", the PI sheet gets closed and we can't change it anymore..
    tks

    Hi people,
    The post Process messages  solved my problem.
    tks

  • HT4864 getting error when sending test message  - error # 0x80004005 - both icloud accounts.  Using settings from webpage

    I am receiving error message in outlook when I attempt to send test message from either of my icloud account addresses - error is 0x80004005.  I have setup these accounts using the settings in the instructions to manually setup an email account in Outlook.  Resolution?

    Change your outgoing SMTP server for you @me accout to: p06-smtp.mail.me.com

  • Sending Mail- Messages Errors

    My mail was working fine and then suddenly I get error messages saying "The message could not be delivered and will remain in your outbox until it can be delivered. The server "smtp.mac.com" refused to allow a connection on port 25."
    The message never gets delivered and sits in my outbox! What can i do? I have mail version 2.1 . Maybe I downloaded a new version of mail? I have no idea.
    Can you help?
    Lee

    Your ISP may have started blocking port 25 as an anti-spam measure. You will need to change the port you using to send mail. Try port 2626 or 587 instead.
    To change the port in Mail:
    Mail > System Preferences > Accounts > (choose the email account you need to change the port on) > Advanced
    The port setting is at the bottom of the Advanced tab window.

  • How to send "processing" message to user while working

              Here is a complete example of a servlet kicking off long-running task and displaying messages about it's progress (without creating new threads and without using JMS):
              Test.java:
              import java.io.*;
              import java.util.*;
              import javax.servlet.*;
              import javax.servlet.http.*;
              import weblogic.time.common.*;
              import weblogic.common.*;
              import weblogic.jndi.*;
              import javax.naming.*;
              * execute stuff on weblogic's execute threads
              * usage:
              * <pre>
              * class Foo implements Runnable {
              * public void run() {
              * Foo foo = new Foo(...);
              * MyThread thr = new MyThread(foo);
              * thr.start();
              * </pre>
              class MyThread implements Schedulable, Triggerable {
              boolean done = false;
              Runnable runnable = null;
              ScheduledTriggerDef std;
              public void run() {
                   if(runnable != null) {
                   runnable.run();
              public MyThread() {
              public MyThread(Runnable runnable) {
                   this.runnable = runnable;
              public boolean start() {
                   boolean ok = false;
                   try {
                   T3ServicesDef t3 = (T3ServicesDef)(new InitialContext()).lookup("weblogic.common.T3Services");
                   std = t3.time().getScheduledTrigger(this, this);
                   std.schedule();
                   ok = true;
                   } catch(NamingException ne) {
                   System.out.println(ne.getMessage());
                   } catch(TimeTriggerException tte) {
                   System.out.println(tte.getMessage());
                   return ok;
              public void trigger(Schedulable sched) {
                   try {
                   run();
                   } catch(Throwable t) {
                   System.out.println(t);
                   done = true;
              public long schedule(long time) {
                   return done ? 0 : time;
              class LongTask implements Runnable {
              public int status = 0;
              public long timeStarted;
              public long timeCompleted;
              int seconds;
              LongTask(int seconds) {
                   this.seconds = seconds;
              public void run() {
                   status = 1;
                   timeStarted = System.currentTimeMillis();
                   try {
                   // simulate long running process
                   Thread.sleep(seconds * 1000);
                   } catch(InterruptedException ie) {}
                   timeCompleted = System.currentTimeMillis();
                   status = 2;
              public class Test extends HttpServlet {
              public void service(HttpServletRequest req, HttpServletResponse res)
                   throws ServletException, IOException {
                   String msg = null;
                   HttpSession session = req.getSession();
                   LongTask longTask = (LongTask)session.getAttribute("longTask");
                   if(longTask == null) {
                   session.setAttribute("longTask", longTask = new LongTask(10));
                   (new MyThread(longTask)).start();     
                   switch(longTask.status) {
                   case 0:
                   msg = "Waiting";
                   break;
                   case 1:
                   msg = "In progress";
                   break;
                   case 2:
                   msg = "Done, started:" + longTask.timeStarted + " completed:" + longTask.timeCompleted;
                   session.removeAttribute("longTask");
                   break;
                   PrintWriter out = new PrintWriter(new OutputStreamWriter(res.getOutputStream()));
                   res.setContentType("text/html");
                   out.println("<html><body>");
                   out.println("Your request status:" + msg);
                   out.println("</body></html>");
                   out.flush();
                   out.close();
              Dimitri
              

    Cool.
              Cameron Purdy
              [email protected]
              http://www.tangosol.com
              WebLogic Consulting Available
              "Dimitri Rakitine" <[email protected]> wrote in message
              news:39e21527$[email protected]..
              >
              > That didnt look very good, so here it is:
              > http://dima.dhs.org/misc/LongRunningTask.html
              >
              > Dimitri
              

  • Error Message - Unable to send text message!

    Hi, hope someone can help me with this.
    I have started getting this error when i send a text from PC Suite via my 7610. The text sends properly and this error shows up.
    Setup:
    Windows XP Pro - Service Pack 2
    PC Suite Version - 6.70.22
    Bluetooth connection.
    Started out of the blue with no warning.
    I have tried removing the battery from the phone and putting it back in. I uninstalled and reinstalled the suite.
    Any help Appreciated.

    i had the same problem. sending an sms with the pc suite produces the unable to send text message error. i tried removing SMSsync, PC support form the phone as described in the forum. None of this helped for me.
    eventually uninstalled pc suite from the pc. then ran the pc suite cleaner, it can be found here:
    http://europe.nokia.com/nokia/0,8764,75877,00.html
    reinstalled the pc suite and that solved the problems
    sms's sent via pc suite are now sending successfully

  • TO not printing in background processing of process message

    Dear Experts,
    We are using PI sheets and process messages to do GR (WM) and then put away to a destination storage bin. TO is getting printed in the default user profile printer when user is manually sending  process message in CO54. But not getting printed when processed by a background job(RCOCB004). We tried even after maintaining the printer in background user but of no use. It only generates the spool and no direct print happening. Kindly let me know if this is the std SAP behavior and any way to control this.
    Thanks
    Rijil

    hi, thanks you reply.
    default delete job is ok.
    but
    default archive job does not work.
    the followding error occured in log.
    Executing ArchiveJob (arvhive job) failed. Reason: java.lang.NullPointerException
    and i have configed something according to:
    [http://help.sap.com/saphelp_nwpi71/helpdata/en/2f/88084136b5f423e10000000a155106/frameset.htm]

  • Message error on user-exit MV50AFZ1

    Hi!
    I need to send a message error on user-exit MV50AFZ1 (VL01N), but I can't, because when I use BAPI_DELIVERYPROCESSING_EXEC for create deliveries, it will abort my program.
    My program try to create many deliveries together, when occurs a message error, I don't know what order is the problem!!
    Thanks,
    Tatiana

    Hello.
    In the exit, use a condition like:
    IF sy-tcode EQ 'VL01N'.
      MESSAGE E000(...)
    ENDIF.
    This will avoid the error in BAPI execution.
    Regards,
    Valter Oliveira.

  • My Itunes wont open and windows will send out an error message

    Hello
    I was working with Itunes for a long time with no problem what so ever until suddenly yesterday when I opened it I recived an error message from windows saying the process has to close and will I want to send out an error report to windows.
    I went on to move my Itunes library and repair the Itunes via the downloaded installation file but when it did not work I uninstalled it completly and reinstalled it with no effect...
    If any one have any idea as to how to solve this pls help....
    thank you

    windows installer has stopped working
    a problem caused the program to stop working correctly.
    windows will close the program and notify you if a solution is avabilable.
    ... and that's one that I wasn't thinking of ...
    Head into your Windows Update. Are there any new updates available for you? If so, and you install, does that clear up the error message?

Maybe you are looking for