UJBR transaction data restore shows no data

Dear All,
We did a transaction data backup on the PROD to restore in QA. The UJBR restoration of transaction data on QA shows as successful both in foreground and background modes.
However, no data is seen on the models. When i checked the zipped files, i see the data backed up fine. Also, both environments are in sync structurally and we've light-optimized all models. Is there something i am missing? I appreciate your help.
Note, we are on BPC 10 801 level 03
Thanks,
Seyi

Hi
Did you include the 'Meta Data' in the backup before restoring the 'Transactional' data without 'Meta Data' option selected?
Would be worth looking in SLG1 (as suggested by Abdelmalek) to see if you can get any clues.
Ian

Similar Messages

  • After updating new MIC in QP02 in Back date not showing current date ?

    Hi Guru,
    I have updated some new MIC and some Changes are made in existing MIC in QP02 on back date. It is showing on same back date with all correction and new MIC but on today's date i.e. current date it is not showing in the system.
    any can help me how to get in current date ?
    There are some dump error , for these correction i have updated SNOTE 1467234 and 1471534 in Quality server, but no more effect.
    Thanks,
    Piyush Patel

    hi,Premji,
    I have updated existing QP in back date i.e. same as when created original date ( expiration date is long i.e. 31.12.9999) , then same thing i wanted to see all updated MIC should be reflect in current date, but it is not coming, so i have updated SNOTE- 1467234 and 1471534 then tried it.It is working fine some how but not as i want.Hence i thing it is solved my problem.
    Thanks to you and Mr. Craig for your more suggestion/guidance.
    Piyush Patel

  • SQL Dev 1.5.3 Data Grid showing incorrect data

    After upgrading to SQL Dev 1.5.3, I have seen instances of incorrect data displayed in the data grid (when displaying many records at a time), both in the Table Browser and in SQL Worksheet.
    For example, in the grid, it shows a value 1234 for a column. Now when I query just that row, the correct results are shown.
    Has anyone noticed this?
    Thanks,
    Manish

    Any updates on this? I am hitting this bug and it makes life very uncomfortable as I cannot trust the results.
    SQL Developer 1.5.3 + JDK 1.6.11 on Windows XP.

  • Problem between SSMS and Report ! Filter query not showing data or showing wrong data

    Hi all,
    In short: I have a report with multiple values such as name of shop, postal code etc. The parameters have no default value and act as "like". If someone enters "krant" he'll get all the shop names that contain "krant" in their
    name etc. 
    Same goes for postal code, if someone enters 2550 he'll get all data for 2550. The problem although is that if a user start with postal code as parameters and leaves the shop name empty, the shop name is not shown in my report! The other way around it works,
    when I enter shop name i'll get all shops + postal code in my report.
    I know this is because POS name cannot be shown in report because it's left blank, but I want my MDX query to be able to give me the POS names even if I only enter postal code.
    Can someone please please look at my query below? I need to add 4 more parameters this way later on too!
    SELECT 
    [Measures].[Sales amount]
     ON COLUMNS, NON EMPTY
    Filter(
                                   [Point of sale].[POS name].AllMembers,
                                   InStr(
                                                   [Point of sale].[POS name].CurrentMember.MEMBER_CAPTION,
                                                   @PAR_POSName
                                   ) > 0
    *Filter(
                                   [Point of sale].[POS postal code].AllMembers,
                                   InStr(
                                                   [Point of sale].[POS postal code].CurrentMember.MEMBER_CAPTION,
                                                  @PAR_POSTAL_CODE
                                   ) > 0
    *[Point of sale].[Client id].[Client id]
    *[Point of sale].[POS id].[POS id]
    *[Point of sale].[POS street].[POS street]
    *[Point of sale].[POS town].[POS town]
    *[Point of sale].[POS housenumber].[POS housenumber]
    ON ROWS
    FROM [mycube]

    You have to use
    StrToMember (MDX) /
    StrToSet (MDX) /
    StrToTuple (MDX) to convert the Parameter; see
    Parameterized Reporting Services Reports with Analysis Services as a Data Source
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Show additional data in trasaction F-43

    How can i in transaction  F-43 show additional data (vendor VAT numbers and bank account)

    Hi
    You can't do it by std SAP.
    You should change the std program SAPMF05A, but those modifications would have impacts with all transactions to create FI document, so I don't believe it's good idea.
    If only it needs to show the additional data, I'll do nothing.
    If it needs to fill additional fill, you should consider some BTE.
    If it needs to insert (and show) additional data, you should consider to change std program but only if it is closely necessary.
    Max

  • APD issue, Data not showing correctly in APD.

    Hi All,
    Please guys help me with this APD issue that I am facing.
    There is an APD created whose target is a file and with one routine. Here the purpose of the routine was mostly just to sequence the fields the way I want them, and only to show certain ones, also to delete all KF that are zero.(which is commented out).
    No matter what I do, it always gets data which has the key figures as all zeros.  I put some code in there to delete the data which is all zeros but commented it out, because otherwise then it writes zero records.
    The code part which delete all KF that are zero is commented out. Now we are getting the file data with commented code and without commenting code same.
    The thing is, in Bex the query from which we are fetching data is showing proper data with zeroes as well as KF with values. But the same APD is showing only the data whose KF's are zeroes.
    I am pasting the routine here:
    REPORT RSAN_WB_ROUTINE_TEMP_REPORT .
    TYPES: BEGIN OF y_source_fields ,
             COUNTRY TYPE /BI0/OICOUNTRY ,
             SALESORG TYPE /BI0/OISALESORG ,
             /BIC/ZFCSTGRP TYPE /BIC/OIZFCSTGRP ,
             PLANT TYPE /BI0/OIPLANT ,
             MATERIAL TYPE /BI0/OIMATERIAL ,
             FISCPER TYPE /BI0/OIFISCPER ,
             KYF_0001 TYPE /BIC/OIZBAS_FCST ,
             KYF_0002 TYPE /BIC/OIZTUN_QTY ,
             KYF_0002_UNIT TYPE MEINS ,
             KYF_0003 TYPE /BIC/OIZCOR_FCST ,
             KYF_0004 TYPE /BIC/OIZTOT_FRCT ,
             KYF_0005 TYPE /BIC/OIZTER_TFCT ,
           END OF y_source_fields .
    TYPES: yt_source_fields TYPE STANDARD TABLE OF y_source_fields .
    TYPES: BEGIN OF y_target_fields ,
             COUNTRY TYPE /BI0/OICOUNTRY ,
             SALESORG TYPE /BI0/OISALESORG ,
             /BIC/ZFCSTGRP TYPE /BIC/OIZFCSTGRP ,
             PLANT TYPE /BI0/OIPLANT ,
             MATERIAL TYPE /BI0/OIMATERIAL ,
             FISCPER TYPE /BI0/OIFISCPER ,
             ZBAS_FCST TYPE /BIC/OIZBAS_FCST ,
             ZTUN_QTY TYPE /BIC/OIZTUN_QTY ,
             BASE_UOM TYPE /BI0/OIBASE_UOM ,
             ZCOR_FCST TYPE /BIC/OIZCOR_FCST ,
             ZTOT_FRCT TYPE /BIC/OIZTOT_FRCT ,
             ZTER_TFCT TYPE /BIC/OIZTER_TFCT ,
           END OF y_target_fields .
    TYPES: yt_target_fields TYPE STANDARD TABLE OF y_target_fields .
    Begin of type definitions -
    *TYPES: ...
    End of type definitions -
    FORM compute_data_transformation
         USING     it_source TYPE yt_source_fields
                   ir_context TYPE REF TO if_rsan_rt_routine_context
         EXPORTING et_target TYPE yt_target_fields .
    Begin of transformation code -
      DATA: ls_source TYPE y_source_fields,
            ls_target TYPE y_target_fields.
      LOOP AT it_source INTO ls_source.
       IF ls_source-KYF_0001 = 0
       AND ls_source-KYF_0002 = 0
       AND ls_source-KYF_0003 = 0
       AND ls_source-KYF_0004 = 0
       AND ls_source-KYF_0005 = 0.
         DELETE it_source.
         EXIT.
       ENDIF.
        MOVE-CORRESPONDING ls_source TO ls_target.
        APPEND ls_target TO et_target.
      ENDLOOP.
    End of transformation code -
    ENDFORM.
    End of transformation code -
    ENDFORM.
    Please help me and reply. Good answers are appreciated and rewarded with points.
    Thanks,
    Sumisha Subramanian.

    Hi All,
    Please guys help me with this APD issue that I am facing.
    There is an APD created whose target is a file and with one routine. Here the purpose of the routine was mostly just to sequence the fields the way I want them, and only to show certain ones, also to delete all KF that are zero.(which is commented out).
    No matter what I do, it always gets data which has the key figures as all zeros.  I put some code in there to delete the data which is all zeros but commented it out, because otherwise then it writes zero records.
    The code part which delete all KF that are zero is commented out. Now we are getting the file data with commented code and without commenting code same.
    The thing is, in Bex the query from which we are fetching data is showing proper data with zeroes as well as KF with values. But the same APD is showing only the data whose KF's are zeroes.
    I am pasting the routine here:
    REPORT RSAN_WB_ROUTINE_TEMP_REPORT .
    TYPES: BEGIN OF y_source_fields ,
             COUNTRY TYPE /BI0/OICOUNTRY ,
             SALESORG TYPE /BI0/OISALESORG ,
             /BIC/ZFCSTGRP TYPE /BIC/OIZFCSTGRP ,
             PLANT TYPE /BI0/OIPLANT ,
             MATERIAL TYPE /BI0/OIMATERIAL ,
             FISCPER TYPE /BI0/OIFISCPER ,
             KYF_0001 TYPE /BIC/OIZBAS_FCST ,
             KYF_0002 TYPE /BIC/OIZTUN_QTY ,
             KYF_0002_UNIT TYPE MEINS ,
             KYF_0003 TYPE /BIC/OIZCOR_FCST ,
             KYF_0004 TYPE /BIC/OIZTOT_FRCT ,
             KYF_0005 TYPE /BIC/OIZTER_TFCT ,
           END OF y_source_fields .
    TYPES: yt_source_fields TYPE STANDARD TABLE OF y_source_fields .
    TYPES: BEGIN OF y_target_fields ,
             COUNTRY TYPE /BI0/OICOUNTRY ,
             SALESORG TYPE /BI0/OISALESORG ,
             /BIC/ZFCSTGRP TYPE /BIC/OIZFCSTGRP ,
             PLANT TYPE /BI0/OIPLANT ,
             MATERIAL TYPE /BI0/OIMATERIAL ,
             FISCPER TYPE /BI0/OIFISCPER ,
             ZBAS_FCST TYPE /BIC/OIZBAS_FCST ,
             ZTUN_QTY TYPE /BIC/OIZTUN_QTY ,
             BASE_UOM TYPE /BI0/OIBASE_UOM ,
             ZCOR_FCST TYPE /BIC/OIZCOR_FCST ,
             ZTOT_FRCT TYPE /BIC/OIZTOT_FRCT ,
             ZTER_TFCT TYPE /BIC/OIZTER_TFCT ,
           END OF y_target_fields .
    TYPES: yt_target_fields TYPE STANDARD TABLE OF y_target_fields .
    Begin of type definitions -
    *TYPES: ...
    End of type definitions -
    FORM compute_data_transformation
         USING     it_source TYPE yt_source_fields
                   ir_context TYPE REF TO if_rsan_rt_routine_context
         EXPORTING et_target TYPE yt_target_fields .
    Begin of transformation code -
      DATA: ls_source TYPE y_source_fields,
            ls_target TYPE y_target_fields.
      LOOP AT it_source INTO ls_source.
       IF ls_source-KYF_0001 = 0
       AND ls_source-KYF_0002 = 0
       AND ls_source-KYF_0003 = 0
       AND ls_source-KYF_0004 = 0
       AND ls_source-KYF_0005 = 0.
         DELETE it_source.
         EXIT.
       ENDIF.
        MOVE-CORRESPONDING ls_source TO ls_target.
        APPEND ls_target TO et_target.
      ENDLOOP.
    End of transformation code -
    ENDFORM.
    End of transformation code -
    ENDFORM.
    Please help me and reply. Good answers are appreciated and rewarded with points.
    Thanks,
    Sumisha Subramanian.

  • Showing offline data   ?

    Hi,
        In my application i am collection data via data screens and storing it using OutboundContainer for later synchronization. is there any way to get the all collected data  and show the data in a screen.
    Regards
    murali

    The complete question:
    I have website cached to view content offline.Everything works fine,apart from when clicked on a pdf link in the site.After clicking the link which points to a pdf,it loads the pdf sucessfully..but on pressing the home button..it throws error"The Internet connection appears to be offline".I have to again press the pdf link.and then the home button in order to view the home page in offline mode.
    Note:It happens only when pdf link is loaded in webView. All other links work fine.
    Any help/idea for the strange behaviour if webView ? here s the code i am using :
    NSURL *url = [NSURL URLWithString:@"http://xxx.intranet.yy.com/default.asp"]; requestObj = [NSURLRequest requestWithURL:url cachePolicy:NSURLRequestReturnCacheDataElseLoad timeoutInterval:10.0]; [_webView loadRequest:requestObj];

  • TS3579 I found this useful because I did not know about the effect of typing in data and that you could only drag to rearrange the data.  I had typed in data before and this had caused problems but restoring defaults did not cause correct dates to show up

    I found this  (TS3579: If the wrong date or time is displayed in some apps on your Mac Learn about If the wrong date or time is displayed in some apps on your Mac) useful because I did not know about the effect of typing in data and that you could only drag to rearrange the data.  I had typed in data before and this had caused problems but restoring defaults did not cause correct dates to show up in Finder. 

    It sounds like there are a couple things going on here.  First check if you have a successful install of SQL Server, then we'll figure out the connection issues.
    Can you launch SQL Server Configuration Manager and check for SQL Server (MSSQLSERVER) if default instance or SQL Server (other name) if you've configured your instance as a named instance.  Once you find this, make sure the service is started. 
    If not started, try to start it and see if it throws an error.  If you get an error, post the error message your hitting.  If the service starts, you can then launch SSMS and try to connect.  If you have a default instance, you can use the machine
    name in the connection dialog.  Ex:  "COWBOYS" where Cowboys is the machine name.  However, if you named the SQL Server instance during install, you'll need to connect using the machine\instance format.  Ex:  COWBOYS\Romo (where Romo
    is the instance name you set during install).
    You can also look at the summary.txt file in the SQL Server setup error logs to see what happened on the most recent install.  Past install history is archived in the log folder if you need to dig those up to help troubleshoot, but the most
    recent one may help get to the bottom of it if there is an issue with setup detecting a prior instance that needs to be repaired.
    Thanks,
    Sam Lester (MSFT)
    http://blogs.msdn.com/b/samlester
    This posting is provided "AS IS" with no warranties, and confers no rights. Please remember to click
    "Mark as Answer" and
    "Vote as Helpful" on posts that help you. This can be beneficial to other community members reading the thread.

  • How to show only date in BO webi 3.1 text box

    how to show only date in BO webi 3.1 text box for e.g:-
    01/01/2005  (no time only date)

    hi,
    just check by which format your date is coming
    just create a one variable and check =UserResponse("Transaction Date From (mm/dd/yy)")
    if your output is in format of("mm/dd/yyyy hh:mm:ss a")
    then some format we have to write in todate syntax
    then your final formula for date would be
    =FormatDate(ToDate(UserResponse("Transaction Date From (mm/dd/yy)");"mm/dd/yyyy hh:mm:ss A");"dd/mm/yyyy")

  • Itunes showing all data as other and sync button greyed out

    Itunes showing all data as other and sync button greyed out.  I have downloaded and installed Itunes 11 (multiple times) and restored my phone twice already, but I am still not able to sync my Iphone 4 with Itunes.
    When I select / de-select Apps on Itunes to remove from the phone the "Apply" button does appear, but after I click it nothing happens.  Then the greyed out "sync" button just appears again.
    Anyone with some advise please?

    Try Restarting or Resetting your touch.
    Restart: Hold the Sleep/Wake button until the red slider appears and turn off your iPod. Press the sleep/wake button and hold it until you see the Apple icon.
    Reset: Hold the Sleep/Wake button and the Home button at the same time. The red slider will appear first, keep hold everything until you see the Apple icon. Release the buttons.
    Check your iPod and see if your music and apps have reappeared. If they do after either option, then resync your iPod.
    If neither works, then Restore your touch through iTunes.

  • Due date is showing earlier than doc. date

    Hi,
    I have a funny question. I have posted billing doc. in VF01 for 10000/- on 30.06.2009 payment term is 30 days from the doc. date so the due date should be 30.07.2009. Against this doc. i have posted one residual payment for 5000/- on 15.08.2009 but when i am executing customer line item report in FBL5N system is showing this residual doc. date is 15.08.2009 and due date is 30.07.2009. Why is the due date showing a earlier date than doc date? The due date should be the same day or later than doc date.
    Adv. thanks to all....
    Regards

    Hi,
    When we do a residual payment option, the new document created for the residual amount, is created with reference to the original document. When we create documents with reference, by default the baseline date of the new document is same as that of the original. You can change the base line date by double clicking on the line after simulating.
    Also check if you find any options in SPRO under the open item processing in the business transaction node for Accounts receivable and Accounts payable.
    Thanks and Regards,
    Anit

  • Error in CJ88  Posting transaction is not possible (value date not allowed)

    When i try CJ88 with a wbs element, it shows the following error :
    Posting transaction is not possible (value date not allowed)
    Message no. AA 478
    Diagnosis
    A retirement was already posted on the asset 000022400733 0041 on 20091231. Based on the value date 20091231 of the transaction, this transaction should have been included in the calculation of values for the retirement.
    System Response
    The transaction is rejected.
    Procedure
    Check the value date of the transaction.
    In need to put year 2009 in date of the transaction, but it isnt posible. ¿Why? I dont know very much about asset accounting...

    Hi
    It is not allowing for WBS element final settlement, because of your asset already retairement was done.
    By best suggetion is, You will create the new WBS element and transfer the all cost line items from old WBS element to new WBS element, then you will try to settlement for another asset in CJ88.
    I hope it will use for you.
    Regards
    PVCPVC

  • Need to show a data in weeks for stacked column

      I need to show the data broken down in weeks if you choose the start date and end date.   I have to show in a stacked column chart. I am trying to show the values if you choose for example last month i need to show it by weeks for example 
    week    user name   total approved first approved    last aprovedDate  totalitemsAdded
    week 1   XYZ                 3                10/01/2012       10/05/2012         5
    week2   XYZ                  5                 etc                      etc            
      etc
    week 3 
    Below is the code and the result  i am getting now . 
    Current Results
    UserName TotalApproved
    FirstApprovedDate LastApprovedDate
       TotalItemsAdded
    XYZ            9
               2011-11-19 16:56:49.960
         2011-11-19 18:18:20.783
                   2
    DECLARE @StartDate DATETIME
    DECLARE @EndDate DATETIME
    SET @StartDate = '10/1/2012 '
    SET @EndDate = '10/31/2012'
    ;with Items as(
           SELECT
                  UserName = Profile.Description,
                  TotalItems = COUNT(TransactionID),
                  FirstAddedDate = MIN(UTCDate),
                  LastAddedDate = MAX(UTCDate)
           FROM Transactiondatabase.dbo.transaction
                    JOIN Biography.dbo.Profile ON transaction.ProfileId = Profile.ProfileID
           WHERE 
                  Data like '%ItemAdded%'
                    AND UTCDate BETWEEN @StartDate AND DATEADD(dd,1,@EndDate)
           GROUP BY
                  Profile.Description 
    Approved as
           SELECT 
                  UserName = Profile.Description,
                  TotalApproved = COUNT(TransactionID),
                  FirstApprovedDate = MIN(UTCDate),--Demo
                  LastApprovedDate = MAX(UTCDate)                 
           FROM Transactiondatabase..transaction
                    JOIN Biography.dbo.Profile ON transaction.ProfileId = Profile.ProfileID
           WHERE 
                  Data like '%Approved%'
                    AND UTCDate BETWEEN @StartDate AND DATEADD(dd,1,@EndDate)
           GROUP BY
                    Profile.Description
    Select Distinct Approved.*, TotalItemssAdded = sum(distinct Items.TotalItems)
    from Items, Approved  
    Group by Approved.UserName, Approved.FirstApprovedDate, Approved.LastApprovedDate, Approved.TotalApproved
    using ssrs 2005 

    Hi Sunny04,
    If I understand correctly, you want to display the data by weeks in a stacked column chart. If in this case, we can add a calculated field named week to display the week name, and then group it. For more details, please see the following steps:
    Right-click the dataset to add a calculated field with the values below:
    Name: Week
    Calculated field: =DatePart(DateInterval.WeekOfYear,Fields!FirstApprovedDate.Value,0,0)
    Add Week field to category group area in a stacked column chart.
    Right-click Week field to open the Properties dialog box, modify the expression of Label to like this:
    ="week"&Fields!Week.Value
    Add TotalApproved or TotalItemsAdded field to data area in the chart.
    If there are any misunderstanding, please elaborate the issue for further investigation.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • IF a jsp page shows xml  data then is that coded in jsp?

    Suppse a jsp page showing following data .. what will the code like ..
    is it code in jsp ?
    or it embeded XML
    can u figure out this ?
    <monitorservice>
      <site name="FD">
        <description>FordDirect</description>
      </site>
      <dependency name="PBMMonitor" status="PASS" time="Thu Feb 01 22:02:53 EST 2007" elapsedmilliseconds="63" id="0">
        <description>PBM monitored : tps with timeout of 600000 ms.</description>
      </dependency>
      <dependency name="PBMMonitor" status="PASS" time="Thu Feb 01 22:02:53 EST 2007" elapsedmilliseconds="47" id="1">
        <description>PBM monitored : RGSImporter with timeout of 600000 ms.</description>
      </dependency>
      <dependency name="DBConnection" status="PASS" time="Thu Feb 01 22:02:53 EST 2007" elapsedmilliseconds="0" id="2">
        <description>Database monitored : tps</description>
      </dependency>
      <dependency name="DBConnection" status="PASS" time="Thu Feb 01 22:02:53 EST 2007" elapsedmilliseconds="0" id="3">
        <description>Database monitored : tpsactive</description>
      </dependency>
      <dependency name="PBMMonitor" status="PASS" time="Thu Feb 01 22:02:53 EST 2007" elapsedmilliseconds="31" id="4">
        <description>PBM monitored : email_popper with timeout of 600000 ms.</description>
      </dependency>
      <dependency name="TPSQueueMonitor" status="PASS" time="Thu Feb 01 22:02:53 EST 2007" elapsedmilliseconds="2281" id="5">
        <description>TPSQueueMonitor
    Processing current queue length: 299 with TransactionID of '8801EB0B129401108043EA0200000000' in the queue for 29.928 minutes.
    Sent to Dealix current queue length: 216 with TransactionID of '8801EB0B097C011051C648E26EE70000' in the queue for 6.928 minutes.
    </description>
      </dependency>
      <dependency name="PBMMonitor" status="PASS" time="Thu Feb 01 22:02:55 EST 2007" elapsedmilliseconds="47" id="6">
        <description>PBM monitored : steve with timeout of 600000 ms.</description>
      </dependency>
      <dependency name="SteveQueueMonitor" status="PASS" time="Thu Feb 01 22:02:55 EST 2007" elapsedmilliseconds="47" id="7">
        <description>SteveQueueMonitor
    Received from Dealix current queue length: 41 with TransactionID of '8801ED7D07440110803433D400000000' in the queue for 4.563 minutes.
    Sending to Dealer current queue length: 16 with TransactionID of '8801EB110BA7011051BBCE5659E50000' in the queue for 2.313 minutes.
    Compass send queue length: 1
    Fax send queue length: 0
    SalesPoint send queue length: 5
    TOC send queue length: 3
    ALM send queue length: 0
    </description>
      </dependency>
      <dependency name="FD3ImportMonitor" status="PASS" time="Thu Feb 01 22:02:55 EST 2007" elapsedmilliseconds="0" id="8">
        <description>FD3Import monitored : with max unimported lead count of 300 leads</description>
      </dependency>
    </monitorservice>thiis is the entire webpage looks like !!

    That is not a webpage, the JSP is most likely used as a Plain Old Xml (POX) transaction page. So it acts as a sort of webservice.
    Suppse a jsp page
    is it code in jspBit of a nobrainer, wouldn't you think? It would be hardly of any use if that XML was static content.

  • HT6446 My Health Data is showing my total steps for Daily average....

    specs:
    Using Apple Health App, with the Withings Health Mate and My Fitness Pal as the only 2 sources.
    Using an iPhone 5s with  26.7 GB capacity 4.2 GB available
    Model Number NE299LL/A
    OS Version 8.1 (12B411)
    I Updated all my Apps. I have gone into the Health Apps "all Data, and cleared all" this reset my dashboard to 0 steps. then after closing and opening both apps. I am right back to where i started. my "Daily Average" is showing my total steps. (or possibly dividing by 1)

    Well, I have just completed a full restore of my iPhone. It was not smooth at first. The restore froze about 10% through and I ended up having to hard reset the phone and start over. The second restore went smoothly but unfortunately, this did not solve anything.  All 3 iPhone measuresble components (flights climbed, steps and walking + running distance) still show "No data". I always had the option to enter manual data points, but I never actually tried to as I have no way of determining these 3 things.
    I will call Apple support back, but their only option will be to replace the phone. I really don't want to do that, not only because I don't want to have to set up the device for a third time, but I dont want some white box device; I want my brand new, immaculate one. Besides, it's clearly a software issue and likely to happen again with a new device. I guess Apple won't look into this as a software issue until enough people call in about it. That said, please take a few minutes and call Apple about this if you're one of the people affected.
    I will report back after speaking with Apple, but as I said, I doubt they're going to have anything other than a device replacement as a solution.

Maybe you are looking for