No messages in BP2BP scenario

Hello.
We are using a copy of the default BP2BP scenario in B1iSN. A few days ago we were able to snychronize a few thousand Business Partners from one B1 company to another B1 company.
As of yesterday we no longer see messages in the message log for the BP object type. In the B1 Event Monitor however all events are recorded.
The technical error monitor shows this error:
com.sap.b1i.xcellerator.XcelleratorException: XCE001 Nested exception: com.sap.b1i.bizprocessor.BizProcException: BPE001 Nested exception: com.sap.b1i.utilities.UtilException: UTE001 Nested exception: com.sap.engine.lib.xml.parser.ParserException: Invalid char #0x6(:main:, row:35, col:9280)
What can cause this?
Thanks in advance,
Dominik

HI,
    YOur answer is near to my problem . Can i ask you more detailed.
I am not getting messages in SXMB_ADM. So i configured in Integration server in ECC & XI system.
IN ECC , i am using two clients, dev & testing - so in which client i have to do configuration ? and What is the role of the business system in ECC ( Integration Server or Application server )???
IN XI, i am using only one client 100...so i have done. here i have given Role of business system - HUB Integration Server.and corresponding destination http://host:port/sap/xi/engine?type=entry
And while creating business systems in SLD...
for XDC...i have given path http://host:port/sap/xi/engine?type=entry
for EDCClient105...how can i create for proxy ...Adaper XI? is it type -
WEB AS ABAP?
pls reply for my mesaages?

Similar Messages

  • Treatement of Fault Messages in Synchronous Scenarios?!

    Hi all,
    I got a question concerning the use of fault messages in
    synchronous scenarios...
    1. When I define a fault message for my synchronous   
       receiver interface, a fault message, coming back
       would  not be handled by my sync. Interface- and
       Messagemapping, right?
       So how can I give the fault messageinformation back to
       the sender?
    2. Will I have to define a second scenario for handling
       the fault message?
       (Meaning new Communication Channel, MI, IM, MM and so
       on)
       Thanks for help, anwers are quickly rewarded...
       Daniel

    > 1. When I define a fault message for my synchronous
    >   
    >    receiver interface, a fault message, coming back
    >    would  not be handled by my sync. Interface- and
    >    Messagemapping, right?
    > So how can I give the fault messageinformation
    > ion back to
    >    the sender?
    The fault message has to be handled in your BPM using an exception branch. You can create an exception branch in a block and assign it to be the handler for a particular exception(fault message).
    How can we handle Exception Branch in BPM effectively
    > 2. Will I have to define a second scenario for
    > handling
    >    the fault message?
    > (Meaning new Communication Channel, MI, IM, MM and
    > and so
    >    on)
    It depends on what you want to do with your fault message. If you want to throw an alert, that could trigger emails, you can do it by configuring alerts and using a control step in your exception branch to throw alerts. Only if you want to do something else like log a message into a database, you will need separate jdbc communication channel, MI etc.
    Regards,
    Suresh

  • Threshold for Messages in integration scenario?

    Hi,
    Can we set threshold (time) for Messages in integration scenario?
    Thanks,
    Nagarjuna.

    Hi Earlence,
    > 1. Is it possible to search for messages sent to PI (7.1) via TREX and monitor their status?
    Status I am not aware, but we can search the messages based on the content.
    Its external search engine for SAP, we can buy this and install in the XI server.
    ex : Suppose we have an order number, we don't no in which scenario it is used then we give
    this number to the TREX then it searches and gives that scenarion name.
    > 2. Search should be possible based on various criteria like Sender/Receiver Component/Interface, Business system name etc.
    TREX is based on a client/server architecture. The client component is integrated into the application that uses the TREX functions, and allows communication with the TREX servers.The server component processes the requests; it indexes and classifies documents and answers search queries.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/78df2a46-0a01-0010-ef81-a6
    be60cc5cfd
    > 3. Is there a Java API so that this can be done programmatically?
    May be available but this is not easy.
    > 4. Some resources for the same?
    /people/prasad.illapani/blog/2005/11/14/payload-based-message-search-in-xi30-using-trex-engine
    http://help.sap.com/saphelp_nw04/helpdata/en/70/0837ced133304eba452c45b6047c74/frameset.htm
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/78df2a46-0a01-0010-ef81-a6be60cc5cfd
    Regards
    Ramesh

  • [svn] 3687: Add some messaging tests for scenarios that involve subscribing to a destination , disconnecting from the channel currently being used and resubscribing to the destination .

    Revision: 3687
    Author: [email protected]
    Date: 2008-10-16 11:23:39 -0700 (Thu, 16 Oct 2008)
    Log Message:
    Add some messaging tests for scenarios that involve subscribing to a destination, disconnecting from the channel currently being used and resubscribing to the destination. There is an issue that is causing the streaming/multipleDisconnectsResubscribesTest.mxml test to fail that I will log a bug for.
    Added Paths:
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/unsubscribeScen arios/
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/unsubscribeScen arios/longpolling/
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/unsubscribeScen arios/longpolling/disconnectResubscribeJMSTest.mxml
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/unsubscribeScen arios/longpolling/disconnectResubscribeTest.mxml
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/unsubscribeScen arios/longpolling/multipleDisconnectsResubscribesTest.mxml
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/unsubscribeScen arios/polling/
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/unsubscribeScen arios/polling/disconnectResubscribeJMSTest.mxml
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/unsubscribeScen arios/polling/disconnectResubscribeTest.mxml
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/unsubscribeScen arios/polling/multipleDisconnectsResubscribesTest.mxml
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/unsubscribeScen arios/streaming/
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/unsubscribeScen arios/streaming/disconnectResubscribeJMSTest.mxml
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/unsubscribeScen arios/streaming/disconnectResubscribeTest.mxml
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/unsubscribeScen arios/streaming/multipleDisconnectsResubscribesTest.mxml

    Revision: 3687
    Author: [email protected]
    Date: 2008-10-16 11:23:39 -0700 (Thu, 16 Oct 2008)
    Log Message:
    Add some messaging tests for scenarios that involve subscribing to a destination, disconnecting from the channel currently being used and resubscribing to the destination. There is an issue that is causing the streaming/multipleDisconnectsResubscribesTest.mxml test to fail that I will log a bug for.
    Added Paths:
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/unsubscribeScen arios/
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/unsubscribeScen arios/longpolling/
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/unsubscribeScen arios/longpolling/disconnectResubscribeJMSTest.mxml
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/unsubscribeScen arios/longpolling/disconnectResubscribeTest.mxml
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/unsubscribeScen arios/longpolling/multipleDisconnectsResubscribesTest.mxml
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/unsubscribeScen arios/polling/
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/unsubscribeScen arios/polling/disconnectResubscribeJMSTest.mxml
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/unsubscribeScen arios/polling/disconnectResubscribeTest.mxml
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/unsubscribeScen arios/polling/multipleDisconnectsResubscribesTest.mxml
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/unsubscribeScen arios/streaming/
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/unsubscribeScen arios/streaming/disconnectResubscribeJMSTest.mxml
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/unsubscribeScen arios/streaming/disconnectResubscribeTest.mxml
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/unsubscribeScen arios/streaming/multipleDisconnectsResubscribesTest.mxml

  • Fault message in synchronous scenario

    I defined an integreationprocess with synchronous send step and an exception branch.
    And I specified an exception for a fault message which I defined in the synchronous interface.
    My problem is, that the exception is not triggered by application errors. The integrationprocess is canceled, although I defined an alternative way in exception branch. I can´t figure why exception isn´t triggered, but I have an assumption.
    This is the inbound fault message from receiver:
      <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
      <fault:AuthException xmlns:fault="urn:vwservices">
      <fault:messageText>Session Token expired or not valid</fault:messageText>
      </fault:AuthException>
    But in interface mapping, when I execute a test run for fault message, the message looks like:
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:AuthException xmlns:ns0="urn:vwservices">
       <ns0:messageText/>
    </ns0:AuthException>
    The xml messages are different because of namespace. Is it the problem, why the exception isn´t triggered?
    For this scenario I use a WSDL File from receiver system, which means that, I did not create the fault message myself.
    Thanks for your help!

    Yes, I have assigned the same name.
    I made a test with the system error.
    Before testing I assigned my exception handler (the same as for application errors)  in the send step under item "System Error".
    Then I manipulated my message mapping, so that an system error will be created.
    This szenario works fine. After system error the exception branch was executed.
    I´m truly desperate, because the Application Error don´t work.

  • Restartable message in synchronous scenario

    Hi experts,
    I have a <b>synchronous</b> HTTP-XI-RFC scenario. Since this is a synchronous process, no queue will be kept and the message can't be restarted. So I clearly know that if in any case XI is down, sender system will received either a runtime error or timeout error (correct if I'm wrong).
    The thing is the sender system wants XI to take charge of the queue. This is due to sender system can only send one time of request, and need the response immediately. So if any error happen for example if XI is down, they wants the process to resume back at XI side.
    I'm thinking is BPM able to solved this problem? like by using a sync/async kind of design. Or is JMS adapter is the better choice?
    I've been cracking my head for many days, hope someone can kindly enlighten me.

    Moon,
    In your above case its possible by restarting the BPM. But i'm not sure how it works. Bcoz the sender is synchronous after some time if it didn't get any responses it will error out saying Timeout exception. After restarting the BPM I don't know how does it works!!!
    I haven't worked on such scenario. In my case the scenario is different  Sender SOAP --->XI -
    >Synchronous Webservice -
    >Response to JDBC.
    In the above scenario if it fails at calling the webservice we will use restart BPM. It will go thru perfectly. But in your case the sender itself is synchronous.So I doubt!!!
    Please wait for other friends replies!! It will help you.
    Best regards,
    raj.

  • Error Message - No ALE scenario active in Profit Center Accounting

    Hi Friends ,
    I am uploading Profitcenter master using LSMW  Bapi method .  I am getting error message  " Getting error "No ALE scenario active in Profit Center Accounting"    in  step - IDOC Processing  of LSMW .
    I hope i am missing some specific settings for this requirement , any suggestions willl be highly appreciated .
    yah i have chekced the same query in sdn , but did not find any solution to that so i am posting this query .
    Thanks
    Prabhdutta

    Resolved by  BDC .

  • Acknowledgement message for Async scenario...

    Hello All,
    I am working on Asynchronous scenario (IDOC -> File). I have confirgured all the things properly. My problem is when i execute the idoc everything is working fine file got created at FTP. But in sxmb_moni i am getting success message with still wating for acknowledgement "?".... Where i have did the mistake.. as this is async scenario this message is not expected.
    Is there anyone who had faced such problem... Please let me know..
    Thanks for all your help in advance...

    Hi Siddhesh,
    By default, Sender IDOC adapter requests IDOC acknowledgement from receiver adapter, when we send IDOC to XI. In your case, System acknowledgement sent by File adapter is converted in to ALE audit message and sent to sender system.
    If you want to receive acknowledgement then you need to configure IDOC receiver communication channel.
    Refer to this good blog
    /people/saravanakumar.kuppusamy2/blog/2005/01/20/configuration-tips-for-a-business-serviceintegration-process-to-send-back-ale-audit-idoc
    From the above blog....
    At times, there could be a scenario where in we do not need the ALEAUD IDOCs to be got back.
    To acheive this add the PORT,CLIENT and MESSAGETYPE to the table IDXNOALE.Use transaction SE16 -> specify the table name "IDXNOALE" and then choose create new entries.Specify the values for PORT, CLIENT and MESTYPE fields, save the entry.This procedure helps switch off ALEAUD IDOCs from being sent back to the sender SAP system.
    Best Regards,
    Divyesh

  • ACK Aleaud messages in IDoc2IDoc scenario

    Hi,
    I'm working on an scenario IDoc2IDoc, with a simple BPM in XI. A sends idocs to B going through XI and a BPM.
    Does anybody know if it's possible to make XI route the ACK messages (ALEAUD) from B to A? It works fine if there's no BPM in the middle, but it seems that when there's a BPM XI tries to route from B to the BPM first, as I can see the ACK message (the one associated with the original BPM to B) appearing in the sxmb_moni with the message "Acknowledgement message stopped".
    Thanks!

    Hi Jorge
    XI wont receive ACk as normal message other than using IDX_ALEREQUEST.
    As XI understand this ACK and ACK to itself. You need to execute this and set sender port and client to make this as message instead of ACK.
    Thanks
    Gaurav

  • Where to find detail message flow in scenario of AQ to DB adapter?

    I have installed hub, aq and DB adapter. The repository, adapters seem to be run fine. I put some messages in AQ and found out that there were no messages appeared in DB. The messages could be found in AQ_OUTBOUND_QUEUE. Sine there is no error message in adapter log files(trace is turned on), I am not sure it's the hub problem or adapter problems. Where should i check the message flow so to decide the problem?
    Any constructive advice is welcome.

    Hi Johnson,
    Have you set the queue to the event in the deploy tab of AQ application in iStudio? If not then please set your OUTBOUND_QUEUE to the corresponding event and then do push metadata after starting the adapter. You can have a look at "Appendix A -> Deployment -> Setting Queues" of Interconnect User guide for this.
    regards,
    Sandeep

  • Quicklook error message in one scenario

    My wife composes an email and adds an attachment. She then right-clicks and invokes Quicklook to verify she added the correct attachment. Quicklook fails and offers this message:
    (Said attachment) fails to attach; verify your downloads folder exists and is writable.
    It does exist. It's read and write for my wife.
    Now, if you SAVE AS DRAFT and hit the QUICKLOOK BUTTON, it works fine. But then, adding the SAVE AS DRAFT workaround defeats the 'quick look'.
    Is this a MS office bug?

    I think it's an office/SL bug. I say this because I took a .doc which didn't appear in Quicklook, converted it to Pages, and that file did appear in QL.

  • OT: How can I manage a "Please Wait" message with this scenario?

    I have a page which allows you to paste in a potentially
    large list of zip
    codes.
    When you submit this page, the list is de-duped, and then
    checked against a
    table of ~22,000 zips for matches.
    Where and how in this process could I bring up a "Please
    Wait" message while
    the transaction is being completed?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================

    > you could also just use the PVII script on body load to
    show the
    > appropriate div - you could change the name in the" with
    the appropriate
    > switch statement.
    Ew. Double ew.
    I'm going to let it ride as is, until someone complains.
    Thanks for the
    neurons, though. Do you need them back? Or I should say, "you
    DO need them
    back"!
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "crash" <[email protected]> wrote in message
    news:[email protected]...
    > you could also just use the PVII script on body load to
    show the
    > appropriate div - you could change the name in the" with
    the appropriate
    > switch statement.
    >
    > It's my belief that some of your html elements will be
    able to show while
    > others are still being built. I guess I could be wrong
    on this, but I
    > think practically I'm right (ie, you can see elements on
    my page building
    > before the page is completely done).
    >
    > HTH,
    >
    > Jon
    >
    > "crash" <[email protected]> wrote in message
    > news:[email protected]...
    >> summation:
    >> In your SQL, at the bottom of the statement, you
    should be able to put a
    >> javascript call that will re-structure the
    visibility of the elements
    >> according to the variabels returned by the SQL. One
    page, reloaded once.
    >>
    >> My switch statement got a little convoluted. You
    should be able to just
    >> set one variable, or set one number and go from
    there (ie, if $v=3, hide
    >> other two), but i've not had any coffee or caffinne
    yet.
    >>
    >>
    ===========================================================
    >> Is the code in the third message on this post from
    the originating page?
    >> I took that it was, that it had a form, that form
    reloaded the same page?
    >>
    >> If so, you should be able to put a switch in there:
    >>
    >> switch($stage){
    >> case "upload":
    >> #this should be once the form has been completed
    >> $status=1; //status equal one, two or threee is one
    method you could
    >> use.
    >> break;
    >> case "complete"://you could aalso set a variable for
    each section, i
    >> think the one above is better, but this one made
    more sense right now,
    >> lol.
    >> #show the results,
    >> $resultsState="show";
    >> $formState="hide";
    >> $waitState="hide";
    >> break;
    >> case default:
    >> #empty, or first state, show the form to upload the
    data
    >> $live="form";
    >> break;
    >> }
    >>
    >> then, below:
    >>
    >> <div id="form" class="<?php echo $formState
    ?>">
    >> <form>
    >> whatever
    >> </form>
    >> </div>
    >>
    >> <div id="wait" class="<?php echo $waitState
    ?>">
    >> <img src="img/wait.gif" />
    >> </div>
    >>
    >> <div id="results" class="<?php echo
    $resultsState ?>">
    >> <h1>Results</h1>
    >> <p>stuff here</p>
    >> </div>
    >>
    >>
    >>
    >>
    >>
    >>
    >> "Murray *ACE*"
    <[email protected]> wrote in message
    >> news:[email protected]...
    >>>I can do that. I'm worried about passing the zips
    array (which has been
    >>>exploded from the input) to the process page. How
    would I best do that?
    >>>
    >>> --
    >>> Murray --- ICQ 71997575
    >>> Adobe Community Expert
    >>> (If you *MUST* email me, don't LAUGH when you do
    so!)
    >>> ==================
    >>>
    http://www.dreamweavermx-templates.com
    - Template Triage!
    >>>
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >>>
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >>>
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    >>> ==================
    >>>
    >>>
    >>> "crash" <[email protected]> wrote in
    message
    >>> news:[email protected]...
    >>>> THis is how I see the process, I guess I
    might not be following you:
    >>>>
    >>>> 1. User goes to form page, to submit zips.
    >>>> 2. User completes form, hits upload
    >>>> 3. Page refreshes itself, publishes please
    wait message (ie, could you
    >>>> not put an if [form submit] is true, echo
    this image, then begin the
    >>>> sql calculations)
    >>>> 4. As the calculations are finished, toggle
    visibility of image off,
    >>>> toggle div with results on.
    >>>>
    >>>> If that doesn't work, sorry, I completely
    misunderstand and will leave
    >>>> you be.
    >>>>
    >>>> "Murray *ACE*"
    <[email protected]> wrote in message
    >>>> news:[email protected]...
    >>>>> But then there's no opportunity to slam
    the waiting message up
    >>>>> there....
    >>>>>
    >>>>> --
    >>>>> Murray --- ICQ 71997575
    >>>>> Adobe Community Expert
    >>>>> (If you *MUST* email me, don't LAUGH
    when you do so!)
    >>>>> ==================
    >>>>>
    http://www.dreamweavermx-templates.com
    - Template Triage!
    >>>>>
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >>>>>
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >>>>>
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    >>>>> ==================
    >>>>>
    >>>>>
    >>>>> "crash" <[email protected]>
    wrote in message
    >>>>>
    news:[email protected]...
    >>>>>> couldn't you just have it reload the
    same page (isn't it anyway?).
    >>>>>>
    >>>>>>
    >>>>>> "Murray *ACE*"
    <[email protected]> wrote in message
    >>>>>>
    news:[email protected]...
    >>>>>>> Thanks, Joe. This troubles my
    mind, either way!
    >>>>>>>
    >>>>>>> --
    >>>>>>> Murray --- ICQ 71997575
    >>>>>>> Adobe Community Expert
    >>>>>>> (If you *MUST* email me, don't
    LAUGH when you do so!)
    >>>>>>> ==================
    >>>>>>>
    http://www.dreamweavermx-templates.com
    - Template Triage!
    >>>>>>>
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >>>>>>>
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >>>>>>>
    http://www.macromedia.com/support/search/
    - Macromedia (MM)
    >>>>>>> Technotes
    >>>>>>> ==================
    >>>>>>>
    >>>>>>>
    >>>>>>> "Joe Makowiec"
    <[email protected]> wrote in message
    >>>>>>>
    news:[email protected]...
    >>>>>>>> On 23 Oct 2006 in
    macromedia.dreamweaver.appdev, Murray *ACE*
    >>>>>>>> wrote:
    >>>>>>>>
    >>>>>>>>> LOL - OK, see, I was
    hoping to avoid breaking it into separate
    >>>>>>>>> pages
    >>>>>>>>> like that, but that way
    looks like it'll work....
    >>>>>>>>
    >>>>>>>> You can just re-call the
    page which processes the form data, and
    >>>>>>>> check
    >>>>>>>> whether or not the
    processing has been done:
    >>>>>>>>
    >>>>>>>> <?php
    >>>>>>>> if ($dataWasProcessed) {
    >>>>>>>> echo '<h1>Thank you
    for using Murray's Data Processing</h1>';
    >>>>>>>> } else {
    >>>>>>>> // Code to process form goes
    here
    >>>>>>>> // Code to re-call page with
    $dataWasProcessed set goes here
    >>>>>>>> // How to set that var left
    as an exercise for the reader
    >>>>>>>> }
    >>>>>>>>
    >>>>>>>> Personally, I find that it
    troubles my mind less to do such things
    >>>>>>>> in
    >>>>>>>> separate files.
    >>>>>>>>
    >>>>>>>> --
    >>>>>>>> Joe Makowiec
    >>>>>>>>
    http://makowiec.net/
    >>>>>>>> Email:
    http://makowiec.net/email.php
    >>>>>>>
    >>>>>>>
    >>>>>>
    >>>>>>
    >>>>>
    >>>>>
    >>>>
    >>>>
    >>>
    >>>
    >>
    >>
    >
    >

  • Handling end dialog message in async trigger scenario

    I have ServiceA which send message to Service B.  Service A lives in a sql trigger and doesn't wait for a response from Service B.  Service B pulls the message off the queue and closes the dialogue.  This generates an End Dialog message that
    was intended for Service A but Service A has long since moved on.  Is it ok for service B to subsequently process the End Dialog message in this scenario?
    Service A context = Sql Trigger
    Service B context = .NET windows service manually calling TSQL Receive

    For 10-20 times a day, it seems an overkill to reuse conversations.
    Guess I could have an activation sp look for EndDialog messages and close them and skip all other message types (the rest would be de-queued / processed by the windows service).
    Nope. You should only see the EndDialog messages. Keep in mind that this is the queue for the
    initiator. The Windows service should not touch this queue. It should read the target queue.
    You should really only see EndDialog messages on in that procedure, but there could be error messages as well. It can be a good idea to log these somewhere, to make troubleshooting easier.
    Erland Sommarskog, SQL Server MVP, [email protected]

  • Reciver File channel unable to get message from Xi in file- file scenario

    Hi All,
    I have done a small File to File scenario.
    Sender file adapter receiver the file and gives it to XI, then deletes the file from that directory.
    Receiver is unable to get the file.
    I have a message mapping defined for the receiver which concatenates two fields from one message type and transforms it to another.
    I have configured the scenario.
    When I check the adapter stats Sender channel picks the Xml deletes it from the directory.
    <b>Sender channel:</b>
    Sender Adapter v1014 for Party '', Service 'SourceFileBS':
    Configured at 04:25:50 2006-06-03
    Up and running: Last message processing started 05:10:50 2006-06-03
      last poll interval started 05:10:50 2006-06-03
      length 60,000 secs
    <b>Receiver channel:</b>
    Receiver Adapter v1027 for Party '', Service 'TargetFileBs':
    Configured at 04:25:50 2006-06-03
    Up and running - no message processing until now
    I configured the scenario (receiver agreement, determination, sender agreement, and interface determination).
    Instead of Business systems, I Configured Business services (Virtual) for inter company communication.
    XI is unable to give the message to the receiver channel.
    Please help me to debug the scenario.
    Regards,
    Meher

    Hi All,
    Thanks for all your Responses.
    I see a high payload in my monitor belonging to some other process ( shipped with XI) MAT_LEGACY.
    The scenario which I executed is showing up a status of <b>scheduled</b>
    Adapter has picked the message at 01:59:37 2006-09-12
    and start time and the end time of the message is shown as
    01:59:37 2006-09-13 in the XI monitor with a status of scheduled .
    can I purge the sceduled messages for MAT_LEGACY scenario?
    if yes how do i do that?
    is this causing a problem for the file not being received by receiver?
    when i go to the transaction manager with SMQ1 with the client 100 i see the queue on which the above message is persisted with a queue status of ready.
    help me.
    Regards,
    Meher

  • Require some complex logic scenario in message mapping

    Hi all,
                 I need some complex logic scenarios for practice in message mapping . Kindly forward some links for message mapping logic scenarios.
    Thank you so much in advance.

    always search sdn first....
    http://wiki.sdn.sap.com/wiki/display/XI/MappingConceptsinSAPXI

Maybe you are looking for

  • Conditiuons needs to be ZERO for creating third party sales order.

    Hi Friends, we are creating third party sales order, which triggers PO automatically based on the outline agreement. before saving the PO , i needs to set ZERO for cretain condiations. please let me know how to solve this.  means any user-exits are t

  • Download of osx mountain lion not started

    i bought mac osx mountain lion online at app store but it have not started downloading the machine in which i am downloading has already mountain lion installed plz give some solution t&R Sachin

  • New iMac not seeing iWeb

    I published my iWeb website with an iMac I purchased earlier in the year. I just bought an Intel based iMac a few months ago and when I start up iWeb my website will not come up to edit or add to. I synched up with iDisk, etc so what am I doing wrong

  • InDesign CS5.5 Crashes on launch

    need any help.  what is the problem with my adobe indesign. http://pastebin.com/hS3k4w9z

  • How to find the frames-per-second of a Quicktime movie using Applescript?

    Is there a way to find out the real-time "frames per second" of a Quicktime movie? The only Applescript movie properties in Quicktime which I have found to be useful are "duration" and "time scale". The real-time duration of the movie in seconds is f