Enable, backup and restore FCSvr in command line

Hi All,
Anyone know how to enable, backup and restore Final Cut Server in command line?
Thanks,
Spin

First delete the /var/db/FinalCutServer/ folder and ran the Final Cut Server.dmg file to reinstall.
Next grab your most recent backup and moved the "-" file to the desktop (this contains the database restoration script).
Open up a command window and execute the following commands:
cd "/Library/Application Support/Final Cut Server/Final Cut Server.bundle/Contents/Resources/sbin/"
./fcsvr_run psql px pxdb
From the psql command prompt execute this command, substituting the path to your "-" database script:
\i /Users/finalcutserver/Desktop/-
After that finished executing I was able to start Final Cut Server and so far it looks as though everything has been restored! Fingers crossed...

Similar Messages

  • What are the commands using in SAP ECC 6.0 ehp on SYBASE Database? Backup and restore commands?

    Hi All,
    What are the commands using in SAP ECC 6.0 ehp on SYBASE Database? Backup and restore commands?

    Hi Jayachander,
    Have a look at these sap notes:
    For taking backup: Schedule from DB13 and get the exact command from Logs
    1841993 - SYB: How to schedule backups in DBA Cockpit
    1887068 - SYB: Using external backup and restore with SAP Sybase ASE
    How to restore DB
    1611715 - SYB: How to restore a Sybase ASE database server (Windows)
    Divyanshu

  • File System backup and restore command

    Hi All,
    I require File System Backup and Restore command in AIX to Trivoli Storage Manager.Please send me the commands.
    Thanks in Advance
    Regards,
    Soumya

    Please check this out
    Restore
    http://www.ahinc.com/aix/backup.htm
    restore -xvf/dev/rmt0 Restores all the files located on the tape device that were backed up using the backup command.
    Backup
    http://publib.boulder.ibm.com/infocenter/systems/index.jsp?topic=/com.ibm.aix.cmds/doc/aixcmds1/backup.htm
    Hope this will help you.
    Regards
    dEE

  • 2013 Backup and Restore

    When I go to my backup and Restore and check the job status it tells me there is a backup in progress:
    A backup or restore is currently in progress
    How do I reset this as there is no backup that I have run for some time?

    Hi, 
    According to your post, my understanding is that the job status still shown “A
    backup or restore is currently in progress”.
    Did you delete a old search application and recreate a new one before?
    If so, maybe the old object is still existing in SQL, you can used the following stsadm command:
    Stsadm -o deleteconfigurationobject -id “object GUID”
    To find the object GUID, simply go into Central Admin - Manage Service Applications and highlight the offending legacy service application (Search Service
    Application in the case). You should now be able to see the GUID in the IE address bar. Run the command above, and try your backups again and all should be well.
    For more information:
    http://imperfectit.blogspot.com/2010/06/sharepoint-2010-farm-backup-fails.html
    There is a similar thread for your reference.
    http://social.technet.microsoft.com/Forums/en-US/0310b061-ea1c-4576-bb74-a02f5e04a3a0/backup-job-stuck-in-process-in-backup-and-restore-job-status?forum=sharepointadminprevious
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • We are trying to implement a process so that any document that needs to be printed through our Java application will be printed as PDF using Adobe Reader. For which, We created and execute the below command line to call Adobe Reader and print the PDF on a

    We are trying to implement a process so that any document that needs to be printed through our Java application will be printed as PDF using Adobe Reader. For which, We created and execute the below command line to call Adobe Reader and print the PDF on a printer."C:\Program Files (x86)\Adobe\Reader 11.0\Reader\AcroRd32.exe" /T "\\<Application Server>\Report\<TEST.PDF>" "<Printer Name>". Current Situation: The above command line parameter when executed is working as expected in a User's Workspace. When executed in a command line on the Application Server is working as expected. But, the same is not working while executing it from Deployed environment.Software being used: 1. Adobe 11.0 enterprise version. 2. Webshpere Application Server 8.5.5.2. Please let us know if there is a way to enable trace logs in Adobe Reader to further diagnose this issue.

    This is the Acrobat.com forum.  Your question will have a much better chance being addressed in the Acrobat SDK forum.

  • RMAN backup and restore for Disaster Recovery

    Hi Guys,
    I am very new to Oracle and have a question about RMAN backup and restore feature. I am simulating a disaster recovery scenario by having two VMs running oracle 11g, say hosta and hostb, hosta is sort of production db and the other a disaster recovery db (one that will be made primary when disaster occurs). My goal is to backup production db using RMAN and restore it on the other machine. For some reason when I restore the db on hostb, the command restores the previous backup but not the most recent one e.g. I took a backup yesterday (09/20) and applied it to the hostb that worked fine, but when I try to apply a fresh backup from today (09/21) it always picks up the old backup. Here's a dump of the screen:
    Starting restore at 21-SEP-11
    using channel ORA_DISK_1
    channel ORA_DISK_1: starting datafile backup set restore
    channel ORA_DISK_1: specifying datafile(s) to restore from backup set
    channel ORA_DISK_1: restoring datafile 00001 to /oracle/app/dev/oradata/forums/s
    ystem01.dbf
    channel ORA_DISK_1: restoring datafile 00002 to /oracle/app/dev/oradata/forums/s
    ysaux01.dbf
    channel ORA_DISK_1: restoring datafile 00003 to /oracle/app/dev/oradata/forums/u
    ndotbs01.dbf
    channel ORA_DISK_1: restoring datafile 00004 to /oracle/app/dev/oradata/forums/u
    sers01.dbf
    channel ORA_DISK_1: reading from backup piece /oracle/app/dev/flash_recovery_are
    a/FORUMS/backupset/o1_mf_nnnd0_TAG20110920T040950_77jx3zk7_.bkp
    channel ORA_DISK_1: piece handle=/oracle/app/dev/flash_recovery_area/FORUMS/back
    upset/o1_mf_nnnd0_TAG20110920T040950_77jx3zk7_.bkp tag=TAG20110920T040950
    channel ORA_DISK_1: restored backup piece 1
    channel ORA_DISK_1: restore complete, elapsed time: 00:01:05
    Finished restore at 21-SEP-11
    Notice that it reads the backup piece from this location /oracle/app/dev/flash_recovery_are
    a/FORUMS/backupset/
    whereas my latest backups are stored at a different location.
    I am executing following steps at the RMAN prompt on hosta and hostb:
    hosta (production site)
    backup as compressed backupset database plus archivelog
    backup current controlfile format'/oracle/oracle_bkup/ctl_%U'
    backup spfile
    hostb (Disaster site)
    set dbid=13732232063
    startup force nomount
    restore spfile to '/oracle/app/dev/product/11.2.0/dbhome_1/dbs/spfileforums.ora' from '/export/home/dev/restore_db/backupset/2011_09_21/o1_mf_nnsnf_TAG20110921T114945_77ndg9ys_.bkp'
    shutdown immediate
    /* create a init<db_name>.ora file with SPFILE= /oracle/app/dev/product/11.2.0/dbhome_1/dbs/spfileforums.ora */
    startup force pfile='/export/home/dev/restore_db/initforums.ora' nomount
    restore controlfile from '/export/home/dev/restore_db/backupset/2011_09_21/ctl_1hmn3mic_1_1'
    /* restart rman here */
    quit
    alter database mount;
    catalog start with '/export/home/dev/restore_db/backupset/2011_09_21' noprompt;
    /* call the next two commands on run */
    restore database;
    recover database;
    alter database open resetlogs
    quit
    Any help will be greatly appreciated.
    Thanks,
    Rajesh

    Thanks guys, I really appreciate all your help here. I redid everything all over again to get all the information you guys wanted. Since I noticed that more eyes are looking into this I am going to reiterate my steps one more time followed by specific answers to questions. My first backup on Host B is located under ..../restore_db/backupset whereas the subsequent one is under .../restore_db/backupset/backupset2.
    I take backup on Host A using:
    rman target /
    backup as compressed backupset database plus archivelog;
    backup spfile;
    quit;
    I restore the backup on Host B using:
    set dbid=13732232063;
    startup force nomount;
    restore spfile to '/oracle/app/dev/product/11.2.0/dbhome_1/dbs/spfileforums.ora' from '/export/home/dev/restore_db/backupset/o1_mf_nnsnf_TAG20110928T171830_787gbpxh_.bkp'
    shutdown immediate;
    startup force nomount;
    restore controlfile from '/export/home/dev/restore_db/backupset/o1_mf_ncsnf_TAG20110928T171638_787gbkxn_.bkp'
    quit;
    /* restart rman here */
    alter database mount;
    catalog start with '/export/home/dev/restore_db/backupset' noprompt;
    restore database;
    recover database;
    alter database open resetlogs;
    quit;
    I take another backup on Host A using (notice no spfile backup this time):
    backup as compressed backupset database plus archivelog;
    quit;
    I restore the database on Host B using:
    alter database mount;
    catalog start with '/export/home/dev/restore_db/backupset/backupset2' noprompt;
    recover database;
    alter database open;
    quit;
    Output of List Backup of database (I have done this after I recovered the second time, also note that it is referring to backupset2 which is were my second backup is stored)
    RMAN> list backup of database;
    using target database control file instead of recovery catalog
    List of Backup Sets
    ===================
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    89 Full 261.87M DISK 00:01:37 28-SEP-11
    BP Key: 91 Status: AVAILABLE Compressed: YES Tag: TAG20110928T171638
    Piece Name: /export/home/dev/restore_db/backupset/o1_mf_nnndf_TAG2011092
    8T171638_787g77rx_.bkp
    List of Datafiles in backup set 89
    File LV Type Ckp SCN Ckp Time Name
    1 Full 1813849 28-SEP-11 /oracle/app/dev/oradata/forums/system01.dbf
    2 Full 1813849 28-SEP-11 /oracle/app/dev/oradata/forums/sysaux01.dbf
    3 Full 1813849 28-SEP-11 /oracle/app/dev/oradata/forums/undotbs01.dbf
    4 Full 1813849 28-SEP-11 /oracle/app/dev/oradata/forums/users01.dbf
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    97 Full 259.16M DISK 00:00:00 28-SEP-11
    BP Key: 100 Status: AVAILABLE Compressed: YES Tag: TAG20110928T18352
    7
    Piece Name: /export/home/dev/restore_db/backupset/backupset2/o1_mf_nnndf
    TAG20110928T183527787lv0nb_.bkp
    List of Datafiles in backup set 97
    File LV Type Ckp SCN Ckp Time Name
    1 Full 1816853 28-SEP-11 /oracle/app/dev/oradata/forums/system01.dbf
    2 Full 1816853 28-SEP-11 /oracle/app/dev/oradata/forums/sysaux01.dbf
    3 Full 1816853 28-SEP-11 /oracle/app/dev/oradata/forums/undotbs01.dbf
    4 Full 1816853 28-SEP-11 /oracle/app/dev/oradata/forums/users01.dbf
    Output of list backup (done after restoring the control file)
    RMAN> list backup;
    BS Key Size Device Type Elapsed Time Completion Time
    87 89.20M DISK 00:00:26 28-SEP-11
    BP Key: 87 Status: AVAILABLE Compressed: YES Tag: TAG20110928T171526
    Piece Name: /oracle/app/dev/flash_recovery_area/FORUMS/backupset/2011_09
    _28/o1_mf_annnn_TAG20110928T171526_787g50bm_.bkp
    List of Archived Logs in backup set 87
    Thrd Seq Low SCN Low Time Next SCN Next Time
    1 34 1302253 20-SEP-11 1306439 20-SEP-11
    1 35 1306439 20-SEP-11 1307647 20-SEP-11
    1 36 1307647 20-SEP-11 1307701 20-SEP-11
    1 37 1307701 20-SEP-11 1311393 20-SEP-11
    1 38 1311393 20-SEP-11 1311511 20-SEP-11
    1 39 1311511 20-SEP-11 1332479 20-SEP-11
    1 40 1332479 20-SEP-11 1344418 20-SEP-11
    1 41 1344418 20-SEP-11 1350409 20-SEP-11
    1 42 1350409 20-SEP-11 1350449 20-SEP-11
    1 43 1350449 20-SEP-11 1350854 21-SEP-11
    1 44 1350854 21-SEP-11 1350895 21-SEP-11
    1 45 1350895 21-SEP-11 1353114 21-SEP-11
    1 46 1353114 21-SEP-11 1353254 21-SEP-11
    1 47 1353254 21-SEP-11 1353865 21-SEP-11
    1 48 1353865 21-SEP-11 1353988 21-SEP-11
    1 49 1353988 21-SEP-11 1375403 21-SEP-11
    1 50 1375403 21-SEP-11 1376149 21-SEP-11
    1 51 1376149 21-SEP-11 1376206 21-SEP-11
    1 52 1376206 21-SEP-11 1376246 21-SEP-11
    1 53 1376246 21-SEP-11 1379990 21-SEP-11
    1 54 1379990 21-SEP-11 1380229 21-SEP-11
    1 55 1380229 21-SEP-11 1380266 21-SEP-11
    1 56 1380266 21-SEP-11 1380528 21-SEP-11
    1 57 1380528 21-SEP-11 1380724 21-SEP-11
    1 58 1380724 21-SEP-11 1380861 21-SEP-11
    1 59 1380861 21-SEP-11 1381033 21-SEP-11
    1 60 1381033 21-SEP-11 1381077 21-SEP-11
    1 61 1381077 21-SEP-11 1402243 22-SEP-11
    1 62 1402243 22-SEP-11 1423341 22-SEP-11
    1 63 1423341 22-SEP-11 1435456 22-SEP-11
    1 64 1435456 22-SEP-11 1454415 23-SEP-11
    1 65 1454415 23-SEP-11 1490903 23-SEP-11
    1 66 1490903 23-SEP-11 1491266 23-SEP-11
    1 67 1491266 23-SEP-11 1491347 23-SEP-11
    1 68 1491347 23-SEP-11 1492761 23-SEP-11
    1 69 1492761 23-SEP-11 1492891 23-SEP-11
    1 70 1492891 23-SEP-11 1493678 23-SEP-11
    1 71 1493678 23-SEP-11 1493704 23-SEP-11
    1 72 1493704 23-SEP-11 1494741 23-SEP-11
    1 73 1494741 23-SEP-11 1494790 23-SEP-11
    1 74 1494790 23-SEP-11 1510154 23-SEP-11
    1 75 1510154 23-SEP-11 1514286 23-SEP-11
    1 76 1514286 23-SEP-11 1531967 24-SEP-11
    1 77 1531967 24-SEP-11 1543266 24-SEP-11
    1 78 1543266 24-SEP-11 1558427 24-SEP-11
    1 79 1558427 24-SEP-11 1566924 24-SEP-11
    1 80 1566924 24-SEP-11 1578292 24-SEP-11
    1 81 1578292 24-SEP-11 1596894 25-SEP-11
    BS Key Size Device Type Elapsed Time Completion Time
    88 84.03M DISK 00:00:30 28-SEP-11
    BP Key: 88 Status: AVAILABLE Compressed: YES Tag: TAG20110928T171526
    Piece Name: /oracle/app/dev/flash_recovery_area/FORUMS/backupset/2011_09
    _28/o1_mf_annnn_TAG20110928T171526_787g63s9_.bkp
    List of Archived Logs in backup set 88
    Thrd Seq Low SCN Low Time Next SCN Next Time
    1 82 1596894 25-SEP-11 1609028 25-SEP-11
    1 83 1609028 25-SEP-11 1622303 25-SEP-11
    1 84 1622303 25-SEP-11 1626430 25-SEP-11
    1 85 1626430 25-SEP-11 1634486 25-SEP-11
    1 86 1634486 25-SEP-11 1648398 25-SEP-11
    1 87 1648398 25-SEP-11 1669259 26-SEP-11
    1 88 1669259 26-SEP-11 1686820 26-SEP-11
    1 89 1686820 26-SEP-11 1686959 26-SEP-11
    1 90 1686959 26-SEP-11 1689168 26-SEP-11
    1 91 1689168 26-SEP-11 1704759 26-SEP-11
    1 92 1704759 26-SEP-11 1719597 27-SEP-11
    1 93 1719597 27-SEP-11 1740407 27-SEP-11
    1 94 1740407 27-SEP-11 1750125 27-SEP-11
    1 95 1750125 27-SEP-11 1765592 27-SEP-11
    1 96 1765592 27-SEP-11 1781498 28-SEP-11
    1 97 1781498 28-SEP-11 1802311 28-SEP-11
    1 98 1802311 28-SEP-11 1811009 28-SEP-11
    1 99 1811009 28-SEP-11 1813811 28-SEP-11
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    89 Full 261.87M DISK 00:01:37 28-SEP-11
    BP Key: 89 Status: AVAILABLE Compressed: YES Tag: TAG20110928T171638
    Piece Name: /oracle/app/dev/flash_recovery_area/FORUMS/backupset/2011_09
    _28/o1_mf_nnndf_TAG20110928T171638_787g77rx_.bkp
    List of Datafiles in backup set 89
    File LV Type Ckp SCN Ckp Time Name
    1 Full 1813849 28-SEP-11 /oracle/app/dev/oradata/forums/system01.dbf
    2 Full 1813849 28-SEP-11 /oracle/app/dev/oradata/forums/sysaux01.dbf
    3 Full 1813849 28-SEP-11 /oracle/app/dev/oradata/forums/undotbs01.dbf
    4 Full 1813849 28-SEP-11 /oracle/app/dev/oradata/forums/users01.dbf

  • My Itunes account was hacked and my Apple ID was disabled. I followed the instructions from APPLE to backup and restore from Itunes but that did not work. Any suggestions?? Thanks!!

    My Itunes account was hacked and my Apple ID was disabled. I followed the instructions from APPLE to backup and restore from Itunes but that did not work. Any suggestions?? Thanks!!

    Are you saying that you contacted Apple support and they instructed you to backup and restore your iPad? Or do you mean that you picked up this information from an online support article? If you spoke to an Apple rep or received these instructions via email, contact them again for further help.
    I fail to see how restoring your iPad would enable yoyr Apple ID.

  • Full database backup and restore

    I have a doubt on the syntax for a full database backup and restore. For a single schema, the syntax for backup & restore is :-
    exp JISPREPCORBILLINGPRD501/JISPREPCORBILLINGPRD501 owner=JISPREPCORBILLINGPRD501 STATISTICS=none
    log=JISPREPCORBILLINGPRD501_exp.log grants=y constraints=Y rows=y compress=N
    file=JISPREPCORBILLINGPRD501
    imp <userid/password> file=<export dump file location> fromuser=<export user name> touser=<import user name>
    grants=y constraints=Y rows=y log=<import log file location>
    I hope, my question is clear.
    Please, help in solving the doubt.
    regards

    hi,
    thanks, for your answer. I took a export of one schema of the database. But, when I tried to import the schema to the destination database, it showed
    imported with errors with the existence of functions showing. The commands used by me for export and import are as follows:-
    exp JISPREPCORBILLINGPRD501/JISPREPCORBILLINGPRD501 owner=JISPREPCORBILLINGPRD501 STATISTICS=none log=JISPREPCORBILLINGPRD501_exp.log grants=y constraints=Y rows=y compress=N file=JISPREPCORBILLINGPRD501
    imp JISPREPCORBILLINGPRD501/JISPREPCORBILLINGPRD501 file=JISPREPCORBILLINGPRD501 fromuser=JISPREPCORBILLINGPRD501 touser=JISPREPCORBILLINGPRD501 grants=y constraints=Y rows=y log=JISPREPCORBILLINGPRD501_imp.log
    Do, we need to drop the existing schema before importing or somethinig else. Please, help.
    regards

  • Backup and restore a olite database.

    Hi,
    i would like to know, if is it possible to backup and restore a olite database on a MUC (mobile unite computer).
    Is there a war we can export/import, datapump or generate a xml file and put it back in the database on demand.
    Some clients can be more then two weeks between a synchro. We would like to backup the database on the MUC itself incase of a corruption and be able to restore it, and do the syn before the corruption or problem append.
    We are just looking for a solution and not lost any data upadte or insert by the client (not do a complet refresh before the crash).
    Thanks
    Ron

    The Oracle Database Lite Load Utility (olload) enables you to load data from an
    external file into a table in Oracle Database Lite, or to unload (dump)
    data from a table in Oracle Database Lite to an external file. Please see the Client Guide in Oracle Lite 10.3.0.2.0

  • Backup and Restore VM

    I have a host server that has a C: drive and a D: drive. Right now I only have one VM running and it is located on the D: drive. I need to reformat the disk that the D: drive is on. For some reason it was created as a MBR type disk and I
    need to delete it and recreate it as a GPT disk so that I can extend the D: partition beyond 2TB. So, what is the best way to backup and restore the existing VM in this case?

    I'm not really sure what you are referring to as an import/export but I'm going to assume its something along the lines of copying the data to 1 drive, then copying the data back to another drive. Doing a file based backup and recovery would do the same
    thing.  I don't particularly like doing stuff like copy and pastes to move data (especially important data) bc there is no guarantee copy and paste actually copied everything (no logging of what it actually did) and there are alot of things that can happen
    during the copy (disk latency, network latency) that may cause data to be lost (delayed write failures).  With any good backup program you should be able to run a report for what files it actually backed up and what files failed to backup and the reason
    they failed to back up.  Same applies to restores.  Also I have seen issues where a simple copy and paste strips certain special attributes from the file.
    If file based backup/restore is not an option, then maybe a robocopy of the data would be the best solution.  I'm pretty sure using /b /copyall api should get everything as well.  And you can add a /v switch to it to get some logging.

  • Backup and Restore of Redis Data

    My usage of Azure Redis is a cache to store snapshots of data for an event sourced system. We have millions of events stored in persistent storage that are aggregated and saved to redis. This provides us with fast access to the current state of an entity.
    However, to rebuild the Redis cache from scratch would take many hours as the number of events in the system is huge and constantly growing. 
    How in Azure Redis can we backup and restore data in case of failure? For instance, it would be nice to have access to an rdb file and archive it then restore when needed. We tried setting a non-Azure Redis as a slave of our Azure Redis however this does
    not work as it seems the Azure Redis doesn't have write access to it's working directory preventing it from writing an rdb file for sync.
    What are the recommended approaches to using Azure Redis as persistent storage? How can we backup/restore or even move data from one redis to another.
    Thanks!
    Drew 
    Drew Schaeffer

    Thanks for the response Mike. The interesting thing is on Saturday this didnt work. Today it looks like it is sync'ing succesfully. Below is the steps and output i saw on Saturday. I started it again today and it looks good so far. I will let it finish the
    sync and see what happens now. The redis is about 19gb on a Standard Pricing Tier.
    On the non-Azure Redis
    1. SET CONFIG masterauth <mykey>
    2. SLAVEOF myredis.redis.cache.windows.net 6379
    Then on my non-Azure Redis I see the following output. This ouput repeats until i kill the non-azure redis or set SLAVEOF NO ONE.
    [3468] 17 Jan 20:27:28.152 # Server started, Redis version 2.8.17
    [3468] 17 Jan 20:27:28.153 * The server is now ready to accept connections on port 6379
    [3468] 17 Jan 20:27:58.517 * SLAVE OF myredis.redis.cache.windows.net:6379 enabled (user request)
    [3468] 17 Jan 20:27:59.294 * Connecting to MASTER myredis.redis.cache.windows.net:6379
    [3468] 17 Jan 20:27:59.318 * MASTER <-> SLAVE sync started
    [3468] 17 Jan 20:27:59.322 * Non blocking connect for SYNC fired the event.
    [3468] 17 Jan 20:27:59.336 * Master replied to PING, replication can continue...
    [3468] 17 Jan 20:27:59.345 * Partial resynchronization not possible (no cached master)
    [3468] 17 Jan 20:27:59.348 * Full resync from master: ea5954fa6dcd0073585177b26c72f3e228309c2b:49968344771
    [3468] 17 Jan 20:28:23.207 # syncRead returned 0
    [3468] 17 Jan 20:28:23.208 # I/O error reading bulk count from MASTER: Resource temporarily unavailable
    Drew Schaeffer

  • Windows 7 professional backup and restore stop working after installation of acronis true image 2010

    HI,
    windows 7 professional backup and restore stop working after installation of acronis true image 2010. it generates a error code 0x81000019. please help.
    thanks
    Song

    Sankalp,
    I too have the error 0x81000033 when running the full system image backup.  I could not assign a drive letter to my 100mb drive with the Disk Management.  So, I went into the diskpart and ran the following commands:
    diskpart
    list disk
    DISKPART> list par
      Partition ###  Type              Size     Offset
      Partition 1    System             100 MB  1024 KB           ( 78.2 of 96.0MB free )
      Partition 2    Reserved           128 MB   101 MB
      Partition 3    Primary             73 GB   229 MB
      Partition 4    Recovery           423 MB    74 GB
    sel dis 0
    list par
    select partition 1
    assign letter=q
    fsutil usn queryjournal q:
    fsutil usn deletejournal /D q:
    After diskpart, I opened the "My Computer" and see that I have 78.2 of 96.0MB free.  Despite that, I ran these commands on the new q: drive:
    C:\Windows\System32>q:
    Q:\>fsutil usn queryjournal q:
    Error:  The parameter is incorrect.
    The FSUTIL utility requires a local NTFS volume.
    Q:\>fsutil usn deletejournal /D q:
    Error:  The parameter is incorrect.
    The FSUTIL utility requires a local NTFS volume.
    Q:\>
    Any help is appreciated.

  • Backup and Restore not working or am I missing something??

    I installed the Desktop Manager primarily to be able to save the info on my computer.  Only problem is when I go to Backup and Restore the button that allows me to backup (or restore) is not highlighed so it's not allowing me that option.  All it will allow me to access is the 'advanced' and 'options button' on the Backup and Restore window. I don't want to lose all my info again if the phone crashes so please HELP!  And it took me about 10 tries before the Desktop Manager successfully loaded on my computer so not sure if the problem was in the installation but when I look at the Desktop Manage window it shows 'disabled' and also doesn't allow me to choose any of the options on the bar at the top.  How do I enable this program??  When I tried loading the disk I got some message about now being able to run Adobe scripts so not sure if that might be part of the problem.
    Solved!
    Go to Solution.

    Just realized that I had the backup and restore window open when I wrote the above post and when I closed that the window for the Desktop Manager did allow me to access the toolbar at the top but the Desktop Manager is still disabled.

  • Erasing old backups using Thinadvantage backup and restore software

    I want to erase 3 old backups on my external USB disk  using the Lenovo backup and restore software  (T500 with latest Lenovo toolbox and other software.)  Everytime I click on "delete" on the line of the backup it goes into "not responding" and forces me to exit the software using the task manager.   The software seems to be hung up, because when I want to disconnect the disk (safely remove hardware) I get a message that "the disk is in use by some software- shut down the software first".  OF course, nothing is running so I have to shut down the computer before disconnecting.   When I start up and reconnect the disk, I have problems disconnecting the disk, even if I haven't used it.   
    Is the problem with the disk or with the software?   Would formatting the disk clear up the problem?  
    Thanks in advance,    Ben . 
    Solved!
    Go to Solution.

    Bent500, welcome to the forum,
    could you try deleting the last backup made on it's own first and when it's finished the others.  Sounds a little crazy, but this works on most occasions.
    Andy  ______________________________________
    Please remember to come back and mark the post that you feel solved your question as the solution, it earns the member + points
    Did you find a post helpfull? You can thank the member by clicking on the star to the left awarding them Kudos Please add your type, model number and OS to your signature, it helps to help you. Forum Search Option T430 2347-G7U W8 x64, Yoga 10 HD+, Tablet 1838-2BG, T61p 6460-67G W7 x64, T43p 2668-G2G XP, T23 2647-9LG XP, plus a few more. FYI Unsolicited Personal Messages will be ignored.
      Deutsche Community     Comunidad en Español    English Community Русскоязычное Сообщество
    PepperonI blog 

  • DATA BACKUPS AND RESTORE IN ANOTHER COMPUTER

    I have two machinem Main Machine and Backup Machine.
    How i make backup from Main Machine and restore on Backup Machine
    Any body has an idena please help out me
    Thanks in Advance
    Rgds
    TeeJay

    Dear Sudhir
    I prepared Backup machine in the same way but registry i not try
    because the version or oracle is different in this senerio main server is 8.0.5
    backup is 10g
    when i update backup server through export file the export command inserting data again in table this command is not replacing to the table after import my table showing duplicate data.
    Therefore i am asking any other way of backup and restore.
    I am try throug rman now if i get any good result i send to you or if you have any idea about rman write me back please.
    Thanks for your reply and
    Thanks in advance
    Rgds
    TeeJay

Maybe you are looking for

  • How to Open new screen for single click on ALV icon.

    Hi All, Can any body help me regarding the below ALV requirement. I need to create a executable program ZPROGRAM with a table having field to store long text.The ALV report should display records according to the selection screen parameters with a ic

  • HP Wifi Mobile Mouse

    My Wifi Mobile Mouse is pairing, but then its not connecting, I can't use it to control my pointer or anything. I've installed the suite that came with the mouse on the disk. Can anyone help me get my mouse working?

  • Why is CarPlay on by default?

    Updated my iPhone 4S to iOS 7.1 last night and so far I really like it. But while digging through settings to see what the update changed I discovered that CarPlay was turned on by default.  This seems odd since there are only a very few cars that ha

  • Internationalization in jws application

    where will be the locale details available in the JWS applicaiton package? How JWS application detects country code ? How to change the datas from English to Chinese ? Advance Thanks Regards P.Ramkumar

  • Query regarding naming of program

    With what name we should save the program having three different classes. One class is with main method. Normally we save the program with the name of class having main method. My query is whether we can have three different classes in the same progr