Data being sent out every hour

We have an iphone 4s that is sending data out every hour. We noticed it when our data plan used 3G in 3 days! Any suggestions on why this is occuring, before we take the phone in the Apple store?

You have an app that is using data. If you are going by the carrier's report you don't know if it is sending or receiving, as most carriers lump all data together. You need to use the Usage info in Settings/General/Usage.
The built in apps get small amounts of data on a periodic basis, but it is a few KB. Anything more than that is either email or some other app. Music streaming apps could use that much, and the do not terminate when you exit them. Facebook can use a lot of data if you subscribe to a lot of notifications.

Similar Messages

  • Wrong data being sent thru XI

    Hi All
    I have a strange problem. This is the scenario:
    Employee related changes are to be sent to payroll every night. We have a report which fetches all the changes in employee data on that pirticular day. It would call the proxy and send all the data thru XI.
    By debugging the report, i came to know that the report is fetching the correct data and sending that data by calling the proxy. But, when the scheduled job runs every night which runs this report, wrong data is being sent across. Completely different data is being sent during the job execution. What might be the problem?
    The report when run manually, is fetching right data and sending it. But, when it is run as a scheduled job, wrong data is being sent. I checked the job details, and everything seems to be fine. What all can i check?
    Many Thanks
    Chandra Sekhar

    > Variants seems to be fine. I checked them again.
    > Completely different employee data is being sent thru XI.
    > If there is any change in the XI message structure, or anywhere, data should not be sent when i am running the report manually. Am i right??
    Yes, you are right.
    > Correct data is being sent when i am running the report manually. But then, when the scheduled job runs in the night, i see completely different data being sent. This is strange to me.
    Can you run your job as execute immediately with a break point in your report & check if you are getting the same data.
    Chek the report name once again. I know you must have already checked the report name user name etc.. in your job.

  • Dialog programming, data being washed out in TAB Control

    Hi,
         i am working on dialog programming , in which i am using Table Control  for user input (data is not coming from database table) . everything is going well till assignment of data to internal table but when
    control goes to PBO by any means like pressing ENTER etc. then data being washed out.
    PROCESS BEFORE OUTPUT.
      MODULE TC_CONTROL.
      LOOP AT it_data
             INTO wa_data
             WITH CONTROL tc_control
             CURSOR tc_control-current_line.
        MODULE tc_control_get_lines.
      ENDLOOP.
    PROCESS AFTER INPUT.
    LOOP AT IT_DATA.
        CHAIN.
          FIELD WA_DATA-FREPS_N.
          FIELD wa_data-TOEPS_N.
          FIELD wa_data-PRCH_A.
          FIELD wa_data-SRVC_AMT .
          FIELD wa_data-ACCNT_C.
          FIELD wa_data-AMT_D.
          FIELD wa_data-NARR_X.
          FIELD wa_data-CRPRD_N.
          MODULE tc_control_modify ON CHAIN-REQUEST.
        ENDCHAIN.
      ENDLOOP.
    *Abap program
    MODULE TC_CONTROL OUTPUT.
    DESCRIBE TABLE it_data LINES tc_control-lines.
    ENDMODULE.                 " TC_CONTROL  OUTPUT
    CONTROLS: TC_CONTROL TYPE TABLEVIEW USING SCREEN 1000,
              TC_CONTROL1 TYPE TABLEVIEW USING SCREEN 1000.
    DATA:     G_TC_CONTROLS_LINES  LIKE SY-LOOPC,
              G_TC_CONTROLS_LINES1  LIKE SY-LOOPC.
    *&      Module  tc_control_get_lines  OUTPUT
          text
    MODULE tc_control_get_lines OUTPUT.
    g_tc_controls_lines = sy-loopc.
    move-corresponding it_data to wa_data.
    ENDMODULE.                 " tc_control_get_lines  OUTPUT
    MODULE tc_control_modify INPUT.
    move-corresponding wa_data to it_data.
    MODIFY it_data
        FROM wa_data
        INDEX tc_control-current_line.
    append it_data.
    clear it_data.
    ENDMODULE.                 " tc_control_modify  INPUT
    Please suggest me any clue.
    Thanks in advance
    vijay dwivedi

    Hi ,
    I have understood the problem.
    In your ABAP code replace all the occurrrences of wa_data  with the structurename.
    Use the TABLES keyword to declare the structure .That structure will be same as
    reference table of the table control .
    Here the structure is SPFLI.
    Check the bellow code , it will resolve the issue.
    ABAP code - -
    program  zsdn.
    tables spfli.  " Declare the structure
    data : it_data like table of spfli with header line,
    *wa_data TYPE spfli,  " commented
    w_i type i.
    *CONTROLS TC_CONTROL TYPE TABLEVIEW USING SCREEN 100.
    controls: tc_control type tableview using screen 1000,
    tc_control1 type tableview using screen 1000.
    data: g_tc_controls_lines like sy-loopc,
    g_tc_controls_lines1 like sy-loopc.
    module tc_control output.
      describe table it_data lines tc_control-lines.
    endmodule. " TC_CONTROL OUTPUT
    module tc_control_get_lines output.
      g_tc_controls_lines = sy-loopc.
      move-corresponding it_data to spfli.
    endmodule. " tc_control_get_lines OUTPUT
    module tc_control_modify input.
      move-corresponding spfli to it_data.
      modify it_data
      from spfli
      index tc_control-current_line.
      append it_data.
      clear it_data.
    endmodule. " tc_control_modify INPUT
    module status_0100 output.
      set pf-status 'STAT'.
    *  SET TITLEBAR 'xxx'.
    endmodule.                 " STATUS_0100  OUTPUT
    module user_command_0100 input.
      case sy-ucomm.
        when 'BACK' or 'EXIT' or 'CANCEL'.
          leave to screen 0.
      endcase.
    endmodule.                 " USER_COMMAND_0100  INPUT
    *&      Module  POPLATE_TABLE  OUTPUT
    *       text
    module poplate_table output.
      if it_data is initial.
        select * from spfli into table it_data.
      endif.
    endmodule.                 " POPLATE_TABLE  OUTPUT
    Screen code (Scr no 1000) - -
    PROCESS BEFORE OUTPUT.
      MODULE status_0100.
      MODULE poplate_table.
      MODULE tc_control.
      LOOP AT it_data WITH CONTROL tc_control CURSOR w_i.
        MODULE tc_control_get_lines.
      ENDLOOP.
    PROCESS AFTER INPUT.
      MODULE user_command_0100.
      LOOP AT it_data.
        MODULE tc_control_modify ON CHAIN-REQUEST.
    *    ENDCHAIN.
      ENDLOOP.
    Regards
    Pinaki

  • Summary Alert Issues - Summary Alert Being Sent Out as Multiple Emails

    I'm sure many of you have seen the various posts online about Summary Alerts that are supposed to show changes over the last 24hrs in a single email being sent out as either multiple emails containing a random number of items per email, or individual emails
    for each item that was updated. The question I have is... Has this issue been resolved with SP2 or any of the Post-SP CUs?
    One of my users mentioned that the August 2014 CU was supposed to have a fix for this issue, but I am unable to find any documentation specifically mentioning alert handling or the Summary Alert issue mentioned above. 
    Current Environment is SP1 + Aug 2013 CU (We're a tad behind -- but I'm working on that)
    Any information would be helpful.
    Thank you!
    MH

    Hi,
    I suggest you to delete the existing Rule and setup a New Rule.
    I have tested this on my lab and it works fine.
    You might want to refer to the below article on Setting up Alert Notifications
    https://msdn.microsoft.com/en-us/library/azure/dn306638.aspx?f=255&MSPPError=-2147217396
    Hope this helps !
    Regards,
    Sowmya

  • TS4002 emails are being sent out without my knowledge

    emails are being sent out without my knowledge, do I have a virus?

    Are you getting bounced spam messages? This simply means that someone is forging your address as the 'From' address, which is very easy to do. It's very annoying but it doesn't mean you've been hacked; unfortunately you can't really do anything about it but it usually stops after a bit as they move on to some other victim. As long as you don't have messages you didn't send in your 'sent' folder this is the most likely explanation, though changing your password might be a good idea on general principles (and make it a stong one).

  • Same Goods Issue and Goods Receipt date being sent to APO from R/3

    Hello to all,
    Good day.
    I would just like to ask on why we do have same GI date and GR date being sent to APO from R/3 on particular materials for plant ABCD.  Now,  any further checks needed on this matter?  seems to me that the Movement type is Y79 but I don't know how to check on when the goods were received by the receiver.
    Also, these figures were extracted flat file that's being sent to APO for processing on their end.
    Thanks.  Kindly advise on possible checks needed.

    Is this Java???

  • How can I attach several images to my Outlook Mac 2011 email message and have all of the images reduced in size while they are being sent out. Thank you

    How can I attach several images to my Outlook Mac 2011 email message and have all of the images reduced in size while they are being sent out. Thank you

    https://discussions.apple.com/message/11994130#11994130

  • I have the 4s and my texts are being sent out by my email...not my cell

    I have the 4s and my texts are being sent out by my email...not my cell

    Hi,
    1. Go into Settings
    2. Messages
    3. Send and Receive
    4. Start conversations from > Tap you phone number
    Cheers

  • BPM Message being sent out

    My Scenario 3files to BPM-XI- r3(one file)
    when i run my scenarion I have a clock symbol saying " Message being sen6t out"  and it does not change even aftre some time. and i also dont see a message sent out from BPM to r3

    There will be something called "PE" next to the symbol. Click on that. It w2ill take you to the BPM monitoring. then click on the symbol which looks like a table on the screen. This will show you where exactly your message is stuck. Then check the errror, fix it and your scenario should work fine.

  • Invitations not being sent out on Calendar Server 6.3

    We would be grateful for any help on this. We can give further details if needed, please just let us know.
    Thanks very much.
    Issue:
    To our customers the calendars server appears to be fully operational and without error. However, when a customer creates a new event and invites other people to attend, no invites are sent out. The event creator, however, believes all is in order as no error messages appear and the list of invitees appears on the event. This was working recently. We have looked for things which have changed (e.g. disk space, size of files, corruption, recent patching, licenses expiring, etc) but have not yet found anything that has changed.
    Some details of our system:
    ./cal/sbin/csversion
    Oracle Communications Calendar Server 6.3-27.01 (built Feb 15 2011)
    SunOS xxxx 5.10 Generic_142909-17 sun4u sparc SUNW,Sun-Fire-V440
    In /var/opt/SUNWics5/logs/watcher.log , we get these notices and errors when we restart the service.
    [20/Feb/2012:12:35:56 +1300] (Notice) Received request to restart: store admin http
    [20/Feb/2012:12:35:56 +1300] (Notice) Connecting to watcher ...
    [20/Feb/2012:12:36:00 +1300] (Notice) 7698
    [20/Feb/2012:12:36:00 +1300] (Notice) Stopping http server 7704 ..... done
    [20/Feb/2012:12:36:02 +1300] (Notice) Stopping http server 7705 ... done
    [20/Feb/2012:12:36:02 +1300] (Notice) admin server is not running
    [20/Feb/2012:12:36:02 +1300] (Notice) Stopping store server 7700 ............................................................... timeout
    [20/Feb/2012:12:37:03 +1300] (Error) Cannot stop server store with SIGTERM, now retrying with SIGKILL
    [20/Feb/2012:12:37:03 +1300] (Notice) Stopping store server 7700 ..... done
    [20/Feb/2012:12:37:05 +1300] (Notice) Starting store server .... 7718
    [20/Feb/2012:12:37:05 +1300] (Notice) Checking store server status ..... ready
    [20/Feb/2012:12:37:07 +1300] (Notice) Starting admin server ....Watched 'csadmind' process 7725 exited abnormally
    7725
    [20/Feb/2012:12:37:08 +1300] (Notice) Starting http server ....[20/Feb/2012:12:37:08 +1300] (Notice) Received request to restart: store admin http
    [20/Feb/2012:12:37:08 +1300] (Notice) Connecting to watcher ...
    ... 7727
    [20/Feb/2012:12:37:13 +1300] (Notice) 7698
    [20/Feb/2012:12:37:13 +1300] (Error) store failed twice in 600 seconds, will not perform restart
    Watched 'csadmind' process 7844 exited abnormally
    What we've done:
    We have run db_verify and csdb -v check on the databases. ics50deletelog.db did have corruption, so we fixed that by using db_dump and db_load to export then import the databases.
    We also purged the ics50deletelog.db database using cspurge afterwards when the dump and load didn't seem to have had an effect.
    We tried putting the log level up in the /opt/SUNWics5/cal/config/ics.conf , but didn't get any more details when restarting the service (through /etc/init.d/sunwics5 restart)
    Before we did the db_dump, db_load and purge:
    Calendar database version: 4.0.0
    Sleepycat Software: Berkeley DB 4.2.52: (December 3, 2003)
    Total database size in bytes: 1465503744
    Total number of calendars: 14964
    Total number of events: 830842
    Total number of tasks: 17351
    Total number of alarms: 57181
    Total number of gse entries: 9
    Total number of master component entries: 24100
    Total number of deletelog entries: 1779967
    Total logfile size in bytes: 79262
    Session database version: 3.0.0 [BerkeleyDB]
    Total database size in bytes: 0
    Total logfile size in bytes: 0
    Counter database version: 1.0.0 [Memory Mapped Files]
    Total database size in bytes: 0
    After the db_dump, db_load and purge:
    Calendar database version: 4.0.0
    Sleepycat Software: Berkeley DB 4.2.52: (December 3, 2003)
    Total database size in bytes: 1201864704
    Total number of calendars: 14964
    Total number of events: 830845
    Total number of tasks: 17351
    Total number of alarms: 55116
    Total number of gse entries: 9
    Total number of master component entries: 24100
    Total number of deletelog entries: 1779967
    Total logfile size in bytes: 5251612
    Session database version: 3.0.0 [BerkeleyDB]
    Total database size in bytes: 0
    Total logfile size in bytes: 0
    Counter database version: 1.0.0 [Memory Mapped Files]
    Total database size in bytes: 0
    Thanks again.

    Sounds like we talking about 'Event Invitations Notifications'. These are the notifications that gets sent when some one invite you to an event. Whether you receive the notification or not depends on your preference that is stored in ldap. This can be set using the Convergence by navigating through Options-> Calendar -> Notifcations (Check "Notify me via email of new invitations or invitation changes"). The actual ldap attributes that gets stored in user's entry is below.
    icsExtendedUserPrefs: ceNotifyEnable=1
    icsExtendedUserPrefs: ceNotifyEmail=[email protected]
    In the following cases, the user (attendee) will not get notifications even if the above preference is set.
    a> Creating an event with attendees in the past. CS6, by default, suppresses notifications for past events. You can enable notifications for past events by setting the config "ine.pastnotification.enable" to "yes" in ics.conf
    b> If the client creating the event requests server not to send notifications. (smtpNotify wcap param for storeevents.wcap). Outlook Connector uses this wcap param, so you won't get server notifications for the events invited using Outlook Connector. Outlook Connector sends it's own notifications directly.
    I think, you are looking for these kind of notifications. The process responsible for sending these notifications is "csadmind" on the Frontend. So, you need to check admin.log on the Frontend to see if it is sending notifications or not.
    Edited by: dabrain on Feb 21, 2012 9:26 AM

  • Emails being sent out even while I haven't had the computer on.

    Last week I had a worm email that come to my mac and sent out junk emails. I scanned the system but it couldn't find anything. It didn't bother me because I had order the new 27" iMac which came on Thursday.
    I set up the new Mac and used time machine to transfer settings across from a back up I made on the 26 April which was three weeks before the worm email came to me from a PC user. Yesterday, I started getting messages sent to my iPhone about failed delivery of emails like before when I had the worm on my old system. How can this happen on a new system? I have a friend staying with me since Friday so I haven't used the new mac. Any ideas? Also what is the best bit of software for checking for worms? Is it possible that this could be an email issue at the server end?
    I have made the assumtion that someone must have hacked my account because I can't see how a brand new machine would be infected by a virus of any kind. Further I was out all day on Saturday and my Mac was not on. Is it possible for viruses to be active on the servers at my email provider?
    Any suggestions?
    Thanks guys.

    They are using your email address as the return address and faking all the other headers, or they do have your password and are sending directly using your account.
    If they are using your account directly, log into your web mail interface for that account and check the sent mail.
    If you find anything in there that you didn't send, then they have your password.
    Either way, change your password on the account.
    If they just have your email address, you'll just have to wait it out.

  • I write one email, Mail Activity shows 2 are being sent out

    OK, where is a copy of my email (2 of 2) being sent?
    Has General "Tap" Hayden of the NASA hacked my Mac?
    [email protected]

    Hello X:
    Welcome to Apple discussions.
    As a suggestion, I would not post my E-mail address in any forum. You are opening yourself up for a spammer attack.
    Oddly enough, I have a similar "doubling" of the count in my inbox. The system indicates 30 - I actually get 15. I have ignored it as I have not actually received double messages. In my case, it could be because I use a different mail source (AOL) and have Apple's mail application point to the AOL mail server.
    Barry

  • HT4009 How to stop the purchases being taken out every month?

    I had two app that i was using, and i done a purchases for it to be taken out every month but I want to stop it but i dont know how to stop it.

    There are instructions on this page for managing and stopping auto-renewing subscriptions : http://support.apple.com/kb/HT4098

  • Helix rear camera flash missing after four being sent out

    How do I get in contact with someone that can get something done correctly at Lenovo? Starting 11/24/13 we ordered a Helix Ultrabook for our company and a very pricey tablet at that. Lenovo had no problems taking our money but now after four failed attempts they still have not sent us the correct tablet. We have called and had their tech guy verify that we ordered the correct one and that it was an internal problem at Lenovo and they would get it corrected. They even refunded a around 150.00 dollars to make up for it and was going to get the correct one right out to us. That was number three that was also wrong. So we called up there and told them it was wrong again and they said they are going to get it right this time being this first invoice that we paid had the correct info on it they said it was a manufacturing issue on their end and would get back with us in 48 hours for some kind of payment for our time and to make amends. All of that being an internal problem and none of my concern I just need the product that I ordered and paid for. A company as big as they are and can't even get one order correct after four tries. One would think that someone would walk the assembly line and sign off that it is made and shipped to the specs on the invoice. 
    PLEASE SEND ME A HELIX WITH THE FLASH THAT IS ON THE SPEC AND IF YOU GOOGLE THE HELIX AND LOOK AT IMAGES IT WILL SHOW THEM WITH ONE.
    Here is the last email I got from them and never heard anything else till another incorrect tablet was delivered.
    In regards to your order, another replacement order has been created. It is order #4220484752
    Please allow 48 hours to receive an update from Marielys Lee.
    Thank you for choosing Lenovo.
    Best regards,
    Customer Service Agent
    Lenovo North America
    personal informations removed

    First, try to reset the phone by holding the sleep and home button for about 10sec, until the Apple logo comes back again. You will not lose data by resetting.
    If this does not help, set it up as new device, explained here:
    How to erase your iOS device and then set it up as a new device or restore it from backups
    If still no luck, get it checked by visiting an Authorized Apple Service Provider or contact Apple Support to get it serviced:
    iPhone - Contact Support - Apple Support

  • Why is my Apple ID being locked out every time I go to use it?  I haven't even attempted to log in for about 4 or 5 days, but today on my first attempt to do so, it said my account had been locked for security reasons.  This is the third time.

    I only sign in to iTunes' store about once a week or so.  But during each of my last 3 attempts (on different days, several days apart) on my first attempt to enter my password and hit submit, I am immediately told that my Apple account has been locked for security reasons and it wants to take me to a page to reset my 'forgotten' password.  I am using the CORRECT password.
    Perhaps someone else is trying to break into my account or is mis-entering theirs but my account should not be getting locked like this.  It is very frustrating to have to go through the reset password procedure each and every time I want to go into the store.  It seems to me that Apple really doesn't want me to buy any more apps from them as they keep refusing me entry into my own account, each and every time I have tried to use it, for the past few weeks.  I am not their best customer, but they aren't giving me much of a welcome invitation to become one, if I'm going to be treated like this.
    I just bought my iPhone 4 less than 2 months ago.  I paid extra money to upgrade early, just to get this phone because it was so highly recommended by everyone I spoke with in different stores (BestBuy and Verizon).  I even bought the 2 year upgrade to my Apple services in case I needed to ever call them, and so far I haven't had to, yet.  But I definitely will call them if this isn't straightened out.
    It looks like this other user could be tracked and an email could be sent to them from Apple to let them know what they are doing - trying to sign into the wrong account, and are locking somebody else out of their own account because of their error....and to remind them of their correct information or how to get it and to write it down or save it somewhere so they don't keep on doing this.
    I have seen literally DOZENS of other people in these discussions with exactly the same issue that I'm having so it is NOT an isolated incident, and it seems to be a growing problem as Apple's sales and user base continues to grow, so this problem is seriously needing to be addressed in some way, and soon, before they start losing new customers because of it.  If I was still within my original 14 day return period with this phone, I would definitely be returning it and buying an Android model because of how frustrating this is to me.  If my bank was doing this to me, I'd have already switched banks by now if they hadn't fixed it - just to give an example of how I feel about this.

    For what it's worth, you posted this in 2011, and here in 2014 I am still having this same issue. Over the last two days, I have had to unlock my apple account 8 times. I didn't get any new devices. I haven't initiated a password reset. I didn't forget my password. I set up two factor authentication and have been able to do the unlocking with the key and using a code sent to one of my devices. 
    That all works.
    It's this having to unlock my account every time I go to use any of my devices. And I have many: iMac, iPad, iPad2, iPad mini, iPhone 5s, iPod touch (daughter), and my old iPhone 4 being used as an ipod touch now.  They are all synced, and all was working just fine.
    I have initiated an incident with Apple (again) but I know they are just going to suggest I change my Apple ID. It's a simple one, and one that I am sure others think is theirs. I don't want to change it. I shouldn't have to. Apple should be able to tell me who is trying to use it, or at least from where.
    Thanks for listening,
    Melissa

Maybe you are looking for

  • Duplicate member Name in same dimension in a Cube

    Hi, Can someone please let me know whether we can have same member name in a dimension for building a cube? For Example: I have one dimension Dim1 (Hierarchy) , Level2     Level1     Leaf     Leaf Code L13 -      L11 -      L1 -      10 L13 -      L1

  • Purchase Order Response Auto process

    Hi Experts, I have tried to confirm the purchase order completely using the "Green tick" button, it is working fine. But the status of the POR is "In process". However when I try to reject it completely usign "Red" button, the status is "Rejected by

  • HT4890 Photo Stream does not seem to be updating on my PC. What should I do?

    Photo Stream does not seem to be updating on my PC. What should I do?

  • Blend and a Z30- works on tablet, not on Mac

    Hello, I used to have a Z10 and Blend installed on my MacBook Air and it worked great. Since then I got rid of the Z10 and acquired a Z30. I also had uninstlled blend in the meantime. When I reinstalled and got set up with connecting the Z30, it stil

  • USB Mouse not work with Mac OS 10.6

    I have a USB mouse can work with Mac OS 10.4 but cannot with Mac OS 10.6. Noticed the different is the USB mouse motion reporting is 12-bit instead of 8-bit. It can definitely work on Windows with standard USB HID driver. I wonder if the OS 10.6 is h