Creating Rpt Conmgr Cache File In Temp folder while opening report from app

hi frends,
I m facing one problem with my Web based erp application which is developed in .net ,
in my application when i open the  report from my applicaiton , in my temp folder there one file gets created name is "rpt conmgr cache"
bcoz of this for few records also my report takes too much time and opens very slow and it takes long time, and it happens in some of the reports only , other reports are working cool and its not creating any file in temp folder,,,
so can u guide me whats this file and what can be the solution for it,
Thanks
Mithun

I have never heard of "rpt conmgr cache" being created in any temp directory. Is that the actual name of the file you are seeing?
As you have not applied any updates, I'd recommend applying SP 4 to your development system. SP 4 is here:
https://smpdl.sap-ag.de/~sapidp/012002523100006255422008E/crxir2_sp4_inc.exe
Next, I'd recommend getting the SP 4 runtime on the client. You have two options; MSI file of create your own deployment sing the msm files. The MSI file is here:
https://smpdl.sap-ag.de/~sapidp/012002523100009657852008E/crxir2sp4_net_si.zip
MSM is here:
http://resources.businessobjects.com/support/communityCS/FilesAndUpdates/crxir2sp4_net_merge_modules.zip
Also, I don't think I still have a good handle on this:
"my report takes too much time and opens very slow and it takes long time"
What is long time? Two seconds, two minutes, etc.?
Ludek

Similar Messages

  • Recently loads of .tmp files are created and left on exit in TEMP folder. CC Cleaner cleans them but takes time because so many - why?

    recently loads of .tmp files are created and left on exit in TEMP folder. CC Cleaner cleans them but takes time because so many - why?
    == found when running CC Cleaner and it took a longtime

    recently loads of .tmp files are created and left on exit in TEMP folder. CC Cleaner cleans them but takes time because so many - why?
    == found when running CC Cleaner and it took a longtime

  • Repl. Partioning BSO to ASO: increase of size of .dat file in temp-folder

    Hello,
    we are shifting data from a BSO Cube to an ASO cube via replicated partitioning. The partitioning takes about 50 minutes to execute.
    Size of .dat in metadata-folder: 8 mb
    Size of .dat in default-folder: 150 mb
    Size of .dat in temp-folder: 38 gb
    Does anyone have an explanation for the enormous size of the .dat file in temp-folder?
    Many thanks in advance!
    Michael

    I am doing the same BSO to ASO. My ess00001.dat in default is 1.9GB, in metadata it is 8.2MB, the OTL file in <db> is 18MB and the outline has about 10,000 members (rough guess). Our partition replication script looks like this:
    login <user> identified by <password> on <server>;
    spool on to <logfile>;
    refresh replicated partition <srcBSO_App>.<srcBSO_DB> to <tgtASO_App>.<tgtASO_db> at <server> updated data;
    Exit;
    I have a second process running in a task scheduler that is continuously updating the aggregates in the ASO cube. Perhaps that is cleaning out my temp .dat. The MaxL command it calls is:
    execute aggregate selection on database <tgtASO_App>.<tgtASO_db> based on query_data;
    Please check out the post I put on the other thread about how we run MaxL from a calc script and other thoughts on "round tripping" Planning-ASO-Planning. Another trick: Retrieve speed is dramatically improved by disabling and working around the @XREFs.

  • RMAN temporary files in TEMP folder (e.g. rmanEPPDBT3.1179270528)

    Hi,
    When making a (cold) backup with RMAN, it creates a folder D:\TEMP and creates here files like rmanEPPDBT3.1178237439.
    - Does anybody know where these files are used for?
    - Can they be deleted?
    - Is there an option the relocate the D:\TEMP folder to the C: drive?
    Content of the file rmanEPPDBT3.1179270528 is:
    SQL*Plus: Release 10.2.0.3.0 - Production on Wed May 16 01:08:48 2007
    Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
    SQL> SQL> Connected.
    SQL> SQL>
    OPEN_MODE
    READ WRITE
    SQL> Disconnected from Oracle Database 10g Release 10.2.0.3.0 - Production
    Regards,
    Stephan

    The backup is scheduled by Enterprise Manager. RMAN output:
    Status Succeeded
    Exit Code 0
    Step ID 73492
    Targets EPPDBT3
    Started 16-May-2007 02:01:14 CEST
    Ended 16-May-2007 02:23:46 CEST
    Step Elapsed Time 22 minutes, 32 seconds
    Management Service VM001:4889_Management_Service
    Output Log
    SQL*Plus: Release 10.2.0.3.0 - Production on Wed May 16 01:08:49 2007
    Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
    SQL> SQL> Connected.
    SQL> SQL> SQL> Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> SQL> Disconnected from Oracle Database 10g Release 10.2.0.3.0 - Production
    SQL*Plus: Release 10.2.0.3.0 - Production on Wed May 16 01:09:32 2007
    Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
    SQL> SQL> Connected to an idle instance.
    SQL> SQL> ORACLE instance started.
    Total System Global Area 612368384 bytes
    Fixed Size          1292060 bytes
    Variable Size          197134564 bytes
    Database Buffers     411041792 bytes
    Redo Buffers          2899968 bytes
    Database mounted.
    SQL> Disconnected from Oracle Database 10g Release 10.2.0.3.0 - Production
    Recovery Manager: Release 10.2.0.3.0 - Production on Wed May 16 01:09:46 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    RMAN>
    connected to target database: EPPDBT3 (DBID=4160405521, not open)
    using target database control file instead of recovery catalog
    RMAN>
    echo set on
    RMAN> run {
    2> allocate channel oem_disk_backup device type disk;
    3> recover copy of database with tag 'ORA$OEM_LEVEL_0';
    4> backup incremental level 1 cumulative copies=1 for recover of copy with tag 'ORA$OEM_LEVEL_0' database;
    5> }
    allocated channel: oem_disk_backup
    channel oem_disk_backup: sid=156 devtype=DISK
    Starting recover at 16-MAY-07
    no copy of datafile 1 found to recover
    no copy of datafile 2 found to recover
    no copy of datafile 3 found to recover
    no copy of datafile 4 found to recover
    no copy of datafile 5 found to recover
    no copy of datafile 6 found to recover
    no copy of datafile 7 found to recover
    no copy of datafile 8 found to recover
    no copy of datafile 9 found to recover
    no copy of datafile 10 found to recover
    no copy of datafile 11 found to recover
    no copy of datafile 12 found to recover
    no copy of datafile 13 found to recover
    no copy of datafile 14 found to recover
    no copy of datafile 15 found to recover
    no copy of datafile 16 found to recover
    no copy of datafile 17 found to recover
    no copy of datafile 18 found to recover
    Finished recover at 16-MAY-07
    Starting backup at 16-MAY-07
    no parent backup or copy of datafile 5 found
    no parent backup or copy of datafile 6 found
    no parent backup or copy of datafile 9 found
    no parent backup or copy of datafile 12 found
    no parent backup or copy of datafile 13 found
    no parent backup or copy of datafile 7 found
    no parent backup or copy of datafile 8 found
    no parent backup or copy of datafile 10 found
    no parent backup or copy of datafile 11 found
    no parent backup or copy of datafile 1 found
    no parent backup or copy of datafile 3 found
    no parent backup or copy of datafile 17 found
    no parent backup or copy of datafile 18 found
    no parent backup or copy of datafile 2 found
    no parent backup or copy of datafile 14 found
    no parent backup or copy of datafile 15 found
    no parent backup or copy of datafile 16 found
    no parent backup or copy of datafile 4 found
    channel oem_disk_backup: starting datafile copy
    input datafile fno=00005 name=D:\ORACLE\ORADATA\EPPDBT3\LIFEDAT1_01.DBF
    output filename=D:\ORACLE\FLASH_RECOVERY_AREA\EPPDBT3\DATAFILE\O1_MF_LIFEDAT1_34NHG40H_.DBF tag=ORA$OEM_LEVEL_0 recid=1 stamp=622689142
    channel oem_disk_backup: datafile copy complete, elapsed time: 00:02:36
    channel oem_disk_backup: starting datafile copy
    input datafile fno=00006 name=D:\ORACLE\ORADATA\EPPDBT3\LIFEDAT2_01.DBF
    output filename=D:\ORACLE\FLASH_RECOVERY_AREA\EPPDBT3\DATAFILE\O1_MF_LIFEDAT2_34NHLZ8S_.DBF tag=ORA$OEM_LEVEL_0 recid=2 stamp=622689281
    channel oem_disk_backup: datafile copy complete, elapsed time: 00:02:15
    channel oem_disk_backup: starting datafile copy
    input datafile fno=00009 name=D:\ORACLE\ORADATA\EPPDBT3\LIFEIND1_01.DBF
    output filename=D:\ORACLE\FLASH_RECOVERY_AREA\EPPDBT3\DATAFILE\O1_MF_LIFEIND1_34NHQ74W_.DBF tag=ORA$OEM_LEVEL_0 recid=3 stamp=622689415
    channel oem_disk_backup: datafile copy complete, elapsed time: 00:02:15
    channel oem_disk_backup: starting datafile copy
    input datafile fno=00012 name=D:\ORACLE\ORADATA\EPPDBT3\LIFEIND2_01.DBF
    output filename=D:\ORACLE\FLASH_RECOVERY_AREA\EPPDBT3\DATAFILE\O1_MF_LIFEIND2_34NHVFNZ_.DBF tag=ORA$OEM_LEVEL_0 recid=4 stamp=622689558
    channel oem_disk_backup: datafile copy complete, elapsed time: 00:02:25
    channel oem_disk_backup: starting datafile copy
    input datafile fno=00013 name=D:\ORACLE\ORADATA\EPPDBT3\LIFEIND2_02.DBF
    output filename=D:\ORACLE\FLASH_RECOVERY_AREA\EPPDBT3\DATAFILE\O1_MF_LIFEIND2_34NHZYWB_.DBF tag=ORA$OEM_LEVEL_0 recid=5 stamp=622689706
    channel oem_disk_backup: datafile copy complete, elapsed time: 00:02:25
    channel oem_disk_backup: starting datafile copy
    input datafile fno=00007 name=D:\ORACLE\ORADATA\EPPDBT3\LIFEDAT2_02.DBF
    output filename=D:\ORACLE\FLASH_RECOVERY_AREA\EPPDBT3\DATAFILE\O1_MF_LIFEDAT2_34NJ4J4W_.DBF tag=ORA$OEM_LEVEL_0 recid=6 stamp=622689820
    channel oem_disk_backup: datafile copy complete, elapsed time: 00:01:55
    channel oem_disk_backup: starting datafile copy
    input datafile fno=00008 name=D:\ORACLE\ORADATA\EPPDBT3\LIFEDAT2_03.DBF
    output filename=D:\ORACLE\FLASH_RECOVERY_AREA\EPPDBT3\DATAFILE\O1_MF_LIFEDAT2_34NJ83DP_.DBF tag=ORA$OEM_LEVEL_0 recid=7 stamp=622689937
    channel oem_disk_backup: datafile copy complete, elapsed time: 00:01:55
    channel oem_disk_backup: starting datafile copy
    input datafile fno=00010 name=D:\ORACLE\ORADATA\EPPDBT3\LIFEIND1_02.DBF
    output filename=D:\ORACLE\FLASH_RECOVERY_AREA\EPPDBT3\DATAFILE\O1_MF_LIFEIND1_34NJCPTV_.DBF tag=ORA$OEM_LEVEL_0 recid=8 stamp=622689991
    channel oem_disk_backup: datafile copy complete, elapsed time: 00:00:55
    channel oem_disk_backup: starting datafile copy
    input datafile fno=00011 name=D:\ORACLE\ORADATA\EPPDBT3\LIFEIND1_03.DBF
    output filename=D:\ORACLE\FLASH_RECOVERY_AREA\EPPDBT3\DATAFILE\O1_MF_LIFEIND1_34NJFG2X_.DBF tag=ORA$OEM_LEVEL_0 recid=9 stamp=622690050
    channel oem_disk_backup: datafile copy complete, elapsed time: 00:00:56
    channel oem_disk_backup: starting datafile copy
    input datafile fno=00001 name=D:\ORACLE\ORADATA\EPPDBT3\SYSTEM01.DBF
    output filename=D:\ORACLE\FLASH_RECOVERY_AREA\EPPDBT3\DATAFILE\O1_MF_SYSTEM_34NJH57T_.DBF tag=ORA$OEM_LEVEL_0 recid=10 stamp=622690081
    channel oem_disk_backup: datafile copy complete, elapsed time: 00:00:35
    channel oem_disk_backup: starting datafile copy
    input datafile fno=00003 name=D:\ORACLE\ORADATA\EPPDBT3\SYSAUX01.DBF
    output filename=D:\ORACLE\FLASH_RECOVERY_AREA\EPPDBT3\DATAFILE\O1_MF_SYSAUX_34NJJ8GN_.DBF tag=ORA$OEM_LEVEL_0 recid=11 stamp=622690110
    channel oem_disk_backup: datafile copy complete, elapsed time: 00:00:25
    channel oem_disk_backup: starting datafile copy
    input datafile fno=00017 name=D:\ORACLE\ORADATA\EPPDBT3\DCDIND1_01.DBF
    output filename=D:\ORACLE\FLASH_RECOVERY_AREA\EPPDBT3\DATAFILE\O1_MF_DCDIND1_34NJK1NJ_.DBF tag=ORA$OEM_LEVEL_0 recid=12 stamp=622690134
    channel oem_disk_backup: datafile copy complete, elapsed time: 00:00:25
    channel oem_disk_backup: starting datafile copy
    input datafile fno=00018 name=D:\ORACLE\ORADATA\EPPDBT3\DCDDAT1_01.DBF
    output filename=D:\ORACLE\FLASH_RECOVERY_AREA\EPPDBT3\DATAFILE\O1_MF_DCDDAT1_34NJKTVC_.DBF tag=ORA$OEM_LEVEL_0 recid=13 stamp=622690157
    channel oem_disk_backup: datafile copy complete, elapsed time: 00:00:25
    channel oem_disk_backup: starting datafile copy
    input datafile fno=00002 name=D:\ORACLE\ORADATA\EPPDBT3\UNDOTBS01.DBF
    output filename=D:\ORACLE\FLASH_RECOVERY_AREA\EPPDBT3\DATAFILE\O1_MF_UNDOTBS1_34NJLN2G_.DBF tag=ORA$OEM_LEVEL_0 recid=14 stamp=622690181
    channel oem_disk_backup: datafile copy complete, elapsed time: 00:00:25
    channel oem_disk_backup: starting datafile copy
    input datafile fno=00014 name=D:\ORACLE\ORADATA\EPPDBT3\SMARTDAT1_01.DBF
    output filename=D:\ORACLE\FLASH_RECOVERY_AREA\EPPDBT3\DATAFILE\O1_MF_SMARTDAT_34NJMF9R_.DBF tag=ORA$OEM_LEVEL_0 recid=15 stamp=622690209
    channel oem_disk_backup: datafile copy complete, elapsed time: 00:00:25
    channel oem_disk_backup: starting datafile copy
    input datafile fno=00015 name=D:\ORACLE\ORADATA\EPPDBT3\PIDIND1_01.DBF
    output filename=D:\ORACLE\FLASH_RECOVERY_AREA\EPPDBT3\DATAFILE\O1_MF_PIDIND1_34NJN6H4_.DBF tag=ORA$OEM_LEVEL_0 recid=16 stamp=622690217
    channel oem_disk_backup: datafile copy complete, elapsed time: 00:00:07
    channel oem_disk_backup: starting datafile copy
    input datafile fno=00016 name=D:\ORACLE\ORADATA\EPPDBT3\PIDDAT1_01.DBF
    output filename=D:\ORACLE\FLASH_RECOVERY_AREA\EPPDBT3\DATAFILE\O1_MF_PIDDAT1_34NJNFRF_.DBF tag=ORA$OEM_LEVEL_0 recid=17 stamp=622690225
    channel oem_disk_backup: datafile copy complete, elapsed time: 00:00:07
    channel oem_disk_backup: starting datafile copy
    input datafile fno=00004 name=D:\ORACLE\ORADATA\EPPDBT3\USERS01.DBF
    output filename=D:\ORACLE\FLASH_RECOVERY_AREA\EPPDBT3\DATAFILE\O1_MF_USERS_34NJNNXS_.DBF tag=ORA$OEM_LEVEL_0 recid=18 stamp=622690229
    channel oem_disk_backup: datafile copy complete, elapsed time: 00:00:01
    Finished backup at 16-MAY-07
    Starting Control File and SPFILE Autobackup at 16-MAY-07
    piece handle=D:\ORACLE\FLASH_RECOVERY_AREA\EPPDBT3\AUTOBACKUP\2007_05_16\O1_MF_S_622688962_34NJNSKL_.BKP comment=NONE
    Finished Control File and SPFILE Autobackup at 16-MAY-07
    released channel: oem_disk_backup
    RMAN> exit;
    Recovery Manager complete.
    SQL*Plus: Release 10.2.0.3.0 - Production on Wed May 16 01:30:51 2007
    Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
    SQL> SQL> Connected.
    SQL> SQL>
    Database altered.
    SQL> Disconnected from Oracle Database 10g Release 10.2.0.3.0 - Production

  • Lilo files in Temp folder

    Whenever I start Acrobat 8.1.7 on my Windows Vista laptop, a number of files named liloxxx with modification dates of 5/15/09 and 5/17/09 are created in my App Data\Local\Temp folder.  These disappear when I close Acrobat.  Why is this happening?  Is it indicative of a problem?
    Peter

    All computer programs use temporary files to do their work. They disappear when the programs close. The only difference is where the temp files are located.

  • V 12 Firfox creates 1,000nds of .TMF in temp folder never deletes them

    Using V12 Firefox with MS windows 2000 Pro
    Unknown to me is Firefox makes as many as 2 .TMF ( not .tmP) per minute and only a check of hard drive found over 15,000 .TMFs in a temp directory sucking up over 900 MEG bytes of hard drive !
    Shutdown of laptop, reboot, etc or using MS to clean unused files, nothing deletes these .TMP other then me now going to temp directory and deleting them
    With my business I am on internet like 14 hours day, 7 days a week so Firefox is used most of the time
    I have found no setting in Firefox including cache settings but know no other program is doing this and monitoring temp directory while using Firefox I can see these .TMF files being made/saved about 22 to 70 K bytes in length.
    Also why is Firefox not supporting MS windows 200 pro for newer version to V 12 I have now to be installed ?

    Not sure if someone answered this to your satisfaction. I recently updated Firefox to V12 from 3.6.28 as I am also running Win2K with no plans to upgrade, the hardware will not support XP or later. As soon as I completed the update to Firefox V12, what do you think I found? A mass of .tmf files in a temp directory. With the comments above about "fonts", I opened the Firefox options page; select the "Content" icon; in the middle section "Fonts & Colors" select the "Advanced" radio button; UNCHECK the box next to "Allow pages to choose their own fonts, instead of my selections above". Now you will no longer have the .tmf files, you will also have more basic web pages that only show the fonts selected from the options page. Its a trade-off, in my case, I don't care about the "Author's" fonts, they don't show up very well on my cheesy monitor anyway. At least the .tmf files are no longer generated.

  • SP1 Failed Update - Update missing file in temp folder

    An Update to SP1 failed. The System is running now in its old state and working fine.
    The problem now is, that I can't update to SP1. The SP1 Installer detects the failed patch installation, and tries to continue the installation. It fails, searching for a file that doesn't exist, in the windows temp folder.
    Is there a way to tell the SP1 installer to ignore the failed installation, and behave as if it's the first time it tries to install the update?

    HKEY_Local_Machine\Software\Microsoft\ExchangeServer\V15\CafeRole   is on a CAS Server.
    HKEY_Local_Machine\Software\Microsoft\ExchangeServer\V15\MailboxRole is on the Mailbox Server.
    In my case the problem was on the mailbox server. After I deleted it the
    setup started normally, without noticing an uncomplete install.
    Thanks, that key was exactly what I was hopping for, but I didn't know what to search for. 
    SP1 installation finished.

  • XML Files in %TEMP% folder when CONNTRANS is ran in Mobile Sales

    Hello Mobile gurus...
    Hope someone can help, I have had a couple of users who are not getting data they should be, for example Opportunities:
    When I have investigated their client it appears that there are a number of OPPORTUNITY_WRITE****************.XML files in the local users\Temp folder, these files contain the information that should have gon einto the IDES database and be viewed on the client.  I have not come across this before...
    I have re-extracted the subscription after deleting these but some, not all, re-appear and don't sync into the client database.
    I have alos uninstalled and re-installed the client software SQL etc.
    Can someone shed some light on what these files are and what is going on...???
    This is not only Opportunities but also Customers/Contacts and Activities - all listed as XML files
    Kind Regards
    Barry Dixon

    Hello Barry,
    In your registry key HKEY_LOCAL_MACHINE\SOFTWARE\SAP\MSA\MW\TL check if you have these settings :
    TL_TRACE = 1
    TL_SOAP = 3, helps in formation of <BDoc_GUID>.xml files
    SPT_IMPORT = -1 , This entry ascertains that if there are errors in BDoc processing by Conntrans, it would stop.
    RCV_TRACE = 1
    Maintain these settings and do an extract and run conntrans again. I feel the import phase of conntrans causes issues, so you can check the log file TL_TRACE.dat.
    Another thing you can check is with the RootConfig.cfg file in Bin.Net. Just make sure that the first application mentioned in this config file with tags 
    <Application>
          <Name>MSA</Name>
          <Path>C:\Program Files\SAP\Mobile\App.Net\MSA</Path>
    </Application>
    is proper and runs perfectly. Verify the path names as well.
    Thanks,
    Rohit

  • I'm deplying WAR file, but temp folder isn't updating

    Hi,
    I'm using WL 9.2.2.
    How and when does the temp folder to which WL extracts the WAR file (looks something like $WL_HOME/servers/servername/tmp/_WL_user/myapp/tptld5/war) get updated? I'm noticing that when I re-build my WAR, deploy it and then go check the contents of the temp directory, the WEB-INF/lib and WEB-INF/classes aren't updated with the latest content.
    Your input is appreciated, - Dave

    It may be best to recreate the folder and the smart playlists from scratch.
    tt2

  • Itunes won't load; deleted Apple files and temp folder & reinstalled

    My itunes recently stopped working; it wouldn't load.  I've uninstalled, deleted all Apple software, cleaned out the temp folder, and reinstalled (several times) and it just won't start.  Any suggestion at this point?  Running Windows 7 Home; Itunes 10.7.

    No error message-nothing happens at all.
    Can you check something for me please?
    Restart your PC. after the PC restarts, bring up your Task manager, and go to the "Processes" tab. Click "Image name" to sort the processes alphabetically.
    Now try to launch iTunes.
    Does an itunes.exe process appear? If so, does it vanish after a second or so, or does it persist in the Processes tab (even though iTunes itself never shows up)?

  • Reate sub-folder that open report  in view

    Hi ,
    I have view in se34 and I want to add to the folder (in the dialog structure ) new entry (subdialog) that when you click on it open report .
    there is a way to do that ?
    Regards
    Joy
    Edited by: Joy Stpr on Oct 31, 2011 1:16 PM

    You wrote:
    I have view in se43 and I want to add to the folder
    In this case the area menu name would be that view your talking about.
    It is the same name you use to enter in the transaction box in SAP GUI to show the area menu with its folders and its subfolders.
    Got it?

  • Download fails, PART file in temp folder

    I rebuilt my PC on the 8th June and downloaded the latest FireFox and installed it. Within a day or two download window stopped appearing. I went into Tools, Option, Downloads to check that the window should be appearing. It should be. I noticed that their was nothing in the downloads box and picking Browes failed to produce a folder selection dialogue. I then looked in the %temp% (win XP) folder and found a .part file. Removing the .part extension allowed the file to be opened.
    Having googled the problem I looked at the about:config and found that the browser.download.dir & browser.download.lastDir keys were missing. Recreating them didn't fix the problem.
    Any suggestion on what to try next would be appreciated.
    Firefox version: 3.6.3
    Cheers
    Ian
    == Possibly after installing Adobe 9

    I had this same problem, and followed instructions from here with success (mentioned above, thank you!)
    http://kb.mozillazine.org/Unable_to_save_or_download_files
    Manually delete download history:
    ''Firefox 3: Download history is stored in the downloads.sqlite file instead of downloads.rdf. [13] Because of improvements in Firefox 3 data storage [14] there should be little need to manually delete the downloads.sqlite file, except in cases of file corruption. [15] [16] If you do delete downloads.sqlite, you should also delete downloads.rdf, if it exists.''

  • Only have cache files in Profile folder

    My laptop froze whilst using firefox and will no longer turn on. I have taken out the hdd to backup important files including my firefox profile. However, the profile folder only contains cache folders and nothing else. What has happened to my bookmarks information? I was running Firefox 14 on Windows 7.

    You did look in the wrong location (likely in Local Settings\Application Data).<br />
    This location is used for the cache and not for the main Firefox profile folder:
    *C:\Documents and Settings\&lt;user&gt;\Local Settings\Application Data\Mozilla\Firefox\Profiles\&lt;profile&gt;\
    The main profile folder is located here:
    *C:\Documents and Settings\&lt;user&gt;\Application Data\Mozilla\Firefox\Profiles\&lt;profile&gt;\
    If you didn't include this folder in the backup then I'm afraid that your personal data is lost.
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • How do i create a quick text file in a folder

    im in a folder... just dropped in a podcast.. want to leave some instructions in a small text file for the person i'm sending it to before i zip it up
    in windows i would right click and create a note... whats the equivalent in a mac?
    its just a few lines so i want something quick and easy, not opening word and saving a doc for example
    any help is much appreciated
    thank you
    mg

    Open Text Edit, make a note, save it in the folder.

  • How can I Create an individual MD5 file for each folder in a main directory?

    The specs for a file delivery I'm making require an individual MD5 file per folder, with the contents of that folder being inside the MD5 file. Such as:
    DAY_01 (MAIN FOLDER)
    A01
    -(files 1-1000)
    -md5 for files 1-1000
    A02
    -files 1001-2000
    -md5 for files 1001-2000
    And so on. Is there a script or program that can make those MD5 files automatically or do I hace to go and do each one individually? Thanks

    I don't know of any pre-existing solution to your question, but it isn't hard to write one:
    set theFolder to (choose folder)
    tell application "System Events"
              set subfolders to every folder of theFolder
              repeat with eachFolder in subfolders
                        set fPath to (POSIX path of eachFolder)
                        set fName to name of eachFolder
                        set md5Filename to quoted form of (fName & ".md5")
                        do shell script "cd " & quoted form of fPath & "; /sbin/md5 * > " & md5Filename
              end repeat
    end tell
    The idea here is that it asks for a folder to process. It then grabs a list of all the folders inside that folder (subfolders), then for each subfolder it extracts its POSIX path and the folder name, then it builds a shell command that actually goes to each folder, runs the md5 command (passing in all files), writing the output to a .md5 file named according to the folder.

Maybe you are looking for

  • How to Change My Apple ID?

    My mom, two sisters and I all share the same Apple ID. It's been working fine for us until recently. I'm starting to get irritated that we can all read each others' texts, see each others' pictures, share each others' money and download each others'

  • Can only rotate one image at a time in Aperture

    I'm selecting a group of images and want to rotate them all two times counter clock wise (180 degrees). Shouldn't I be able to select all those images and hit the bracket key twice to rotate them all? What's happening is that I'm selecting all these

  • Slide duration

    Hello - For some reason, I am not able to change the slide duration. The slide is currently 67 seconds. I try changing the slide duration in the properties panel - nothing. I try moving the playhead. It just doesn't every change from 67 seconds. any

  • Email attached file extension ashx instead of doc or docx

    The email attachments are Word documents -- doc or docx. When the download box appears the document is labeled as attachment.ashx instead of the document name with the docx ending. Must then browse through the program files to Microsoft office to pro

  • Add srt subtitle to itunes movie?

    Hi everyone, Is there anyway to add an external subtitle (.srt) to a movie downloaded (and playing) in itunes? Thanks,