Access to data for STAT file

Hi,
      As the STAT file is deleted and processed by a background job  ('COLLECTOR_FOR_PERFORMANCEMONITOR' ), in case if we want to access the data of the file and store is somewhre which is the best possible way.
Suppose the file is getting deleted in 48 hrs and we want to retireve the data after the file got deleted (i,e. data before 2 days) from where can we obtain this data.
Also before the file is getting deleted the background job writes the data in a performance data base. Where exactlly this database is located and how to access the data of this data base.
regards,
      Milan.

Yes, You Can access the BAM Database.
But all the table name and columns name will be starting with an under score. So you will have to mention the table name and column name in " "
Thanks
Laj

Similar Messages

  • It is necessary to create one header data for each file to be sent to CDFS.

    hi GUYS
    my sce anrio is FILE-XI-PROXY
    REQUIREMENT IS
    SOURCE FILE                      TARGET FILE WILL BE
    H1                                             H1                        H1                    H1
    I1                                               I1                         I2                      I3
    I2                                                F1                        F1                    F1
    I3                                           
    F1
    It is necessary to create one header data for each file to be sent to TARGET. Each file will be related to only one SAP Company Code.
    Thanks
    NAG

    aa

  • Creation and Modification dates for android file system

    Hello all, I am working on a project and i noticed a particular scenario where i'm getting an error everytime i try to run the code below on my android device;
                    var file:File=File.applicationDirectory.resolvePath("amf.js");
                    var modDate:Date;
                    var createDate:Date;
                     if(file.exists)
                            try
                                       modDate=file.modificationDate;
                                       credDate=file.creationDate;
                                       trace("Modification date: "+ modDate.toString()+"\nCreation date: "+credDate.toString());
                             catch(e:Error)
                                      trace(e.message+": Somehow android OS CANNOT READ mODIFICATRION AND CREATING DATES FOR FILES");
    Every time i run this on Adobe AIR's Mobile emulator, the correct dates are show up properly(Possibly because the emulator is running on Windows) but when i switch the debug to the device, the statement in the catch block executes. The real error says "Error #3003: File or directory does not exist."
    Am i missing something or is this a normal behaviour which i have to find a work around for? The modificationDate and the creationDate are all properties of the FileReference class which i didnt use to instanciate the file object because i wasnt uploading or downloading anything.
    Any form of tip will be much appreciated.
    Thanks.

    I run into the same problem while working on some sort of file synching task.
    Trying to read the file.modificationDate or creationDate results in an error: "Error #3003: File or directory does not exist."
    I have obeserved that this only happens for files that were packaged with the app (and placed in the File.applicationDirectory).
    Files that my app has downloaded and saved to the device (File.applicationStorageDirectory) do have a valid creation date and modification date.
    Maybe the File.applicationDirectory has different rights?
    Does anybody have a solution or workaround for this?

  • EXIF data for PNG files

    I seem to have lost all EXIF data for pictures that I first converted to PNG format, and then edited in iPhoto.
    The EXIF data is still there in the copies of the files in the "Originals" folder in the iPhoto Library. If I open these files with Graphic Converter, I can see the EXIF data.
    But the EXIF data seems to be missing from the PNG files in the "Modified" folder.
    Is this some sort of quirk with PNG files in iPhoto?
    Dual 867 G4   Mac OS X (10.4.9)  

    smbrannan
    I just googled this and the issue appears to be that png does not support EXIF data, or if it does, only in a very limited way. I'm no expert in this field but have a read of this:
    http://heim.ifi.uio.no/~gisle/blog/?p=3
    or this
    http://www.flickr.com/forums/bugs/14168/
    as this person obviously knows something about it.
    Regards
    TD

  • All the creation dates for my files are wrong?

    I've had this problem for a long time but I finally want to fix it once and for all. All the documents, pictures, and other files on my computer have the same creation date - 1/5/09. When you right click a file it shows the correct creation date but if I just left click it then it shows the wrong date. is there a way i can fix it?

    The creation date of your system will be the same for most of your system documents; there's easy no way to change this information. However, you might also see a more current date, indicating Modified information, and that will be more current.
    There are computer commands that will blank out much of your system data, but that's to be done in cases of major problems. Don't worry about the creation date of your computer/data.
    Post here if you have addtional questions, comments, praise!

  • How to change the created date for a file?

    I searched and found someone had asked this question last month, and an answer given was to try the site:
    http://danilo.ariadoss.com/howto-change-date-modified-date-created-mac/
    which I had previously found. However, when I follow the instructions I get a message stating "-bash: -t: command not found"
    I have gone through this numerous times, always with the same result. Is it possible that the direction given are not valid for Snow Leopard?
    Thanks for any help.

    First, thanks to both of you for helping - I hadn't realized that the 'touch' was part of the command itself. However, when I type in:
    touch -t 0904131115/Users/RobertFately/Desktop/suttonallen/suttonallen.jpg
    to test the procedure (there is a jpeg file I made today named suttonallen inside a directory of the same name) I get this error message:
    touch: out of range or illegal time specification: [[CC]YY]MMDDhhmm[.SS]
    This happens if I use the full year (2009) or just the last two digits (09) as seen above. My thinking is that I am attempting to redate the "create date" to April 13th of this year with an arbitrary time of 11:15AM.

  • Create directory with system date for export files

    Hello,
    I have a requirement to add the system date folder automatically, as the exports files dumps get into to d:\oracle\exp\..... this should be d:\oracle\exp\03182009. for each day it should create these date folder to dump the export files.
    here I am sending two of my scirpts .
    first one is
    set ORACLE_SID=%1
    set PATH=D:\ORACLE\ora102\bin;C:\WINNT\system32;C:\WINNT
    set LOCAL=2:%1
    net use h: /delete
    net use login
    sqlplus test/test@%1 @d:\oracle\dba\apps\expfull\buildfile < d:\oracle\dba\apps\expfull\enter.txt
    exp parfile=h:\admin\%1\exp\%1_FULL.par
    call h:\admin\%1\exp\%1_FULL.cmd
    this is the buildfile script
    set term on
    set head off
    set feed off
    set ver off
    set lines 159
    set pages 0
    set wrap on
    set concat off
    clear columns
    clear computes
    clear breaks
    clear buffer
    ttitle off
    btitle off
    col dbnm new_value sid_dir noprint
    col parnm new_value parfil noprint
    col dmpnm new_value dmpfil noprint
    col lognm new_value logfil noprint
    col lstnm new_value lstfil noprint
    col zipnm new_value zipfil noprint
    col cmdnm new_value cmdfil noprint
    col ownr new_value ownername noprint
    col tabnm new_value tabname noprint
    col partnm new_value partname noprint
    col datest new_value datestmp noprint
    -- Load the sid_dir, ownername, tabname, partname, and datestmp substitution variables.
    select
    name dbnm
    , to_char(sysdate,'YYYYMMDD')||'_'||'N' datest
    , upper('&1') ownr
    , upper('&2') tabnm
    , upper('&3') partnm
    from v$database;
    -- Load the filename substitution variables.
    select
    '&sid_dir'||'_'||'&ownername'||'_'||'&partname'||'.par' parnm
    , '&sid_dir'||'_'||'&ownername'||'_'||'&partname'||'_'||'&datestmp'||'.dmp' dmpnm
    , '&sid_dir'||'_'||'&ownername'||'_'||'&partname'||'_'||'&datestmp'||'.log' lognm
    , '&sid_dir'||'_'||'&ownername'||'_'||'&partname'||'_'||'&datestmp'||'.zip' zipnm
    , '&sid_dir'||'_'||'&ownername'||'_'||'&partname'||'.lst' lstnm
    , '&sid_dir'||'_'||'&ownername'||'_'||'&partname'||'.cmd' cmdnm
    from dual;
    -- Build the export parameter file.
    spool h:\admin\&sid_dir\exp\&parfil
    prompt userid=test/test@&sid_dir
    prompt buffer=4194304
    prompt direct=Y
    prompt recordlength=65535
    prompt consistent=Y
    prompt file=h:\admin\&sid_dir\exp\&dmpfil
    prompt log=h:\admin\&sid_dir\exp\&logfil
    prompt tables=(&ownername.&tabname:&partname)
    spool off
    Please help out...

    >
    I have a requirement to add the system date folder automatically, as the exports files
    dumps get into to d:\oracle\exp\..... this should be d:\oracle\exp\03182009. for each
    day it should create these date folder to dump the export files.OK - well, you will (AFAICR) have to create the directory, then cd into it,
    then run your script - I don't see what the problem is?
    You could* do something like -
    at 00:01 run a cron job that simply does something like this
    (I'm just giving outline - not a particular implementation)
    runs date
    gets the day, month and year from that -
    export MyDay=day
    export MyMonth=month
    export MyYear=year
    mkdir /path/to/dir/oracle/exp/$MyDay$MyMonth$MyYear
    At the beginning of your script, before going into SQLPlus
    ----Your usual stuff------------
    set ORACLE_SID=%1
    set PATH=D:\ORACLE\ora102\bin;C:\WINNT\system32;C:\WINNT
    set LOCAL=2:%1
    net use h: /delete
    net use login
    ++++plus
    cd /path/to/dir/oracle/exp/$MyDay$MyMonth$MyYear
    Maybe this will be a help to get you started - it could probably be much more elegant in
    Python or whatever, but if shell-scripting is the way you want to go...
    I'd be interested to see if this can provide the basis for a solution.
    HTH and TIA.
    Paul...

  • Need: report showing modification dates for all files in WA

    We're having struggles in our first major product release of BC4J components on OC4j
    using OSCM for version control.
    Mood and release processes are getting more and more extreme as a result of not
    being able to easily manage our release configurations (CM).
    We're desparately in need of a report that shows:
    - what files have been modified VS a configuration name.
    - What files have been modified since I refreshed my WA
    In both we need to be able to print the list.
    Any sql scripts to share or cmd line script would greatly be appreciated!
    Thanks,
    curt

    David,
    Great, I'm making progress! Thanks.
    Yes on the CLI compare of two cfg's, got this working. THANKS
    use of the -fs<myfile> exports this to a printable file too.
    Work in progress:
    - Compare a cfg{N.M} to what's in a pwa or what would be in a pwa if refreshed?
    Experiments here haven't yeilded good results:
    CLI: set workarea myReleaseWA
    CLI: compare -rpmyCfg{1.0} -rpFolderInWA{MAIN;LATEST}
    Some how the directory walking is comparing apples VS oranges and all paths are different.
    - What files have been checked into a branch and I would get if I refreshed my PWA?
    Your SQL above doesn't exactly do this from my experiments.
    The c.spec_entry is null filters on currently checked out files.
    Config. Management may (usually) doesn't care about checked out files, just new checkins that
    a new release would get from a download latest.
    The best I've been able to hack are:
    CLI: set workarea my_release_pwa
    CLI: dir -s-nh-u-pth
    Since dir doesn't support -fs<myfile> or >myfile one needs to cut and past and save to a file
    or use CLI in one shot mode.
    This allows for greping/searching on current month and looking for files newer than the last release date.
    Another SQL based solution that orders the above same info from dir (I'm guessing?) is:
    select w.NAME wa_name
    ,va.changed_by
    ,to_char(va.date_changed,'DDMONYY HH:MI:SS')
    ,va.created_by
    ,to_char(va.date_created,'DDMONYY HH:MI:SS')
    ,jr_name.get_path(c.object_ivid,'VLABEL') obj
    from i$sdd_wa_context c
    ,i$sdd_workareas w
    ,i$sdd_version_associations va
    where w.irid = c.workarea_irid
    and w.name = 'smithc04_commissary_wa'  ---- my pwa
    and va.to_ivid = c.object_ivid
    and c.spec_entry is not null
    and va.date_changed is not null
    order by va.date_changed desc
    /This creates the same report as from dir only sorted conveniently.
    Still the use case question hasn't been precisely answered. I'm still guessing what new files/versions
    would be downloaded vs a release configuration or vs my [release_pwa]?
    I'm alot closer though and thanks,
    curt

  • Accessing JSON Data for Expired or Disabled Webapps

    I would like the ability to access webapp items that are either expired or disabled from the outputted JSON data. The reason I would like the ability to check how many web app items a user has submitted and have expired (the webapp items have a time limit of 3 weeks then are disabled) is then I can write liquid code letting the user know they have reached their limit.
    In the meantime, is there a workaround for implementing something like this? Thanks.

    certificate chaining issue...
    http://msdn.microsoft.com/en-us/library/windows/desktop/aa383770(v=vs.85).aspx
    Danovich suggests to check your FQDN vs DN:
    http://blog.danovich.com.au/2010/07/09/sccm-clients-not-installing-in-native-mode/
    more here (although CM07 is discussed):
    http://social.technet.microsoft.com/Forums/systemcenter/en-US/931e839f-a85a-41dd-a175-5546d1316463/client-push-problem-with-ca-cert?forum=configmgrsetup
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • Restricted access on ACS for PAC file creation

    I want to create an admin account for our desktop support guys to be able to create PAC files only and thats it. i have tried creating one my self but even when allow all is ticked i still cannot create the pac files as it reports "access denied".
    This is on an ACS applicance V.3.3.

    Hi,
    This is known problem with acs 3.3. It has been fixed in acs 4.0.
    Workaround :To use the default administrator
    account.
    Sorry don't have a better workaround.
    If that answers your question, then please mark this thread as resolved, so that others can benefit from it.
    Regards,
    Jagdeep

  • Unable Update profile due request data for "state" field

    Anyone else having a problem updating their profile? Once I log-in the site send me page to update my profile. Once I try to click update, it comes back with an error message requesting the "state" field be complete. But there is no "state" field provided or it is not visible.
    Who ever create the profile page needs to check their work.

    Thank you all for responding.
    @ Sushant - We definitly have data in that PSA table linked to the data source (8ZECPCO22 , where ZECPCO22 is the direct update DSO) and this data is what we want to delete through process chains. As mentioned earlier we are able to manually delete these PSA requests via manage of the data source.
    Few more detail information below:
    ZECPCO22 is the direct update DSO and as per the data flow the data is further loaded from this DSO (data source -8ZECPCO22) into a master data infoobject or other targets via a infopackage and with processing type "PSA and then into Data target in series".
    So looking at the infopackage one can definitly confirm that the PSA table is used and since the DSO is a direct update we cant have change log table.
    However we are unable to delete these PSA requests through process chains using a "Delete PSA request" nor "Delete Change log Request" process types.
    Any suggestion is appreciated.
    Warm Regards
    Vikram S Reddy

  • Is there a way to change the Digitised Date for Mov files in Lightroom?

    I am scanning some old photos.  Unfortunately Programs such as Dropbox and OneDrive display Mov files by their digitised Date.
    Consequently, My scanned photos are shown by the date that I scanned them. I can not seem to find anyway in LightRoom to change the Digitised Date so that they are shown on OneDrive/Dropbox in the correct order on my iPad.
    Any help would be appreciated.

    Your subject line says "Mov files" (which are video files), but your message talks about scanning old photos.  I'll address the old photos issue.
    Because there are so many dates/times associated with photos, and because every program feels free to use its own names, it's critical to be pedantically precise about terminology. The date/time a photo was originally taken (when the shutter was pressed) is called Date/Time Original or Capture Date. The date/time a photo was transferred to digital media is called Date/Time Digitized (when the analog file was scanned or when the digital-camera shutter was pressed). 
    A good rule of hygiene is to ensure every photo has a Date/Time Original (capture date).  Typically only digital archivists care about maintaining Date/Time Digitized.  If you ensure that every photo has a Date/Time Original, then pretty much any modern app and Web site will order your photos correctly.
    In LR, you set Date/Time Original using the Metadata > Edit Capture Time command.  By default, LR won't write the capture time back to the file's metadata, so depending on how you are transferring photos to other programs, the capture time won't necessarily get transferred.  So you either need to do Metadata > Save Metadata To File, or better, set the option Catalog Settings > Metadata > Automatically Write Changes Into XMP.
    Unfortunately, LR's Edit Capture Time isn't very flexible with dealing with scanned photos in which the precise date/time is not known.  So some people like to set an entire batch to, say, 1963/10/01 00:00:00, while others like to have each photo set in increasing increments of 1 second, so that programs will at least maintain the known relative ordering (which comes from the film or slide ordering).   To do that, you'll need a third-party plugin, e.g. ExifMeta or CaptureTime To EXIF.

  • Not able to access local path for script file

    Hi All,
    I am integration my application (built in Asp.Net/Vb.Net) with InDesign Server CS4.
    InDesignServer is installed on separte machine other than the machine on which application is running.
    All of the scripts and indd files are placed on the machine (on which application is running):
    When I send SOAP request to the InDesign Server from my application. I get following error:
    "Cannot find the folder for the script "C:\ Path of the Script (.jsx)"
    Please let me know how to manage this error.
    It would be great if I get following doubts clerified:
    1. Is it required to put network-path for the script files when InDesign Server is running on different machine and client machine is on other machine?
    Kind Regards...
    Prashant

    I get the same error, I'd like to know if anybody can help me here??

  • Concatinating Date for a file name

    i have the following shell script ..when i execute it manually line by line iam getting Invalid command
    mv js010d02.txt js010d02_`date +%y%m%d`.txt
    i want my file js010d02.txt to be renamed like this js010d02_081117.txt
    can anyone help me ..
    Thanks in advance,
    Data boy

    Please provide as much information as possible.
    The most obvious one is the execution and the errormessage on the system.
    Furthermore, o/s version and architecture would be handy.
    The quality of the answer depends on the quality of the question...

  • Regarding reading data from a file in the application server.

    Hello Everyone,
    My question is:
    The file in the application server consists of data with header, detail and trail out of which the detail contains the main information. The detail again contains the data in the form of a continuous string and again some spaces corresponding to a single record. I need to split the data in the internal table in such a way so that the first few characters get into field-1 of the target internal table. Again I need to consider the spaces for accessing the data for filling up in field-2. How do I decide on the 'Split' statement and specially when the whole string has to be taken care of as contatining data in a single string format without space and again some data after some spaces corresponding to a single record.
    Your help is very much needed. Thanks to all the experts in advance.

    Hi
      This is the sample code I was used for the similar requirement.
    DATA: single_line TYPE string .
    v_file_listings = pa_filn1.
    IF v_file_listings IS INITIAL .
    MESSAGE e039 WITH v_file_listings.
    ENDIF.
    *-- read file, split lines into fields and put data into table
    OPEN DATASET v_file_listings FOR INPUT IN TEXT MODE ENCODING NON-UNICODE. "Opening the files
    IF sy-subrc EQ 0.
    DO.
    READ DATASET v_file_listings INTO single_line. "Reading the content of file into line
    IF sy-subrc = 0.
    IF sy-index > 1. "skip header-line
    SPLIT "Split the content of line into work area
    single_line
    AT k_split
    INTO
    wa_listings-kschl " Condition type
    wa_listings-tabname16 " Condition table name
    wa_listings-vkorg " Sales organisation
    wa_listings-kunnr " sold-to party numberor ship-to party number
    wa_listings-matnr " Material Number
    wa_listings-kodatab " Valid-from date
    wa_listings-kodatb1. " Valid-to date
    APPEND wa_listings TO itab_listings. "Appending Work Area to internal table
    ENDIF.
    ELSE.
    EXIT.
    ENDIF.
    v_count1 = sy-tabix.
    ENDDO.
    Regards,
    Sreeram

Maybe you are looking for

  • Camera raw 7.4 will not open the D800 NEF Raw files. D300 NEF files open OK

    Camera raw 7.4  will not open the compatible D800 NEF Raw files (Win7). D300 NEF files open OK. I seem to remember seeing an article that stated i would have to uninstall and re-install CS6 Photoshop completely and re-install again. However I cannot

  • Help with Zen Xtra

    I have an old?30GB Zen Xtra NOMAD Jukebox, and I recently tried to update the firmware but accidentally pulled out the USB Cord before it finished updating! Now when I turn it on it's in this "rescue mode" and I can't do anything, and whenever I try

  • Lost receipt help!

    Bought a prepaid mobile phone three days ago and the device was not working at my home. I wanted to return the device but I cannot locate the receipt and paid in cash. I can provide the location time and date that the purchase was made but no one see

  • Itunes installed on new laptop & i'm stuck, help please!?

    I got a new laptop yesterday & wanted to transfer my itunes library to my new computer. I plugged in my iphone & it's only transfered purchases from my iphone into itunes. None of the purchase i made on my old computer's itunes are showing. I made 3

  • Missing disk space Problem

    Hi, I have recently purchased a T61p from lenovo equipped with a hard drive of capacity 120GB. I have never regretted buying a thinkpad since. Except for the fact that after a couple of weeks I kept losing huge amounts of disk space from my hard driv