Data prob again

This is doing my head in now since I updated to 4.1 my data is going mental even with my phone setup just as I had it before the update y o y, anyone else having this issues I really want to sort it out asap

Only thing we can suggest is to disable anything automatic to lower your data output. When idle, it will use data from either multitasking apps or through push notifications and mail.
* Go to settings/push notifications/turn all the apps Sound, Badges, Alerts to OFF. Push Notified Apps include the Game Center app, weather apps, social networking apps, news apps, etc. Most of which people don't use while at work.
* Go to settings/mail/push and set to Fetch/Manual, click Advanced just below and set to Fetch/Manual.
* Apps not controllable of data are Visual Voicemail, SMS, MMS, and Cellular except by settings/general/network/data OFF. This also controls Phantom Data Usage.

Similar Messages

  • DATE probs with turn-of-the-century

    Any suggestions are appreciated. This is probably something hundreds of you have run across, but I am experiencing it now, for the first time, with two separate WinNT4 installs.
    For background: http://technet.oracle.com/doc/server.804/a58225/ch3all.htm#1015154
    The above hyperlink is the Oracle technet reference, which highlights the DATE function question to which I refer below.
    In preparation for the SQL/PLSQL 8.0 exam, I am running into a DATE problem, which the RR vs YY formats in SQL8 text do not address. On two separate PCs both running WinNT4.0, the following different results are obtained.
    Using the following Select statement with the Oracle free sample database:
    SELECT TO_CHAR(ADD_MONTHS(HIREDATE,1),DD-MON-YYYY) NEXT MONTH
    FROM EMP
    WHERE ENAME = SMITH
    Differring Results:
    From my laptop:
    Next month
    17-Jan-2081
    From my desktop:
    Next month
    17-Jan-1981
    My issue is that all aritmetic calcs involving the DATE functions are coming up with errors by one PC looking at the 21st century vs both centuries. Any advice?
    Thanks
    Wayne
    [email protected]
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica">quote:</font><HR>Originally posted by Evelyn:
    You shouldn't be having a problem.
    Check that hiredate for SMITH is in fact the same date on each machine (use format mask DD-MON-YYYY). I think you'll find that they're different.<HR></BLOCKQUOTE>
    Tks Evelyn. Yes you were right. The source of the prob the Oracle sample DB. The BuildSportsDB.sql script uses all table inserts in mask format DD-MON-YY. The revised Oracle sample DB script, entitled BuildSportsObjs.sql uses an input format for all dates DD-MON-YYYY. Each Hiredate had handles like 21-Jan-1981 in the corrected script.
    Seems (however) that the server shuld have been able to handle the DD-Mon-YY . Thanks again for your response. ...W
    null

  • Replicating data once again to CRM after initial load fails for few records

    My question (to put it simply):
    We performed an initial load for customers and some records error out in CRM due to invalid data in R/3. How do we get the data into CRM after fixing the errors in R/3?
    Detailed information:
    This is a follow up question to the one posted here.
    Can we turn off email validation during BP replication ?
    We are doing an initial load of customers from R/3 to CRM, and those customers with invalid email address in R/3 error out and show up in SMW01 as having an invalid email address.
    If we decide to fix the email address errors on R/3, these customers should then be replicated to CRM automatically, right? (since the deltas for customers are already active) The delta replication takes place, but, then we get this error message "Business Partner with GUID 'XXXX...' does not exist".
    We ran the program ZREPAIR_CRMKUNNR provided by SAP to clear out any inconsistent data in the intermediate tables CRMKUNNR and CRM_BUT_CUSTNO, and then tried the delta load again. It still didn't seem to go through.
    Any ideas how to resolve this issue?
    Thanks in advance.
    Max

    Subramaniyan/Frederic,
    We already performed an initial load of customers from R/3 to CRM. We had 30,330 records in R/3 and 30,300 of them have come over to CRM in the initial load. The remaining 30 show BDOC errors due to invalid email address.
    I checked the delta load (R3AC4) and it is active for customers. Any changes I make for customers already in CRM come through successfully.  When I make changes to customers with an invalid email address, the delta gets triggered and data come through to CRM, and I get the BDOC error "BP with GUID XXX... does not exist"
    When I do a request load for that specific customer, it stays in "Wait" state forever in "Monitor Requests"
    No, the DIMA did not help Frederic. I did follow the same steps you had mentioned in the other thread, but it just doesn't seem to run. I am going to open an OSS message with SAP for it. I'll update the other thread.
    Thanks,
    Max

  • Data Uploading again and again  Mail - RFC ?

    Hi friends ,
                      My scenario is Mail to RFC .  I am reading the  mail and sending data to RFC .
                  Some times i am facing situation like Once mail succesfully read and sent data to R3.    (The mail becomes unread  )
                    Again teh same data trying to sent to R3 ? Why ?  Is there is Any Queue problem ?
                  Do i need to register or Degister the Queues ?
                  Can you please tell me what is the remedy for this ?
    Regards.,
    V.Rangarajan

    Hi Raj ,
                     Thanks for ur reply . Once the mail has read .It won't read again . Then , how come the data will go many times ? .
                   Many rows of same data still exists in Queue . It is showing as message being processed .
    Regards.,
    V.Rangarajan

  • Data Prob in tcode IW29

    Hi,
    I am exectiing the transaction IW29 and after executing the tcode in the layout I clicked the variant button and changed the layout.
    in the layout I added the System status field and I was able to get the output.
    but in the debugging mode at the FM REUSE_ALV_GRID_DISPLAY the Internal Table does not have the values populated for the system status for any  of the record but  I am gettting the values in output.
    Could any one please explain me the reason?

    HI,
    My Doubt is that in the FM REUSE_ALV_GRID_DISPLAY the data internal table is not having the SYSTEM STATUS column filled for any of the records. But when I chnged the layout data is coming into the field.
    In debugging you can check
    The field is STTXT ( 59th field ) no data is filled but in output when you use the SYSTEM STATUS field you can see the data.
    Hope I am clear
    Plz help
    Regards

  • Date prob

    hi friends,
    i wanted to enter the default date in my selection screen.
    my default date is 30 days before the today's date.
    i.e. if today is 31 dec then it will display in selection screen
    date  1/12/06 to 31/12/06.
    will anybody send the coding??

    Hi Salil,
       In order to find out the date 30 days in advance just do this calculation.
    Data: ws_date type sy-datum.
    ws_date = sy-datum - 30.
    If you want the starting date and ending date of this month. then use this function module <b>"HR_JP_MONTH_BEGIN_END_DATE"</b>
        CALL FUNCTION 'HR_JP_MONTH_BEGIN_END_DATE'
          EXPORTING
            iv_date             = sy-datum
          IMPORTING
            ev_month_begin_date = s_date-low
            ev_month_end_date   = s_date-high.
        s_date-sign = 'I'.
        s_date-option = 'BT'.
        APPEND s_date.
    now your
    s_date-low  = 20060601. "(01/06/2006)
    s_date-high = 20060630. "(30/06/2006)
    So you can use either of the two above.
    Hope this solves ur issue. Reward if helpful.
    Regards,
    Tushar

  • Date mask again

    Hi,
    This is a continuation to the first theread posted can I have fm up to only 'mm/dd/yyyy hh' and rest mi:ss display as it is, is it possible?
    like this '01/01/2009 01:05:05' to '1/1/2009 1:05:05' no mask for 'mi:ss'
    previous one
    Date format single digit |Date format single digit ]
    Thanks,
    Hesh.

    Alex Nuijten wrote:
    >
    Tahiti: http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/sql_elements004.htm#sthref465
    You know, I did get to that article, but totally skipped over the line about the toggling! {noformat} facepalm{noformat}
    Thanks for (re)pointing out the link *{:-)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Webservices data sources (again)

    I can not get any webservices data sources working with RTF templates and neither when pressing View in the backend. The fields are not populated in the generated documents and yet when having no template defined and pressing View (template=Data) I can see the webservice response data in the backend.
    Has anybody got web service data sources with "Complex type = true" working ?
    Does anybody know such a web service available on the internet, that can be used for testing ?
    Does anybody know what the exact criteria are for a web service to satisfy "Complex Type = false" ?
    In the documentation the stock quote example is for "Complex type = false" but the wsdl contains 4 webservices with the same operation name.

    Hi,
    Help says:
    <i>A DataSource consists of a quantity of fields that are offered for data transfer into BI. The DataSource is technically based on the fields of the extraction structure. By defining a DataSource, these fields can be enhanced as well as hidden (or filtered) for the data transfer.
    Additionally, the DataSource describes the properties of the associated extractor with regard to data transfer to BI. Upon replication, the BI-relevant properties of the DataSource are made known in BI.</i>
    So we can say the Datasource consists of part of the metadata of ES. So physically it does not hold the data.
    With rgds,
    Anil Kumar Sharma .P

  • BT Infinity date changed again?

    Hiya, Can you tell me if its still end June we get Infinity in Banbury or has it been delayed till end Sept please? Just I have 2 different dates now, thanks  

    September 11 thats nothing.
    We have been pushed back every 3 months since Septmeber 2010 !
    I did manage to get a reply from someone at BT on why this was the case though.
    They said it was 'beacuse of engineering issues'.
    What the hell is that if not a fob off...
    BT have switched over loads of cabinets in the town, but seemed to have missed 10 or so here.
    Guess they have moved on to other towns and we wont see them back anytime soon.
    If they could just do the cabinets and finish the job they started or tell me that NO I wont be getting FTTC then that would be fine, but to shift the date 3 months every quarter for 2 years is a joke!
    Come on BT sort yourselves out!!

  • Data Overcharge AGAIN

    I have been charged multiple times this month for going over the data usage limit.  I have not altered settings or redefined anything, but in Oct and Nov of 2014, I have received multiple alerts that data has been going over the limit.  I use iTunes Match and subscribe to podcasts and use my email for work. Per other community forums, why would I have to now manually switch over Wi-Fi from Data?  This doesn't make sense as I have never been subject to this overage before with my current settings, nor should I have to.

    Did you check to see what app is using the data? Settings/Cellular and look at the list of apps for data use. That will help narrow down what is using the data.
    Are you using wifi when you have access to wifi?
    What phone do you have, did you recently get a new phone, what is your data limit? Any of those items you say you are using certainly have the potential to use lots of data.
    You cannot automatically say this is Verizon's fault without getting more data from yourself. It could actually be using the data.

  • Date conversions Again

    select to_date(pk_date,'MM-DD-RR') from rec_number_count where pk_date <= '04-14-01'
    This order the table, but on the select does'nt reconize when to stop
    Thanks

    <BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica">quote:</font><HR>Originally posted by Mike Shamey ([email protected]):
    Not sure what you mean, but it sounds like
    you are getting rows you don't want. You probably need to use the to_date function
    in your 'where' clause. Otherwise, for varchar2 comparisons, '02-03-25' is less than '03-04-04', but
    to_date('02-03-25','mm-dd-rr') is NOT less
    than to_date('03-04-04','mm-dd-rr').<HR></BLOCKQUOTE>
    to_date('02-03-25','mm-dd-rr') in the where gives me a invalid number
    Thanks for your help.
    I did look at another table where date was stored like DD-MON-YY and things worked fine. I just didn't want to change the table.
    null

  • K probs again

    ok i got a new fan a volcano 7+ with fan switch and my question is shouldnt i be gettin a cooler cpu then 52 degrees celsius im usin arctic silver 2 and i have a copper shim this cooler has a three prong holder on both sides so chip contact should be fine also is my fan supposed to be blowin down on the heatsink or pullin air away from it all my other fans pulled instead of pushed so giv me a clue guys thx

    blow and i dout it as mines one of best combos out,axt and 50 cfm fan and temps are similar to yours

  • Why does my signal drops and takes a long time to search and connect when I turn on or off my cellular data? And normal text messages are not getting delivered properly. It shows sent but later it will show try again, Is it just me?

    I do not know what the problem is, but after the latest update it is really hard to send text messages. It is taking alot of time to send the messages, it is not the problem with the carrier because sending text messages with the same number in the same area is really easy on my normal nokia 1100. Please suggest me what I should check. Second problem I am facing is the carrier signal drops to nothing when I turn on the cellular data. It has to then search for the network and connect again the same happens when I turn the data off again. Please tell a solution. I do not think it is the problem with the hardware because the phone is hardly 2weeks old and everything was working properly with ios 6. It initaly had problem with the battery on updating to ios7 but that was rectified with the new update but again these are the new issues am facing.

    This may sound stupid, but I'm gonna throw it out there anyway. Is it possible, that if I have enough junk on my desktop it might disrupt the signal? It seems odd, but it kind of looks like my signal is strong and relatively steady now that I've cleaned my desktop. I do tend to get very cluttered. I use a lot of reference images and save text clippings to use later... it just piles up very quickly.
    So, I wonder if all that extra effort my system has to do keeping up with the junk might have something to do with the drop outs?

  • Increment the number with date/time string. when ever the next date come's it should reset again with initial number

     i want to store the number of records in a file. Every time when ever i run the program the record will be incremented well i using forloop with count value 1 as a constant .in the for loop i am using autoincrement with the  feedback node . to view the number i have attached the indicatator .the number will be increment every time . i am using number to time time stamp  that is connected to get date/time string. from that we can view the date string and time string . so , my issue is when ever i close the code again it is coming with intial value . i should get from that number only where ever i close the code . after the date completed again it should come from intial value . i am attaching the code so that u guys can solve my problem.
    Attachments:
    record.doc ‏34 KB

    here you can see.......the file path in case structure in that i have included my requirement of increment the number 
    -> if the case is true then it goes in ok file path and the no of records string will pass in the file by seeing these code u will get the clarity
    my requirement is the number of records should increase ........ whnever the program runs...that i made it. by the next day again it should begain with the intial value.........that is my requirement. i hope u understand .
    suggest me how can i use the  intial  value .......
    Attachments:
    code.vi ‏35 KB

  • ACE - TCP probe goes into INVALID state

    Hello,
    I have a problem with the following configuration of a sticky serverfarm with a backup serverfarm
    (this setup is ofcourse used only for failover purposes, not loadbalancing):
    probe tcp tcp-8888-probe
      port 8888
      interval 5
      faildetect 2
      passdetect interval 3
      passdetect count 1
    rserver host rsrv1
      ip address 10.1.2.10
      inservice
    rserver host rsrv2
      ip address 10.1.2.11
      inservice
    serverfarm host rfarm-primary
      predictor leastconns
      probe tcp-8888-probe
      rserver rsrv1 8888
        inservice
    serverfarm host rfarm-backup
      predictor leastconns
      probe tcp-8888-probe
      rserver rsrv2 8888
       inservice
    sticky http-cookie RFARM-COOKIE sticky-rfarm-1
      cookie insert browser-expire
      serverfarm rfarm-primary backup rfarm-backup
    etc....
    The problem is that every time probe state changes (from SUCCESS to FAIL or otherwise), the tcp-8888-probe on the server that changed
    the state of service, goes into INVALID state:
    #show probe tcp-8888-probe detail
    probe       : tcp-8888-probe
    type        : TCP
    state       : ACTIVE
    description :
       port      : 8888    address     : 0.0.0.0         addr type  : -
       interval  : 5       pass intvl  : 3               pass count : 1
       fail count: 2       recv timeout: 10
       conn termination : GRACEFUL
       expect offset    : 0         , open timeout     : 10
       expect regex     : -
       send data        : -
                           --------------------- probe results --------------------
       probe association   probed-address  probes     failed     passed     health
       ------------------- ---------------+----------+----------+----------+-------
       serverfarm  : rfarm-backup
         real      : rsrv2[8888]
                           10.1.2.11    291        0          291        SUCCESS
       Socket state        : CLOSED
       No. Passed states   : 1         No. Failed states : 0
       No. Probes skipped  : 0         Last status code  : 0
       No. Out of Sockets  : 0         No. Internal error: 0
       Last disconnect err :  -
       Last probe time     : Thu Jun 17 22:12:31 2010
       Last fail time      : Never
       Last active time    : Thu Jun 17 21:48:21 2010
       serverfarm  : rfarm-primary
         real      : rsrv1[8888]
                           10.1.2.10    0          0          0          INVALID
       Socket state        : CLOSED
       No. Passed states   : 0         No. Failed states : 0
       No. Probes skipped  : 0         Last status code  : 0
       No. Out of Sockets  : 0         No. Internal error: 0
       Last disconnect err :  -
       Last probe time     : Never
       Last fail time      : Never
       Last active time    : Never
    I have managed to get the probe into FAIL state again for a moment by removing it from serverfarm, and then reapplying, but in a few seconds it goes again from FAIL to INVAILD state, and stays in this state regardless of avaliability of probed TCP port. Only when i'm reapplying it when the port is avaliable/up, it can stay in SUCCESS state, and work till the failure of service, when INVALID state reappears.
    What can be the cause of such behavior ?
    thanks,
    WM

    Hello,
    It looks very similar to this bug: CSCsh74871
    You may need to collect a #show tech-support and do the following:
    -remove the serverfarm in question
    -reboot the ace module under a maintenance window.
    You may upgrade to a higher version since your version is kind of old.
    Jorge

Maybe you are looking for

  • New Mac user, new to Wireless - looking for recommendations on a router

    Hello all! I am new to Macs, and to wireless in general. I just bought a used Powerbook which of course has wireless capability. So my next step will be to set up a router. However, I have no experience with this, and am definitely not a computer gee

  • App Store wont open

    Hello, Since the first of the year my phone has been unable to open the app store. When I click on the icon it just sits at loading and the icon spins. I've let it sit there overnight and it doesn't move. Here are some things I've tried: -Restarted p

  • How to download Google maps to iPhone?

    How to download Google Maps to iphone4s?

  • Zen MX Album Art

    Hi My wife has just bought a 6Gb Zen MX, I've had a standard 8Gb Zen for over a year and haven't had any problems. To put some music on the MX we copied my music library onto her pc, got Windows Media Player to recognise the directories and then sync

  • Automatic status "Completed" on tasks where phase has been completed

    Hi experts, I am wondering if there is any way (apart from developing a custom workflow) of setting all tasks below a phase as completed when the phase is completed. Thanks in advance. Kind regards, Neil