Attack of the missing data

Hello all,
I have this lovely little list
Code:
<mx:TileList dataProvider="{tempXML.asset.fleet}"
width="344" backgroundColor="#000000" color="#ff0000"
fontSize="27" borderColor="#000000" columnWidth="300"
rowHeight="50" themeColor="#808080" fontWeight="bold"
allowMultipleSelection="true" id="tilelist1" height="0" y="202"
x="178"/>
<mx:XMLListCollection id="tempXMLList"
source="{tempXML.asset}" />
That I am trying to set up a refresh function
Code:
private function resetForm():void{
tempXML.asset = tempXML.asset;
Now when I click the refresh button this is associated with
my hover over refreshes however it does not appear that it accually
goes back and refreshes the xml data at
Code:
<mx:XML id="tempXML" source="
http://mysite.net/interface.php?username=admin&amp;password=pass&amp;customer=13&amp;actio n=showopen&amp;operation=showassets&amp;format=xml&amp;opstatus=crit"
/>
I'm not sure if I'm having a caching issue or if there is
something else wrong.
Any help is much appreciated

This is most likely due the caching. You can clear the
browser cache and confirm that refresh visits the server.
usually the way around that's used for this problem is to
append and dummy request parameter and assign it current system
timestamp so that for the browser the URL appears and unique/new.
ATTA

Similar Messages

  • HT201269 Is there a way to download/port the missing data/SMS to one iPhone without overwriting the new SMS on the newer iPhone?

    SMS Transferring/downloading/backup : Is there a way to download/port the missing data/SMS to one iPhone without overwriting the new SMS on the newer iPhone? Here is my dilemma. My iPhone quit working and I couldn’t get it fixed as quickly as I needed to. I bought a used iPhone and started using it normally and downloaded the backup from itunes/icloud. There was a large gap in data where the first iPhone didn’t backup when I thought it had. I have SMS data on both phonesnow and  I need them for a court hearing. I have since had the other iPhone repaired and working perfectly. Will downloading a backup wipe out the newer SMS data? I am nervous because I can’t lose the information or my case mey be compromised. Any “Real Help” including programs that work to accomplish this would be very helpful. Thank You in advance…

    No, direct access to manipulating the phone's filesystem is not permitted for 3rd party apps in the iOS.  It can't be done without hacking the phone, which you certainly don't want to do.  The messages can be combined and viewed on your computer, but not on a single phone.

  • Grouping to display null values for all the missing dates

    Hi SAP,
    I am trying to display '0.00' value for all the missing dates in my crystal reports as follows:
    17-Jan-14     40.00
    18-Jan-14       0.00
    19-Jan-14       0.00
    20-Jan-14     80.00
    However, my crystal report is showing as follows:
    17-Jan-14     40.00
    18-Jan-14       0.00
    19-Jan-14
    20-Jan-14     80.00
    The missing dates with no data are group together and my '0.00' value is not. Kindly advise me the solution. The formula is shown as per attached.
    Thank you.
    Regards.

    Hi,
    Thanks for your reply.
    Fyi, I am using a formula field in crystal report to display "0.00" for days in between as follows:
    whileprintingrecords;
    if Days_Between({Command.DocDate},next({Command.DocDate}),'dd-MMM-yy') = "" then "" else "0.00"
    There is another formula field in crystal report to display the missing dates in between as follows:
    whileprintingrecords;
    Days_Between({Command.DocDate},next({Command.DocDate}),'dd-MMM-yy')
    Below is my report custom functions:
    Function Days_Between (datefield as datetime, nextdatefield as datetime, format as string)
    ' This function is only used to display what data is missing within a specified date range...output type is text
    dim thisdate as date
    dim nextdate as date
    dim output as string 'output is the text display
    dim daysbetween as number
    dim looptimes as number
    looptimes = 0
    daysbetween = 0
    output = ""
    thisdate = datevalue(datefield) + 1
    nextdate = datevalue(nextdatefield)
    if nextdate - thisdate > 1 then daysbetween = nextdate - thisdate else daysbetween = 1
    do
    if nextdate - thisdate > 1 _
    then output = output + totext(thisdate, format) + chr(10) _
    else _
    if nextdate - thisdate > 0 _
    then output = output + totext(thisdate, format)
    looptimes = looptimes + 1
    thisdate = thisdate + 1
    loop until looptimes = daysbetween
        Days_Between = output
    End Function
    The issue arise when when there is more than one missing dates in between but the null values ("0.00") displayed is only for the first missing dates and not for all the missing dates.
    Regards,
    Ting Wei 

  • How to open a database bypassing the missing data file

    Hi,
    i have a test database, which has not backup and no archive logs(not in archivelog mode). when i started it up , i got the error :
    ORA-01157: cannot identify/lock data file 13 - see DBWR trace file
    ORA-01110: data file 13: '/tbvenusData/ktb_data01'
    now the database is in mount mode. and the file ktb_data01 dose not exsit.
    i'd like to open the database without this data file. but i cannot alter tablespace in mount model.
    so I issued the command:
    ALTER DATABASE DATAFILE '/tbvenusData/ktb_data01' OFFLINE;
    and i got the error:
    ORA-01145: offline immediate disallowed unless media recovery enabled
    then i tried to enable archivelog mode
    SQL> alter database archivelog;
    alter database archivelog
    ERROR at line 1:
    ORA-00265: instance recovery required, cannot set ARCHIVELOG mode
    So, can i open this database in this situation? or can i open it or not?
    Thanks
    Heng
    could you advice what shall i do to open this database by passing the missing data file?
    Thanks
    Heng

    can you try
    alter database datafile ... offline drop;

  • Find the missing date from output data

    Hi Guys,
    For Ex,
    I have the following ouput rows with column like
    Id   Name   Mobile    Signindate
    1     AAA      XXX        2012-03-01
    2     AAA      XXX        2012-03-02
    3     AAA      XXX        2012-03-05
    4     AAA      XXX        2012-03-06
    5     AAA      XXX        2012-03-07
    the above rows will get based on startdate and enddate parameter like (mar 1,2012 ) to (mar 31,2012)
    the Actual output needed is the missing date of Signin ,here in above ex ,it will be march 3 ,march4
    Final Output is,
    Id   Name   Mobile    Signindate-Missed date
    1     AAA      XXX        2012-03-03
    2     AAA      XXX        2012-03-04
    how to do in tsql
    any help is needed 
    Thanks
    r.b

    final output getting like this,
    d ResourceID
    ResourceName ReportsTo
    Location eMail
    Mobile Workdate
    2013-12-01 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    2013-12-07 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    2013-12-08 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    2013-12-11 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    2013-12-12 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    2013-12-13 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    2013-12-14 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    2013-12-15 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    2013-12-16 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    2013-12-17 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    2013-12-18 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    2013-12-19 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    2013-12-20 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    2013-12-21 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    2013-12-22 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    2013-12-25 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    2013-12-26 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    2013-12-27 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    2013-12-28 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    2013-12-29 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    2013-12-30 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    2013-12-31 NULL
    NULL NULL
    NULL NULL
    NULL NULL
    SELECT d.* ,a.*
    FROM   @Dates d
    left join #tmp a on d.d =a.Workdate 
    WHERE  d NOT in (SELECT Workdate
                     FROM   #tmp) 
    suggestions needed, all fields coming as null except workdate ,workdate is the missing date 
    tnkx
    r.b

  • LIS - To get the data for the missing data for the infostructure S906

    Hi
    We have performed  an unicode conversion In our SAP ECC 6.0 system,  after the conversion, the infostructure S906 (copy of S006) was not updated for the period 22nd June to 25th June 09.
    Then we regenerated the infostructure S906 using the tcode MCS/ on 26th June and after which the update rules are working correctly in S906.
    Now when we run the SOP report for this week, the data is missing for the period 22nd June to 25th June 09.
    We have gone thru the note 64636 - to setup the infostructure from the begining, which needs more downtime.
    Is there a possibility to get the missing data for the above period only, instead of setting up the infostructure from the beginning.
    Thanks & Regards
    Senthil

    You did not tell us what kind of update are you using. Some transactions (e.g. OLI1) allow to run it by posting date; others (e.g. OLI9) for a range of the documents. You can find what document numbers were created in the period of question and then run it for them. Although I would recommend the full rebuild.

  • Trying to find out order of the missing dates, next day of the end date should be a start day in below example order is missing I need to find those dates whose order is missing

    Create table #T
    (EMP_ID int, DEPT_ID int, EMP_EFF_FROM_DATE date, EMP_EFF_TO_DATE date )
    Insert into #T (EMP_ID , DEPT_ID , EMP_EFF_FROM_DATE , EMP_EFF_TO_DATE ) values (10,       10001,       '8/1/2008', '10/31/2009');
    Insert into #T (EMP_ID , DEPT_ID , EMP_EFF_FROM_DATE , EMP_EFF_TO_DATE ) values(10,      10001,       '11/1/2009',              '2/25/2010');
    Insert into #T (EMP_ID , DEPT_ID , EMP_EFF_FROM_DATE , EMP_EFF_TO_DATE ) values(10,     10001,       '2/26/2010',              '5/1/2011');
    Insert into #T (EMP_ID , DEPT_ID , EMP_EFF_FROM_DATE , EMP_EFF_TO_DATE ) values(10,    10001,       '8/1/2011',              '10/30/2011');
    Insert into #T (EMP_ID , DEPT_ID , EMP_EFF_FROM_DATE , EMP_EFF_TO_DATE ) values(10,   10001,       '12/1/2011',             '10/31/2012');
    Insert into #T (EMP_ID , DEPT_ID , EMP_EFF_FROM_DATE , EMP_EFF_TO_DATE ) values(10,  10003,       '7/1/2007',              '10/31/2007');
    Insert into #T (EMP_ID , DEPT_ID , EMP_EFF_FROM_DATE , EMP_EFF_TO_DATE ) values(10, 10004,       '9/27/2004',              '6/8/2006');
    Insert into #T (EMP_ID , DEPT_ID , EMP_EFF_FROM_DATE , EMP_EFF_TO_DATE ) values(10,10004,       '6/30/2006',              '6/29/2007');
    Insert into #T (EMP_ID , DEPT_ID , EMP_EFF_FROM_DATE , EMP_EFF_TO_DATE ) values(10,10007,       '6/25/2006',            '6/20/2007');
    Insert into #T (EMP_ID , DEPT_ID , EMP_EFF_FROM_DATE , EMP_EFF_TO_DATE ) values(10,10007,       '8/25/2007',              '5/25/2008');
    Select * from #T;
    narthan

    Try
    Create table #T
    (EMP_ID int, DEPT_ID int, EMP_EFF_FROM_DATE date, EMP_EFF_TO_DATE date )
    Insert into #T (EMP_ID , DEPT_ID , EMP_EFF_FROM_DATE , EMP_EFF_TO_DATE ) values (10, 10001, '8/1/2008', '10/31/2009');
    Insert into #T (EMP_ID , DEPT_ID , EMP_EFF_FROM_DATE , EMP_EFF_TO_DATE ) values(10, 10001, '11/1/2009', '2/25/2010');
    Insert into #T (EMP_ID , DEPT_ID , EMP_EFF_FROM_DATE , EMP_EFF_TO_DATE ) values(10, 10001, '2/26/2010', '5/1/2011');
    Insert into #T (EMP_ID , DEPT_ID , EMP_EFF_FROM_DATE , EMP_EFF_TO_DATE ) values(10, 10001, '8/1/2011', '10/30/2011');
    Insert into #T (EMP_ID , DEPT_ID , EMP_EFF_FROM_DATE , EMP_EFF_TO_DATE ) values(10, 10001, '12/1/2011', '10/31/2012');
    Insert into #T (EMP_ID , DEPT_ID , EMP_EFF_FROM_DATE , EMP_EFF_TO_DATE ) values(10, 10003, '7/1/2007', '10/31/2007');
    Insert into #T (EMP_ID , DEPT_ID , EMP_EFF_FROM_DATE , EMP_EFF_TO_DATE ) values(10, 10004, '9/27/2004', '6/8/2006');
    Insert into #T (EMP_ID , DEPT_ID , EMP_EFF_FROM_DATE , EMP_EFF_TO_DATE ) values(10,10004, '6/30/2006', '6/29/2007');
    Insert into #T (EMP_ID , DEPT_ID , EMP_EFF_FROM_DATE , EMP_EFF_TO_DATE ) values(10,10007, '6/25/2006', '6/20/2007');
    Insert into #T (EMP_ID , DEPT_ID , EMP_EFF_FROM_DATE , EMP_EFF_TO_DATE ) values(10,10007, '8/25/2007', '5/25/2008');
    Select * from #T;
    select a.EMP_ID , a.DEPT_ID,a.EMP_EFF_TO_DATE gapFrom ,c.EMP_EFF_FROM_DATE gapTo ,DATEDIFF(day,a.EMP_EFF_TO_DATE,c.EMP_EFF_FROM_DATE) [gapDelta(hours)] From #t a
    CROSS APPLY (select top 1 b.EMP_EFF_FROM_DATE, case when datediff(day,a.EMP_EFF_TO_DATE,b.EMP_EFF_FROM_DATE) =1 then 0 else 1 end chk from #t b where a.EMP_ID=b.EMP_ID and a.DEPT_ID=b.DEPT_ID and b.EMP_EFF_FROM_DATE > a.EMP_EFF_TO_DATE order by B.EMP_EFF_FROM_DATE) c
    where chk=1
    Thanks
    Saravana Kumar C

  • Shared variable, missing data, the same timestamp for two consecutiv​ely data

    hello
    I have a problem with missing data when I read from a network published shared variable.
    Host VI:
    In a host VI on my Laptop (HP with WinXP Prof.) i'm writing data to the shared Variable "data". Between two consecutively write operations is a minimum of Milliseconds waiting time. I use that because I want to be sure that the timestamp for each new data value is different then the preview one (resolution shared variables is 1 ms)
    Target VI:
    the Target VI on a cRIO-9012 realtime device is reading only new data in the way that it compares the timestamp of a new value with the timestamp from the last value.
    Problem:
    rarely, I'm missing a datapoint (sometimes everything works fine for several hours, transferring thousands of data correctly before suddenly the failure happens). With some workaround I'm able to catch the missing data. I've discovered that the missing data has the exactly same timestamp then the last readed datapoint, therefore is ignored in my "legal" data.
    To sum up, the missed value is written to the shared variable in the host, but the target ignores him because his timestamp is wrong, respectively the same as the last value has, despite the host waits every time for a minimum of 10 milliseconds before writing a new value.
    Note:
    The shared Variable is hosted on the Laptop and configured using buffering.
    The example is simplified only to show the principle function, in real I use also a handshaking and I secure that there is no over- and underflow.
    Simplified Example:
    Question:
    Has someone an idea why two consecutively data can have the same timestamp ?
    Where is the (wrong) timestamp finally coming from (system?) ?
    What would be a possible solution (at the moment with shared Variables) ?
    -> I tried a workaround with clusters where each data gets a  unique ID. It works but it is slower than comparing timestamps and I could get performance problems.
    Would it change something when I host the shared Variable on the RT-System ?
    Thanks for your help
    Regards
    Reto
    Solved!
    Go to Solution.

    Hi Reto,
    I had a look on your modified Example.
    Because the Shared Variables didn`t work like Queues or Notifiers (No Event or Interrupt when a new value has been written. And for sure the´re not possible over a network) you will see the issue, that the code is reading the values more often with the same timestamp (Polling Problematic) if the reader is faster then the writer. And because the timestamp is written with the value you´re able to program like you do. Filter out whats duplicated when you have the same timestamp.
    Everything is described in here:
    http://zone.ni.com/devzone/cda/tut/p/id/4679#toc1
    Laurent talked about a second depth of buffer. Please have also a look at the link. Somewhere in the middle of the tutorial you see the explanations of Buffer and RT-Buffer.
    Regarding your question: Would it change something when I host the shared Variable on the RT-System? --> No
    In my experiences, you should consider to place the Shared Variable Engine after asking some questions regarding the application.
    You will find the Answers to this 3 Questions also in the link:
    Does the application require datalogging and supervisory functionality?
    Does the computing device have adequate processor and memory resources?
    Which system is always online?
    And you`re right the smalles time interval you can see in the timestamp is 1ms.!
    What you also can do is working with an enabled "timed out". This might be more performance efficient than reading the timestamp.
    What I don`t know and not find up to now, is if LabVIEW or the OS adds the timestamp. It´s taken from the system time, this looks like LabVIEW is taking the value and adds it. 
    I hope this helps
    Alex
    NI Switzerland

  • Help needed with missing data problem in CRVS2010

    We recently upgraded the reporting engine in our product to use Crystal Reports for Visual Studio 2010 (previously engine was CR9). Our quote report, which has numerous subreports and lots of conditional formatting, started losing data when a quote took more than a single page to be printed. We knew the SQL results included the data, but the report was not printing those lines at all or sometimes printing a partial line. In addition, the running total on the report would exclude the lines that were being missed on the next page. In one example submitted by a customer, 3 lines were skipped between pages.
    I think I have identified two potential issues that document the possibility of data not being included in the report.
    The first potential issue is an issue with the "suppress blank section" option being checked. This issue is supposedly fixed with ADAPT01483793, being released someday with service pack 2 for CRVS2010.
    The second potential issue is using shared variables. This issue is supposedly fixed with ADAPT01484308, also targeted for SP2.
    Our quote report does not explicitly use shared variables with any of the subreports, but it does have several subreports, each in its own section that has the "supress blank section" option checked. We have other reports that use this feature, as well, and they are not exhibiting the problem.
    One different thing about the quote report is that it has a section with multiple suppression options selected. The section has a conditional suppression formula, which controls whether the section is included at all within the report. The section also has the suppress blank section option selected. There are multiple fields within the report that are each conditionally suppressed. In theory, the section's suppress formula could evaluate to true, yet all of the fields within the section are suppressed (due to null values), and then the "suppress blank section" option would kick in.
    The missing data only seems to happen when the section is not being suppressed, and at least one of the fields is being included in the report. If I clear the "suppress blank section" check box, and change the section formula to also include the rules applied to the fields in the section, the missing data problem seems to be resolved.
    Is this related to ADAPT01483793? Will it be fixed in service pack 2?
    If more details are needed, I would be happy to provide a sample report with stored data.

    Hi Don,
    Have a look at the Record Selection formula in CR Designer ( stand alone ) and when exported to RPT format opening that report in the Designer also. 
    There's been a few issues with => logic in the record selection formula. It could be you are running into this problem. Look for NOT inserted into your selection formula.
    Oh and SP2 is coming out shortly so it may resolve the issue. But if you want you could purchase a support, or if you have a support contract then create a case in SMP and get a rep to work with you to debug the issue.
    If you have not try the Trial Version of CR 2011, put it on a VM-ware image or Test PC so you don't corrupt anything for production and have a look at and test it in that designer also. If you purchase a case and it is a bug then you'll get a credit back for the case.
    Don
    Edited by: Don Williams on Oct 26, 2011 7:40 AM

  • How to Get Missing Dates for Each Support Ticket In My Query?

    Hello -
    I'm really baffled as to how to get missing dates for each support ticket in my query.  I did a search for this and found several CTE's however they only provide ways to find missing dates in a date table rather than missing dates for another column
    in a table.  Let me explain a bit further here -
    I have a query which has a list of support tickets for the month of January.  Each support ticket is supposed to be updated daily by a support rep, however that isn't happening so the business wants to know for each ticket which dates have NOT been
    updated.  So, for example, I might have support ticket 44BS which was updated on 2014-01-01, 2014-01-05, 2014-01-07.  Each time the ticket is updated a new row is inserted into the table.  I need a query which will return the missing dates per
    each support ticket.
    I should also add that I DO NOT have any sort of admin nor write permissions to the database...none at all.  My team has tried and they won't give 'em.   So proposing a function or storable solution will not work.  I'm stuck with doing everything
    in a query.
    I'll try and provide some sample data as an example -
    CREATE TABLE #Tickets
    TicketNo VARCHAR(4)
    ,DateUpdated DATE
    INSERT INTO #Tickets VALUES ('44BS', '2014-01-01')
    INSERT INTO #Tickets VALUES ('44BS', '2014-01-05')
    INSERT INTO #Tickets VALUES ('44BS', '2014-01-07')
    INSERT INTO #Tickets VALUES ('32VT', '2014-01-03')
    INSERT INTO #Tickets VALUES ('32VT', '2014-01-09')
    INSERT INTO #Tickets VALUES ('32VT', '2014-01-11')
    So for ticket 44BS, I need to return the missing dates between January 1st and January 5th, again between January 5th and January 7th.  A set-based solution would be best.
    I'm sure this is easier than i'm making it.  However, after playing around for a couple of hours my head hurts and I need sleep.  If anyone can help, you'd be a job-saver :)
    Thanks!!

    CREATE TABLE #Tickets (
    TicketNo VARCHAR(4)
    ,DateUpdated DATETIME
    GO
    INSERT INTO #Tickets
    VALUES (
    '44BS'
    ,'2014-01-01'
    INSERT INTO #Tickets
    VALUES (
    '44BS'
    ,'2014-01-05'
    INSERT INTO #Tickets
    VALUES (
    '44BS'
    ,'2014-01-07'
    INSERT INTO #Tickets
    VALUES (
    '32VT'
    ,'2014-01-03'
    INSERT INTO #Tickets
    VALUES (
    '32VT'
    ,'2014-01-09'
    INSERT INTO #Tickets
    VALUES (
    '32VT'
    ,'2014-01-11'
    GO
    GO
    SELECT *
    FROM #Tickets
    GO
    GO
    CREATE TABLE #tempDist (
    NRow INT
    ,TicketNo VARCHAR(4)
    ,MinDate DATETIME
    ,MaxDate DATETIME
    GO
    CREATE TABLE #tempUnUserdDate (
    TicketNo VARCHAR(4)
    ,MissDate DATETIME
    GO
    INSERT INTO #tempDist
    SELECT Row_Number() OVER (
    ORDER BY TicketNo
    ) AS NROw
    ,TicketNo
    ,Min(DateUpdated) AS MinDate
    ,MAx(DateUpdated) AS MaxDate
    FROM #Tickets
    GROUP BY TicketNo
    SELECT *
    FROM #tempDist
    GO
    -- Get the number of rows in the looping table
    DECLARE @RowCount INT
    SET @RowCount = (
    SELECT COUNT(TicketNo)
    FROM #tempDist
    -- Declare an iterator
    DECLARE @I INT
    -- Initialize the iterator
    SET @I = 1
    -- Loop through the rows of a table @myTable
    WHILE (@I <= @RowCount)
    BEGIN
    --  Declare variables to hold the data which we get after looping each record
    DECLARE @MyDate DATETIME
    DECLARE @TicketNo VARCHAR(50)
    ,@MinDate DATETIME
    ,@MaxDate DATETIME
    -- Get the data from table and set to variables
    SELECT @TicketNo = TicketNo
    ,@MinDate = MinDate
    ,@MaxDate = MaxDate
    FROM #tempDist
    WHERE NRow = @I
    SET @MyDate = @MinDate
    WHILE @MaxDate > @MyDate
    BEGIN
    IF NOT EXISTS (
    SELECT *
    FROM #Tickets
    WHERE TicketNo = @TicketNo
    AND DateUpdated = @MyDate
    BEGIN
    INSERT INTO #tempUnUserdDate
    VALUES (
    @TicketNo
    ,@MyDate
    END
    SET @MyDate = dateadd(d, 1, @MyDate)
    END
    SET @I = @I + 1
    END
    GO
    SELECT *
    FROM #tempUnUserdDate
    GO
    GO
    DROP TABLE #tickets
    GO
    DROP TABLE #tempDist
    GO
    DROP TABLE #tempUnUserdDate
    Thanks, 
    Shridhar J Joshi 
    <If the post was helpful mark as 'Helpful' and if the post answered your query, mark as 'Answered'>

  • How we can get the deleted data details in sql server?

    Can we get the details like how much data was deleted?
    Thanks,
    Adi

    Hi Adi_SQL_DBA,
    According to your description, there is a way that you can recover most of the missing data with the aid of Transaction Logs and LSNs (Log Sequence Numbers). Usually, if you know when your data was deleted then the challenge to recover the deleted data is
    not as difficult. But, if you do not know the date and time when the data was deleted, then we will have to find a different way of identifying the data. For more information, there are steps about recovering deleted data in SQL Server, you can review them.
    http://sqlbak.com/blog/recover-deleted-data-in-sql-server/
    In addition, there are steps about know who and when deleted the data.
    http://raresql.com/2012/10/24/sql-server-how-to-find-who-deleted-what-records-at-what-time/
    Regards,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • Missing Data base in SAP B1

    Dear Gurus,
    I just upgraded my system yesterday to version 8.82 PL11 but the SBO cannot see the database. Please what did you think I have done wrong or I need to do to make my system see this. Also note that my system Siteuser Password cannot be changed as the database server cannot be seen in service manager. I have blow screenshot for your review.
    Regards,

    Dear Paramveer,
    Thank you for your support, I Uninstall the server tool and reprocess as typical installation which now called for  a new Siteuser password and I gave a new password to enable the system point to the missing data base. To that end my missing data base is now seen.
    For the upgrade I do not have a test server on the server but I shall look into that later
    Thanks to you and also Nagaran for your support.
    Thomas,
    To answer your question I use 2008R2.
    Thanks

  • Loading Missing data

    Hi folks,
    We are with BW 3.x.  One of the Info Sources (2LIS_11_VAITM) which has sales orders information is fed from SAP R/3 through IDocs, it uses delta machanism. One day we had an issue due to password (user ALEREMOTE), the dataload to BW failed due to this. Once we reset the password, subsequent jobs picked up the data from the next day. We need to bring in data for the day the job failed.
    I have read through this forum and 'Full Repair Request' seemed to be the option. I tried this using Full Repair, it didnot pull any data eventhough I specified the missing sales order nmbers in Scheduler - selection criteria. Please suggest how to trigger the missing data to be sent to BW.
    FYI, IDocs in BD87 in source system, the corresponding IDocs have status -03 : Data passed to port OK.
    Thank you in advance for all your help.
    Sid
    Edited by: Sid on Oct 23, 2009 3:12 PM

    Hi,
    Deleting setup table will not affect the delta anyway. You can do it in either way by pulling delta or later you can pull delta. Even if there is was postings those will be captured in current delta.
    You can delta and refill the setup table.
    Regards
    Akhan

  • Va01:whay sap say pricing and condition missing data?

    I want use the T-CODE VA01 to create a sale order.When I input one material 001 and it's quantity 250 and save the sale order,the sap show some error message like below.I thought it mean that the item of material 001 in the sale order miss some data about the pricing and condition.I check the item->Conditions and can not found any matter.I use the standard pricing procedure and the CnTy like PR00,K007,KP02,SKTO was exist.So my question was how could I found what the missing data was?Is there any one who have meet such problem can give me some reference or advice?Thank you.
    error message:
    Missing data: Pricing
    Message no. VU019
    Diagnosis
    The system checked the document for completion and found some missing data.
    System Response
    You cannot continue processing.
    Procedure
    Enter the missing data.

    hi mello
    u can check it  in document level item details.... conditions....u can see a icon called <b>Analysis</b> click on that u can find  all the details of  the condition types in the procedure
    kiran

  • MISSING DATE

    I have a list of dates
    select dt from liste Where dt> dt = 01/01/2010 and <= 01/04/2013;
    result
    01/01/2010
    03/01/2010
    04/01/2010
    how to make a sql to detect the missing dates
    example is missing on 02/01/2010

    Hi,
    Ekh wrote:
    Like this ?
    WITH t
    AS (SELECT DATE '2010-01-01' A FROM DUAL
    UNION ALL
    SELECT DATE '2010-01-04' B FROM DUAL),
    T1
    AS (SELECT MIN (A) A,
    EXTRACT (
    DAY FROM   MAX (TO_TIMESTAMP (A, 'DD-MM-YYYY HH:MI:SS'))
    - MIN (TO_TIMESTAMP (A, 'DD-MM-YYYY HH:MI:SS')))
    LV
    FROM T A)
    SELECT A + LEVEL - 1
    FROM T1
    CONNECT BY LEVEL <= LV + 11/1/2010
    1/2/2010
    1/3/2010
    1/4/2010That seems a little more complicated than necessary. For example, A is a DATE, but you're using it as the first argument to TO_TIMESTAMP, where a string is requried, so it's doing an implicit conversion to a VARCHAR2, and then converting that to a TIMESTAMP.
    Also, that generates all the dates. OP asked for the missing dates, so we have to do an outer join or MINUS or something, like this:
    WITH     extrema          AS
         SELECT     MIN (dt)     AS first_dt
         ,     MAX (dt)     AS last_dt
         FROM     table_x
    SELECT     first_date + LEVEL - 1     AS a_dt
    FROM     extrema
    CONNECT BY     LEVEL     <= last_dt + 1 - first_dt
        MINUS
    SELECT     dt
    FROM     table_x
    ORDER BY  a_dt
    ;

Maybe you are looking for

  • How do you upgrade an unlocked iphone 3gs

    will upgrading an unlocked iphone 3gs from 5.0.1 to 5.1 undo the "unlocking"?

  • [svn:bz-trunk] 23129: change the TomcatLogin interface to cover principal converting.

    Revision: 23129 Revision: 23129 Author:   [email protected] Date:     2011-10-26 08:55:54 -0700 (Wed, 26 Oct 2011) Log Message: change the TomcatLogin interface to cover principal converting. revert the PrincipalConverter interface (stay in core and

  • Merged RPD not working

    Hi Folks I had 4 different RPD's in four different machines. I merged all four of them using the Merge option in the admin tool, into one machine as the requirement had changed. But when I upload the merged rpd in the enterprise manager I am not gett

  • Working with footage from Canon 5D Mark ii

    Hi I have recently started working with video taken on a Canon 5D Mark ii. Should I always convert all my footage into Apple Pro Res 422 (HQ) when I want to edit HD 1920x1080 footage? Also I have just finished a project not knowing that this might ha

  • Subscribing to Agents

    I have created an Agent in OBIEE 11g and on the Recipients tab selected "Publish Agent for Subscription". I added AuthenticatedUser to the list of those able to subscribe to the Agent. However, I'm not able to subscribe to the agent. I found how to s