Please help on Import

Hi,
I am using Oracle8 Release 8.0.4.0.0 - Production.
I have one oracle user called finadmin/finance. In this schema there are 400 tables of an application. These all objects are created in the user's default tablespace - 'finadmin' and for indexes we have another tablespace called 'finadminidx'.
Now I want to create the same schema with a different User name and tablespaces in the same database.
I took user level export of finadmin and created another tablespace with different name, different user and different tablespace for indexes then I tried to import.
But it is not successful returns an error... It is trying to create tables and in creating script it have tablespace name of the previous user's default tablespace. that is why its returning
imp-00003: oracle error 3113
ora-03113: end-of-file on communication channel
imp-00021: Operating System error - error code <dec 2, hex0*2>
imp-00000: Import terminated unsuccessfully
please tell me how to create same user schema with a different user ( i mean replicating the schema with different user name and tablespace names, should have different datafiles in the same database)
Thanks in advance... please reply as soon as possible
...

Hi Nicolas,
I am posting the import log file below, please go thru it...
Thanks...
Connected to: Oracle8 Release 8.0.4.0.0 - Production
PL/SQL Release 8.0.4.0.0 - Production
Export file created by EXPORT:V08.00.04 via conventional path
Warning: the objects were exported by VEFUND, not by you
. . importing table "ACNT_GROUP" 15 rows imported
. . importing table "ACNT_SUB_GROUP" 38 rows imported
. . importing table "ACSTOBTAB" 0 rows imported
. . importing table "DAILYWAC" 3714 rows imported
IMP-00017: following statement failed with ORACLE error 1658:
"CREATE TABLE "DAILY_SYMBOL_PRICE" ("PRICE_DATE" DATE, "STK_EXCHG_CODE" VARC"
"HAR2(10), "CURR_CODE" VARCHAR2(5), "SYMBOL" VARCHAR2(15), "PRICE" NUMBER(14"
", 6), "UPD_FLAG" VARCHAR2(1), "UPD_STAMP" VARCHAR2(100)) PCTFREE 10 PCTUSE"
"D 40 INITRANS 1 MAXTRANS 255 LOGGING STORAGE(INITIAL 199720960 NEXT 9984614"
"4 MINEXTENTS 2 MAXEXTENTS 2147483645 PCTINCREASE 50 FREELISTS 1 FREELIST GR"
"OUPS 1 BUFFER_POOL DEFAULT) TABLESPACE "IAPMS""
IMP-00003: ORACLE error 1658 encountered
ORA-01658: unable to create INITIAL extent for segment in tablespace IAPMS
. . importing table "DEALS" 626 rows imported
. . importing table "DEAL_BK" 0 rows imported
. . importing table "DEFAULT_ACCOUNT_CODES" 0 rows imported
. . importing table "DELALCLNK" 0 rows imported
IMP-00017: following statement failed with ORACLE error 1658:
"CREATE TABLE "INVOICES" ("RATE" NUMBER(14, 6) NOT NULL ENABLE, "SLNO" VARCH"
"AR2(10) NOT NULL ENABLE, "INV_NO" VARCHAR2(10) NOT NULL ENABLE, "INV_DT" DA"
"TE NOT NULL ENABLE, "INVESTOR_CODE" VARCHAR2(10) NOT NULL ENABLE, "SECURITY"
"_CODE" VARCHAR2(15) NOT NULL ENABLE, "BROKERAGE" NUMBER(14, 6) NOT NULL ENA"
"BLE, "BS_FLAG" VARCHAR2(1) NOT NULL ENABLE, "CURR_CODE" VARCHAR2(10) NOT NU"
"LL ENABLE, "POST_FLAG" VARCHAR2(1) NOT NULL ENABLE, "QUANTITY" NUMBER(16, 6"
") NOT NULL ENABLE, "VALUE" NUMBER(14, 6) NOT NULL ENABLE, "TOTAL_AMT" NUMBE"
"R(14, 6) NOT NULL ENABLE, "FRIZZED_FLAG" VARCHAR2(1) NOT NULL ENABLE, "UPD_"
"STAMP" VARCHAR2(50) NOT NULL ENABLE, "CR_STAMP" VARCHAR2(50) NOT NULL ENABL"
"E, "ORDER_NO" VARCHAR2(10), "ORDER_DT" DATE, "EXG_RATE" NUMBER(14, 6), "SER"
"V_TYPE" VARCHAR2(5), "WAC_DT" DATE, "WAC_RATE" NUMBER(14, 6), "DEAL_NO" VAR"
"CHAR2(10), "TRADE_DATE" DATE, "VALUE_DATE" DATE) PCTFREE 10 PCTUSED 40 INI"
"TRANS 1 MAXTRANS 255 LOGGING STORAGE(INITIAL 13189120 NEXT 6590464 MINEXTEN"
"TS 1 MAXEXTENTS 2147483645 PCTINCREASE 50 FREELISTS 1 FREELIST GROUPS 1 BUF"
"FER_POOL DEFAULT) TABLESPACE "IAPMS""
IMP-00003: ORACLE error 1658 encountered
ORA-01658: unable to create INITIAL extent for segment in tablespace IAPMS
. . importing table "INVPROS_LOG" 158 rows imported
IMP-00017: following statement failed with ORACLE error 1658:
"CREATE TABLE "MAIN_SUB_LNK" ("MAIN_CODE" VARCHAR2(4), "SUB_CODE" VARCHAR2(1"
")) PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 LOGGING STORAGE(INITIAL 7"
"823360 NEXT 3895296 MINEXTENTS 2 MAXEXTENTS 2147483645 PCTINCREASE 50 FREEL"
"ISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT) TABLESPACE "IAPMS""
IMP-00003: ORACLE error 1658 encountered
ORA-01658: unable to create INITIAL extent for segment in tablespace IAPMS
IMP-00017: following statement failed with ORACLE error 1658:
"CREATE FORCE VIEW "FUNDTEST"."SN_LOAN_WORK_TYPE" ("W"
"ORK_TYPE","WORK_DESC","WORK_DRCR_INDICATOR","WORK_PIO_INDICATOR","CR_DATE","
""CR_USER_ID","UPD_DATE","UPD_USER_ID") AS "
"select "WORK_TYPE","WORK_DESC","WORK_DRCR_INDICATOR","WORK_PIO_INDICATOR",""
"CR_DATE","CR_USER_ID","UPD_DATE","UPD_USER_ID" from "OPS$ODBGL"."SNAP$_SN_L"
"OAN_WORK_TYPE" with read only"
IMP-00017: following statement failed with ORACLE error 3113:
"CREATE TRIGGER "FUNDTEST".ordupd"
"after update"
"on opsfin"
"for each row"
"begin"
" if updating then"
" update opshdr set"
"     ORDER_DT     =     :new.order_dt,"
"     ORDER_TYPE     =     :new.order_type,"
"      BS_FLAG          =     :new.bs_flag,"
"      SECURITY     =     :new.security,"
"      EXCHG_CODE     =     :new.exchg_code,"
"      CURR_CD          =     :new.curr_cd,"
"      STKOROPT     =     :new.stkoropt,"
"      LIMIT          =     :new.limit,"
"      REMARKS          =     :new.remarks,"
"      BROKER          =     :new.broker,"
"      STATUS          =     status,"
"      CR_STAMP     =     cr_stamp,"
"      UPD_STAMP     =     :new.upd_stamp,"
"      BRK_COMM     =     :new.brk_comm,"
"      RATE          =     :new.rate,"
"      ALLOC_FLAG     =     :new.alloc_flag"
" where"
" order_no      =      :old.order_no"
" and"
"     Order_dt     =     :old.order_dt;"
" update opstran set"
" INVESTOR     =     :new.investor,"
"     SERV_TYPE     =      :new.serv_type,"
" TRUST_FLAG     =      :new.trust_flag"
" where"
"     order_no     =     :old.order_no"
" and"
"     order_dt     =      :old.order_dt"
" and"
"     investor     =      :old.investor;"
" end if;"
"end;"
IMP-00003: ORACLE error 3113 encountered
ORA-03113: end-of-file on communication channel
IMP-00021: operating system error - error code (dec 2, hex 0x2)
IMP-00000: Import terminated unsuccessfully
IMP-00021: operating system error - error code (dec 2, hex 0x2)
----------------------------------------------------------------------------------------------------------

Similar Messages

  • HT4906 hello, my hard drive broke. I purchased a noew one. Now I have no access to Iphone or any of my old apps. even after I reldownload them. Please help. Important fro work.

    hello, my hard drive broke. I purchased a noew one. Now I have no access to Iphone or any of my old apps. even after I reldownload them. Please help. Important fro work.

    Not ure what this has to do with iPhoto. Perhaps you'd be better off asking on the forum for your MacBookPro.

  • Problem-PLEASE HELP! IMPORTANT!

    I have a Lenovo G530 laptop and all of a sudden, for no reason at all, the integrated webcam that is built into the computer won't work. I always keep my laptop in the same safe place, have never spilled anything on it, have done nothing to make it not work properly. I bought it brand new in September (it is February now) so it isnt that old either. I went to use my webcam on windows live messenger and it came up as a white screen. I went to My Computer, then to take pictures with it from its icon and it came up as the same white screen. I just used my webcam on Skype the other night and it worked fine. Everything else on my computer is running normally, but my webcam is very important to me as I use it alot to keep in touch with friends and family while I'm in university. If someone could please help me it would be greatly appreciated.
    Solved!
    Go to Solution.

    right click my computer > manage > device management > camera > right click > remove device.
    restart your computer and let windows install it again.
    also you may need to re-install camera software, too.

  • Please help with importing and using imovie and idvd

    Hi,
    Please forgive my lack of knowledge. I previously had a mini dv camcorder that was so easy to use with imovie hd. Now that I have switched to an HD Usb 2.0 camcorder that has built in 16gb memory and memory cards, I have had such a great deal of trouble. I really hope you can help and point me in the right directions.
    Importing movies are fine, but they take so long! Currently, when I import a movie, I set the camcorder to PC mode and import through imovie. But the camcorder stays on, and I'm not sure if this is the best way or healthiest for the camcorder. Do you have a better/faster way to import movies? Is there a way to drag the video from the memory onto the computer, and then from there import the movie? I think at least I wouldn't have to leave the camcorder on.
    Also, one major issue I have is that each movie is broken down into 100 or so clips. I coach basketball, and videotape the games. When there is stoppage, I pause the camcorder. I guess that creates so many clips, so that when the film is imported, there are over 100 clips for the entire movie. Is there a way of making that just 1 entire movie/clip?
    Once I have imported the entire movie, which is 100+ clips, I want to simply create a dvd of the game. I know I have to share it, but do you have a better suggestion as to how I should handle this?
    In the past, all I did was import the mini dv movie into imovie HD, share into idvd, and then that was it, dvd made. This process had become so time consuming.
    Please help!

    Yes, I recognized there would be a slight pause between clips - but after all - you paused the camera at those points.
    Putting them all in sequence in iMovie and then encoding in iDVD will take a lot of time.
    An old favorite saying of mine is "not every job worth doing, is worth doing well'. The meaning being sometimes 95% is good enough so you can go on to the next job.
    How much work do you want to put into each DVD? Can you live with the slight pauses?
    would you suggest using a memory card?
    Yes, but 16GB cards aren't cheap (yet).

  • Please help with importing packages

    I am trying to learn the Java Advanced Imaging (JAI) API. I have successfully installed java2SDK.
    I downloaded the JAI library (jai-1_1_2-rc-lib-windows-i586.exe) and have installed it.
    After installation, I added the JAI lib to the CLASSPATH.
    CLASSPATH = C:\java\jai-1_1_2-rc\lib
    when I try compiling a demo program from this tutorial page:
    http://developer.java.sun.com/developer/onlineTraining/javaai/jai/src/FrontPage.java
    I get these errors,
    package javax.media.jai does not exist
    import javax.media.jai.JAI;
    how do I know which directory to copy the JAI lib files to so that
    this import statement can find JAI
    import javax.media.jai.JAI;
    please help if you can
    Thanks
    John

    Hi,
    You have to give the full path of the jar file in classpath along with the jar file name
    something like CLASSPATH = C:\java\jai-1_1_2-rc\lib\jai.jar ...see the jar file name and include that also

  • Please help - CD import issue in itunes

    I would really appreciate some help.
    I have a Sony Vaio laptop and a HP I Pod.
    Have used Itunes with no problems for 9 months and have imported/ripped hundreds of CDs into my library with no issues.
    Recently, however, iTunes stopped allowing me to import/rip CDs into my library. When I try, it imports the first 4-5 seconds of the first song and then locks my entire computer up. I have to power down the laptop.
    I attempted to run the CD diagnostic through iTunes, that also locked up the laptop.
    I have uninstalled and re-installed iTunes several times.
    I had my IT guy look at the laptop and do some preliminary research. He indicated that this is not uncommon and that others have reported having this problem since upgrading to iTunes 6.0.
    Based on that, I un-installed 6.0 and went back to the version that came with the iPod. I think it is 4.9. Problem still exists.
    Please help. I still have a lot of music I would like to load into iTunes.
    Thanks!

    This is what my CD Diagnostics results are:
    Microsoft Windows XP Home Edition Service Pack 1 (Build 2600)
    HP Pavilion 061 PE529A-ABA A523X
    iTunes 6.0.4.2
    CD Driver 2.0.4.3
    CD Driver DLL 2.0.3.2
    LowerFilters: Pfc (2.5.0.204), PxHelp20 (2.0.0.0), AFS2K (3.1.19.0), MxlW2k (1.1.0.116),
    UpperFilters: GEARAspiWDM (2.0.4.3),
    Video Driver: VIA/S3G UniChrome Graphics\VIA/S3G UniChrome Graphics Adapter
    IDE\DiskSAMSUNGSP1203N________________________TL100-24, Bus Type ATA, Bus Address [0,0]
    USBSTOR\DiskGenericUSB_CF_Reader__1.01, Bus Type USB
    USBSTOR\DiskGenericUSB_MS_Reader__1.03, Bus Type USB
    USBSTOR\DiskGenericUSB_SD_Reader__1.00, Bus Type USB
    USBSTOR\DiskGenericUSB_SM_Reader__1.02, Bus Type USB
    IDE\CdRomNEC_DVD+RW_ND-2100AD___________________1.26___, Bus Type ATA, Bus Address [0,0]
    If you have multiple drives on the same IDE or SCSI bus, these drives may interfere with each other.
    Some computers need an update to the ATA or IDE bus driver, or Intel chipset. If iTunes has problems recognizing CDs or hanging or crashing while importing or burning CDs, check the support site for the manufacturer of your computer or motherboard.
    Current user is administrator.
    E: _NEC DVD+RW ND-2100AD, Rev 1.26
    Audio CD in drive.
    Found 12 songs on CD, playing time 54:58 on Audio CD.
    Track 1, start time 00:02:00
    Track 2, start time 06:08:02
    Track 3, start time 10:47:27
    Track 4, start time 15:01:15
    Track 5, start time 19:07:55
    Track 6, start time 22:46:30
    Track 7, start time 27:29:05
    Track 8, start time 31:34:72
    Track 9, start time 35:35:07
    Track 10, start time 39:56:50
    Track 11, start time 43:22:07
    Track 12, start time 49:42:17
    Audio CD reading succeeded.
    Get drive speed succeeded.
    The drive CDR speeds are: 4 8 16 20 24 32.
    The drive CDRW speeds are: 4 8 16 20.
    The drive DVDR speeds are: 4.
    The drive DVDRW speeds are: 4.

  • Please help me - importing videos

    Please help me if you can... I just finished converting a video on Videora, and now I have located the file, but I cannot drag and drop it into iTunes. I have tried going to File > Import... locating the file, and entering it, but that has not worked. Then I tried putting the file as a desktop icon and dragging and dropping it into iTunes, but that appeared to have failed also. Your suggestions would be greatly appreciated - please!

    I have the same problem too. I downloaded videos from limewire and it says that its a WAV file or something but its really quicktime. Maybe I have that backwards but I wonder if it can be converted to the correct file that the ipod plays.

  • Could someone please help me import my iphoto photos into aperture?  They are now just referenced files.

    Hello,
    I am a longtime iphoto user and installed aperture this past december.  At that time I imported all my iphoto photos as referenced files and kept them in their iphoto location.  Since that time, every photo I took was uploaded directly into aperture and stored there.  I am now comfortable enough with aperture that I would like to use it as my primary photo viewer / manipulator and would like to merge my two libraries into one single aperture library.  Unfortunately, I cannot figure out how to do this. 
    I tried consolidating all originals yesterday, however this did not seem to have any effect.  I then tried reimporting my iphoto library, however, this simply duplicated many of my events (and the duplicated ones were not even adjustable via aperture, and each photo had a little exclamation point in the lower right corner).  Both of these attempts did nothing to combine my aperture projects and my iphoto events (which are now seen as a seperate iphoto tab under projects).  I am aware that I can now switch to my iphoto library within aperture in version 3.3, but I just want everything stored in one place and in my aperture library.  Can someone please help me with this?
    The only thing I can think of is deleting all of the iphoto events from aperture and then reimporting them, but I am scared I will either delete something permenantly or that they will simply reimport as referenced files and remain within iphoto. 
    Please help!
    Thanks,
    - Mike

    Mike,
    I am not quite clear about the current state of your iPhoto and Aperture libraries. It looks like you have plenty of broken links to referenced masters in either library. Whatever you do now, it is very important to ensure that you have a working backup, both of your iPhoto Library and your Aperture library, before you try a major reconstruction.
    I tried consolidating all originals yesterday, however this did not seem to have any effect.
    In what way did it not have any effect? From the effects you are describing, it looks like all your original master images have been removed from the iPhoto Library and are now inside the Aperture library as managed masters - at least, this would explain, why trying to import the iPhoto library resulted in duplicated projects (and the duplicated ones were not even adjustable via aperture, and each photo had a little exclamation point in the lower right corner). You removed the original masters from the iPhoto library, and now you could not import it, since the originals are now in Aperture.
    For me it looks, like you simply need to delete the iPhoto images marked with an exclamation mark, for these are already bound to images that you imported earlier. It is perfectly o.k. that the recently imported iPhoto Library appears in a separate section of the projects in your Library Inspector Panel. Each iPhoto event should appear as a project. Aperture will put them there, so you can find them easily.
    You should check now, if the originally imported images, that you imported as referenced, are now managed. If you enable badge overlays you should see no longer any arrows on the thumbnails of your earlier imports. Also, if you select one of these images, you should be able to toggle between original master and version by typing the "M" key.
    Define some smart albums (File > New > Smart album) based on the file status: Add a rule: File status is.
    One smart album: File Status is referenced
    One smart album: File Status is managed
    One smart album: File Status is missing
    The first album should be empty.
    The second album should show all your images you originally imported from iphoto as managed, and that you recently consolidated.
    The third album should show your recent import - the images imported from iPhoto after you consolidated the originals to Aperture and removed these images from iPhoto.
    Post back, when you have checked the file status of your images in Aperture and we can be sure were the images are exactly.
    Regards
    Léonie

  • Please help - cannot import CDs into i-tunes

    My other thread seems to have stalled out so I thought I would try again:
    I have a Sony Vaio laptop and a HP I Pod.
    Have used Itunes with no problems for 9 months and have imported/ripped hundreds of CDs into my library with no issues.
    Recently, however, iTunes stopped allowing me to import/rip CDs into my library. When I try, it imports the first 4-5 seconds of the first song and then locks my entire computer up. I have to power down the laptop.
    I have uninstalled and re-installed iTunes several times.
    I had my IT guy look at the laptop and do some preliminary research. He indicated that this is not uncommon and that others have reported having this problem since upgrading to iTunes 6.0.
    Based on that, I un-installed 6.0 and went back to the version that came with the iPod. I think it is 4.9. Problem still exists.
    Please help. I still have a lot of music I would like to load into iTunes.
    Thanks!
    Sony Vaio   Windows XP  

    First search your lap for any malware or viruses. Then check for any firmware/software updates for your laptop by going to the companys web site.

  • I have NO audio in movies I record but old ones I recorded are fine.  Please help!  Important event in 2.5 hrs.  I HAVE done a complete restart w/o luck.

    My new movies I record have no audio but older ones do.  All other audio is fine.  Is there a setting I am missing that got changed somehow?  Edge button is set to lock rotation and NOT mute.  PLEASE help as I have a very important event at noon today and need it to work. Were is the setting I am missing?
    Jim

    My new movies I record have no audio but older ones do.  All other audio is fine.  Is there a setting I am missing that got changed somehow?  Edge button is set to lock rotation and NOT mute.  PLEASE help as I have a very important event at noon today and need it to work. Were is the setting I am missing?
    Jim

  • Please HELP very important video lost after restoring from backup

    I used my iphone 4 to record me preposing to my fiance and then today I stupidly sync to computer and restore from my 3GS backup before backing up the video files. Is there anyway to get the video back? Please help this is the most important thing in our life. Anything, Anyone please help. I am very devastated right now!

    Too be honest. If you recorded the video on the iPhone 4, and then synced the iPhone 4 to iTunes to the computer it is usually connected to, then the video should be backed up.
    I'm not sure though, how you managed to have your iPhone 4 up and running, but then restore from a backup from your 3GS?? If you have synced your iPhone 4 to iTunes before, then the backup will have been from the iPhone 4. You get the option the first time you connect the iPhone 4 to iTunes, to either setup as a new device or restore from a backup (that's if you have had a iPhone previously). You can restore the iPhone (which would set it up has a new device, which would remove everything off of it). If you have done this, has far as I know the old information off of the iPhone, would be still there until you synced the iPhone to iTunes again.
    In Windows, the library file for iTunes is in username (whatever you are called) music/iTunes, the library file is called iTunes Library.itl, also in this location is the iTunes/iTunes Media folder, in there should be any video/s that have been synced from your iPhone.
    Other information off of the iPhone are in the following location:
    (You will need to first make sure you have Windows set to show hidden files & folders), Username/AppData/Roaming/Apple Computer
    I hope you manage to find your video.

  • PLEASE HELP! Importing project Issue Cs5.5

    OK so I am VERY new to the world of editing. I finished my project and when I went to render it, it kept coming out choppy. I did some research and it appears I may have set up my project settings wrong (when I knew even less than I do know). I read that I can open a new project, set it up with the proper HD settings and then import my other project. Well each time I try to import the full project, Premiere Freezes. I tried importing a Sequence but when I click that option, there are no sequences to select.
    I have a screening tonight so this is pretty seriously urgent!
    Can Anyone Please help me out here?

    Fortunately, for several versions, the setting are no longer global to the Project, and is now about the Sequence. I give a +1 to Peru Bob's recommendation.
    Only caveat is with Audio. Sometimes, when one does a Copy & Paste operation with Audio, things can go wonky, though usually not.
    Good luck, and hope that you meet your deadline.
    Hunt

  • Please HELP - Strange importing problems

    If anyone can help me I would greatly appreciate it.
    I already went through all of the support articles on importing for WinXP so I'm not sure what else to do.
    My itunes will show the track titles and everything correctly, but when I try to play the tracks, the speaker that represents if a track is playing goes down the list of tracks very fast and doesnt actually play any of the songs.
    When I import the songs, they all have a length of the ENTIRE length of the album, like 787:16 or something like that.
    The diagnostics test confuses me even more;
    E: ARTEC WRR-52Z, Rev 1.25
    Audio CD in drive.
    Found 10 songs on CD, playing time 45:32 on Audio CD.
    Track 1, start time 00:02:32
    Track 2, start time 03:31:22
    Track 3, start time 07:03:00
    Track 4, start time 10:54:05
    Track 5, start time 14:32:20
    Track 6, start time 18:37:30
    Track 7, start time 21:52:52
    Track 8, start time 27:43:25
    Track 9, start time 34:36:60
    Track 10, start time 41:21:05
    Audio CD reading failed. Error Code: 1450 1450 1450 1450 1450 1450 1450 1450 1450 1450 1450 1450 1450 1450 1450 1450 1450 1450 1450 1450.
    To play or import music from a CD in this drive, you must be logged in as an administrator.
    Get drive speed succeeded.
    The drive CDR speeds are: 4 8 12 16 24 32 40 48 52.
    The drive CDRW speeds are: 4.
    Someone PLEASE help me thank you so much!

    I have this same problem. iTunes was working fine until yesterday... then the problem you described started! Help!

  • Please help, very important file corrupt

    Hi,
    I am writing my final thesis, (more than 100 pages) and indesign crashed this moring while writing. Now the file can't open anyware anymore. I am using CS6 trial version, and even on other mac and pc it will not open anymore.
    How can I get my file back? Please help me..
    Thanks a lot!

    It's usually a bad sign when the file will no longer open even on another computer. Do you get any error messages?
    Find, and empty, the InDesign Recovery folder in your user library to keep ID from crashing over and over when it tries to open the bad recovery data. (The recovery folder is in the same folder where the InDesign SavedData file is stored, and the path information for your OS can be found in Replace Your Preferences Note that this folder is gong to be a hidden folder if you run Lion, so you need to display hidden folders in your search).
    Once that is done, start InDesign and use FIle > Open... to navigate to the original location where the file is saved. Tick the radio button to "Open as a COPY" and cross your fingers. If you are REALLLLLLY lucky it will open, and if it does, IMMEDIATELY export to .idml, then save the file with a new name as a backup, too. File > Open... and open the .idml file you just made, Save As to yet another name and you should be good to go.
    If it doesn't open, do you have any backup copies someplace? If not, you best hope is probably Markzware: Bad InDesign or Quark File Recovery Submission Form
    Now some advice on preventing this from happening again (though a crash is outside your control). First, never work directly off a removeable drive, if that's your habit. Copy the file to the hard drive, edit, then copy back to the removeable drive. Do a Save As from time to time to clear out the old, useless and inaccessible change data from previous sessions and reduce the file size. Make backup copies every day. If you do the save as each time you are done working, and add a versioning sequence to the name or something similar you take care of two birds with one stone.

  • Please help me important

    i got my iphone 4 mc605c from canada  and now im in egypt whene i put egyption sim card in my i phone4 cannot got network
    so i asked and thay tell me its locked phone so please help me what i do for that
    also how can i unlock my iphone ????

    ahmedfromdallas wrote:
    I MEAN CAN I SEND IMEI OR SERIAL NUMBER OF MY IPHONE4 TO APPEL AND THAY TELL ME WHAT THE CARRIER THAT LOCKED MY PHONE
    Why would you shout (all caps)?  Very rude.
    NO YOU CANNOT SEND THE IMEI OR SERIAL NUMBER OF MY IPHONE4 TO APPEL AND THAY TELL ME WHAT THE CARRIER THAT LOCKED MY PHONE
    Good luck

  • Please help locate imported contacts

    new iMac: OS X 10.8.2
    I am trying to help someone locate their contacts- which were imported (not by me) from a NON Apple computer
    when they click on "Address Book" now, it is empty
    I tried Applications / Contacts and same result
    please advise-- thank you

    These may help:
    Importing contacts into Address Book
    http://support.apple.com/kb/PH4672
    http://support.apple.com/kb/PH4648
    http://support.apple.com/kb/PH4655

Maybe you are looking for

  • The Difference between iphone Unlock T-Mobile and iphone Unlock Free-Sim

    As mentiond in the title my questions are:- - What is the Difference between iphone Unlock T-Mobile and iphone Unlock Free-Sim?! - Did they both work Internationally?! - For the Unlock T-Mobile should i use their sim or i can use any sim directly?! T

  • How to delete a Smart Folder?

    I have been trying to delete a Smart Folder in the Search section of Finder.  I have not been successful!  I can't even open it or access it.  I tried dragging it to Trash and it pops back to place.  How do I eliminate this folder?

  • Win 7 dual boot strategy

    I am in process of selecting a model of the Air.  I am more a PC guy than a MAC guy, but I 1, would like to become more facile with Mac and 2, I like the AIr "form factor".  I will likely choose a 256 or 512 model.  The main question is about the pro

  • DirecTv NFL Supercast with Adobe Air - Problem - HELP

    I am attempting to download the DirecTv Supercast feature so I can watch NFL Sunday Ticket online.  I am unable to get Supercast to work via Adobe Air.  When I attempt to download Supercast, I get an error message (see first  screen shot) that states

  • Trying to install Sims 3 on my mac mini and it says it will 260 minutes

    Running 10.5.7 this is the second install that has taken hours to complete. my MM is brand new 2ghz 4gig ram 100gig hd. I installed Sims3 on my MacBook pro and my daughters Macbook and it only took 19 minutes. any ideas?