Message dispatch time status 3

Hi
When we use Message dispatch time status 3 (Application own transaction) in PO output.
Regards
Ram

Hi ,
When you want to process the o/p manually , you go for this option .
Processed through ME9F.
Regards
Ramesh Ch

Similar Messages

  • PO Message - Dispatch Time

    Hi,
    I have created a new message type copying data from NEU. I create a condition for this message type with the dispatch time 3 (Send with application own transaction).
    It is working fine when I create a new PO. But when I change the PO and a new message is created (Change message) the dispatch time apperas automatically with value 4 (Send immediately (when saving the application)) . I expect the value 3 as per the condition message.
    Can anyone please explain me this behavier? Is it possible to custom it in order to the system get the value 3 even when the PO is changed?
    Edited by: Alex Santana Almeida on Jul 9, 2009 1:11 PM

    IMG > MM > purchasing > Messages > Output Control > Message Determination Schemas > Define Message Schema for Purchase Order
    in step Assign Schema to Purchase Order      is a field for dispatch time for changes.

  • Purchase Order going to Dump if Output Message has Dispatch Time 4

    Hi All,
    We are getting a Runtime Error while saving or changing any Purhase Order, if the Output Message has Dispatch Time maintained as 4 i.e. Send Immediately.
    For all other dispatch time there is no issue. We have maintained condition record for the Message Type with Print Medium as 1 and Dispatch Time as 4. Also, the printer is maintained in the communication tab.
    No printer is maintained as default in the User Profile. No Printer is assigned to purchasing group. Our requirement is to print on the printer specified in the Condition Records itself.
    We are using Smartform, not standard SAP script for printing.
    Please suggest how we can rectify this issue.
    Regards,
    Ankit

    Hi Jurgen,
    Sorry for missing out the Dump details earlier.Please find below an extract from the dump:
    Category               ABAP Programming Error
    Runtime Errors         POSTING_ILLEGAL_STATEMENT
    ABAP Program           FRMSCM0012
    Application Component  Not assigned
    Date and Time          10.06.2014 08:30:46
    Error analysis
         There is probably an error in the program
         "FRMSCM0012".
         This program is triggered in the update process. The following ABAP
         statements are illegal here:
         - CALL SCREEN
         - CALL DIALOG
         - CALL TRANSACTION
         - SET SCREEN
         - LEAVE TO LIST-PROCESSING
         - SUBMIT
         - LEAVE SCREEN
         - LEAVE LIST-PROCESSING
         - LEAVE PROGRAM
         - LEAVE TO TRANSACTION
         - MESSAGE I/W/E (if not handeld using EXCEPTIONS ERROR_MESSAGE)
         - MESSAGE A
    How to correct the error
         Probably the only way to eliminate the error is to correct the program.
    If the error occurs in a non-modfied SAP program, you might be able to
    find a solution in the SAP Notes system. If you have access to the SAP
    Notes system, check there first using the following keywords:
    "POSTING_ILLEGAL_STATEMENT"
    "FRMSCM0012" bzw. FRMSCM0012_SF
    "SFORM_PRINT_OUTPUT"
    Information on where terminated
        The termination occurred in ABAP program "FRMSCM0012", in
         "SFORM_PRINT_OUTPUT". The main program
        was "RSM13000 ".

  • Bapi_po_create1 is giving same system messages  multiple time in the joblog

    Hi Experts,
    Bapi_po_create1 is giving same system messages multiple times in the job log when we ran the program in the background
    can u plz suggest how to prevent these multiple appearances of same messages.
    I am pasting the code below whn i ran this program in backgorund job log is having the messages.
    Date       Time     Message text                                                                 Message class Message no. Message type
    08/06/2009 08:11:53 Job started                                                                       00           516          S
    08/06/2009 08:11:53 Step 001 started (program ZZZTEST, variant &0000000000008, user ID BREDDY)        00           550          S
    08/06/2009 08:11:54 Commitment plan contains no account assignment data                              MECP          020          S
    08/06/2009 08:11:54 Commitment plan contains no account assignment data                              MECP          020          S
    08/06/2009 08:11:54 Status "Initial Block" of material 20111 does not allow external procurement      ME           053          E
    08/06/2009 08:11:54 Status "Initial Block" of material 20111 does not allow external procurement      ME           053          E
    08/06/2009 08:11:54 Source not included in list despite source list requirement                       06           722          E
    08/06/2009 08:11:55 Pricing/euro: Attention: Euro Customizing not maintained                          VH           777          S
    08/06/2009 08:11:55 Pricing/euro: Attention: Euro Customizing not maintained                          VH           777          S
    08/06/2009 08:11:55 Status "Initial Block" of material 20111 does not allow external procurement      ME           053          E
    08/06/2009 08:11:55 Purchase order still contains faulty items                                       MEPO          000          E
    08/06/2009 08:11:55 Job finished                                                                      00           517          S
    Edited by: bhavani prasad kotharu on Aug 6, 2009 3:09 PM

    HERE IS THE CODE OF THE PROGRAM, WE R JUST PASSING SOME PO DATA TO THE BAPI_PO_CREATE1,ON RUNNING THIS PROGRAM IN BACKGROUND SAME SYSTEM MESSAGES ARE APPEARED MULTIPLE TIMES,----
    REPORT zzztest.
    DATA :    lwa_bapimepoheader TYPE bapimepoheader
             ,lwa_bapimepoheaderx TYPE bapimepoheaderx
             ,li_bapimepoitem TYPE STANDARD TABLE OF bapimepoitem
             ,lwa_bapimepoitem TYPE  bapimepoitem
             ,li_bapimepoitemx TYPE STANDARD TABLE OF bapimepoitemx
             ,lwa_bapimepoitemx TYPE bapimepoitemx
             ,li_conditions TYPE STANDARD TABLE OF komv
             ,li_return TYPE STANDARD TABLE OF bapiret2
             , n TYPE c
    PARAMETERS: p1 TYPE c AS CHECKBOX.
    IF p1 = 'X'.
      lwa_bapimepoheader-doc_type = 'NB'.
      lwa_bapimepoheader-purch_org = 'NA00'.
      lwa_bapimepoheader-pur_group = 'C02'.
      lwa_bapimepoheaderx-doc_type = 'X'.
      lwa_bapimepoheaderx-purch_org = 'X'.
      lwa_bapimepoheaderx-pur_group = 'X'.
      lwa_bapimepoitem-po_item = '10'.
      lwa_bapimepoitem-material = '000000000000020111'.
      lwa_bapimepoitem-plant = 'CA01'.
      lwa_bapimepoitem-vend_mat = '1000'.
      lwa_bapimepoitem-quantity = '10'.
      lwa_bapimepoitem-orderpr_un = 'M'.
      lwa_bapimepoitem-no_more_gr = 'K'.
      lwa_bapimepoitem-agreement = '4600000095'.
      lwa_bapimepoitem-agmt_item = '10'.
      lwa_bapimepoitem-pricedate = 'X'.
      lwa_bapimepoitem-price_date = '20071030'.
      lwa_bapimepoitem-no_rounding = 'X'.
      APPEND lwa_bapimepoitem TO li_bapimepoitem.
      lwa_bapimepoitemx-po_item = '10'.
      lwa_bapimepoitemx-po_itemx = 'X'.
      lwa_bapimepoitemx-po_itemx = 'X'.
      lwa_bapimepoitemx-material = 'X'.
      lwa_bapimepoitemx-plant = 'X'.
      lwa_bapimepoitemx-quantity = 'X'.
      lwa_bapimepoitemx-po_unit = 'X'.
      lwa_bapimepoitemx-orderpr_un = 'X'.
      lwa_bapimepoitemx-acctasscat = 'X'.
      lwa_bapimepoitemx-agreement = 'X'.
      lwa_bapimepoitemx-agmt_item = 'X'.
      lwa_bapimepoitemx-pricedate = 'X'.
      lwa_bapimepoitemx-price_date = 'X'.
      lwa_bapimepoitemx-preq_no = 'X'.
      lwa_bapimepoitemx-preq_item = 'X'.
      lwa_bapimepoitemx-no_rounding = 'X'.
      APPEND lwa_bapimepoitemx TO li_bapimepoitemx.
    DATA: lo_msg_handler  TYPE REF TO cl_message_handler_mm.
      CALL METHOD cl_message_handler_mm=>get_handler
        IMPORTING
          ex_handler = lo_msg_handler.
      lo_msg_handler->remove_all( ).
      lo_msg_handler->cleanup( ).
      CALL FUNCTION 'BAPI_PO_CREATE1' "in background task
           EXPORTING
             poheader   = lwa_bapimepoheader
             poheaderx  = lwa_bapimepoheaderx
             testrun    = 'X'
           NO_MESSAGING = c_x
           NO_MESSAGE_REQ = c_x
             no_authority = 'X'
           IMPORTING
             expheader  = lwa_bapimepoheader
           TABLES
             return     = li_return
             poitem     = li_bapimepoitem
             poitemx    = li_bapimepoitemx
             conditions = li_conditions.
    ENDIF.
    Edited by: bhavani prasad kotharu on Aug 6, 2009 3:38 PM

  • BPM Scenario: Message has error status on outbound side

    Hi All,
            I am doing one BPM scenario. In my scenario i am collecting 12 different type of idocs in BPM and bundling these idocs and sending these to the 12 different files.
            If i send 12 idocs from the R/3 then my scenario is working perfectly fine. If i send less than the 12 idocs that time i am getting the error message as "Message has error status on outbound side" with red flag.
               Can you please explain what minght be the problem. I have already checked in SM58,SMQ1 and SMQ2.
    Thanks & Regards,
    Purushotham

    Hi Nutan,
            I hv configured my scenario as follows
    1. Start
    2. Block ( Deadline and Control step for cancell the process)
       3. Fork(Necessary branches 12)
          4. Loop(12 loops)
              Under loop
              a. Receive Step
              b. Container Operation( For count)
              c. Container Operation(For append)
    5. Fork( Necessary branches 12)
        6. Transformation
        7. Send
    8 Stop
    This is my scenario. In the first Fork step i am checking end condition as total  number of idocs is reached then i am sending all the data to the target system. If the idocs are not reaching with in 1 hour then i am cancelling the process.
            Now can you please tell me what is the problem.
    Thanks & Regards,
    Purushotham

  • Error when connecting to portal : Message: Dispatcher running but no server

    <br>Hello everyone</br>
    <br>
    I searched a lot on SDN for an answer to my problem but i couldn`t find any solution. Till yesterday the portal worked OK.. no errors untill this one, but from yesterday when i try to connect i received this error:
    </br>
    <br>
    SAP WebAS Engine is starting...
    </br> <br>
    If this state does not change within a few minutes,
    please contact your system administrator.
    Check the recommendations in SAP Notes: 943498, 764417
    <br> </br>
    Message: Dispatcher running but no server connected!
    Details:   No details available
    </br>
    <br>
    I read all SAP Notes regarding this problem and i couldn`t find any solution which would fit for me.
    From SAP Notes i found out that i need to analyse some logs .. here is what i found in the logs:
    </br>
    <br>
    <p>
    On stderr2 file:
    [Thr 01] MtxInit: 30002 0 2</br> <br>
    The java class is not found:  com.sap.engine.offline.OfflineToolStart</br> <br>
    The java class is not found:  com.sap.engine.offline.OfflineToolStart
    </p></br>
    <br><code>
    On dev_jcontrol:
    [Thr 01] Thu Jul  2 11:54:43 2009
    [Thr 01] JStartupICreateProcess: fork process (pid 1863782)
    [Thr 01] JControlICheckProcessList: process server0 started (PID:1863782)</br>
    <br>
    [Thr 01] Thu Jul  2 11:55:08 2009
    [Thr 01] JControlICheckProcessList: process server0 (pid:1863782) died (RUN-FLAG)
    [Thr 01] JControlIResetProcess: reset process server0
    [Thr 01] JControlIResetProcess: [server0] not running -> increase error count (4)
    [Thr 01] JControlICheckProcessList: running flight recorder:
         /usr/java14_64/bin/java -classpath ../j2ee/cluster/bootstrap/sap.comtcbloffline_launcherimpl.jar
    com.sap.engine.offline.OfflineToolStart com.sap.engine.flightrecorder.core.Collector
    ../j2ee/cluster/bootstrap -node ID8477250 1246524883 -bz /usr/sap/BIP/SYS/global
    </code></br>
    <br><code>
    On dev_server0:
    [Thr 39324]
    [Thr 39324] *  LOCATION    CPIC (TCP/IP) on local host
    [Thr 39324] *  ERROR       illegal parameter value ( function=SAP_CMTIMEOUT2 /
                 parameter=conversation_ID / value=17508060 )
    [Thr 39324] *
    TIME        Thu Jul  2 11:55:04 2009
    [Thr 39324] *  RELEASE     700
    [Thr 39324] *  COMPONENT   CPIC (TCP/IP)
    [Thr 39324] *  VERSION     3
    [Thr 39324] *  RC          769
    [Thr 39324] *  MODULE      r3cpic_mt.c
    [Thr 39324] *  LINE        7319
    [Thr 39324] *  COUNTER     2
    [Thr 39324] *
    [Thr 39324] *****************************************************************************
    <br> </br>
    [Thr 39324] JLaunchIExitJava: exit hook is called (rc = -11113)
    [Thr 39324] **********************************************************************</br> <br>
    ERROR => The Java VM terminated with a non-zero exit code.
    Please see SAP Note 943602 , section 'J2EE Engine exit codes'
    for additional information and trouble shooting.
    **********************************************************************<br> </br>
    [Thr 39324] SigISetIgnoreAction : SIG_IGN for signal 20
    [Thr 39324] JLaunchCloseProgram: good bye (exitcode = -11113)
    </br></code>
    <br>
    I read the notes.. but for my problem it is written .. please contact SAP Support..Have any one .. any idea about this problem? It`s is importan because it is the future PRD portal.. not yet  with go-live.. and i do not wan`t to install it again.
    </br>
    <br>
    Thank you
    </br>
    Edited by: Patrick Raileanu on Jul 2, 2009 1:43 PM
    Edited by: Patrick Raileanu on Jul 2, 2009 1:55 PM

    <p><br>
    #1.5 #001A64E8E162007F003EC1C70008C09C00046D590A052CC2#1246129094470#/System/Server##com.sap.caf.eu.gp.schedule.impl.ScheduleWorker#J2EE_GUEST#0##n/a##9997e9e052bd11decbdb001a64e8e162#SAPEngine_Application_Thread[impl:3]_26##0#0#Error#1#com.sap.caf.eu.gp.schedule.impl.ScheduleWorker#Plain###ERROR_ACQUIRE_CONNECTION
    com.sap.caf.eu.gp.base.exception.EngineException: ERROR_ACQUIRE_CONNECTION
         at com.sap.caf.eu.gp.base.db.ConnectionPoolJ2EE.getConnection(ConnectionPoolJ2EE.java:92)
         at com.sap.caf.eu.gp.schedule.impl.ScheduleDbImpl.getScheduleToProcess(ScheduleDbImpl.java:1936)
         at com.sap.caf.eu.gp.schedule.impl.ScheduleService.getScheduleToProcess(ScheduleService.java:432)
         at com.sap.caf.eu.gp.schedule.impl.ScheduleWorker.work(ScheduleWorker.java:77)
         at com.sap.caf.eu.gp.schedule.impl.ScheduleWorker.run(ScheduleWorker.java:63)
         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:104)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    <br> </br>
    <br>Caused by: com.sap.engine.services.dbpool.exceptions.BaseSQLException: ResourceException in method ConnectionFactoryImpl.getConnection(): com.sap.engine.services.dbpool.exceptions.BaseResourceException: SQLException thrown by the physical connection: java.sql.SQLException: ORA-01034: ORACLE not available
    ORA-27101: s23 t
    IBM AIX RISC System/6000 Error: 2: No such file or directory</br>
         at com.sap.engine.services.dbpool.cci.ConnectionFactoryImpl.getConnection(ConnectionFactoryImpl.java:59)
         at com.sap.caf.eu.gp.base.db.ConnectionPoolJ2EE.getConnection(ConnectionPoolJ2EE.java:89)
         ... 8 more
    <br> </br>
    <br>Caused by: com.sap.engine.services.dbpool.exceptions.BaseResourceException: SQLException thrown by the physical connection: java.sql.SQLException: ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    IBM AIX RISC System/6000 Error: 2: No such file or directory</br>
         at com.sap.engine.services.dbpool.spi.ManagedConnectionFactoryImpl.createManagedConnection(ManagedConnectionFactoryImpl.java:193)
         at com.sap.engine.services.connector.jca.ConnectionHashSet.match(ConnectionHashSet.java:338)
         at com.sap.engine.services.connector.jca.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:267)
         at com.sap.engine.services.dbpool.cci.ConnectionFactoryImpl.getConnection(ConnectionFactoryImpl.java:51)
         ... 9 more
    <p> </br>
    <br>
    <br>
    As you can see we have AIX 6.1 on Oracle 10.2.0.4 with ECC6 ..
    This is a strange error because on this server we have the BI productive server and the database is always available..
    Any ideas?
    </br>
    <br>
    Thank you
    </br>

  • XML Messages in "Scheduled" status

    Hi all,
    The case is at ERP side running transaction SXMB_MONI, some XML messages from XI to ERP are found in "Scheduled" status.  Around the same time, siimilar messages using same receiver interface are processed successfully.  When we manual restart the "Scheduled" message, there will be an entry in READY status at inbound queue and we have to unlock the queue.  After that, the message will be processed successfully.
    Here are my questions:
    (1)  Why some messages in "Scheduled" status but similar messages are processed successfully?
    (2)  Is there any alert or notification mechanism that we can setup instead of running transaction SXMB_MONI manually?
    (3)  Is manual restart XML message a proper way to handle those scheduled message?  Any way to automatically handle this message in ERP side?
    Thanks in advance.

    Donald,
    Here are the answers to ur questions.
    (1) Why some messages in "Scheduled" status but similar messages are processed successfully?
    Some times the queues get stuck for various reasons. one msg will cause bottleneck for all other msgs behind it. there is no proper reason why this happens, however if it happens regularly then u will have to give it a thought.
    (2) Is there any alert or notification mechanism that we can setup instead of running transaction SXMB_MONI manually?
    Well, if the msgs r in the scheduled state then NO.
    (3) Is manual restart XML message a proper way to handle those scheduled message? Any way to automatically handle this message in ERP side?
    Manual restart is not the best way to handle msgs bcause you might loose track/ some msgs might error out together causing issues. (that has happend to us). its tough to keep track if that is the case and if its critical from business point of view.
    If it is going out of R/3 then may be you can configure jobs to push the data periodically.
    Regards,
    Pavan

  • Message has error status on outbd. side (error in Moni)

    Hello All,
    Iam doing soap to idoc scenario, the scenario was working fine since long time....but yesterday we had an issue...we can see the message was sucessfully processed in XI monitor and RWB, but idoc not got created in sap ecc system.
    when i checked in moni one column called Outbound status is in error status and the error is message has error status on outbd. side.....i checked the idx1, idx2,sm59......all settings are fine.
    How to reslove the issue, please help me.
    Thanks and regards,
    Chinna

    Hi
    Please check the below  i think your problem will solve
    Hi,
    Check whether IDoc was created:
    1. Execute Transaction WE05; enter correct date/time parameters etc. If IDoc found in failed status, open status records folder and double click on the failed status records to get error message.
    Check Whether IDoc is received by the Receiver:
    2. Execute Transaction WE05; enter correct date/time parameters etc and verify if the IDoc was created or not and if IDoc is in a successful status or not. If the Idoc is in Status-30(Yellow), you can push it again through Transaction BD87.
    3. If the IDoc is located and status is successful but receiver has not received the IDoc, Execute transaction SM58 to determine if IDoc is stuck in the ALE/RFC layer. If entries exist in SM58, look for Message Type
    4. If message type exist and Run the Program "RSARFCEX". If after the RSARFCEX program has ran and IDocs are not in SM58, issue should be solved. Validate in receiving system via WE05 that the IDoc was received or not.
    5. If IDoc is still stuck in SM58, check RFC connection. Go to SE37, enter function module RFC_PING. We need to have access to SM59 to test the RFC Connection.
    6. After an issue has been resolved and/or you need to process an IDoc, besides processing IDocs via programs, you can also process IDocs via Transaction BD87.
    Thanks ,
    Meeravali Dudekula

  • Output determination: Dispatch time for Outline Agreements

    Hi gurus,
    I have an issue, when I am creating an outline agreement, by defaul the output message type: NEU is showed, and, it is fine, but, the dispatch time is always = 1 - Send with periodically schedule job.
    In the customising of the output NEU, I have:
    General data:
    Access sequence = 0001
    Check box active = Access conditions
    Check box active = Multiple issuing
    Print parameter = Purchasing group
    In the fine-tuned control, the "Update Print-Related data" is not active.
    And, I do not have defined any message schema for this output.
    And, then, I customised the dispatch time for NEU with the value = 4 - Print immediately, but, still is appearing the dispatch time "1".
    Then, I created 1 condition record with POrg, Doctype and Vendor, but, still is appearing the dispatch time "1".
    Could you help me with this, please?
    Kind regards,
    Sandra PF

    Hi Biju,
    The point is that this output message type does not have a "Message schema determination", for that reason, if I am creating the condition record, it will be never updated. I was doing a testing and saw it.
    But, if my message type NEU does not have any schema and according to SAP, by default will define the message type NEU, why the dispatch time is still = 1 if in the customising of NEU I have defined the dispatch time = 4?
    More ideas?
    Kind regards,
    Sandra PF

  • Output Processing. Dispatch Time: 3 ( Application own Transaction)

    Hi,
    I have created output records for an output type with the dispath time =3 (Application Own Transaction) and Transmission Medium = 8 (Special Function) and provided a processing routine to output type.
    The output records are populated in sales orders in "Not Processed" Status. My question when will the output gets processed and changes its status to "Processed" when the Dispatch Time is 3 (Application Own Transaction).

    Hello,
    In transaction V/30 there is 'Dispatch Time' tab where one option is
    'Send with application own transaction', you could create your own
    transaction to fulfill your requirements.
    I hope you find this information very helpful and hopefully it will solve your problem.
    Regards,
    Martina McElwain
    SD - Forum Moderator

  • Messages stuck with status "WAITING"

    Hi Everyone,
    We have implemented PI interface a year ago with JDBC sender (ORACLE) and RFC receiver (SAP) to transfer the goods movements from legacy to SAP and give back the current stock after the goods movement is posted back to ORACLE system.
    The interface has been working fine for over an year now but suddenly since 15days we are experiencing the issue of delays in message transmission where-in in SXMB_MONI we see a time difference of 60-90mins between start message start time and end time...
    Nothing has been changed from development/design perspective and am unable to understand the reasons for this delay.
    Also for the above scenario the message status in MESSAGE MONITORING shows waiting status and i have cross verified for any errors and could not find any errors in given time.
    also MDT Screen shot for your reference
    I am struggling to figure out the reasons and this is causing stock mismatch between Oracle system and SAP and has become show stopper.
    Please guide me in identifying the root cause and fixing this...
    Thanking you all in anticipation of help...
    Lakshmi

    hi Claudia,
    I have cross verified both and as you can see there are no errors
    a
    and finally the XML
    couldn't figure out why this delay happening... One thing after an hour or so... the things get cleared as one in executing state finishes leading to others to finish.. but by then they are getting accumulated 
    Appreciate any guidance to figure out the root cause...
    Thanks in advance
    lakshmi

  • Difference between dispatch time in po and scheduled time in job

    Hi all ,
    can any one please explain me
    what is the exact difference between dispatch time maintained in po and time/date set for job schedule
    here my question is ,i maintained dispatch time as send job with periodically in PO and i had maintained date/time in job process steps with some period.
    when po message is triggered ,which time will be consider system.time specified in job schedule or dispatch time in Po.
    which one consider first?
    Thanks
    konidala

    Dispatch time that is set up as part of the message output condition records, drives at which event does the output be transmitted. Conversely, the date/time during the batch job set up is the time when the batch job must execute the program.
    For example, if you had selected the dispatch time for output NEU in the PO to be '1' and you had set up ME9F program as a background job running daily once at 1PM, when the PO is created and saved at 10AM, the output type NEU will be triggered and will be held in queue. At 1PM when ME9F program is run as part of the background job, it'll pick up this output type for execution and transmission.

  • Messages in HOLDING status in AE

    Hi All,
    We have an issue with JDBC receiver EOIO messages, with messages going into HOLD status in AE , its a DEV environment :
    1) We have tried checking for failed messages before these messages we donot have any failed messages before these messages  just messages in HOLD..
    2) we are not able to delete or cancel these messages , we get a message cannot delete the message ,
    3) The message is doing a INSERT update to JDBC , JDBC connection is fine.

    Hi Kiran,
    Please let me know if your problem is fixed.
    I'm also facing the same problem in our Testing system where many messages are going to HOLD Status and also there are no messages in the System  Error state.
    We are trying to resend all the messages in every "Conversation ID". After this some messages gets successful and some will go into  Waiting status. We then cancel the messages in waiting status and resend all the messages in HOLD status and the process continues till all the messages in HOLD status in every Coversation ID were cleared.
    But this is a very very time consuming process.
    So can you please let me know if there is any solution for this prolem.
    Thanks,
    Pruthvi

  • Message Created time past the current time even accounting for set clock sk

    I'm getting the following when sending a message to a WebLogic 10.3 Web Service through OWSM security padding.
    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
    <env:Header/>
    <env:Body>
    <env:Fault xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
    <faultcode>wsse:InvalidSecurityToken</faultcode>
    <faultstring>Security token failed to validate. weblogic.xml.crypto.wss.SecurityTokenValidateResult@39b53a[status: false][msg UNT Error:Message Created time past the current time even accounting for set clock skew]</faultstring>
    </env:Fault>
    </env:Body>
    </env:Envelope>
    On server side's TCP/IP Monitor I see the message received has <wsu:Created>2010-07-30T19:34:17Z</wsu:Created> in security header, the timestamp of TCP/IP Monitor showing time of request is 2010-07-30 12:32:51PM.
    Seems like the sender's clock is two minutes ahead of server.
    How do I adjust to lax the clock precision between client and server. Which side do I set the properties and what are the properties I need to set? Thanks

    Pam,
    from what i have gathered while trying to set mine up, the Time Capsule doesn't like other things broadcasting a wireless signal while it is trying to do the same... or at least, the other computers in the area can only recognize one at a time.
    So, in your case, you are using your MacBook Pro to wirelessly share the AirCard connection, right? If so, your computer is acting as a router, which means you have two devices trying to connect your computers to the same network wirelessly. I think this is why your computer isn't able to "see" your time capsule wirelessly. What i would recommend for you is to hook up your aircard to a computer that is not used very often, and (if it has a wireless adapter), turn the wireless adapter off. This way, you have only one device doing the wireless connecting (the Time Capsule in Bridge mode), which will direct internet traffic through ethernet to the connected computer.
    So, in conclusion, i just don't think it's possible to do what we want to do completely wirelessly.

  • Change in Full-Time/Part-Time Status Change PCR

    Hi All,
              I need to provide the Information and Warning messages in Full-Time/Part-Time Status Change PCR. but if i change that in Full-Time/Part-Time Status Change PCR then it will affect all other PCR.
               can you plz provide a way for how can i make changes in only Full-Time/Part-Time Status Change PCR.

    I am not sure but It could be because of day time saving. Verify at OS level and Application level.
    Regards,
    Rajesh Kumar

Maybe you are looking for

  • AddressBook - Is there a way to change multiple addresses at the same time?

    To be clear....I have 25 contacts at 1 company and that company moved. Is there a way to link the cards together so that when I change the address on one card it automatically updates the other 24 cards?? Rather than having to change each contact ind

  • Goods receipt number and purchase invoice nubember info objects

    hi experts i have the requirement to build the report with the  info objects of goods receipt number(document) , purchase invoice numbers and purchase document numbers from standard cubes or ods.i have checked in inventory management and purchasing c

  • Succesful instalation of 8.1.6

    This is my love story .;) I trying to install this version last 5 days. And here is results: RH7.0 - dbassist start to create database, and stops on 0% RH6.0 - On the same place freeze machine RH6.1 - Going to 54%, creating JServer and stops with mes

  • Re: suggested edit to hint: Tip - Date and Time in the Menu Bar

    Hi Josh Funnily enough I had to set up a new machine for my daughter a month ago, and used precisely this (GUI) method. I haven't tried it in Tiger, but am assured by several people it also works there. I believe some people were able to do something

  • [Help] Export: the image size

    dear all, I am trying to export the image from AI. I set the document size 256*256 px when I create new document. after I finish my image, i wanna export to the same size, that is 256*256 px. however, if I use 128dpi "resolution", I will not get 256*