Cant rename dbfs...

Hi to everybody, this is my issue:
11.2.0.3 win 2003
have direct aim to restore database from inc0+inc1 backup + recover up to latest archives made after inc1.
Steps have to be done:
1. SQLPLUS> startup nomount from pfile='......';
2. RMAN> restore controlfile from ...
3. SQLPLUS > alter database mount;
4. RMAN> run
set newname for datafile 'E:\DATABASE\WORK\......DBF' to 'F:\oracle\oradata\workstdb\......DBF';
4.1 (already try with db_file_name_convert='E:\database\work','F:\oracle\oradata\workstdb') made no sense.
5. RMAN> restore database;
Starting restore at 0CT-12
allocated channel: ORA_DISK_1
channel ORA_DISK_1: SID=235 device type=DISK
allocated channel: ORA_DISK_2
channel ORA_DISK_2: SID=467 device type=DISK
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 E:\DATABASE\WORK\SYSTEM01.DBF
channel ORA_DISK_1: restoring datafile 00002 to E:\DATABASE\WORK\SYSAUX01.DBF
channel ORA_DISK_1: restoring datafile 00003 to E:\DATABASE\WORK\UNDOTBS01.DBF
channel ORA_DISK_1: restoring datafile 00006 to E:\DATABASE\WORK\IDX_LARGE7.DBF
channel ORA_DISK_1: restoring datafile 00009 to E:\DATABASE\WORK\IDX_LARGE2.DBF
channel ORA_DISK_1: restoring datafile 00010 to E:\DATABASE\WORK\IDX_LARGE3.DBF
channel ORA_DISK_1: restoring datafile 00013 to E:\DATABASE\WORK\IDX_MEDIUM.DBF
channel ORA_DISK_1: restoring datafile 00014 to E:\DATABASE\WORK\IDX_MEDIUM1.DBF
channel ORA_DISK_1: restoring datafile 00020 to E:\DATABASE\WORK\USER_MEDIUM2.DBF
channel ORA_DISK_1: restoring datafile 00022 to E:\DATABASE\WORK\USER_SMALL.DBF
channel ORA_DISK_1: restoring datafile 00023 to E:\DATABASE\WORK\USERS02.DBF
channel ORA_DISK_1: restoring datafile 00024 to E:\DATABASE\WORK\UNDOTBS02.DBF
channel ORA_DISK_1: reading from backup piece F:\BACKUP\ORA_DF795326431_S759_S1
channel ORA_DISK_2: starting datafile backup set restore
channel ORA_DISK_2: specifying datafile(s) to restore from backup set
channel ORA_DISK_2: restoring datafile 00004 to E:\DATABASE\WORK\USERS01.DBF
channel ORA_DISK_2: restoring datafile 00005 to E:\DATABASE\WORK\IDX.DBF
channel ORA_DISK_2: restoring datafile 00007 to E:\DATABASE\WORK\IDX_LARGE.DBF
channel ORA_DISK_2: restoring datafile 00008 to E:\DATABASE\WORK\IDX_LARGE1.DBF
channel ORA_DISK_2: restoring datafile 00011 to E:\DATABASE\WORK\IDX_LARGE4.DBF
channel ORA_DISK_2: restoring datafile 00012 to E:\DATABASE\WORK\IDX_LARGE5.DBF
channel ORA_DISK_2: restoring datafile 00015 to E:\DATABASE\WORK\IDX_SMALL.DBF
channel ORA_DISK_2: restoring datafile 00016 to E:\DATABASE\WORK\REC_DATA.DBF
channel ORA_DISK_2: restoring datafile 00017 to E:\DATABASE\WORK\USER_LARGE.DBF
channel ORA_DISK_2: restoring datafile 00018 to E:\DATABASE\WORK\USER_LARGE2.DBF
channel ORA_DISK_2: restoring datafile 00019 to E:\DATABASE\WORK\USER_MEDIUM.DBF
channel ORA_DISK_2: restoring datafile 00021 to E:\DATABASE\WORK\USER_MEDIUM3.DBF
channel ORA_DISK_2: reading from backup piece F:\BACKUP\ORA_DF795326432_S760_S1
channel ORA_DISK_1: ORA-19870: error while restoring backup piece F:\BACKUP\ORA_
DF795326431_S759_S1
ORA-19504: failed to create file "E:\DATABASE\WORK\UNDOTBS01.DBF"
ORA-27040: file create error, unable to create file
OSD-04002: unable to open file
O/S-Error: (OS 3) The system cannot find the path specified.
channel ORA_DISK_2: ORA-19870: error while restoring backup piece F:\BACKUP\ORA_
DF795326432_S760_S1
ORA-19504: failed to create file "E:\DATABASE\WORK\IDX_LARGE1.DBF"
ORA-27040: file create error, unable to create file
OSD-04002: unable to open file
O/S-Error: (OS 3) The system cannot find the path specified.
failover to previous backup
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of restore command at 10/08/2012 13:30:20
RMAN-06026: some targets not found - aborting restore
RMAN-06023: no backup or copy of datafile 4 found to restore
RMAN-06023: no backup or copy of datafile 3 found to restore
RMAN-06023: no backup or copy of datafile 2 found to restore
RMAN-06023: no backup or copy of datafile 1 found to restore
RMAN> list backupset of datafile 1,2,3,4;
BS Key Type LV Size
759 Incr 0 17.44G
List of Datafiles in backup set 759
File LV Type Ckp SCN Ckp Time Name
1 0 Incr 17587902988 30-SEP-12 E:\DATABASE\WORK\SYSTEM01.DBF
2 0 Incr 17587902988 30-SEP-12 E:\DATABASE\WORK\SYSAUX01.DBF
3 0 Incr 17587902988 30-SEP-12 E:\DATABASE\WORK\UNDOTBS01.DBF
Backup Set Copy #1 of backup set 759
Device Type Elapsed Time Completion Time Compressed Tag
DISK 00:58:55 30-SEP-12 YES BACKUP_WORK_000001_093012040007
List of Backup Pieces for backup set 759 Copy #1
BP Key Pc# Status Piece Name
759 1 AVAILABLE F:\BACKUP\ORA_DF795326431_S759_S1
Backup Set Copy #2 of backup set 759
Device Type Elapsed Time Completion Time Compressed Tag
DISK 00:58:55 04-OCT-12 YES BACKUP_WORK_000001_093012040007
BS Key Type LV Size
760 Incr 0 27.13G
List of Datafiles in backup set 760
File LV Type Ckp SCN Ckp Time Name
4 0 Incr 17587903446 30-SEP-12 E:\DATABASE\WORK\USERS01.DBF
another inc1 backups
List of Backup Pieces for backup set 785 Copy #5
BP Key Pc# Status Piece Name
822 1 AVAILABLE F:\BACKUP\ORA_DF795758428_S784_S1
BS Key Type LV Size Device Type Elapsed Time Completion Time
791 Incr 1 8.25G DISK 00:27:21 05-OCT-12
BP Key: 827 Status: AVAILABLE Compressed: YES Tag: BACKUP_WORK_000002_100512040009
Piece Name: F:\BACKUP\ORA_DF795844832_S791_S1
List of Datafiles in backup set 791
File LV Type Ckp SCN Ckp Time Name
2 1 Incr 17793275448 05-OCT-12 E:\DATABASE\WORK\SYSAUX01.DBF
4 1 Incr 17793275448 05-OCT-12 E:\DATABASE\WORK\USERS01.DBF
BS Key Type LV Size Device Type Elapsed Time Completion Time
792 Incr 1 19.79G DISK 00:55:27 05-OCT-12
BP Key: 828 Status: AVAILABLE Compressed: YES Tag: BACKUP_WORK_000002_100512040009
Piece Name: F:\BACKUP\ORA_DF795844833_S792_S1
List of Datafiles in backup set 792
File LV Type Ckp SCN Ckp Time Name
1 1 Incr 17793275461 05-OCT-12 E:\DATABASE\WORK\SYSTEM01.DBF
3 1 Incr 17793275461 05-OCT-12 E:\DATABASE\WORK\UNDOTBS01.DBF
RMAN> restore database preview;
Starting restore at 0CT-12
using channel ORA_DISK_1
using channel ORA_DISK_2
List of Backup Sets
===================
BS Key Type LV Size Device Type Elapsed Time Completion Time
759 Incr 0 17.44G DISK 00:58:55 30-SEP-12
BP Key: 759 Status: AVAILABLE Compressed: YES Tag: BACKUP_WORK_00000
1_093012040007
Piece Name: F:\BACKUP\ORA_DF795326431_S759_S1
List of Datafiles in backup set 759
File LV Type Ckp SCN Ckp Time Name
1 0 Incr 17587902988 30-SEP-12 E:\DATABASE\WORK\SYSTEM01.DBF
2 0 Incr 17587902988 30-SEP-12 E:\DATABASE\WORK\SYSAUX01.DBF
3 0 Incr 17587902988 30-SEP-12 E:\DATABASE\WORK\UNDOTBS01.DBF
6 0 Incr 17587902988 30-SEP-12 E:\DATABASE\WORK\IDX_LARGE7.DBF
9 0 Incr 17587902988 30-SEP-12 E:\DATABASE\WORK\IDX_LARGE2.DBF
10 0 Incr 17587902988 30-SEP-12 E:\DATABASE\WORK\IDX_LARGE3.DBF
13 0 Incr 17587902988 30-SEP-12 E:\DATABASE\WORK\IDX_MEDIUM.DBF
14 0 Incr 17587902988 30-SEP-12 E:\DATABASE\WORK\IDX_MEDIUM1.DBF
20 0 Incr 17587902988 30-SEP-12 E:\DATABASE\WORK\USER_MEDIUM2.DBF
22 0 Incr 17587902988 30-SEP-12 E:\DATABASE\WORK\USER_SMALL.DBF
23 0 Incr 17587902988 30-SEP-12 E:\DATABASE\WORK\USERS02.DBF
24 0 Incr 17587902988 30-SEP-12 E:\DATABASE\WORK\UNDOTBS02.DBF
BS Key Type LV Size Device Type Elapsed Time Completion Time
792 Incr 1 19.79G DISK 00:55:27 05-OCT-12
BP Key: 828 Status: AVAILABLE Compressed: YES Tag: BACKUP_WORK_00000
2_100512040009
Piece Name: F:\BACKUP\ORA_DF795844833_S792_S1
List of Datafiles in backup set 792
File LV Type Ckp SCN Ckp Time Name
1 1 Incr 17793275461 05-OCT-12 E:\DATABASE\WORK\SYSTEM01.DBF
3 1 Incr 17793275461 05-OCT-12 E:\DATABASE\WORK\UNDOTBS01.DBF
6 1 Incr 17793275461 05-OCT-12 E:\DATABASE\WORK\IDX_LARGE7.DBF
9 1 Incr 17793275461 05-OCT-12 E:\DATABASE\WORK\IDX_LARGE2.DBF
10 1 Incr 17793275461 05-OCT-12 E:\DATABASE\WORK\IDX_LARGE3.DBF
13 1 Incr 17793275461 05-OCT-12 E:\DATABASE\WORK\IDX_MEDIUM.DBF
14 1 Incr 17793275461 05-OCT-12 E:\DATABASE\WORK\IDX_MEDIUM1.DBF
15 1 Incr 17793275461 05-OCT-12 E:\DATABASE\WORK\IDX_SMALL.DBF
16 1 Incr 17793275461 05-OCT-12 E:\DATABASE\WORK\REC_DATA.DBF
20 1 Incr 17793275461 05-OCT-12 E:\DATABASE\WORK\USER_MEDIUM2.DBF
23 1 Incr 17793275461 05-OCT-12 E:\DATABASE\WORK\USERS02.DBF
24 1 Incr 17793275461 05-OCT-12 E:\DATABASE\WORK\UNDOTBS02.DBF
BS Key Type LV Size Device Type Elapsed Time Completion Time
791 Incr 1 8.25G DISK 00:27:21 05-OCT-12
BP Key: 827 Status: AVAILABLE Compressed: YES Tag: BACKUP_WORK_00000
2_100512040009
Piece Name: F:\BACKUP\ORA_DF795844832_S791_S1
List of Datafiles in backup set 791
File LV Type Ckp SCN Ckp Time Name
2 1 Incr 17793275448 05-OCT-12 E:\DATABASE\WORK\SYSAUX01.DBF
4 1 Incr 17793275448 05-OCT-12 E:\DATABASE\WORK\USERS01.DBF
5 1 Incr 17793275448 05-OCT-12 E:\DATABASE\WORK\IDX.DBF
7 1 Incr 17793275448 05-OCT-12 E:\DATABASE\WORK\IDX_LARGE.DBF
8 1 Incr 17793275448 05-OCT-12 E:\DATABASE\WORK\IDX_LARGE1.DBF
11 1 Incr 17793275448 05-OCT-12 E:\DATABASE\WORK\IDX_LARGE4.DBF
12 1 Incr 17793275448 05-OCT-12 E:\DATABASE\WORK\IDX_LARGE5.DBF
17 1 Incr 17793275448 05-OCT-12 E:\DATABASE\WORK\USER_LARGE.DBF
18 1 Incr 17793275448 05-OCT-12 E:\DATABASE\WORK\USER_LARGE2.DBF
19 1 Incr 17793275448 05-OCT-12 E:\DATABASE\WORK\USER_MEDIUM.DBF
21 1 Incr 17793275448 05-OCT-12 E:\DATABASE\WORK\USER_MEDIUM3.DBF
22 1 Incr 17793275448 05-OCT-12 E:\DATABASE\WORK\USER_SMALL.DBF
BS Key Type LV Size Device Type Elapsed Time Completion Time
760 Incr 0 27.13G DISK 01:25:42 30-SEP-12
BP Key: 760 Status: AVAILABLE Compressed: YES Tag: BACKUP_WORK_00000
1_093012040007
Piece Name: F:\BACKUP\ORA_DF795326432_S760_S1
List of Datafiles in backup set 760
File LV Type Ckp SCN Ckp Time Name
4 0 Incr 17587903446 30-SEP-12 E:\DATABASE\WORK\USERS01.DBF
5 0 Incr 17587903446 30-SEP-12 E:\DATABASE\WORK\IDX.DBF
7 0 Incr 17587903446 30-SEP-12 E:\DATABASE\WORK\IDX_LARGE.DBF
8 0 Incr 17587903446 30-SEP-12 E:\DATABASE\WORK\IDX_LARGE1.DBF
11 0 Incr 17587903446 30-SEP-12 E:\DATABASE\WORK\IDX_LARGE4.DBF
12 0 Incr 17587903446 30-SEP-12 E:\DATABASE\WORK\IDX_LARGE5.DBF
15 0 Incr 17587903446 30-SEP-12 E:\DATABASE\WORK\IDX_SMALL.DBF
16 0 Incr 17587903446 30-SEP-12 E:\DATABASE\WORK\REC_DATA.DBF
17 0 Incr 17587903446 30-SEP-12 E:\DATABASE\WORK\USER_LARGE.DBF
18 0 Incr 17587903446 30-SEP-12 E:\DATABASE\WORK\USER_LARGE2.DBF
19 0 Incr 17587903446 30-SEP-12 E:\DATABASE\WORK\USER_MEDIUM.DBF
21 0 Incr 17587903446 30-SEP-12 E:\DATABASE\WORK\USER_MEDIUM3.DBF
List of Backup Sets
===================
BS Key Size Device Type Elapsed Time Completion Time
795 108.13M DISK 00:00:16 05-OCT-12
BP Key: 831 Status: AVAILABLE Compressed: YES Tag: BACKUP_WORK_00000
2_100512040009
Piece Name: F:\BACKUP\ORA_DF795849092_S796_S1
List of Archived Logs in backup set 795
Thrd Seq Low SCN Low Time Next SCN Next Time
1 8406 17793029616 05-OCT-12 17793326018 05-OCT-12
Media recovery start SCN is 17793275448
Recovery must be done beyond SCN 17793323014 to clear datafile fuzziness
Finished restore at 0CT-12
Questions:
1. Why it ignoring "set new name" and db_file_name_convert??
2. Why no backup or copy of datafile 1,2,3,4 found to restore, it can seee it clearly through all its commands?
Edited by: ESirenko on 08.10.2012 4:22

set newname for datafile 'E:\DATABASE\WORK\......DBF' to 'F:\oracle\oradata\workstdb\......DBF';Refer this http://shivanandarao.wordpress.com/2012/04/19/duplicating-primary-database-to-a-new-host-without-connecting-to-the-primary-database-in-oracle-10g11g/ for the steps
RMAN> run{
2> set newname for datafile 1 to ‘<desired location>system01.dbf’;
3> set newname for datafile 2 to ‘<desired location>sysaux.dbf’;
4> set newname for datafile 3 to ‘<desired location>undotbs1.dbf’;
5> set newname for datafile 4 to ‘<desired location>users.dbf’;
6> RESTORE DATABASE;
7> SWITCH DATAFILE ALL;
8> RECOVER DATABASE;
9> }

Similar Messages

  • Cant rename my folders nor files

    Hi!
    Just got macbook pro 10.6 and I have a weird problem. I cant rename folders or files which I have created. When I click on them, then they wont become active so that I could rename them. I haven't set any security settings that wont allow me to rename them. I also cant create new folder to Applications, the button isnt active/isnt there but it is active when I want to create new folder in Documents. I have set up admin account and standard account which only I use and problem is in both accounts.
    Can anyone help me?
    What might be the problem?

    I got everything working eventually...I restored the factory settings, erased everything and installed it again. Followed this: http://support.apple.com/kb/ht3910
    This way I got to make new folders in Applications which didn't work before.
    And behind folder and file renaming issue was that I just holded the mouse click down way too long. I got the hang of it now. In my older mac I was used to holding it down longer and it seemed to work well, I also checked settings in system preferences and they were same in double click. So I tried on my older mac to hold the click down for a much shorter time and vola, it worked. ...dont want to think about the time I had to hold click down on my older mac...all those things that I could have done with this time instead....:D
    ...just putting it out here so if anyone might have same problem...it's just a matter of practice.
    Anyway I am happy I got it resolved and hope everyone else are too!
    Happy new year to everyone!
    But thank you everybody who tried to help!!!

  • I cant rename files in xp

    I have video files I want to rename but everytime I try to I get an error message that says changing the name of the file extension may damage the file

    If you want to rename that media file then you can ignore that alert.

  • Cant rename a place I've got.

    Still learning iPhoto 11. I've manually tagged some photos for my home address, but they've been named a different name to what I want.
    How do I change it? I've tried highlighting photos, open info bar, click on the name of the photos on the little map, it allows me to overtype it, but when I press return it reverts to original name.
    Also can you rename it to what you want? eg instead of a road name/place, can you call it something like "home" or "your local park" etc?
    cheers

    I've had the same problem and it drives me crazy.  Worse is that sometimes I can rename a place (which then adds it to "My Places") and sometimes it keeps on reverting back to the name chosen by iPhoto (and then it still doesn't exist in "My Places").  Fortunately, I have found a way to circumvent the problem even though it is tedious.  Here are my steps...
    1) Select the picture you want to change (yellow border showing) with the Info panel visible
    2) Go to the iPhoto->Preferences...->Advanced menu panel
    3) Change Look up Places: from "Automatically" to "Never"
    4) The map in the Info panel will now still show the location, but the name will be (Places lookup disabled)
    5) Click on the red pin and a new dialog box with the automatic name will pop up
    6) Type in the new name you desire for the location and click the check mark
    7) Go back to the iPhoto->Preferences...->Advanced menu panel
    8) Change Look up Places: back from "Never" to "Automatically"
    9) The map panel should now show the new name and the location will show up in your "My Places"
    I hope this helps.

  • Cant Rename iPod

    can anyone help me...
    i know how to rename my iPod in iTunes by selecting the name and changing it then pressing enter.
    after i press enter it says updating iPod for a minute, then says i can disconnect, the name has changed in iTunes but next time i reconnect my iPod the name hasent changed.
    My iPod dosent re-sync for the name update.
    can anyone help?
    thank you

    The only other thing I can think of is to restore the iPod. This will erase the hard drive, reload the software and put it back to default settings so make sure you have everything backed up. Once the restore is complete it will connect to iTunes and give you a prompt name the iPod and to automatically update your library onto the fresh installation: Restoring iPod to Factory Settings

  • 10.6.2 - cant rename a user folder restored from Time Machine

    click a brand new user folder created on a 10.6.2 desktop then hit enter on keyboard = filename highlites
    click a user folder restored from a Time Machine backup then hit enter on keyboard = filename does not highlite (allows itself to be opened however). This folder can be duplicated but not moved to another "normal" user folder (gets permissions error)

    I figured I would contribute to the community as I have the resolution this time - tried Terminal xattr -d command but this didnt seem to work very well
    What did work was to download MacPilot:
    http://www.koingosw.com/products/macpilot.php
    And use its Files and Folders / Wipe Access Control List data function.
    Simple to use and this worked.
    I found that to delete a file, I had to put it into a folder, no big deal, and in fact this did work as well.

  • Can't rename a folder in my computer

    I cant rename a local drive in my windows 8.1 professional computer.when i try to rename a local drive and giving a name, its accepting but its still showing "local disk".I tried two three times and its showing "local disk" always.The
    drive letter is "E".
    But in computer management its showing name of the drive which i gave for drive letter E.Whats the problem?
    I have windows 8.1 professional, Intel core i-5 processor, 8 gb ram,64 bit operating system

    Some programs make references to specific drive letters. If you change a drive letter, these programs might not work correctly
    you can do clean boot, and close all open aplication, and try to rename it again, but
    some programs might not work correctly
    You can't change a drive letter if the drive is either a system partition or a boot partition, maybe there is OS installation there
    If you connect to domain, maybe your system administrator blocked it, contact your system administrator

  • Can't rename folders in Launchpad

    Cant rename folders in Launchpad I i have tried double clicking and waiting for them to wobble. Nothing.

    From another discussion: https://discussions.apple.com/thread/3189625?start=15&tstart=0
    etresoft wrote:
    First try to create a new account and see if you have the same problem there. If not, it is likely just a preferences problem. First try quitting the Dock from Activity Monitor. It should start right back up again. If that doesn't fix it, go into ~/Library/Application Support/Dock and delete all the DB files. You should probably quit the Dock again or, even better, log out and back in.
    You will have to type ⌘ G in the Finder and type "~/Library/Application Support/Dock" to get to that folder. Bummer Apple, it sure didn't take long to have to unhide the Library foolder, eh?
    This has worked for others who had the same problem.

  • Can't delete or rename files

    Hi, I have a seagate drive that is formated to Mac OS Extended (Journaled), then I copied some files to it from a different drive, now I am having an issue that if I created a folder it will be named as untitled folder so when I try to rename it, it won't accept, it says I dont have permission, even that just now I created it, and it stays for ever as untitled.
    The weired part also is that there are some folders that I have full access to it and others I don't, I have atached the screenshot of the permission part for you to understand whats going on. You will see one screenshot for the folder music, this folder I can rename it, and the other folder in the name of my pic, that folder I cant rename it.
    I hope I can solve this issue thanks

    Hi there,
    I am still struggling with this problem. Actually my coworker has the same machine, Apple pro with windows xp installed, but he does not have this problem with his quicktime 7.5. I uninstalled 7.5 and installed 7.2, but it did not solve the problem. The fact is that I don't have the problem in my laptop which I am using it in the office. I am still trouble shooting. Hopefully I can find an answer.
    Peace

  • Filename Rename Problem

    Hi all,
    My problem is sometime i cant rename the filename with my program. For examp
    le, before i edit the content of particular file, the filename is file_01.xm
    l, then after i edit it and click the save button, i want to rename the file
    name to file_01_edited.xml. So, sometime it work but sometime not.
    Below is my some coding. Anybody can help me? !0s first.....
    String nfilename = tokenString[0] + "_edited";
    File original = new File(directoryname + "\\" + "original" + "\\" + tokenStr
    ing[0] + ".txt");
    File noriginal = new File (directoryname + "\\" + "original" + "\\" + nfilen
    ame + ".txt");
    boolean success1 = original.renameTo(noriginal);
    File process = new File(directoryname + "\\" + "process" + "\\" + tokenStrin
    g[0] + ".xml");
    File nprocess = new File (directoryname + "\\" + "process" + "\\" + nfilenam
    e + ".xml");
    boolean success2 = process.renameTo(nprocess);
    File edit = new File(directoryname + "\\" + "edit" + "\\" + tokenString[0] +
    ".xml");
    File nedit = new File(directoryname + "\\" + "edit" + "\\" + nfilename + ".x
    ml");
    boolean success3 = edit.renameTo(nedit);

    Can u explain more clearly.....? or can u have any
    example?If they are collection of text lines ...
    String newFileName = "tokenString[0] + "_edited";
    PrintWriter pw = new PrintWriter(new BufferedWriter(new FileWriter(newFileName)));
    // use pw.println() for line output

  • Why cant I type in Finder??

    All of the sudden I can't type in Finder.
    I can type in Safari or Firefox but I cant type in Finder. I cant rename folders or files for some reason.
    Does anyone know how to correct this?

    Try relaunching Finder by using Force Quit.

  • Cannot rename files, folders and drives

    tried to GRAB the error message, and it's hanged when I tried to save the image.....
    There are problems on rename files, folders and drives, also have problem to delete things....
    what can I do.....!!!!

    Ok, finally i just reboot the machine and it is fine now.
    I guess there are some bugs related to the user permissions...
    Indeed, I encountered a few bugs and they were fixed by rebooting the machine.
    More details: I am using a early 2008 version mac pro with mountain lion and upgrade os to mavericks last nite.
    At first, it cannot connect to my wifi network, it kept asking me to enter password for my network but kept saying it s failed. After trial to fix it by a few methods which were failed, i gave up and reboot, and vala~ It worked again..
    Then i tried to rename my system drive as it was named "mountain lion", and i just want to rename it to "mavericks", error popped out, and i found that i cant rename folders or files, or put them in trash.... Again, it worked again after reboot!!!!
    Guys, for those who wannna upgrade to mavericks now, better wait for a few more weeks till some update come up n fix those issues....

  • Selected component cannot be renamed...

    Anyone else have this issue before and know of a fix?? It tells me the selected component cannot be renamed during the session, and to please try a different name. When I close the session, which I assume is the program, and reopen it, I still can't rename the file. Mind you when it says component Im actually trying to rename a optimized graphic too, not an actual component. Even if I delete the component which has the same name, rename it or change the name to something else, it still wont let me rename the optimized graphic to the name the component had which should really not have anything to do with it anyway.. And there is no other file in the optimized graphic with the same name.. Is there a way to clear the systems cache..or some work around for this? I've tried restarting program, and computer to no avail..
    Thanks in advance, btw Im really liking flash catalyst and am aware its still a relativetly new program which still may have a few bugs and kinks needed to be worked out, but if there is a workaround or fix for this issue that would be great. I'd hate to have to create a new naming structure just because I make a fix to something, have to delete it, and then cant rename it to the same name when I recreate it because the system still thinks its being used.

    Hi there,
    Catalyst today more or less reserves any filename in your project's library while that project is open. This means that you'll probably run into trouble deleting an item named "bob" and then trying to rename another item to "bob". Catalyst releases everything when you close a project, however, so you should be able to delete / rename the first item, close your project, reopen, and rename the second item.
    It's an unintuitive restriction that will hopefully be loosened in the future, but for now that's the way Catalyst works.
    -Bear

  • HELP! cant edit songs or create playlis

    not sure if this belongs here but w/e. anyways i just bought the mp3 player. it works fine but the thing is that i cant rename my songs. you know how it shows up on the screen on the player? i mean i change it in mediasource but it doesnt end up changing when i check my player. any help please. it would be greatly appreciated.
    also...
    when i try to create playlists i get the same. the playlist will show in mediasource but when i disconnect my player and check there are no playlists. i also tried to create a playlist by following the directions and it doesnt work either. please help. this thing is getting frustrated.

    @ GARTH
    I think that's I've (I have) rather than live.
    @ p-rock
    See my previous post on Grouping Tracks Into Albums, in particular the topics One album, too many covers and One artist, many names.
    Missing Artist or Album not with others by same artist may be relevant to your +certain "groups" or albums will not transfer unless placed in a specific playlist"+ issue. If not please provide more information on your symptoms.
    It's also helpful to know if you are syncing your iPod to all/selected playlists or manually managing the content.
    tt2

  • Rename team project

    How do I rename a team project? The name of the project has to be renamed and I would like to do this with the least amount of pain as possible.

    You cannot rename a team project nor a project collection.
    The reason for this is that there are so many dependencies on the name of the team project, that it is very hard and error-prone to rename a team project. When there is only one entry somewhere that is not renamed correctly, you will not be able to use your
    team project anymore.
    However, the renaming is something that is a often requested feature. When there are enough votes on a topic like
    https://connect.microsoft.com/VisualStudio/feedback/details/554539/cant-rename-a-team-project-in-tfs-2010 it will end up in TFS vNext
    Ewald - Please remember to mark the replies as answers if they help.
    Blog: www.ewaldhofman.nl

Maybe you are looking for

  • Need help setting up WRT54G2 using a wireless internet modum

    My goal is to setup my wireless printer (which is in an adjacent room), to my pc. There arn't any other computers/connections to make, just this one.  My internet connection is a verizon wireless modem.  ( I am in a very rural area with no DSL or cab

  • User interface thoughts.

    Ill be adding more as I think of them. 1. I like the start bar now with the metro apps. I would like to see the ability to set the column size or width of the metro "pinned apps" panel in the start menu. I want to set the width of the metro menu to 1

  • EoMPLS problem with 6500 and IOS SXF6 + SXE5

    My EoMPLS stopped working after one ge-wan interface gone down and up. Before the down it was working fine. The connection is between two 6500 switches, trough GE-WAN (OSM+4GEWAN) ports. One swith have IOS 12.2(18)SXF6 and the other is using 12.2(18)

  • How to print the InputStream

    I got InputStream from the HttpServlet.post() Now i want print it to console Please help me how to print this. code Snippet class Listner extends HttpServlet public void doPost( HttpServletRequest req, HttpServletResponse res ) InputStream _inputStre

  • Duke's bookstore2 displays only one book title

    When I run Duke's bookstore2 from the Tutorial (Chapter 12: JavaServer Pages Technology: The Example JSP Pages), I'm not getting any error messages, but instead of seeing the graphical "Duke's Bookstore" heading followed by a horizontal line and "Ple