Message Aggregator Question

I have an instance where I need 2 sender file adapters to send XI 2 different files (layouts are different).  XI then needs to combine and map the messages from these two files into a single IDoc for each combined message.  I know in a multi-mapping I can do it either with a BPM or without.  When "aggregating" messages I know I can do it with a BPM.  My question is does anyone know of a blog that exists where someone has accomplished this without the need of a BPM (and if there are any good blogs which cover how to aggregate with a BPM that would be helpful as well).
Thanks!

Shaun,
As you can see here, [Multi-Mappings|http://help.sap.com/saphelp_nw70/helpdata/en/21/6faf35c2d74295a3cb97f6f3ccf43c/content.htm], you can not do the Message-Merge (n:1) mapping w/o BPM.
Using the BPM, you can refer to the pattern 
BpmPatternCollectMultiIf - [Collecting and Bundling Messages - Multiple Interfaces|http://help.sap.com/saphelp_nw70/helpdata/en/0e/56373f7853494fe10000000a114084/content.htm]
I suggest that you schedule your sender adapters at around same time..so that the BPM doesn't have to wait too long to process them. If you can not ensure that, then you can use [Event-Driven Message Processing|http://help.sap.com/saphelp_nw70/helpdata/en/7a/00143f011f4b2ee10000000a114084/content.htm] to wait for both the files to be picked up before they are sent to BPM.
praveen

Similar Messages

  • Message split questions

    Hi Guys!
    First I need a confirmation for following assumption:
    To create multiple messages of same type (without BPM) I set the inbound interface to 0..unbounded in the if-mapping and I also set the target message to 0..unbounded in the message mapping. If I want to create one message per let's say "ITEM", I map ITEM to the root node of the target message and there will be one message per ITEM. Is that right?
    Then I have a question concerning the processing order:
    Are the messages processed in the order they appear in the message mapping?
    Last question:
    Does the message split within the if-/ message mapping also work with synchronous processes and with jdbc adapter?
    Thanks in advance!
    Karsten

    Karsten:
    In anwsering your first question, it is 1:N multi-mapping scenario, noticed that your target message is just single type.
    1. In your message mapping, go to "message" tab, change your target message to 0:unbounded
    2. In you Interface mapping, change to inbound interface to 0:unbounded, mapping program need to be specify your message mapping
    3. In your message mapping, you want each 'ITEM" in your source message to generate each target message:
    you need to map: ITEM  --->  Target_Message_Type.
    Hope this answer your first question as well.
    Liang

  • BPM Message Flow Question

    My scenario involves a BPM, the BPM retrieves via Receiver JDBC(Sync Call) some data using two fields of the initial message, the response message from JDBC have one field I want to map that field to the initial message in order to keep in one message all fields, my question is the content of the initial field will be lost by the moment of response mapping?

    Hi Ruben,
    You can make use of Container Variables and then you can use it . If you want to append assign the fields into different messages
    With the help of Container operation, you can assign the values.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/59/e1283f2bbad036e10000000a114084/frameset.htm
    Hope it helps,
    Regards,
    Moorthy

  • Message Tracking Question

    We installed a C150 in our office and we enabled Message tracking on the day we installed the device. However when we try to find messages all the way back to October (the 13th, the day we installed it) there were no results found. At the top of the message tracking page we have this:
    Available Time Range: 13 Oct 2008 15:04 to 23 Dec 2008 12:50 (GMT -0500)
    Data in time range: 99.98% complete
    Is there any way we can track messages back that far?
    I do have a support case open, but I wanted to see if anyone else has that issue.

    The following article is in the knowledge base:
    Earliest 15% of Tracking Data Is Not Currently Available for Querying
    Question
    Why does the "Available Time Range" appear to be missing the oldest data?
    Answer
    This is a known centralized message tracking issue in which the earliest 15% of tracking data is not currently available for querying. However, the appliance retains the data, and the data will be available for querying after this issue has been resolved.
    A future release will provide access to 100% of the time range in the tracker database.
    This is Defect ID 39471.
    Hope this will explain your problems (the only way to find the missing part is via the CLI-find/grep command).
    Peter

  • Messaging App Question

    Two questions - is there any way to replace the device messaging app in the lower bar with a different messaging app that I've installed?  Second, how do you turn off the messaging notification "ticker" that displays in the top right corner of the messaging app showing the number of unread messages.  I don't use this app because I can't change the font, so I never read my messages from there and the number just keeps growing.

    lkennedy102 wrote:
    Two questions - is there any way to replace the device messaging app in the lower bar with a different messaging app that I've installed?  Second, how do you turn off the messaging notification "ticker" that displays in the top right corner of the messaging app showing the number of unread messages.  I don't use this app because I can't change the font, so I never read my messages from there and the number just keeps growing.
    Question 1...
    You should be able to press on the apps icon in the apps tray and drag it onto the dock to replace the icon, if that wont work press and hold on tray icon and you should get option to edit the shortcut.
    Question 2...
    This works with some devices, open messages app and press Menu / Settings / Notifications and see if there is a option to uncheck.
    Just realized you are talking about the number above icon - I Do not think this is possible with stock icon but some 3rd party apps has option for this..

  • Fmt:message returns question marks instead of unicode

    well, pretty simple problem.
    When i'm using <fmt:message key="someunicode"/>, the tag returns question marks instead of hebrew unicode string.
    The page displays unicode that isn't coming from the tags.
    The resorues files is ok too.
    Anyone knows something about it?

    Have you set the bundle for the fmt tag before you use the <fmt:message> tag?
    <fmt:setBundle var="mybundle" basename="resources.application"/>
    Then :
    <fmt:message key="my.key.message" bundle="${mybundle}"/>You can also the the bundle in the <fmt:message> tag.

  • Message conversion question.

    Hello All,
    How often do you guys see the necessity of having an application that converts messages, that are in one vendor format (for e.g Tibco), to messages that are in another vendor format (for e.g. MQ or SeeBeyond).
    -Sridhar

    Thanks for your reply zachwieja.....I have one more question that can be answered by you or any one....
    Is it very common to have a Java APP sending a message to a non java app.....if so, what is the commonly used message types used. As of I know, It should not be ObjectMessage containing a java Object....as C apps don't understand the format....
    Is it common to use ObjectMessage for communication.
    thanks,
    Sridhar

  • Message.RecipientType question

    Hey All, running a program that fires of mails. I have to, from, cc, subject, and the message as defined values.
    If I send an e-mail to distinct person 1 and cc distinct person 2 each get their mails. If the way the program executes, distinct person 1 is the "to" and that same person is the "cc" field, then that person only gets 1 total email. I keep thinking they should recieve two mails.
    So in situation 1:
    to: [email protected]
    cc: [email protected]
    both get mails.
    In situation 2:
    to: [email protected]
    cc: [email protected]
    [email protected] only recieves one mail.
    Is this intentional of javamail or am I missing something completely.

    Hi sjtsjt,
    If you send an email to a person and CC the same person, the person will only received one mail, This has nothing to do with the code but with the mail server.
    I hope this answer your question.
    Jmaritz

  • Weblogic Messaging Bridge Question

              I am using the Weblogic Messaging Bridge and I have a question regarding Transactions.
              I am using the bridge to integrate MQ Series with Weblogic JMS.
              If I want to send messages over the the bridge and have it wrapped in a transaction
              do I wrap my code where I send the message across on the Queue within a User Transaction
              or do I wrap it in a Global Transaction?
              

    Anuj,
              In your situation, if I remember correctly, use a JTA transaction to post
              the message to WL queue. Make sure that the bridge is configured with XA
              connection factory to move the message to MQ. The bridge will start an
              internal transaction and synchronously move messages to MQ and then it's
              upto your adapter code to dequue the message from MQ within transaction.
              On the receiving side, the adapter would put the message in MQ
              (transationally if you prefer), the bridge would move the message to WL
              destination within a transaction (assuming it is configured correctly). You
              could then use a MDB with container transaction to dequeue the message and
              invoke your business logic.
              Feel free to send me an email if you have further questions. You can also
              contact Helen. I am on the road, so I would not have access to my emails
              until I get back to the hotel.
              Once you are ready to move to 7.0 we could come back and see what hop can we
              remove.
              Hope this helps.
              .raja
              "Anuj Mehta" <[email protected]> wrote in message
              news:[email protected]...
              >
              > I am using the Weblogic Messaging Bridge and I have a question regarding
              Transactions.
              >
              > I am using the bridge to integrate MQ Series with Weblogic JMS.
              > If I want to send messages over the the bridge and have it wrapped in a
              transaction
              > do I wrap my code where I send the message across on the Queue within a
              User Transaction
              > or do I wrap it in a Global Transaction?
              >
              >
              

  • Aggregation Questions

    Hi there
    Got a couple of questions about OWB 10g R2 aggregations.
    #1 When I create a cube with aggregations, I cannot for the life of me determine how the aggregations are actually implemented.
    Are they implemented by separate tables? materialised views?
    So far, when I browse the schema, I can't see any extra database objects created for the purpose of providing aggregates.
    #2 I have seen this problem posted by a number of people, but have not yet seen any answer on how to overcome it.
    When I create a cube, for some measures I would like to "SUM", for others I would like to "AVERAGE" and for columns such as degenerate dimensions (i.e. Transaction_ID) I would like to have no aggregation at all.
    Can anyone tell me how to achieve this using the OWB Cube object???

    Hi
    Answer to the second question:
    In Design Center you have to double click in Project Explorer on the cube you want to examine. Than Data Object Editor is launched. To change the aggregation function of certain measures you have to select Aggregation tab in the low right corner. Than in the Measures panel select the measure that you want change aggregation function for. You can now change aggregation for that measure in panel: Aggregation for measure xxx.
    Regards
    Peter

  • SSAS aggregation question.

    I have a SSAS cube dimension with hierarchies - Country, State, City, Street.
    I have two measures (Price and Quantity) that need to aggregate independently up to City level only. Product (multiplication) of these two measures at City level should then be aggregated for higher level hierarchies (Country, State).
    How do I do this in MDX?
    Thanks,
    J.

    Hi,
    Here is my question with example:
    Dimension Hierarchy -  Country, State, City, Street.
    Country      State  City     Street      Qty
    US             CA      City1    Street1    10
    US             CA      City1    Street2     5
    US             FL       City3    Street3     8
    US             FL       City4    Street4     4
    Country       State       Plan      Price
    US              CA           A         $100
    US              CA           C         $70
    US              FL            B         $50
    Calculated Measure at Country level = 100*10 + 100*5 + 70*10 + 70*5 + 50*8 + 50*4 = 3150
    This is different from SUM(Price)*SUM(Qty) as it would be - 220*17 = 3740.
    I want 3150 to be my answer at Country level.
    I can JOIN the two table using Country and State fields to get a Cartesian product and that could works. The issue is the fact table becomes too big.

  • Aggregation question

    http://bdn.borland.com/article/0,1410,31863,00.html
    Please have a look at the class diagram. The relationship of Order and OrderDetail is aggregation but how come the OrderDetail and Item is not? They also contains collection there. why?

    not sure why they don't show any collections as class members. my guess is because this is an example, not a detailed specification. if you did it out in all its glory you'd include more than you see on this diagram.
    i agree that there's no reason for OrderDetail not to use aggregation/composition with Item. my guess is that this is a teaching example, not a rigorous specification.
    i'd take this link as an example, a teaching exercise and nothing more. it's good that you're questioning what you see, because it implies that you have enough insight to think about the problem for yourself. but if this is your first tour through UML don't worry about it. suck up those main ideas and start using them for yourself.
    %

  • Aggregator Questions

    I have been looking through posts and tutorials but have not found the answer to a few questions about Aggregator.
    Background
    I have 7 projects each with quiz materials inside them I would like to aggregate.
    If someone starts an aggregated project and leaves it before it finishes, can they resume or do they need to start over?
    If each project has a quiz that needs to be passed before they can move on to the next project and reports back to the quiz results analyzer tool, will I have any problems with this?
    Can someone move ahead in the TOC or can you prevent someone from clicking on TOC items until they have been viewed like you can in a normal project?
    Would it be better to daisy chain the projects instead?
    Thanks in advance
    David

    That's what Adobe's Multi-SCORM Packaging tool does.  It came by default with Captivate 4, but only if you bought the entire E-learning Suite 2.0 or 2.5 thereafter.
    With a Multi-SCO package you do not try to create a single TOC for all modules as you do with the Aggregator.  The LMS is supposed to create the overall TOC to get to each module.  Within the module, once it is launched, you can have the normal Captivate TOC.

  • .99 cent plan and messaging bundle question

    all my friends have verizon and i only planned on texting so i got the basic plan(no fee) and the messaging bundle. now that ive really thought about it i want to get the 99 cent plan so i can talk to all my friends.
    so my question is,
    if i have the 99 cent plan will it only charge me on days i CALL people OR will it charge me 99 cents even if i only text that day even though i have the messaging bundle(10 dollars a month)?

    I have been a prepaid person for 10 yrs and have had verizon prepaid for 2 yrs. I have the core plan which is the 99 cent plan, you can take my word for this you only get charged 99cents when you make a phone call or receive a phone call, it does not have anything to do with texting, texting is considered Data, the phone is considered Voice,  so in answer to your last question
    i got 2 differant answerd so i dont know which one is right.
    ok so say i buy a 15 dollar card. they take the 10 dollars for the messaging bundle. this leaves me with 5 dollars.
    the first day i call someone and get charged the 99 cent fee. now im left with 4.01 dollars. the second day i DO NOT call anyone, BUT i text my friends, will i still be charged the 99 cent daily access fee even though i have the messaging bundle?
    If you use a 15 dollar card and take the 10 dollars for the messaging bundle that leaves you with 5 dollars and if you make a cell call or receive a cell call your balance would be 4.01 it does not matter how many texts you send or receive as long as you have a text pkg. the balance would still be 4.01 and the end of your 30 days as long as you don't make or receive another cell call.  I use the 30 dollar card because you get 90 days for 30 dollars and with the 10 dollar text pkg if you don't make any phone calls you get 90 days of texting. Its like getting one month free, 15 dollars every 30 days would come to 45 dollars,  Hope this answers all your questions.  A note about the core plan - remember if you call after 9:59 or on weekends you pay the 99 cents plus 10 cents per minute, That is listed  in your booklet and also on the prepaid plan for the Core (99 cent plan)

  • IPad Mini 2 and iPhone 5s message syncing question

    My friend and I were on vacation in Japan over the last two weeks. He took his Verizon iPhone 5s with him to Japan, but left his iPad Mini at home. While in Japan, his nephew sent him a text message. It was received on the iPad Mini which had service, but not on the iPhone which did not have service in Japan. The Verizon phones apparently aren't compatible with the cell systems in Japan. He never connected it to wifi either which was an option. My question is should the messages received on the iPad sync once he has returned home? My thought is that they would not, but I wondered if anyone had a definitive answer.

    What are you trying to accomplish? Connecting a phone to a Mac is only supported for tethering.
    Barry

Maybe you are looking for

  • External Drive crashed-how to restore from Time Machine?

    I've been using TM to back up my internal, as well as an external drive. The external has been acting a bit flaky the past week or so, and I think it just bit the dust. How do I go about just restoring the data that was on it to a new external HD? I

  • Downloading files from a time capsule

    What kind of cord do I use to connect a time capsule to the macbook air I'm transferring files to?

  • After R12 clone, Source SID appears in users' personal homepage

    Hi, After cloning an R12.1.3 instance, users logging into the Target instance see the name of the Source instance in the banner of their personal homepage. How can this be rectified? Apps dba's have run all standard cloning processes (in Cloning Orac

  • Mac Mail now 1000 inBox emails and counting

    This is weird. Mail will not QUIT so I have to force quit. When I delete duplicates they come back, and dupliate again. I have moved the MessageUidsAlreadyDownloaded2 to my desk top and tried (nothing), I have rebuilt mailbox (nothing). It started la

  • Curves adjustment Bug

    I have PS 6.0.1. yes I know its an old version but it does everything i require so I have no need for upgrade. One of the main function i use it for is adjusting curves. recently I have noticed when i open a jpg and select adjustment/curves. Photosho