Amount of used data per message

Hi
Can anyone tell me wether there is a way to see in XI 3.0 how much data a certain interface has used in a certain period, and wether this data can be exported to say BW?
I am figuring out wether it is possible to have way of billing per amount of used data or interface per department for messages sent.
Björn

Hi Björn,
you can try:
Performance monitoring from runtime workbench: 
and specify an interface name (if your depertments have different interface names for instance)
Regards,
michal

Similar Messages

  • Recordset per message for Header-Data-Trailer

    Hi Experts,
    I need to process a text file with the following structure:
    Header
      Record1
      Record2
      Record N
    Trailer
    How do i use Recordset per message to break the files into multiple files with EACH havign a Header and Trailer
    Thanks,
    Shobhit

    Hi Shobhit,
    I think it cannot be possible from File Content Conversion using Recordset per message.
    You should do that by means of multimapping 1:N
    Regards,
    Carlos

  • RecordSets per message

    Hi
    Im doing a file to file scenario with content conversion. I have 10000 records in the file and i need to split the file using Recordsets per message option. I gave the value as 1000. In SXMB_MONI im getting 10 messages with proper payload. but in the target directory i can see 10 different files with only one (first) record in  it.
    Im using this configuration
    Recordset Name = (left this empty)
    Recordset Structure = RECORDSET,1
    specified parameter ignoreRecordsetName to true
    Did i miss anything

    My source and target structure are same
       <Record>  -- 0 to unbunded
          <Row>   -- 0 ro unbounded
                <Type/>
                <Org/>
                <Datel/>
           </Row>
           <Row> 
                <Type/>
                <Org/>
                <Datel/>
           </Row>
             10000 nodes
       </Record>
    Im using the following in the CC
    Recordset Name:Record
    Recordset structure:Row,1000
    Recordset per message:1
    This is working fine. I mean ini SXMB moni im getting correct structure as expected. But the all the files in the target directory have only first 1000 records.. what i see in moni is different from what the files have

  • Recordsets per Message in File adapter

    Hello All,
    I am  using Recordsets per Message option in Sender file adapter. And my source file contains more than the specified in Recordsets per Message.
    Can you please tell me why it is not working
    Regards,
    Moorthy

    Hi,
    Please try to make small addition in your Sender FCC.
    Recordset Structure: Row,5000
    Recordset per Message: 1
    It will divide your file into 5000 records and generate separate messages.
    Hope this helps to you.
    Regards,
    P.Rajesh

  • Detecting message part after Recordsets per Message

    Hi !
    Scenario: File -> XI -> RFC
    Because of some big text files (about 30 or 40 mb) as input files, we need to use partition our files using Recordsets Per Message in the content conversion parameters of our file adapter (sender).
    We need to send to the RFC, the total number of messages that we are sending or at least, a flag to indicate that we are sending the LAST message.
    Example:
    one file has 21.000 records. We set the "recordsets per message" to 3000. Then XI will receive 7 messages with 3000 records each. When we call the RFC (receiver) after processing the 7th package, we need to send also a flag to indicate that that was the last message.
    Any ideas?
    Thanks !

    Hi Matias,
    There's a BPM pattern that deals with something like this. it's called BpmPatternCollectMessage and collects all messages of the same type until it gets a terminating message. so in your case you could define the terminating message as being the last / summary line of your input file (creating a new recordset type for that) and once you receive this message, which should be after the split up parts of your file, you could send out the RFC calls.
    Question is, how that will perform with large files.... probably not too well, although there have been some performance improvements to BPMs lately.
    Maybe you should try that as well and run a performance test against your solution with the Z Table. The problem with the Z table solution is, that you have to deal with the fact, that mappings can be executed more than once, in the case errors did occurr. so this can mean, that your function and hence the call to the Z table could occurr more than once for the same message. (remember mappings are stateless....)
    Regards
    Christine

  • Get amount of megabytes for the message transfer per day, month, year

    Dear experts,
    can you please tell me the name of the report which can be used to get the amount of megabytes for the message transfer per day, month, year etc.? I can't find it in our system.
    Best regards,
    David

    Hi,
    Check this blog: /people/gourav.khare2/blog/2007/12/12/interesting-abap-tables-in-xi-150-part-i
    SXMSPFRAWH: this table contains runtime performance data for successful message and sender and receiver information is stored as address id that derive information from SXMSPFADDRESS, from this table you can find out volume and latency also.
    Regards,
    Gourav

  • I need to find out how much wifi data my apps are using. I have a very limited amount of wifi data, and I am exceeding my monthly allowance. Apparently, even apps I think are not open are sending/receiving data through the wifi and using up my allowance.

    I need to find out how much wifi data my apps are using. I am on a very limited amount of WiFi data each month, which I am regularly exceeding. I have been told to work out which of my apps is using the data. Also, I think I have closed an app by double clicking the home button, then swiping the app up - is this the way to close it, or will it still be sending/receiving data?

    Go into your Settings : General : and turn off background refresh for your apps.  In Settings : Mail  turn Fetch new data to OFF and Load Remote Images to OFF.  This will mean that Mail will only check for messages when you actually use it, and all your advertising junk mail won't have all the images in it.
    Turn off push notifications every chance you get.
    Make sure you are actually quitting apps:  to quit apps press the Home button twice and you should see a bunch of smaller screen images for every open app.  To quit the app swipe from the screen image (not the icon) upward off the top of the iPad.  You can swipe left and right to see more open apps, but there must be no left-right movement on the screen when you swipe upward to close the app.
    Turn off your internet connection when you do not need it.  The easiest way to do this is to swipe up from the bottom of you screen to get the control centre, and then touch the airplane to turn on airplane mode.  You can repeat this sequence to turn it back on again when you need it.  Most especially turn airplane mode on whenever you are sleeping your iPad for long periods.  This will save battery life too.  OR actually turn your iPad off - which means holding the power key down for several seconds until the red swipe bar appears, and then swipe to turn it off.  If you go this route, note that it will take longer to turn on then it takes to wake from sleep.

  • FCC : use of  recordsets per message

    Hi experts,
    what is the use of Recordsets per message in FCC,
    where we will use this option,
    in what type of situations we will use...
    Thx in Advance
    John

    Hi John,
    what is the use of Recordsets per message in FCC,
    This Parameter Defines How many Records you wish to send per Message,
    where we will use this option,
    This option is very useful where you have huge volume data to be processed.
    This option will process the messages in small bunches there by improving the resource consumption.
    Thanks
    Sunil Singh

  • Importing form data per XML - Using the form interface?

    Hi!
    I'm developing interactive forms by adobe and I want to import my form data per XML file. The xml file and the email are created by my pdf document.
    Now this xml file has to be parsed by a report or something like this.
    Is it possible to use the form interface, I implemented, or do I have to parse it manually?
    I think it has to work with this interface because it makes the pdf and it "knows" what to import/export.
    Am I wrong with my suspicions or can you help me with this problem?
    Thanks & greets,
    Philip Gillißen

    I'm pretty impressed of Adobe and their stuff (I do NOT refer to the community), how helpful they are.
    Perhaps I didn't understand  the meaning on the offical customer support website, stating:
    The best way to contact us...  
    Ask our experts 
    Our community and staff are at your service 24/7
    Even worst, their is a similar question from 25/09/2013 (http://forums.adobe.com/message/5711946#5711946) and no feedback form Adobe stuff at all.
    Great service guys!
    Thanks a lot!

  • Calendar app in iPhone use relatively huge amount of cellular data

    I'm using a 500MB plan, so my cellular data is very limited. Each month I will check which app on my iPhone used most of the cellular usage, and the built-in Calendar always used the highest amount of cellular data.
    I already set the Calendar to sync to "Events 2 Weeks Back" only, and I installed Sunrise calendar and only use it to create new task, edit task, etc. So far Sunrise calendar is the only calendar app that directly access my iCloud calendar. So I can make a comparsion between the two.
    I reset the cellular statistics a week ago. Today, the usage of Calendar and Sunrise are as follows:
    Calendar: 23.9 MB
    Sunrise: 581 KB
    They are displaying the same amount of information, the only difference I think is Calendar use Push to keep updating itself, so it consumes this relatively huge amount of data. (>90MB each month!)
    I tried disable the cellular usage of Calendar in the past, but then I cannot see the most up-to-date information in the Notification Center. So at last I have to re-enable it again.
    Does anyone have similar problem? Is there any solution? Thank you!!!

    Hi Robert,
    Thank you for the comments but I somehow think we are miscommunicating.
    1) I have no problem backing up the phone locally (or to icloud if I wanted to)
    2) I have no problem turning on or off cellular data usage for any app on the phone
    3) I have no problem seeing what apps are enabled or how much cellular data they use
    My problem is the following
    APPLE's Notes app used 2.7 GIGABYTES of cellular data (before I disabled cellular data for this app) despite the fact I wasn't even using the app. I didn't change any setting for Notes, I didn't do anything with it except create one note on October 15. It would seem to me that this excessive usage is a bug or oversight in Apple's design of the app.
    The purpose of this post is to warn others of the potential issue and to see if this issue has been observed by anyone else and if there are any actual fixes. Disabling cellular data for the app is a work-around ... but will the problem begin again if cellular data is re-enabled?
    Your suggestion of erasing all content and settings and then restoring the phone from the backup sounds extreme but would it solve the specific problem of excessive cellular data usage and if so .. why?

  • I can't make or take phone calls, but i can message and use data. Has this happened to anyone else? I've gone through three Samsung Galaxy S5's in the past three days, two of which have this problem and one just stopped working all together.

    My phone doesn't have any cellular phone functions...but it CAN send text messages and access data. Has this happened to anyone else? I've gone through three Samsung Galaxy S5's in the past three days, the last two have this problem and the first stopped working all together. I've had new sim cards put in, ive done hard resets on the phone, i've rebooted the phone, done battery pulls, and tech support has reset the signal to my phone. Nothing has worked. (I just "upgraded" <- lol.... and my old phone IS turned off.)

    Im in 79707. So to recap my whole case: I upgraded my device using the verizon wireless website. I received my phone and switched my old SIM card from my Droid Razr Maxx HD into the new Galaxy S5. Everything worked fine until the next morning (May 31st) when I woke up and the phone wouldn't turn on. I took the phone to the local Verizon store and they were also unable to turn it on. They issued me a new Galaxy S5 (referred to as phone 2) and switched my SIM card into that one.
    With PHONE 2 i was able to make calls and receive calls, along with text and data for approximately four hours. After that, i was unable to use the phone function of the device, but text and data were still functioning. I took PHONE 2 back to the Verizon store where they attempted to hard reset the phone twice, they also installed two new SIM cards at the store. After this they would get the same error, which is the phone just reading "Dialing..." after attempting to make a call. The Verizon associate declared the phone "DOA" and issued me another Galaxy S5 (referred to as PHONE 3).
    PHONE 3 worked well, with phone text and data featured intact from when I received it on the after noon of the 31st until approximately 2:30PM on June 1st. I contacted Verizon Tech Support via Gmail phone to attempt the correct the problem. They reset the connection, had me do a battery pull, had me close the "phone" application, and erase the data and catche, then restart the phone. All of which had no effect. My phone is still able to receive texts and use data (even with wifi off) it simply cannot make or take phone calls. all it says is "dialing..." when I attempt to make a call. When other phones call my device it rings once on their end and directs them to voicemail, PHONE 3 does not ring on my end.
    I have made sure my old phone is completely powered down.

  • Does messages on an iPhone use data if no wi-fi available?

    Does messages on an iPhone use data if no wi-fi available?

    well isn't that obvious... wy do you need to ask this? how else will you send data across...or do anything like surf the web if wifi is not there... thru ether?

  • I lost my phone had everything backed up on icloud.got my new phone,went to retrieve my photos but it duplicated a certain amount therefore used the free 5 gb of data. purchased 16gb then but cant see my old photos or old iphone on icloud account

    I lost my phone had everything backed up on icloud.
    got my new phone,went to retrieve my photos but it duplicated a certain amount therefore used the free 5 gb of data. purchased 16gb then but cant see my old photos or old iphone details  on icloud account. it only shows the certain amount that duplicated but no old phone details or old photos.
    gutted all travelling photos

    If you have a backup of your old phone, the backup should include your camera roll photos.  Restoring the backup should recover them.  This explains how to restore an iCloud backup: iCloud: Restore your iOS device from iCloud.

  • Possible? Using External Definitions for data type/message type definitions

    Hi all,
    i want to use external definitons in my own data type definitions. Is that possible? And if yes, how?
    I imported many definitions via a mass import. Now I also want to use these definitions for further interfaces (than the imported ones). The most convenient would be of course to just use them as a custom created type. Can I somehow "convert" an external definition to a data type/message type?
    KR
    Felix

    Hello Felix,
          The External defination which you has been imported that cant use in DT and MT but yeah you can use this in Service interface.
    you cant modify that External defination if you want to do that then 1st of all modify it and then reimport it as an another external defination.
    and creating service interface with this ED you can use it in your message mapping .
    i hope this will help to you to clear your doubt.
    Monica

  • Why does "itunes accounts" use data with all settings OFF?

    Does anyone know how to keep "iTunes accounts" under system from using cellular data?
    I have already:
    1. Toggled OFF all settings in the "Use cellular data for" menu.
    2. Turned OFF all automatic downloads and any other options under iTunes/app store settings.
    3. Turned OFF Background App refresh.
    4. Turned OFF all options under iCloud sync menu.
    Right now, the only thing that keeps "iTunes accounts" from pulling cellular data is turning Cellular Data completely OFF, but I don't want to do this because I lose some messaging and voicemail functions and I need to be able to use Find My Phone. I have two identical iPhone 5c's on this account. One is running iOs 8.1.2 and the above settings control it's data usage nicely. The other phone is running iOs 8.1.3 and this one uses 50-100 mb a day even with all the above settings off and the phone almost always on wifi.
    I am aware that the phone will lose it's wifi connection when asleep, but that shouldn't be a problem if all the apps/settings are already set not to use cellular data. What am I missing. I've read a bunch of threads on this issue and they all suggest settings I already have OFF.

    My personal phone is on 8.1.2. My daughter's phone is 8.1.3.
    It is her phone that is currently having this problem, but I reported it under my account; sorry for the confusion.
    My phone has had some data problems in the past, but I have been able to control them by keeping almost all data options OFF and the overall switch ON. My usage is back to less than 50 mb per month which makes sense since my phone is almost always on wifi and I don't use data dense applications.
    Everything about my daughter's phone is the same as mine except for the 8.1.3 upgrade. She does use things like Instagram more than I do, but I have them all set to not use Cellular Data and the option to change these settings is locked. When I look at the usage on her phone, it isn't her apps that are pulling unexpected data; it's "iTunes accounts" under system services. All the options under iTunes/App Store (auto downloads, home sharing, etc.) and all the iCloud options are already OFF.

Maybe you are looking for

  • Shipping point error while creating delivery for subcontracting order

    Hi, I am trying to send Materials Provided to a Subcontractor via an SD Delivery using std SAP functionality using IDES preconfigured system. In transaction ME2O, while creating delivery, i am facing following error: Essential transfer parameters are

  • Reading multiple records in file adaptor

    Hi, I am trying to read records from one file and write them in another file. But the thing happened is it ready and write only first record. I check in the Audit... At receive it reads all three records, but in transform it takes only first record.

  • Set up table contains the enhanced field information?

    Hi Experts, I am enhancing a field in the datasource 2lis_11_vaitm, Things i did : 1.Enhanced the ext.structure with the required field. 2.Activated the ext.structure. 3.Witten the logic in the CMOD. 4. Deleted the Setup table and refilled. Now my qu

  • Intel-chip Compatibility Problem

    Question: I downloaded a cheap RPG that I used to play on my old mac (Realmz from Fantasoft.com), and it won't work on my new Macbook Pro. Is there any easy way, besides getting Windows XP on my Mac, to play this game? Is there any Mac software I can

  • JSF (RI) app hot-deploy memory leak

    I have a standard JSF (RI) based web app that appears to be working just fine in terms of functionality. However, I believe that there is a memory leak associated with the sort of frequent hot-deploy cycles that are typical during a normal developmen