Missing Data within existing folders

Hello everyone,
I purchased the TC (1GB) about a year ago. It still has ~500GB free for backups (I don't know If it's done any deleting of older backups, but I doubt it).
I found a previous discussion that partially covers my problem (but I couldnt find an answer, if it exists --I have a feeling it doesn't, but just in case).
http://discussions.info.apple.com/message.jspa?messageID=12123963
Basically, I had a folder of Movies (~100GB) saved directly onto the Time Capsule, and now I still see the folder, but it is completely empty. I'm positive no one else has accessed the Time Capsule.
Any ideas? Do things saved into the Time Capsule data section get priority? If I put 950GB of data onto it manually would it just continually delete backups and never touch my data?
Thank you very much!
Erik

I have a pretty good idea -- I had this problem as well, having digitized my movie collection onto a private volume on the TC in a "Movies" folder as a sibling to the time machine's sparsebundle directory, like this:
/Volumes/{TC private volume name}/Movies/...
/Volumes/{TC private volume name}/{system name}.sparsebundle/...
The first few times a movie went missing I assumed the old FatFinger (I move things around in the Movie dir often).  Then I scripted a 'find' with the sparsebundle directory 'prune'-ed, and the 'find' --exec'ing a 'stat', had that dumping to a file, and used RCS 'ci' to version that file.  That got run every time I connected to the home wireless.  Last, I backed the TM config's schedule off to once a week.  Lo, and behold!  Content went missing only across days when TC ran a backup, and only for the oldest content by inode age.  Turn TM off for three weeks, no data goes missing.
I don't suppose "avoid using a TC for both filestore and TM backups" really means "anything on the TM volume is a candidate, by age, for deletion"?  No, the docs don't say as much, but that's what repeatable systemic behavior indicates....
OSX 10.6.7, patches current as of Wed Jun 8 23:23
TC 7.5.2 with 2TB spindle, patches current as of Wed Jun 8 23:23

Similar Messages

  • Comaparing Data within Tables in Database

    Hi All,
    I need to write a PL/SQL Procedure to Compare Data within Tables in a Database.
    For Ex :- There is two tables A and B . A has id as 101 and B has is has 101. I need to comapre the Data . If no match is found within the tables i need to have those table name and column name printed. Please help.

    Assuming that you want to compare tables with identical structure here is one query that will give you all the records that exist in TABLE_A but do not in TABLE_B
    select 'exist in A but doesn't in B' desc, a.*
    from TABLE_A a
    MINUS
    select 'exist in A but doesn't in B' desc, b.*
    from TABLE_B bfrom the other hand if you want to get the oposite result you can transform the query above to
    select 'exist in B but doesn't in A' desc, b.*
    from TABLE_B b
    MINUS
    select 'exist in B but doesn't in A' desc, a.*
    from TABLE_A afinally, if you want to get all the records that are missing in some of the tables, you can do a UNION of the queries above:
    select 'exist in A but doesn't in B' desc, a.*
    from TABLE_A a
    MINUS
    select 'exist in A but doesn't in B' desc, b.*
    from TABLE_B b
    UNION
    select 'exist in B but doesn't in A' desc, b.*
    from TABLE_B b
    MINUS
    select 'exist in B but doesn't in A' desc, a.*
    from TABLE_A aNow the question is, which records do you want to print?
    Also this query might work quite slow if TABLE_A and TABLE_B are large tables.
    I hope this will give you some ideas.

  • DFS behavior on Server 2008 R2 / Windows backups / missing data

    Hello,
    created a namespace, added a folder, configured full mesh replication between 4 members, everything seemed to work fine (data started replicating to all other members when added to any of them, etc.). Left them for initial replication over our slow link.
    Tonight Windows backup process ran and backed up all the data. DFS process stopped while the backup was running (that's what event viewer shows). After it started again, all the data that wasn't already replicated to other member servers is missing from
    the "primary" one...
    Now whenever i restore that missing data to the original folder, dfs starts syncing and removes it again.. The only way to restart the whole thing is to disable replication to all folders, wipe them, wait for such changes to apply, etc. 
    The server i'm adding data to is Server 2008 R2, other DFS members are Server 2012 R2.
    Why is this happening and how do i fix it?...
    Thanks!

    Hi,
    From the behavior, the initial replication is affected before finishing and now it consider the "not-copied data" is "pre-existing data" so it removed them from DFSR folder for avoiding confliction.  
    In current situation, you should pre-seeding the replication data instead of waiting DFSR for finishing it. Enable DFSR later once your pre-seeding job finished.
    To do a pre-seeding, you can use Robocopy to copy files/folders with NTFS permissions to your other 3 servers.
    Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • 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

  • Insert old missing data from one table to another(databaase trigger)

    Hello,
    i want to do two things
    1)I want to insert old missing data from one table to another through a database trigger but it can't be executed that way i don't know what should i do in case of replacing old data in table_1 into table_2
    2)what should i use :NEW. OR :OLD. instead.
    3) what should i do if i have records exising between the two dates
    i want to surpress the existing records.
    the following code is what i have but no effect occured.
    CREATE OR REPLACE TRIGGER ATTENDANCEE_FOLLOWS
    AFTER INSERT ON ACCESSLOG
    REFERENCING NEW AS NEW OLD AS OLD
    FOR EACH ROW
    DECLARE
    V_COUNT       NUMBER(2);
    V_TIME_OUT    DATE;
    V_DATE_IN     DATE;
    V_DATE_OUT    DATE;
    V_TIME_IN     DATE;
    V_ATT_FLAG    VARCHAR2(3);
    V_EMP_ID      NUMBER(11);
    CURSOR EMP_FOLLOWS IS
    SELECT   EMPLOYEEID , LOGDATE , LOGTIME , INOUT
    FROM     ACCESSLOG
    WHERE    LOGDATE
    BETWEEN  TO_DATE('18/12/2008','dd/mm/rrrr') 
    AND      TO_DATE('19/12/2008','dd/mm/rrrr');
    BEGIN
    FOR EMP IN EMP_FOLLOWS LOOP
    SELECT COUNT(*)
    INTO  V_COUNT
    FROM  EMP_ATTENDANCEE
    WHERE EMP_ID    =  EMP.EMPLOYEEID
    AND    DATE_IN   =  EMP.LOGDATE
    AND    ATT_FLAG = 'I';
    IF V_COUNT = 0  THEN
    INSERT INTO EMP_ATTENDANCEE (EMP_ID, DATE_IN ,DATE_OUT
                                ,TIME_IN ,TIME_OUT,ATT_FLAG)
         VALUES (TO_NUMBER(TO_CHAR(:NEW.employeeid,99999)),
                 TO_DATE(:NEW.LOGDATE,'dd/mm/rrrr'),       -- DATE_IN
                 NULL,
                 TO_DATE(:NEW.LOGTIME,'HH24:MI:SS'),      -- TIME_IN
                 NULL ,'I');
    ELSIF   V_COUNT > 0 THEN
    UPDATE  EMP_ATTENDANCEE
        SET DATE_OUT       =  TO_DATE(:NEW.LOGDATE,'dd/mm/rrrr'), -- DATE_OUT,
            TIME_OUT       =   TO_DATE(:NEW.LOGTIME,'HH24:MI:SS'), -- TIME_OUT
            ATT_FLAG       =   'O'
            WHERE EMP_ID   =   TO_NUMBER(TO_CHAR(:NEW.employeeid,99999))
            AND   DATE_IN <=  (SELECT MAX (DATE_IN )
                               FROM EMP_ATTENDANCEE
                               WHERE EMP_ID = TO_NUMBER(TO_CHAR(:NEW.employeeid,99999))
                               AND   DATE_OUT IS NULL
                               AND   TIME_OUT IS NULL )
    AND   DATE_OUT  IS NULL
    AND   TIME_OUT IS NULL  ;
    END IF;
    END LOOP;
    EXCEPTION
    WHEN OTHERS THEN RAISE;
    END ATTENDANCEE_FOLLOWS ;
                            Regards,
    Abdetu..

    INSERT INTO SALES_MASTER
       ( NO
       , Name
       , PINCODE )
       SELECT SALESMANNO
            , SALESMANNAME
            , PINCODE
         FROM SALESMAN_MASTER;Regards,
    Christian Balz

  • 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 to analyse a problem in BI ( Example missing Data in a report )

    Hello;
    What is the best procedure to analyse a problem missing data in BW. the question could be unclear but I am looking for a method to determine directly and without taking long time in follwing the dataflow to be able to say that we have a problem getting a field A ou B.
    Regards
    Anis

    Hi Anis,
    you can debug data flow or let's say specific data load between 2 objects e.g. datasource and DSO or DSO an cube etc... you can track down e.g. like specific sales order was loaded e.g some specific field is treated within the load (e.g. in case there is ABAP routine used). However it is always better to start either from:
    top->bottom = report->datasource (source table or extractor checked)
    or
    bottom->top = datasource->report
    and go layer by layer (or infoprovider by inforprovider) to see if particular value is still there.
    cheers
    m./

  • 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 

  • Suppress Missing Data not work in web form with formula column inside

    Dear All,
    I've a planning web form with formula column inside to calculate the variance and % variance. But missing cell can't be suppressed, although I've checked the 'Suppress Missing Blocks' and 'Suppress Missing Data' options.
    Anyone have face the same problem..?? and how to fixed it..??
    thanks.
    Regards,
    VieN

    There is a known issue that sounds like the problem you are experiencing
    10358200 - If a formula column exists in a data form, selecting the Suppress missing option does not hide rows that do not contain data.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Date Modified of folders & aliases changing by themselves

    Hi,
    I have the same problem described by Craig_D in
    http://discussions.apple.com/thread.jspa?messageID=2191472
    where I get the Date Modified of folders changing by themselves. Aliases too. I recently upgraded from OS 9 to 10.4. I think I've narrowed the scenario down somewhat:
    Say I have a finder window open in list view, and it contains a folder called Enclosing Folder. Enclosing Folder contains two folders called SubfolderA and SubfolderB. If I click the carrot to see the contents of SubfolderA, the modification date of Enclosing Folder changes to the current date & time even though I haven't changed anything. But if I wait a few minutes and then click the carrot to see the contents of SubfolderB, or if I do that a second time for SubfolderA, the modification date/time of Enclosing Folder DOES NOT change. So the pattern seems to be that the Date Modified of a folder changes the first time you open a subfolder inside it, and never again? The silver lining is that it only happens once (I hope), but why does it happen at all and can it be prevented?.
    Similarly, I get the Date Modified of aliases changing by themselves when I do a Get Info on them. I'm not changing anything, just looking at the get-info window of the alias. Why should that change the mod date? Similarly to what I described w/ the mod date on the folders, if I wait a few minutes and then do another get-info on the alias the mod time does not change. BUT: I just did a get-info on an alias that I had done a get-info on several hours ago, and the mod time DID change again on that one. The only difference I can think of is that my puter had been shut down during those interim hours.
    Finally, if I do a find (command-F) for folders modified today, I get folders that I did modify today plus some folders that I haven't even gone near any time recently.
    What is going on w/ modification date/time in OS X?
    Thanks
    longjump

    Just today struggling with something that may be related; looking forward to some solution.
    New to discussion boards; does this reply to an existing message get seen by Mac staffers or do I need to post a new question?
    We have multiple users on the imac, and the problem is ONLY affecting one of them.
    The problem is: if a Word (Word 2004) document is opened and closed, no changes made, no Save command, the "date modified" changes to the current date and time. Not true for other apps we have tried (Powerpoint, Photoshop, imovie). Was not fixed by trashing Word preferences. Very annoying as we use the date modified to help keep track of versions.
    imac Intel Core duo   Mac OS X (10.4.7)   1 GB RAM

  • 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

  • How to recover missing data from PCL4 cluster

    Hello experts,
    Is there any way to recover missing data from PCL4 cluster ?
    We recently found that some data related to W2 production run for past years was missing in the PCL4 cluster. Tables T5UXX & T5UXY has entries with the filing dates but certain data is missing in the cluster related to those table entries.
    Would there be any specific reason for such a data loss ?
    Has anyone come across this issue earlier and found resolution on the same ?
    Any feedback is appreciated.
    Thanks,
    Dipesh.

    When you delete PCL4 entries for production runs, the corresponding     
    control information in tables T5UXX and T5UXY also will be deleted. A    
    control number may be used for more than one Form number (in Tax         
    Reporter control tables). Therefore, if a control number that is         
    assigned to the Form number to be deleted was also assigned to other     
    form numbers, then this control number information from T5UXY will not   
    be deleted. These details will be displayed in the program results.      
    However, if all Form numbers that were assigned to this particular       
    control number were deleted, then the control information in table T5UXY 
    for the control number will be deleted automatically as the last        
    dependent Form number is deleted."
    Following we have two questions:                                         
    o Was PCL4 deleted?                                                      
    o Did the W2 generate without errors?                                    
    Basically if the PCL4 data is corrupted, then we have 2 options to      
    rebuild the PCL4 Cluster:                                                
    1. Delete the existing PCL4 & rerun the production run with the same     
       As of date.                                                           
    2. Overwrite the production results without deleting PCL4 data but with  
       different As of Date.                                                                               
    If the Employee data is not changed after your                           
    actual production run then overwriting the results will not cause any    
    difference in the PCL4 data.                                             
    Secondly, if you dont want PDF spools or magmedia layouts to be          
    generated during overwriting of production run, then kindly uncheck      
    the following on the PU19 screen, so that only PCL4 data is rebuild :    
    1. Uncheck Employee Copy                                                 
    2. Uncheck Authority Copy                                                
    3. Uncheck Magnetic table"                                               
    Edited by: Johan Peersman on Mar 25, 2010 4:14 PM
    Edited by: Johan Peersman on Mar 25, 2010 4:15 PM

  • Find out missing dates in table

    Hi,
    I've a table that sould have a record for day with sales info, but for some reason there are missing dates, is there any way i could find out witch dates are missing.
    Table Example:
    sales_date | value
    2010-01-01 | 20
    2010-01-02 | 30
    2010-01-04 | 40
    The output of the query for the example above sould return only the missing date (2010-01-03).
    Thanks in advance

    How about (I wouldn't use this if your concerned about speed!)...
    WITH src_data
           AS (SELECT TO_DATE('2010-01-01', 'YYYY-MM-DD') sales_date FROM DUAL
               UNION ALL
               SELECT TO_DATE('2010-01-02', 'YYYY-MM-DD') sales_date FROM DUAL
               UNION ALL
               SELECT TO_DATE('2010-01-04', 'YYYY-MM-DD') sales_date FROM DUAL),
        date_table
           AS (SELECT     LEVEL, MAX(sales_date) - LEVEL + 1 my_date
               FROM       src_data
               CONNECT BY LEVEL <=
                             (SELECT MAX(sales_date) - MIN(sales_date) + 1
                              FROM   src_data)
               GROUP BY   LEVEL
               ORDER BY   my_date ASC)
    SELECT *
    FROM   date_table
    WHERE  NOT EXISTS (SELECT 1
                       FROM   src_data
                       WHERE  sales_date = my_date)Cheers
    Ben

  • Can´t create links and folders within "Common Folders"

    Hello,
    I can´t create any links or folders within "Common Folders".
    Neither using "Home - Documents - Common Folders" nor using the "KM-Content"-iView.
    I have "Full Control"-Permission for this folder.
    Any idea what could be wrong?
    Thanks for help,
    Sven Keller
    EDIT:
    As I tried to copy an existing link into "Common Folders" this error-message appeared:
    Modification of items in folder "Common folders" is not supported, regardless of permissions
    Whats wrong?
    Sven Keller
    Message was edited by: Sven Keller

    Hi,
    the Common Folders are just supposed to be a link list to often used work areas. You can find detailed information on how to add links to this area at http://help.sap.com/saphelp_nw2004s/helpdata/en/e4/9a7440d76e6e1de10000000a1550b0/frameset.htm
    Regards
    Sibylle

  • Help with missing files within lightroom

    I need help locating the missing files within lightroom. When I click on the question mark to locate the files, it opens up a window and I click locate, and then the files are no longer there. This happens even on files that I have not moved out of lightroom. How can I make all of my files appear as they used to? Thanks so much!

    You have to find the photos on your hard disk, somewhere. At this point, Lightroom can't help you because it doesn't know where the photos are. If they haven't been renamed, you can have your operating system search all of your hard disk(s) for a specific photo name. Then, you can reconnect entire folders (or folder hierarchies) via
    http://www.computer-darkroom.com/lr2_find_folder/find-folder.htm

Maybe you are looking for

  • How to save more than 2 records at a time in tabular form?

    I have a table name SAMPLE_TABLE, which has SNO,NAME items and one sequence name is SEQ_SAMPLE. i have one form based on SAMPLE_TABLE. my form is in tabular format, which has 5 records. in the layout wizard only NAME is displayed. SNO doesnot display

  • Accessing files stored in a folder on portal through application

    Hi I have to access the files that are stored in the folder in "irj" folder on portal, through one link. the path i gave is: <a href= "http://myserver:12345/irj/<folder name>/<file name>"> but it is not taking this path and gives the error that reque

  • R12 db growth

    Hello all, We have a fresh R12 install since May-09 and it's DB actual size is 250 Gb. We have estimated a 600 Mb daily growth and need to know if that's somewhere close to a normal install. To give you an idea of our installation: Modules -> GL, AP,

  • Dynamic Spatial Cursor?

    I have a working cursor which selects and operates on some spatial data. The cursor uses the GETVERTICES spatial function. The current query works only for geom_id = 347. I need to iterate through all the geometries in the database i.e. repeat the qu

  • User "wlisystem" has not been assigned task "Task 1"

    Hi, I am having problems executing a task thro' Worklist JSP. My env. is WLS 7.0 on Windows NT. I can do a Start Workflow and then click on the appropriate template. Then, when I click on the task, I get the error (see below) Any help please? This us