Backup file getting generated on FRA insted of format path

Hi,
I have below script to generate RMAN full backup on given path in FORMAT directory, still RMAN genarate one .bkp file on FRA.
We require to generate all backup files on given format path only.
below file was generated on FRA
o1_mf_nnndf_TAG20100804T043926_65l9t06h_.bkpBelow is the code for generating full backup.
backup database plus archivelog FORMAT '/export/home/nfs_bak/lims/backup/ndb/backup_%d_DB_%D%M%Y_%U_%s'  delete all input;
resync catalog;
report schema;
list backup;
CROSSCHECK BACKUP;
CROSSCHECK BACKUPSET;
DELETE NOPROMPT EXPIRED BACKUP;
DELETE NOPROMPT OBSOLETE DEVICE TYPE DISK;
CROSSCHECK  ARCHIVELOG ALL;
DELETE NOPROMPT EXPIRED ARCHIVELOG ALL;Oracle : 11gR2
OS:Solaris

Output for old command:
RMAN> backup database plus archivelog FORMAT '/export/home/nfs_bak/lims/backup/ndb/backup_%d_DB_%D%M%Y_%U_%s'  delete all input;
Starting backup at 05-AUG-10
current log archived
allocated channel: ORA_DISK_1
channel ORA_DISK_1: SID=194 device type=DISK
allocated channel: ORA_DISK_2
channel ORA_DISK_2: SID=225 device type=DISK
channel ORA_DISK_1: starting archived log backup set
channel ORA_DISK_1: specifying archived log(s) in backup set
input archived log thread=1 sequence=26 RECID=24 STAMP=726199910
channel ORA_DISK_1: starting piece 1 at 05-AUG-10
channel ORA_DISK_1: finished piece 1 at 05-AUG-10
piece handle=/export/home/nfs_bak/lims/backup/ndb/backup_NDB_DB_05082010_16lkhrj8_1_1_38 tag=TAG20100805T021152 comment=NONE
channel ORA_DISK_1: backup set complete, elapsed time: 00:00:01
channel ORA_DISK_1: deleting archived log(s)
archived log file name=/export/home/nfs_bak/lims/backup/ndb/NDB/archivelog/2010_08_05/o1_mf_1_26_65nok6fb_.arc RECID=24 STAMP=726199910
Finished backup at 05-AUG-10
Starting backup at 05-AUG-10
using channel ORA_DISK_1
using channel ORA_DISK_2
channel ORA_DISK_1: starting full datafile backup set
channel ORA_DISK_1: specifying datafile(s) in backup set
input datafile file number=00001 name=+DATA/lims/ndb/system01.dbf
input datafile file number=00002 name=+DATA/lims/ndb/sysaux01.dbf
input datafile file number=00006 name=+DATA/lims/ndb/datafile/ndb_cellmap_idx_tbs_01.dbf
input datafile file number=00008 name=+DATA/lims/ndb/datafile/ndb_fingerprint_tbs_idx_01.dbf
input datafile file number=00010 name=+DATA/lims/ndb/datafile/ndb_sys_idx_tbs_01.dbf
channel ORA_DISK_1: starting piece 1 at 05-AUG-10
channel ORA_DISK_2: starting full datafile backup set
channel ORA_DISK_2: specifying datafile(s) in backup set
input datafile file number=00005 name=+DATA/lims/ndb/datafile/ndb_cellmap_tbs_01.dbf
input datafile file number=00007 name=+DATA/lims/ndb/datafile/ndb_fingerprint_tbs_01.dbf
input datafile file number=00009 name=+DATA/lims/ndb/datafile/ndb_sys_tbs_01.dbf
input datafile file number=00003 name=+DATA/lims/ndb/undotbs01.dbf
input datafile file number=00004 name=+DATA/lims/ndb/users01.dbf
channel ORA_DISK_2: starting piece 1 at 05-AUG-10
channel ORA_DISK_1: finished piece 1 at 05-AUG-10
piece handle=/export/home/nfs_bak/lims/backup/ndb/backup_NDB_DB_05082010_17lkhrj9_1_1_39 tag=TAG20100805T021153 comment=NONE
channel ORA_DISK_1: backup set complete, elapsed time: 00:06:46
channel ORA_DISK_2: finished piece 1 at 05-AUG-10
piece handle=/export/home/nfs_bak/lims/backup/ndb/NDB/backupset/2010_08_05/o1_mf_nnndf_TAG20100805T021153_65nokdyo_.bkp tag=TAG20100805T021153 comment=NONE
channel ORA_DISK_2: backup set complete, elapsed time: 00:06:56
Finished backup at 05-AUG-10
Starting backup at 05-AUG-10
current log archived
using channel ORA_DISK_1
using channel ORA_DISK_2
channel ORA_DISK_1: starting archived log backup set
channel ORA_DISK_1: specifying archived log(s) in backup set
input archived log thread=1 sequence=27 RECID=25 STAMP=726200330
channel ORA_DISK_1: starting piece 1 at 05-AUG-10
channel ORA_DISK_1: finished piece 1 at 05-AUG-10
piece handle=/export/home/nfs_bak/lims/backup/ndb/backup_NDB_DB_05082010_19lkhs0b_1_1_41 tag=TAG20100805T021851 comment=NONE
channel ORA_DISK_1: backup set complete, elapsed time: 00:00:01
channel ORA_DISK_1: deleting archived log(s)
archived log file name=/export/home/nfs_bak/lims/backup/ndb/NDB/archivelog/2010_08_05/o1_mf_1_27_65noyb7m_.arc RECID=25 STAMP=726200330
Finished backup at 05-AUG-10
Starting Control File and SPFILE Autobackup at 05-AUG-10
piece handle=/export/home/nfs_bak/lims/backup/ndb/db11g_c-1074407344-20100805-01 comment=NONE
Finished Control File and SPFILE Autobackup at 05-AUG-10output for updated command:
RMAN> RUN
2> {
3>  allocate channel channel1 device type disk format '/export/home/nfs_bak/lims/backup/ndb/backup_%d_DB_%D%M%Y_%U_%s';
4>  backup database plus archivelog delete all input;
5> release channel channel1;
6> }
7> resync catalog;
8> report schema;
9> list backup;
10> crosscheck backup;
11> crosscheck backupset;
12> delete noprompt expired backup;
13> delete noprompt obsolete;
14> crosscheck archivelog all;
15> DELETE NOPROMPT EXPIRED ARCHIVELOG ALL;
16>
starting full resync of recovery catalog
full resync complete
allocated channel: channel1
channel channel1: SID=98 device type=DISK
Starting backup at 05-AUG-10
current log archived
channel channel1: starting archived log backup set
channel channel1: specifying archived log(s) in backup set
input archived log thread=1 sequence=20 RECID=18 STAMP=726148869
input archived log thread=1 sequence=21 RECID=19 STAMP=726175480
input archived log thread=1 sequence=22 RECID=20 STAMP=726185922
input archived log thread=1 sequence=23 RECID=21 STAMP=726195156
input archived log thread=1 sequence=24 RECID=22 STAMP=726197409
channel channel1: starting piece 1 at 05-AUG-10
channel channel1: finished piece 1 at 05-AUG-10
piece handle=/export/home/nfs_bak/lims/backup/ndb/backup_NDB_DB_05082010_12lkhp52_1_1_34 tag=TAG20100805T013010 comment=NONE
channel channel1: backup set complete, elapsed time: 00:00:07
channel channel1: deleting archived log(s)
archived log file name=/export/home/nfs_bak/lims/backup/ndb/NDB/archivelog/2010_08_04/o1_mf_1_20_65m3p0rz_.arc RECID=18 STAMP=726148869
archived log file name=/export/home/nfs_bak/lims/backup/ndb/NDB/archivelog/2010_08_04/o1_mf_1_21_65mxonbz_.arc RECID=19 STAMP=726175480
archived log file name=/export/home/nfs_bak/lims/backup/ndb/NDB/archivelog/2010_08_04/o1_mf_1_22_65n7vtog_.arc RECID=20 STAMP=726185922
archived log file name=/export/home/nfs_bak/lims/backup/ndb/NDB/archivelog/2010_08_05/o1_mf_1_23_65njwhld_.arc RECID=21 STAMP=726195156
archived log file name=/export/home/nfs_bak/lims/backup/ndb/NDB/archivelog/2010_08_05/o1_mf_1_24_65nm31ko_.arc RECID=22 STAMP=726197409
Finished backup at 05-AUG-10
Starting backup at 05-AUG-10
channel channel1: starting full datafile backup set
channel channel1: specifying datafile(s) in backup set
input datafile file number=00005 name=+DATA/lims/ndb/datafile/ndb_cellmap_tbs_01.dbf
input datafile file number=00001 name=+DATA/lims/ndb/system01.dbf
input datafile file number=00002 name=+DATA/lims/ndb/sysaux01.dbf
input datafile file number=00007 name=+DATA/lims/ndb/datafile/ndb_fingerprint_tbs_01.dbf
input datafile file number=00006 name=+DATA/lims/ndb/datafile/ndb_cellmap_idx_tbs_01.dbf
input datafile file number=00008 name=+DATA/lims/ndb/datafile/ndb_fingerprint_tbs_idx_01.dbf
input datafile file number=00009 name=+DATA/lims/ndb/datafile/ndb_sys_tbs_01.dbf
input datafile file number=00003 name=+DATA/lims/ndb/undotbs01.dbf
input datafile file number=00010 name=+DATA/lims/ndb/datafile/ndb_sys_idx_tbs_01.dbf
input datafile file number=00004 name=+DATA/lims/ndb/users01.dbf
channel channel1: starting piece 1 at 05-AUG-10
channel channel1: finished piece 1 at 05-AUG-10
piece handle=/export/home/nfs_bak/lims/backup/ndb/backup_NDB_DB_05082010_13lkhp5a_1_1_35 tag=TAG20100805T013018 comment=NONE
channel channel1: backup set complete, elapsed time: 00:06:55
Finished backup at 05-AUG-10
Starting backup at 05-AUG-10
current log archived
channel channel1: starting archived log backup set
channel channel1: specifying archived log(s) in backup set
input archived log thread=1 sequence=25 RECID=23 STAMP=726197834
channel channel1: starting piece 1 at 05-AUG-10
channel channel1: finished piece 1 at 05-AUG-10
piece handle=/export/home/nfs_bak/lims/backup/ndb/backup_NDB_DB_05082010_14lkhpia_1_1_36 tag=TAG20100805T013714 comment=NONE
channel channel1: backup set complete, elapsed time: 00:00:01
channel channel1: deleting archived log(s)
archived log file name=/export/home/nfs_bak/lims/backup/ndb/NDB/archivelog/2010_08_05/o1_mf_1_25_65nmj9y9_.arc RECID=23 STAMP=726197834
Finished backup at 05-AUG-10
Starting Control File and SPFILE Autobackup at 05-AUG-10
piece handle=/export/home/nfs_bak/lims/backup/ndb/db11g_c-1074407344-20100805-00 comment=NONE
Finished Control File and SPFILE Autobackup at 05-AUG-10
released channel: channel1

Similar Messages

  • Trace file getting generated

    Hi,
    We have PI 7.1 installed in landscape. Some trace files getting generated at
    server\sapmnt\SID\DVEBMGS01\j2ee\cluster\server0\jrfc07500_06148.trc and utilizing more disk space aroung 1 GB.
    Could you please let me know from where trace can be disabled
    thanks

    Hi Yash,
    Please find the details on this link:
    http://help.sap.com/saphelp_nw04/Helpdata/EN/f6/daea401675752ae10000000a155106/content.htm
    name
    jrfc*.trc
    location
    directory j2ee/cluster/server* or defined path
    how to switch on and off set JVM options for the server via the Config Tool and restart server: -Djrfc.trace=0/1, -Djco.trace_path=[defined_path]
    Kindly let us know if this resolves the problem.
    Thanks.
    Regards,
    Shweta

  • Web Service wdsl file getting generated as a HTTPS protocol instead of HTTP

    Hi Experts,
    I have a   requirement
    I have created a web service in development client  which is used in interactive adobe form.
    After moving the web service to production only defination is getting generated.
    I have tried to manually create the service in SOAMANAGER , it is getting created as with https protocol.
    In development client it was created as a http protocol.
    Warm Regards
    Abhinav

    Hi Abhinav,
    I'm assuming you don't have a QA system in your landscape if you're transporting straight from Dev to Production. I'm also assuming this because if you transported to QA before production you would have noticed that 'only' the definition is always transported. You have to do the configuration again each time you transport your change, this is SAP default behaviour because each webservice is client dependant so SAP won't know which client this service will be relevant for in the environment you're transporting to.
    The HTTPS issue, this makes sense to me in the production environment. You don't normally have the HTTP protocol enabled in a production environment, only HTTPS for security reasons.
    In yout production environment, check Transaction Code SMICM --> Got (drop down menu) --> Services
    Check what protocols are active there (with a green tick). This will indicate whether the HTTP protocol in enabled in Prod or not.
    Regards, Trevor

  • Sqlnet.ora trace files getting generated even after turning off tracing

    Hi,
    I have recently added the following parameters to the sqlnet.ora file.
    TRACE_LEVEL_SERVER=16
    TRACE_FILE_SERVER=SERVER
    TRACE_DIRECTORY_SERVER=/ftpland/trace
    TRACE_TIMESTAMP_SERVER=on
    Even after removing these enteries from the sqlnet.ora I still see the trave files being generated.
    #####enable tracing###################
    #Trace_level_server=0
    #Trace_filelen_server=1000
    #Trace_fileno_server=1
    #Trace_timestamp_server=on
    #Trace_directory_server=/opt/oracle/product/10.2.0/network/trace
    #Diag_adr_enabled=off
    AUTOMATIC_IPC = ON
    TRACE_LEVEL_CLIENT = OFF
    SQLNET.EXPIRE_TIME = 10
    NAMES.DEFAULT_DOMAIN = bsca.eds.com
    NAME.DEFAULT_ZONE = bsca.eds.com
    SQLNET.CRYPTO_SEED = "232166927-1713903352"
    NAMES.DIRECTORY_PATH = (ONAMES,TNSNAMES)
    NAMES.PREFERRED_SERVERS =
          (ADDRESS_LIST =
            (ADDRESS =
              (COMMUNITY = TCP.bsca.eds.com)
              (PROTOCOL = TCP)
              (Host = oraclenames1.bsca.eds.com)
              (Port = 1575)
            (ADDRESS =
              (COMMUNITY = TCP.bsca.eds.com)
              (PROTOCOL = TCP)
              (Host = oraclenames2.bsca.eds.com)
              (Port = 1575)
    NAME.PREFERRED_SERVERS =
          (ADDRESS_LIST =
            (ADDRESS =
              (COMMUNITY = TCP.bsca.eds.com)
              (PROTOCOL = TCP)
              (Host = oraclenames1.bsca.eds.com)
              (Port = 1575)
    (ADDRESS =
              (COMMUNITY = TCP.bsca.eds.com)
              (PROTOCOL = TCP)
              (Host = oraclenames2.bsca.eds.com)
              (Port = 1575)
    BEQUEATH_DETACH=YES
    Regards,
    VN

    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (GLOBAL_DBNAME =ROSDMP.bsca.eds.com)
          (ORACLE_HOME = /opt/oracle/product/10.2.0)
          (SID_NAME = ROSDMP)
    TRACE_LEVEL_LISTENER=16
    I believe, this is the reason, you are seeing trace files even after disabling it in sqlnet.ora

  • Unable to generate Pdf report for crystal 9/10  in Windows 2012 (Standard) server with Times New Roman font. With same font, report getting generated in excel, text, csv format in Windows 2012.

    For Times New Roman font in Windows server 2012 R2 (Standard), crystal 9/10 report in pdf format is not getting generated. When we change the font for specific report like Arial, Calibri , Cambria then pdf report getting created.
    In Windows 2008 R2, same application worked fine to generate pdf report for TimesNewRoman font and there is no change done in the application which is being used in Windows 2012 R2 server.

    Ok, thanks for the reply. You need to contact support or a forum for the Crystal software. Third party products don't usually include Adobe technology, they have their own software. When you contact them, you may want to expand "unable to generate" to give any specific symptoms including any error messages.

  • Empty file getting generated

    Hi Experts,
    We are testing a newly migrated scenario from XI 3.0 to PI 7.1.
    The Interface mapping consists of Message mapping followed by a ABAP Mapping.This scenario works fine in XI 3.0
    whereas when i try to test the same scenario in 7.1 it creates an empty file.
    I have tried to test the scenario using the first with message mapping alone and then with  abap mapping alone.
    Both work fine generating the expected results.But when i try to run them together it creates an empty file.
    I have maintained the values in exchange profile
    IntegrationBuilder ->IntegrationBuilder.Repository -> com.sap.aii.repository.mapping.additionaltypes
    R3_ABAP|Abap-class;R3_XSLT|XSL (ABAP Engine)
    We are testing an apap mapping for the first time in 7.1.Please let me know if i am missing any specific setting.
    Thanks,
    Sudhansu

    Hi,
    I assume that the abap mapping does not gets called from the ABAP Stack. 
    Try entering the abap mapping name again and save and activate.  Sometimes this might work.
    Check the class in abap stack and try to regenerate it.
    In the worst case scenario, modify something in the abap mapping and regenerate it.
    Regards
    Krish

  • Oraarch file getting generated very often in /oracle/ SID /oraarch/

    Dear All
    I am facing a problem of getting oracle archive (oraarch) generated very frequently nearly 50MB file in less than a minute due to which my Filesystem capacity of Oraarch is getting full soon.
    I have monitored there is no any batch job, Upload job, or any loaded job going even in Idle time in late night the same frequency of Archival is going so in a duration of 6-7 hours i am getting the total archive of 50GB.
    I have Oracle 10g Patch Set 10.2.0.4.0 and all the 39 Patches & 2 CPU Patches applied by Opatch & MOPatch and all the Oracle 10g Parameter  are set as per the note 830576.
    Can you please let me know what can be the issue?
    Thanks & Best Regards
    Rahul

    You probably have statistics being populated and AWR running. Oracle 10g has system jobs that are set to run frequently (i.e. every hour, every night, etc).
    column repeat_interval format a70
    select job_name, repeat_interval, enabled from dba_scheduler_jobs;
    column what format a50 word_wrapped
    select job, last_date, next_date, broken, what from dba_jobs;
    50mb is probably too small for your environment. You'll probably want to at least double that... at least.
    And if your oraarch is filling up so frequently you should consider increasing the space of oraarch. It sounds like your system is much busier than you expected.
    Run this command to get an idea of what Oracle recommends for your redo log file sizes...
    SELECT TARGET_MTTR,ESTIMATED_MTTR,WRITES_MTTR,WRITES_LOGFILE_SIZE, OPTIMAL_LOGFILE_SIZE FROM V$INSTANCE_RECOVERY;
    If that doesn't work it's probably because you're not using the system parameter fast_start_mttr_target... which I guess is something SAP advises against using?  I'm an Oracle DBA but a SAP newbie so I'm still learning what parameters SAP wants me to set and why
    Hope that helps..
    Rich

  • Where is this file getting generated

    DATA :    w_csv(200) TYPE c. "CSV output file.
      m_check_selscr_fnms c3 o.
      OPEN DATASET w_srvr_nm_o_c3 FOR OUTPUT IN TEXT MODE.
      IF sy-subrc NE 0.
        MESSAGE e001 WITH 'File open error for output' w_srvr_nm_o_c3.
      ENDIF.
      WRITE: / c_output_file, 20 w_srvr_nm_o_c3.
    Thanks in advance
    BWer

    do you have idea about FILE Transaction,
    See the  FILE_GET_NAME Function module and probably they might be using this FM.
    Goto FILE Transaction and look at Logical Path ,Physical path.
    Reward Points if it is helpful
    Thanks
    Seshu

  • Saving photoshop project as JPG the file gets saved in an un-recoginsed format, Can Anyone Help?

    Hi Everyone,
    I have been happily using photoshop for a couple of years and have never had to ask for help before but this issue is troubling me.
    Basically I open a jpg file for editing in photoshop elements and then use "save as" to save my edited project as a jpg with a new filename in a local picture folder.
    My new file however shows as
    File Type: File
    It will not open! the file wants me to associate a program to open it with and If I select photoshop to open the file I get a warning dialogue "Cannot open 2.5 3 Core TQ Rubber Flex because it is the wrong type of file"
    This is the version of photoshop and my system info
    Adobe Photoshop Elements Language Version: 10.0.0 (10.0 (20110831.m.17215))
    Operating System: Windows 7 64-bit
    Version: 6.1 Service Pack 1
    Here is an example of one of these image files as seen on my pc
    This has happend with several files that I have edited since mid morning today but before that I didnt seem to have a problem.
    Hope someone can help with this. I did do some searches but couldn't find anyone else describing the same issue.
    Thanks in anticipation,
    Barney in the UK

    Thankyou so much
    You are absolutly right, all the files I have worked on today have been cables and I have been using their CSA size expressed in millimetres as part of the file name.
    Have a great weekend,
    Cheers

  • Rdf file being generated....

    Guys,
    I see the very weired problems (not a frequent... but happend twice in two days)
    While trying to test the page in my application.... suddenly rdf file gets generated and also public_html folder is generated in model project. Looking at the log file, i also see that Jdev trying to generate war file for model project.
    Any of you can think of any reason? It is very annoying....
    --Raj                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    start your weblogic console >>select your domain >> select webapplication>> set app. real path activ
    Regards Thomas

  • I am trying to get space on an external hard drive which has some old time machine back up files that I do not need but can not eliminate, even by going into the time machine, clicking on the backup file to be eliminated and using the drop down eliminate

    I am trying to get space on an external hard drive which has some old time machine back up files that I do not need but can not eliminate, even by going into the time machine, clicking on the backup file to be eliminated and using the drop down menu with the gear box symbol to eliminate

    I cannot find this 300GB "Backup" in the Finder, only in the Storage info when I check "About This Mac".
    You are probably using Time Machine to backup your MacBook Pro, right? Then the additional 300 GB could be local Time Machine snapshots.  Time Machine will write the hourly backups to the free space on your hard disk, if the backup drive is temporarily not connected. You do not see these local backups in the Finder, and MacOS will delete them, when you make a regular backup to Time Machine, or when you need the space for other data.
    See Pondini's page for more explanation:   What are Local Snapshots?   http://pondini.org/TM/FAQ.html
    I have restarted my computer, but the information remains the same. How do I reclaim the use of the 300GB? Why is it showing up as "Backups" when it used to indicate "Photos"? Are my photos safe on the external drive?
    You have tested the library on the external drive, and so your photos are save there.  
    The local TimeMachine snapshot probably now contains a backup of the moved library.  Try, if connecting your Time Machine drive will reduce the size of your local Time Machine snapshots.

  • Trying to use a new, larger external hard drive for my Time Machine backup.  However, every time I start the backup, it gets started then fails.  And, I can't delete the few files that did save on the external.  Sort of a catch 22.  Any ideas?

    Trying to use a new, larger external hard drive for my Time Machine backup.  However, every time I start the backup, it gets started then fails.  And, I can't delete the few files that did save on the external.  Sort of a catch 22.  Any ideas?

    Is it a USB hard drive?  USB hard drives have the problem of not giving full speed if they are hooked up on the same bus as keyboards and mice.  Double check your profiler to make sure that is not a problem.  If it is Firewire, make sure there aren't other firewire devices in use at the same time.  I recommend not only keeping a Time Machine backup, but also a clone, and if you do use Time Machine, to make sure the Time Machine drive or partition is at least twice the size of the original drive.

  • I've transfered my backup files from an external hard drive to my Mac; how do I get combine the two "users" on my Mac so I only have one?

    I've had to re-install my backup files from to my MacBookPro after a software repair wiped out all my data. Now I have two Users identities on my laptop. Is there a way to combine them or get rid of one?

    Drag one account's home folder to the other account's desktop, open the Users & Groups pane of System Preferences, and delete that account.
    (75646)

  • Why do i get the following message when i attempt to open my backup file for lightroom cc?  "Lightroom cannot use the catalog named "Lightroom Catalog" because it is not writable and cannot be opened".  This message just started coming  up after downloadi

    why do i get the following message when i attempt to open my backup file for lightroom cc?  "Lightroom cannot use the catalog named "Lightroom Catalog" because it is not writable and cannot be opened".  This message just started coming  up after downloading lightroom cc (previously using lightroom 5)...am i backing up properly or not???

    Open Pictures folder and move the files named lrcat-journal and lrcat.lock to Desktop.
    Make sure that , they are not inside Pictures folder any more and try to open backup from Lighrtroom and check..
    Any LRcat file with .lock extension , move it to Desktop.

  • My bookmarks disappear when I close Firefox. I can get them back by reloading them from a backup file but they disappear again when I restart Firefox. I've tried the "taskmanager, Process, Firefox.exe, stop process, and it doesn't work.

    This occurs each time I start Firefox. The bookmarks work OK while I am using Firefox and you can add to them and save them to a HTM file. The html doesn't work for backup. When you go to organize bookmarks and try the restore function, as in "Restore Sunday October 24, 2010" you get the following error message '''''Unable to process the backup file."

    Try http://kb.mozillazine.org/Locked_or_damaged_places.sqlite

Maybe you are looking for

  • Mouse over Tabs - shows document name?

    I notice when I go to close tabs in CS5, the full name of the document appears in a white box over and to the left of the tab, when my mouse goes over the tab, then I can't close the tab until the document name disappears- which takes about 5 seconds

  • RV180W - problem with connection

    Hi, recently we bought RV180W router to replace our old zyxell. We are small company with about 10-15 workstations and maybe 10 wifi devices. We have DSL modem with 20/5mbit/s internet connection.  Problem that we have concern a connection quality. T

  • Migrating OBIEE 11.1.1.7 RPD and CATALOG

    Hi Gurus, We have two environments in our project DEV and TEST where OBIEE 11.1.1.7 is installed. We are using weblogic Internal Security in DEV and we have 3 users and a role by name App in DEV. Now after Migration I am having 3 issues: 1) After dep

  • JOptionPane is slow - sometimes

    I am using JOptionPane to solicit input to my program. I notice that if the program is not experiencing any user interaction for a period of time (several hours) then the JOptionPane window takes a long time to come up. Sometimes I have to wait about

  • Audio latency problem SOLVED

    Hi Everyone, I've recently purchased a Satellite A6665, and found myself having latency problems when using real-time audio processing software such as Ableton Live and/or Nuendo. Fortunately, I was able to solve the problem installing the ASIO4ALL D