Having problems with IMPORT...

SOURCE DB = HP UX running 10.2.0.2
TARGET DB = Linux running same.
I ran a full export on my source db, and everything went fine. I pulled the dmp file across to my target db and validated that the file sizes were the same.
When i run the import, it rips through the script and it says that it imports some and says that it skips some... Says that it completes successfully though. Makes no sense.
However, NONE of the data is imported.
Also, on the source DB, the dbfiles are in /ora1 - /ora10/oradata/REPORT respectively. How do I force the tablespaces to the correct mount point so that I can manage my space the same as on my source?
I've read through many many docs, and can't seem to find the answers to the above.
Thanks!
export script run...
exp system/<XXXXX> FILE=/oraarch/exp/full.dmp FULL=Y
import script run....
imp_full.par script:
USERID = system/<XXXXX> FILE = /exp/full.dmp
LOG = /exp/full_log.dmp
FULL = Y
SHOW = Y
command run for import:
imp parfile=/exp/import_full.par
Edited by: WillyB on Oct 13, 2008 7:51 PM

Here you go...
Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
With the Partitioning, OLAP and Data Mining options
Export file created by EXPORT:V10.02.01 via conventional path
import done in US7ASCII character set and AL16UTF16 NCHAR character set
import server uses WE8ISO8859P1 character set (possible charset conversion)
. importing SYSTEM's objects into SYSTEM
"CREATE UNDO TABLESPACE "UNDOTBS1" BLOCKSIZE 8192 DATAFILE '/ora8/oradata/p"
"eregrine/undotbs1.dbf' SIZE 1724M AUTOEXTEND ON NEXT 104857600 MAXSI"
"ZE 5120M, '/ora8/oradata/peregrine/undotbs2.dbf' SIZE 1724M AUTOEXTEN"
"D ON NEXT 104857600 MAXSIZE 5120M, '/ora8/oradata/peregrine/undotbs1_1.dbf"
"' SIZE 1624M AUTOEXTEND ON NEXT 104857600 MAXSIZE 5120M EXTENT MANAG"
"EMENT LOCAL "
"CREATE TABLESPACE "SYSAUX" BLOCKSIZE 8192 DATAFILE '/ora1/oradata/peregrin"
"e/sysaux.dbf' SIZE 1048576000 AUTOEXTEND ON NEXT 524288000 MAXSIZE 3"
"2767M EXTENT MANAGEMENT LOCAL AUTOALLOCATE ONLINE PERMANENT SEGMENT SPAC"
"E MANAGEMENT AUTO"
"CREATE TEMPORARY TABLESPACE "TEMP" BLOCKSIZE 8192 TEMPFILE '/ora9/oradata/"
"peregrine/temp01.dbf' SIZE 2000M EXTENT MANAGEMENT LOCAL UNIFORM SIZ"
"E 1048576"
"CREATE TABLESPACE "USERS" BLOCKSIZE 8192 DATAFILE '/ora3/oradata/peregrine"
"/users01.dbf' SIZE 419430400 AUTOEXTEND ON NEXT 209715200 MAXSIZE 32"
"767M EXTENT MANAGEMENT LOCAL AUTOALLOCATE ONLINE PERMANENT SEGMENT SPACE"
" MANAGEMENT AUTO"
"CREATE TABLESPACE "SCTEST" BLOCKSIZE 8192 DATAFILE '/ora5/oradata/peregrin"
"e/sctest.dbf' SIZE 10240M AUTOEXTEND ON NEXT 1024M MAXSIZE 20480M, '/"
"ora4/oradata/peregrine/sctest2.dbf' SIZE 10240M AUTOEXTEND ON NEXT 10"
"24M MAXSIZE 20480M, '/ora5/oradata/peregrine/sctest3.dbf' SIZE 10240M "
" AUTOEXTEND ON NEXT 1024M MAXSIZE 20480M EXTENT MANAGEMENT LOCAL AUTOALLOC"
"ATE ONLINE PERMANENT SEGMENT SPACE MANAGEMENT AUTO"
"CREATE TABLESPACE "SCINDEX" BLOCKSIZE 8192 DATAFILE '/ora6/oradata/peregri"
"ne/scindex.dbf' SIZE 10240M , '/ora9/oradata/peregrine/scindex2.dbf' S"
"IZE 10240M EXTENT MANAGEMENT LOCAL AUTOALLOCATE ONLINE PERMANENT S"
"EGMENT SPACE MANAGEMENT AUTO"
"CREATE TABLESPACE "SCTBCLOD" BLOCKSIZE 8192 DATAFILE '/ora7/oradata/peregr"
"ine/sctbclod.dbf' SIZE 5120M EXTENT MANAGEMENT LOCAL AUTOALLOCATE O"
"NLINE PERMANENT SEGMENT SPACE MANAGEMENT AUTO"
"CREATE TABLESPACE "SCINCLOD" BLOCKSIZE 8192 DATAFILE '/ora8/oradata/peregr"
"ine/scinclod.dbf' SIZE 5120M EXTENT MANAGEMENT LOCAL AUTOALLOCATE O"
"NLINE PERMANENT SEGMENT SPACE MANAGEMENT AUTO"
"CREATE TABLESPACE "SCLOB" BLOCKSIZE 8192 DATAFILE '/ora1/oradata/peregrine"
"/SCLOB.dbf' SIZE 10000M EXTENT MANAGEMENT LOCAL AUTOALLOCATE ONLINE"
" PERMANENT SEGMENT SPACE MANAGEMENT AUTO"
"CREATE TABLESPACE "TS_STATSPACK" BLOCKSIZE 8192 DATAFILE '/ora2/oradata/pe"
"regrine/TS_STATSPACK.dbf' SIZE 1048576000 EXTENT MANAGEMENT LOCAL AU"
"TOALLOCATE ONLINE PERMANENT SEGMENT SPACE MANAGEMENT AUTO"
"CREATE TABLESPACE "CUSTOM_REPORTS" BLOCKSIZE 8192 DATAFILE '/ora3/oradata/"
"peregrine/CUSTOM_REPORTS.dbf' SIZE 29696M AUTOEXTEND ON NEXT 1024M MA"
"XSIZE 32767M, '/ora3/oradata/peregrine/CUSTOM_REPORTS2.dbf' SIZE 209715200 "
" AUTOEXTEND ON NEXT 1024M MAXSIZE 32767M, '/ora7/oradata/peregrine/CUS"
"TOM_REPORTS3.dbf' SIZE 20480M AUTOEXTEND ON NEXT 1024M MAXSIZE 32767M"
" EXTENT MANAGEMENT LOCAL AUTOALLOCATE ONLINE PERMANENT SEGMENT SPACE MAN"
"AGEMENT AUTO"
"CREATE TABLESPACE "CUSTOM_REPORTS_IDX" BLOCKSIZE 8192 DATAFILE '/ora2/orad"
"ata/peregrine/CUSTOM_REPORTS_IDX.dbf' SIZE 1048576000 EXTENT MANAGEME"
"NT LOCAL AUTOALLOCATE ONLINE PERMANENT SEGMENT SPACE MANAGEMENT AUTO"
<user creation area here...example>
"CREATE USER "RUDDWI1" IDENTIFIED BY VALUES '7AD7B30AA12CA57E' DEFAULT TABLE"
<then all the grants..example>
"GRANT ALTER SESSION TO "MSP_SC""
"GRANT CREATE TABLE TO "MSP_SC""
"GRANT CREATE VIEW TO "MSP_SC""
"GRANT CREATE PROCEDURE TO "MSP_SC""
"GRANT ALTER SESSION TO "SCHAUPE""
"GRANT CREATE TABLE TO "SCHAUPE""
<then stuff like this...example>
"CREATE SEQUENCE "P_MESSAGE_RECID" MINVALUE 0 MAXVALUE 999999999999999999999"
"999999 INCREMENT BY 1 START WITH 14 NOCACHE NOORDER NOCYCLE"
"CREATE PUBLIC SYNONYM "UTL_NLA_ARRAY_INT" FOR "SYS"."UTL_NLA_ARRAY_INT""
Not sure what you need/want to see. Let me know. It's 64K lines long, don't think they want the whole thing published here....

Similar Messages

  • I just stared having problems with importing files from nikon D810 into LR 5.7 it pop a window saying it can not read files on working on a imac 27" running yosemite on my mac pro after a few times it finally was able to read files and import them into LR

    I just stared having problems with importing files from nikon D810 into LR 5.7 it pop a window saying it can not read files on working on a imac 27" running yosemite on my mac pro after a few times it finally was able to read files and import them into LR I never had this problem before was there some kind of update that could of cause this?

  • Having problem with import via dblink

    this is the import command:
    impdp schemas=g2log network_link=HS5 directory=DATA_PUMP_DIR logfile=g2loggblink.log CONTENT=data_only
    here are the error messages that I am getting:
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    Starting "SYS"."SYS_IMPORT_SCHEMA_06":  /******** AS SYSDBA schemas=g2log network_link=HS5 directory=DATA_PUMP_DIR logfile=g2loggblink.log CONTENT=data_only
    Estimate in progress using BLOCKS method...
    Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
    ORA-39125: Worker unexpected fatal error in KUPW$WORKER.GET_TABLE_DATA_OBJECTS while calling DBMS_LOB.CREATETEMPORARY []
    ORA-01157: cannot identify/lock data file 1504 - see DBWR trace file
    ORA-01110: data file 1504: '/data/oracle/oradata/hs4/temp02_01.dbf'
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
    ORA-06512: at "SYS.KUPW$WORKER", line 6228
    ----- PL/SQL Call Stack -----
      object      line  object
      handle    number  name
    43045e5d0     14916  package body SYS.KUPW$WORKER
    43045e5d0      6293  package body SYS.KUPW$WORKER
    43045e5d0      9108  package body SYS.KUPW$WORKER
    43045e5d0      3870  package body SYS.KUPW$WORKER
    43045e5d0      6910  package body SYS.KUPW$WORKER
    43045e5d0      1259  package body SYS.KUPW$WORKER
    4303272b0         2  anonymous block
    Job "SYS"."SYS_IMPORT_SCHEMA_06" stopped due to fatal error at 14:34:40
    can someone please help me with this thanks

    I have tried with the g2log user I still get the same error
    I also added 30gb to the temp tablespace as well
    impdp g2log/****** schemas=g2log network_link=HS5 directory=DATA_PUMP_DIR logfile=g2loggblink.log CONTENT=data_only
    Import: Release 10.2.0.3.0 - 64bit Production on Friday, 11 October, 2013 6:50:12
    Copyright (c) 2003, 2005, Oracle.  All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    Starting "G2LOG"."SYS_IMPORT_SCHEMA_02":  g2log/******** schemas=g2log network_link=HS5 directory=DATA_PUMP_DIR logfile=g2loggblink.log CONTENT=data_only
    Estimate in progress using BLOCKS method...
    Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
    ORA-39125: Worker unexpected fatal error in KUPW$WORKER.GET_TABLE_DATA_OBJECTS while calling DBMS_LOB.CREATETEMPORARY []
    ORA-01157: cannot identify/lock data file 1513 - see DBWR trace file
    ORA-01110: data file 1513: '/data/oracle/oradata/hs4/temp02_10.dbf'
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
    ORA-06512: at "SYS.KUPW$WORKER", line 6228
    ----- PL/SQL Call Stack -----
      object      line  object
      handle    number  name
    43045e5d0     14916  package body SYS.KUPW$WORKER
    43045e5d0      6293  package body SYS.KUPW$WORKER
    43045e5d0      9108  package body SYS.KUPW$WORKER
    43045e5d0      3870  package body SYS.KUPW$WORKER
    43045e5d0      6910  package body SYS.KUPW$WORKER
    43045e5d0      1259  package body SYS.KUPW$WORKER
    429e4fd80         2  anonymous block
    Job "G2LOG"."SYS_IMPORT_SCHEMA_02" stopped due to fatal error at 06:50:16

  • Having problem with importing images to a java applet in web broswer

    I'm creating a mini 2d game just for fun and I am running it as a applet with the JApplet class.
    This is my html file.
    <html>
    <body>
    <applet code=ambiDexApplet.class name=ambiDexApplett archive=ambiDexApplet.jar
         width=640 height=480>
         <param name="Player" value="Player.class">
         <param name="Actor" value="Actor.class">
         <param name="Tail_Bead" value="Tail_Bead.class">
         <param name="Block" value="Block.class">
         <param name="Morphable" value="Morphable.class">
         <param name="Item" value="Item.class">
         <param name="GameObject" value="GameObject.class">
         <param name="leftImg" value="Player_Left3.gif">
         <param name="rightImg" value="Player_Right3.gif">
         <param name="img1" value="bgImgFinal.jpg">
         <param name="img2" value="Block_Tower2.gif">
    </applet>
    </body>
    </html>However every time i try to run the program i get the following error when i open the java console.
    java.security.AccessControlException: access denied (java.io.FilePermission Images\Player_Left3.gif read)
    at java.security.AccessControlContext.checkPermission(Unknown Source)
    at java.security.AccessController.checkPermission(Unknown Source)
    Obviously, the applet is not letting me read the image files. By the way, the .class files and the image files are all in same directory. So can anyone help me please?

    Unfortunately, yes--I've tried it that way over and over, and every other way I could think of.  The files are all in one folder, and I've converted the raw files to both tiffs and jpegs.  I even tried converting them to jpegs at the final pixel dimensions.  Each folder that I have used only contains one type of file, and they are all part of the same sequence and sequentially numbered.  I have even tried renumbering the files with numbers first, numbers last, numbers only, moving underscores.  I moved the files from my external hard-drive to the desktop ... I have a lot less hair than I had only a few days ago!
    I've looked at a few other tutorials that outline the same sequence of steps, and tried them over and over, and then changing one step at a time to make sure that it was not a single step that caused the problem.
    The thing that is really bugging me is that it works fine if I use the different approach of using the place command instead. 
    Anyway, thanks for all of your time.  It's going to be a lot simpler to just stick with 'place' command and I will likely do that, but I tend take things like this as a challenge.  I like to know WHY it won't work for me.  Sometimes it seems that there is just no logical explanation!
    Stuart

  • Having problems with importing a class

    I'm getting this error:
    Main.java:14: Class Queue not found in import.
    import Queue;
    ^
    1 error
    The two files are Queue.java and Main.java. Queue.java compiles fine. I get this error when i try to compile Main.java. I have no idea why it is doing it. This is Queue.java:
    import java.io.*;
    public class Queue{
    private int MAX=0;
    private String[] projectlist;
    // Constructors
         public Queue() {
              projectlist = new String[MAX];
         public Queue (int size) {
              MAX = size;
              projectlist = new String[MAX];
         public void Print() {
              System.out.println(MAX + "\n");
    And this is Main.java:
    import java.io.*;
    import Queue;
    public class Main {
    public static void main(String[] args)     {
         Queue high = new Queue(2);
         Queue highwait = new Queue();
         Queue medium = new Queue(5);
         Queue low = new Queue(8);
         Queue lowwait = new Queue();
         high.Print();
         highwait.Print();
         medium.Print();
         low.Print();
         lowwait.Print();
    I sent the files to a friend, and he got the same error, so is it something to do with the actual file? Any help would be greatly appreciated, because if I can't get this working, I gotta do the project in C++, which i don't want to do :)This is on Linux, BTW. Thanks!

    Ok lets go through this step by step.
    First, somewhere in your path you have a directory called 'queue' and in it is a java file 'Queue.java'. On my computer, I have this directory in
    '/home/joshua/development/java/test'. From the directory 'queue' the command
    $javac Queue.java
    should compile.
    Does that compile?
    In '/home/joshua/development/java/test' I also have the java file 'Main.java', which compiles, without error, with the command
    javac Main.java
    Does that compile?
    Queue.java needs the statement
    package queue;
    And Main.java needs the statement
    import queue.Queue;
    I will post my modified code or help you adjust your Classpath if this does not work, because it is working fine on my comp.

  • Having Problem With Importing Another Package

    Hi, I work in a team. We have a division of labor arrangement. Under our project, each developer is assigned a sub-task. Each sub-task receives some input parameters from its upstream sub-task and generates some outputs for the downstream sub-task.
    All developers first work independently. Each of us has our own folder/pacakge in the Repository. Each of us makes an assumption on the values of the input parameters received. (We later on integrate all sub-tasks.)
    I generate my Java classes under a folder called "Orchestrator", and I access some classes under the folder/package called "common". Things go smoothly.
    Thereafter, I start accessing other folders/packages. I first retrieve other folders/packages from the Repository and then in the Eclipse Package Explorer View --> import --> Import Existing Maven Projects ... No problem. I have all other folders/packages in the Package Explorer View.
    However, when I start adding the import statements in my Java classes to access classes in other folder/package; for example,
    import company_name.overall_project_name.project_name.folder_name.subfolder_name.class_name;I have the compilation error: The import company_name.overall_project_name.project_name.folder_name cannot be resolvedFirst, I have no problem to access the "common" folder/package. The code I have below does not have compilation error and I am able to use the class that is imported:
    import company_name.overall_project_name.project_name.common.util.ParamsDictionary;Second, I have checked the consistency of path and folder name.
    Can anybody give me a clue? Thank you.

    user537770 wrote:
    Hi, I work in a team. We have a division of labor arrangement. Under our project, each developer is assigned a sub-task. Each sub-task receives some input parameters from its upstream sub-task and generates some outputs for the downstream sub-task.
    All developers first work independently. Each of us has our own folder/pacakge in the Repository. Each of us makes an assumption on the values of the input parameters received. (We later on integrate all sub-tasks.)
    I generate my Java classes under a folder called "Orchestrator", and I access some classes under the folder/package called "common". Things go smoothly.
    Thereafter, I start accessing other folders/packages. I first retrieve other folders/packages from the Repository and then in the Eclipse Package Explorer View --> import --> Import Existing Maven Projects ... No problem. I have all other folders/packages in the Package Explorer View.
    However, when I start adding the import statements in my Java classes to access classes in other folder/package; for example,
    import company_name.overall_project_name.project_name.folder_name.subfolder_name.class_name;I have the compilation error: The import company_name.overall_project_name.project_name.folder_name cannot be resolvedFirst, I have no problem to access the "common" folder/package. The code I have below does not have compilation error and I am able to use the class that is imported:
    import company_name.overall_project_name.project_name.common.util.ParamsDictionary;Second, I have checked the consistency of path and folder name.
    Can anybody give me a clue? Thank you.Well, seems like your classpath doesn't include those folders you are trying to access.

  • Problems with importing in FCPX

    I am having problems with importing my recent holiday video intoFCPX  I have copied all the files from my Panasonic camera into my separate hard drive and they all appear there correctly.
    When I connect the camera to the computer it automatically opens in iPhoto which is a nuisance as I have to stop it from doing so.
    Now comes the problem when I ask to import media into a new project FPCX simply freezes and stops responding.
    If I ask FPCX to import direct from the camera it says it can't re-import because all the material is already in the second hard drive where I store my projects.
    So in a nutshell the programme simply does not respond to importing.
    Any help please or is this a technical problem I have with my Mac.
    Thanks
    A new iMac version 10.9.2
    OS Mavericks
    FPC up dates are all installed

    First, what specific camera are you using?
    Next, create a folder on your hard drive, give it a name you'll recognize, then copy the entire contents of your camera card into it, keeping the full file/folder heirchy in tact.  Disconnect the camera.  Then import from that folder.
    What do you mean specifically when you say "the programme simply does not respond to importing"?  That is sort of a vauge statement.
    Finally, go into the Preferences of iPhoto, you can set it to NOT open when you plug your camera in, and never have that happen any longer.

  • Problem with importing images into time lapse

    Hi
    I am having problems with importing still images into a time lapse sequence in photoshop and would appreciate any suggestions!
    I want to create a time lapse using a sequence of still photographs.  All file names are sequentially name/numbered. 
    I am using the Motion workspace, and have followed all of the instructions available. 
    Create correct sized new document (film & video).
    Create video timeline.
    Set frame rate.
    Choose 'create new video layer from file'.
    Point to first image in the folder where the images are stored.
    At this point, no matter what I have tried, I receive this error:
    I have tried different sized new documents; tried jpegs and tiffs; tried different frame rates, tried different qualities and sizes of images; tried selecting the last image instead of the first (one recommendation).
    If I use the 'Place' command from the file menu (and check the 'image sequence' box) instead of selecting 'Create new video layer' from the layers panel, it loads fine and I can still render the video.
    It took me most of a day to discover this workaround, but every other reasonable 'how-to' that I can find says that I should be able to do it by opening files into a new video layer and it seems as though the new video layer option may give me more alternatives.
    Anyone have any idea why I could be having these problems?
    I have reset Photoshop, deleted the settings file, even reinstalled it.  I use 64-bit on windows 7 and even installed the 32-bit to try that, but all with the same result.
    Stuart

    Unfortunately, yes--I've tried it that way over and over, and every other way I could think of.  The files are all in one folder, and I've converted the raw files to both tiffs and jpegs.  I even tried converting them to jpegs at the final pixel dimensions.  Each folder that I have used only contains one type of file, and they are all part of the same sequence and sequentially numbered.  I have even tried renumbering the files with numbers first, numbers last, numbers only, moving underscores.  I moved the files from my external hard-drive to the desktop ... I have a lot less hair than I had only a few days ago!
    I've looked at a few other tutorials that outline the same sequence of steps, and tried them over and over, and then changing one step at a time to make sure that it was not a single step that caused the problem.
    The thing that is really bugging me is that it works fine if I use the different approach of using the place command instead. 
    Anyway, thanks for all of your time.  It's going to be a lot simpler to just stick with 'place' command and I will likely do that, but I tend take things like this as a challenge.  I like to know WHY it won't work for me.  Sometimes it seems that there is just no logical explanation!
    Stuart

  • Anyone having problems with Elements organiser 13 when try to import photos from Mac photos which was an upgrade from Iphotos on 9th April 2015. Before when I was using Iphotos all was ok...

    Anyone having problems with Elements organiser 13 when try to import photos from Mac photos which was an upgrade from Iphotos on 9th April 2015. Before when I was using Iphotos all was ok...

    hi I have been trying to do this, but PE13 comes up with a fail message saying that file types are not supported, am only trying to import jpeg files so can't understand this.  So far have been unable to use PE13 at all, any ideas anyone please!

  • I am having a problem with importing cd's

    hi, I am having a problem with importing my music cd's into iTunes when I put a cd into my cd drive. The wrong information about the music cd comes up iTunes thinks that I still have the cd in the drive that I imported before. all my other cd's import fine it is just a problem with this one disc. Has this happened to anyone else? Does anyone have any suggestions on how I can fix this ?
    Thanks,
    lizabler
    Fifth Generation iPod 30 GB   Windows XP  

    I am having the same problems on multiple CD...i import 1...goes ok...then when I import the new CD it say "Would you like to import "name of CD I just imported"...can't get it to read the cd title correctly..just keeps throwing up the last CD. Reboot has no effect on this problem.
    Thanks.

  • Tempo problems with imported wav files

    Hey everyone, sorry if there's a quick fix for this in the forums that I couldn't find, but I've been having some tempo problems with imported .wav files.
    Long story short, my system couldn't handle playing all the tracks for a song while recording drums, so I bounced out an mp3 of the song and put it in a new Logic file so my drummer could just play along to that as I recorded him. Unfortunately, the original song is at 167 bpm, but I forgot to change the bpm in the new Logic file with the .mp3 file of the song to 167 bpm, so it was left at the default 120 bpm.
    So, the drums were recorded at the correct 167 bpm, but Logic thinks that those new drum .wav files should be played at 120 bpm, so when I import my drum tracks back into the original file, they do not play correctly at all.
    I could get record it all again, but I wanted to check if there was a way I could salvage what I already have, since my drummer lives about an hour away right now and can't just come over whenever he wants.
    Thanks for the help! I really appreciate it.

    Hi,
    First, do not use MP3 in Logic, the sound quality is less than AIFF, WAV or CAF, and Logic has to decode it for playback, making it a heavier burden on the CPU than an uncoded audiofile, such as AIFF, WAV or CAF.
    Secondly, audio files are independent of Logic's tempo. If you bounce down an audio file in any format (other than Apple Loop), it will play back at the same speed, +regardless of Logics' tempo setting+, either at recording or playback. Logic doesn't 'think' anything. The BPM is only important to MIDI tracks, or to the spacing between audio files. The audio files themselves *are not affected* by the tempo setting. If you import an audio file of tempo 167 into a 120 BPM project, the file will still play at 167, only Logic will indicate the wrong bar positions.
    regards, Erik.

  • I'm still having problems with XUL Runner - please help am getting desperate!

    I recently sought help over a problem I am having with FF. When I try and load it, I get a message telling me that XUL runner 1.9.2.11 is not compatible with 1.9.2.12. The advice I received was to do a clean install. I have done this a number of times - using the Uninstall option in Control Panel as well as running the uninstall utility in the Firefox program folder. Each time I reinstall, and get the same problem. The only difference is that a few days ago I was installing FF 3.6.10, and that gave the error message that XUL runner 1.9.2.11 was not compatible with 1.9.2.10.
    I have FF set as my default browser, so when I click on links in e-mails, etc. I get the same failure to load symptoms. However, I found by chance that FF works OK in conjunction with System Mechanic 10 - a maintenance utility I have on my machine. If I select the on-line help option from that Menu, FF loads and runs OK. I can open new tabs and have no problem loading other pages. However, even with FF open, if I click a link in an e-mail, I get the XUL Runner error message.
    Although not all symptoms are the same, I am also having problems with IE8. When I run the program it loads, shows a 'connecting' message in the tab header, then closes. If I uninstall FF, then System Mechanic selects IE8 as the default browser, and as with FF, loads OK.
    Chrome and Safari both run OK (thankfully). there must be someone out there who knows what this all points to - is that person you?!
    Note: Trouble shooting information retrieved using FF when opened with System Mechanic.

    If you have such problems then you need remove the Firefox program folder before installing a new copy of the full Firefox installer.
    It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.

  • Having Problem With Inspire 5.1 5300 rear speaker...

    After using my inspire 5.1 5300 for few year... right now im having problem with my rear speaker... just one channel was unable to start... Anyone know about repairing for speaker ? I Have try to switch to other channel it seem that just that rear speaker was unable to start... all should be ok... week before i still hearing sound from that rear speaker... but now it was unable to start. Anyone Have Any Idea Please Tell Me. Thank You

    Just to clarify, by "FCP 5 friendly source material," he means video files that are a format (codec) that FCP 5 supports. What FCP 5 supports can be found in the EASY SETUP list. If the format you are working with isn't there, say if your footage is H.264 or MP4 or some other web compressed format, FCP won't work properly.  It needs to be in an editing codec if you want FCP 5 to work with it.
    Also, you need to make sure that your sequence settings match the settings of the footage you are trying to edit. If you add a clip to the sequence, and immediately have to render, that's a big clue to say that something isn't right. You should edit without rendering at all. 
    The most important thing you need to do is properly set up your project from the start, and the best way to do this is to choose a setting from the Easy Setups, located under the Final Cut Pro menu. Once you do this, you’ll need to create a new sequence.  This is because the sequence that is already in your new project is setup for the typical default setting of DV/NTSC, or for the settings of your last project, which might not match what you are currently working with.  So delete SEQUENCE 1 and create a new sequence:
    This new sequence will contain the settings you chose in the Easy Setup menu, and should match the format you captured

  • Having Problem with JSP In Netscape!HELP!!!

    HI to all! I�m having problem with the jsp that i have :( If i use the Internet explorer it works but at Netscape... it doesn�t work :( The value of "PTE" is null... I need help !!!Please! I think the HTML IS NOT HELPING ...
    the code is :
    <html>
    <head>
    <!--tp001_transferencias_oic_POR.jsp-->
    <title>BBVA - Transfer&ecirc;ncias - Transfer&ecirc;ncias OIC</title>
    <LINK rel=STYLESHEET type='text/css' href="estilos/tablas.css">
    <!--script language="javascript" src "js/dynlayer.js"></script-->
    <script language="Javascript" src="js/banner.js"></script>
    <script language="Javascript" src="js/tp_oic.js"></script>
    <script language="Javascript" src="js/utilidades.js"></script>
    <script language="javascript" src="js/limpar.js"></script>
    <script language="javascript" src="js/tiempo.js"></script>
    </HEAD>
    <body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0" class="pag-contenido" onLoad="controlSesion();">
    <%@ include file ="includecbtf.jsp" %>
    <% String s = (String)datos.get("dt");
    java.util.StringTokenizer str = new java.util.StringTokenizer(s, "-");
    String anoServer = str.nextToken() ;
    String mesServer = str.nextToken() ;
    String diaServer = str.nextToken() ;
    %>
    <!--1�form-->
    <form method="post" name="captura" action="<%=urls.get("action")%>">
    <center> <!--1�center-->
    <br>
    <!--1�table-->
    <table border="0" cellpadding="0" cellspacing="0" width="500"> <!--table das transf e nome-->
    <tr>
    <td colspan="3"><img src="images/linea.gif" border="0"></td>
    </tr>
    <tr>
    <td width="250"><img src="images/traspasos.gif" border="0"></td>
    <td width="82"><img src="images/titular.gif" border="0"></td>
    <td width="169" class="fondotitular"><font class="texttitular"><%=datos.get("usuario")%></font></td>
    </tr>
    <tr>
    <td colspan="3"><img src="images/linea.gif" border="0"></td>
    </tr>
    </table> <!--Fim do 1� table-->
    <br><br>
    </center> <!--Fim do 1� Center-->
    <center> <!--2� Center-->
    <!--Conteudo do table 2-->
    <table cellpadding="3" cellspacing="1" border="0" align="center" width="500"> <!--table referente a mensagem-->
    <tr>
    <td class="cabeceratitulo" colspan="2"><p class="titulotabla">Nota : As Transfer&ecirc;ncias para outras Institui&ccedil;&otilde;es de Cr&eacute;dito decorrem de acordo com os hor&aacute;rios da Compensa&ccedil;&atilde;o Interbanc&aacute;ria, n&atilde;o se responsabilizando o BBVA pela sua realiza&ccedil;&atilde;o fora das regras em uso.</p></td>
    </tr>
    <tr></tr><tr></tr><tr></tr><tr></tr><tr></tr><tr></tr><tr></tr><tr></tr><tr></tr>
    </table> <!--fim do table2-->
    </center> <!--Fim do 2� Center-->
    <center> <!-- Inicio 3� Center-->
    <!--Conteudo da table Combo-->
    <!--Table3-->
    <table cellpadding="3" cellspacing="1" border="0" align="center" width="500">
    <tr>
    <td class="cabeceratitulo" colspan="2"><p class="titulotabla">Transfer&ecirc;ncia Conta a Conta para outras Institui&ccedil;&ocirc;es de Cr&eacute;dito</p></td>
    </tr>
    <tr>
    <td class="formgrisosc" width="100">
    <p class="dato">Conta Ordenante:  </p></td>
    <td class="formgrisosc" width="300">
         <%
    java.util.Vector v = (java.util.Vector)(datos.get("ListaCuentas"));
    java.util.Hashtable elem;
    java.util.Enumeration e = v.elements();
    %>
    <!--1� Select-->
    <select name="conta" size="1" class="formgrisosc">
    <%
    while (e.hasMoreElements()){
    elem = (com.ibm.dse.base.Hashtable)(e.nextElement());
    String cuenta = ((String)elem.get("s_banco")).trim() + "-"+((String)elem.get("s_oficina")).trim()+((String)elem.get("s_dcontrol")).trim()+((String)elem.get("s_num_cuenta")).trim();
    out.println("<option value=\"" + ((String)elem.get("s_tipo")) + "$" + ((String)elem.get("s_clave_asunto")) + "\">" + cuenta + "</option>");
    %>
    </select> <!--Fim do 1� Select-->
    </td>
    </tr>
    <tr>
    <td class="formgriscla" width="100"><p class="dato">Data de Processamento:</p></td>
    <td class="formgriscla">
    <input type="text" name="dia" size="2"class="formgriscla" value="<%=diaServer %>" maxlength="2" class="formgriscla"> / 
    <input type="text" name="mes" size="2"class="formgriscla" value="<%=mesServer %>" maxlength="2" class="formgriscla"> / 
    <input type="text" name="ano" size="4"class="formgriscla" value="<%=anoServer %>" maxlength="4" class="formgriscla"></td>
    <input type="hidden" name="dact" size="2"class="formgriscla" value="<%=diaServer %>" maxlength="2" class="formgriscla">
    <input type="hidden" name="mact" size="2"class="formgriscla" value="<%=mesServer %>" maxlength="2" class="formgriscla">
    <input type="hidden" name="aact" size="4"class="formgriscla" value="<%=anoServer %>" maxlength="4" class="formgriscla"></td>
    </tr>
    <tr>
    <td class="formgrisosc" width="100"><p class="dato">Moeda: </p></td>
    <td class="formgrisosc"><p class="dato">
    <!--Select 2�Ver este bem-->
    <select name="Moeda" size="1" class="formgrisosc">
    <option value="PTE" selected>Escudos</option>      
    <option value="EUR">Euros</option>
    </select> </p>
    </td>
    </tr>
    <tr>
    <td class="formgriscla" width="100"><p class="dato">Import&acirc;ncia:</p></td>
    <td class="formgriscla"><input type="text" name="importancia" size="20" maxlength="15" class="formgriscla"></td>
    </tr>
    <tr>
    <td class="formgrisosc" width="100"><p class="dato">Ref&ecirc;rencia:</p></td>
    <td class="formgrisosc"><input type="text" name="ref" size="15" maxlength="10" class="formgrisosc"></td>
    </tr>
    <tr>
    <td class="formgriscla" width="100"><p class="dato">NIB Benefici&aacute;rio:</p></td>
    <td class="formgriscla"><input type="text" name="nibBeneficiario" size="30" maxlength="21" class="formgriscla"></td>
    </tr>
    <tr>
    <td class="formgrisosc" width="100"><p class="dato">Descri&ccedil;&atilde;o p/ Conta D&eacute;bito:</p></td>
    <td class="formgrisosc"><input type="text" name="debito" size="45" maxlength="45" class="formgrisosc"></td>
    </tr>
    <tr>
    <td class="formgriscla" width="100"><p class="dato">Descri&ccedil;&atilde;o p/ Conta Cr&eacute;dito:</p></td>
    <td class="formgriscla"><input type="text" name="credito" size="45" maxlength="45" class="formgriscla"></td>
    </tr>
    <tr>
    <td class="cabecera" colspan="2"><img src="images/1x1.gif" width=1 height=3 border="0"></td>
    </tr>
    </table> <!--Fim do table 3-->
    </center> <!--Fim do 3�center-->
    <center> <!--Inicio do 4� Center-->
    <!--Inicio da table 4�-->
    <table border="0" cellspacing="2" cellpadding="0">
    <tr>
    <td valign="top"><img src="images/limpar.gif" border="0" alt="Apagar"></td>
    <td valign="top"><img src="images/continuar.gif" border="0" alt="Continuar"></td>
    </tr>
    </table> <!--Fim do 4� Table-->
    </form> <!--Fim do FORM-->
    </center> <!--Fim do 4� Center-->
    </body> <!--Fim do BODY-->
    </html> <!--Fim do Html-->
    Thanks pepole!

    thanks people! when i try to validate the action "PTE" he gaves me (if i put a ALERT...) null.
    the js code is : (Moeda is coin )
    //testa amount
    // var ent = (f.amount.value);
    var tamanho = f.amount.value.length;
    var valor = f.amount.value;
    decimals = 2; // Apenas pode ter duas casas decimais?
    if (((tamanho == 0) || (valor == 0)) && ok)
    alert ("A import�ncia tem de ser maior que zero.");
    f.amount.focus();
    f.amount.select();
    ok = false;
    else
         alert(f.Moeda.value);
    if((f.Moeda.value=="PTE") && ok)
    for (j = 0; j < tamanho; j++)
    xx = valor.charAt(j);     
         if ((!(xx.match(numeroER)) && ok))
    alert ("O Campo Import�ncia deve ser num�rico inteiro.");     
         f.amount.focus();
         f.amount.select();
         ok = false;
              //if para limitar valor dos Escudos      
         if (ok)
         if (eval(valor) > 1000000)
         alert ("The field amount must be maxium 1 000 000 Pte.");     
         f.amount.focus();
         f.amount.select();
         ok = false;
    else
         if (ok)
              //function checkDecimals(f.amount, f.importancia.value) {
              if (isNaN(valor)) {
                   alert("O Campo Import�ncia deve ser num�rico e como separador decimal, o ponto.");
                   f.amount.select();
                   f.amount.focus();
                   ok = false;
              else {
                   timeshundred = parseFloat(valor * Math.pow(10, decimals));
                   integervalue = parseInt(parseFloat(valor) * Math.pow(10, decimals));
                   if (timeshundred != integervalue)
                   alert ("Apenas pode ter " + decimals + " casas decimais. Por favor tente outra vez.");
                   f.amount.select();
                   f.amount.focus();
                   ok = false;
              if (ok)
              {  //if to limit the value of the  Euros
         if(eval(valor) > 4988)
    alert ("The field amount must be maxium 4988 Eur.");     
         f.amount.focus();
         f.amount.select();
         ok = false;
    }//end of amount

  • Problems with import utility.

    Hello friends,
    I'm having very basic problems during a import process, I have to import a database from a .dmp file exported from someone else's system to my system. I don´t know the Oracle version that export was generated, but my Oracle version is 9.2.0.4.0. I´m having problems with PL/SQL triggers during process and errors like you can see below:
    IMP-00017: following statement failed with ORACLE error 20000:
    "DECLARE SREC DBMS_STATS.STATREC; BEGIN SREC.MINVAL := '0030'; SREC.MAXVAL "
    ":= '0068006900730074006F007200690063'; SREC.EAVS := 0; SREC.CHVALS := NULL;"
    " SREC.NOVALS := DBMS_STATS.NUMARRAY(973555660975280000000000000000000,21094"
    "03095248890000000000000000000); SREC.BKVALS := DBMS_STATS.NUMARRAY(0,1); SR"
    "EC.EPC := 2; DBMS_STATS.SET_COLUMN_STATS(NULL,'"BI_INV_CDISSC"','"LQM_SEQ_N"
    "UM"', NULL ,NULL,NULL,4,.25,0,srec,15,0); END;"
    IMP-00003: ORACLE error 20000 encountered
    ORA-20000: Unable to set values for column LQM_SEQ_NUM: does not exist or insufficient privileges
    ORA-06512: at "SYS.DBMS_STATS", line 3325
    ORA-06512: at "SYS.DBMS_STATS", line 3483
    ORA-06512: at line 1
    IMP-00058: ORACLE error 904 encountered
    ORA-00904: "LQM_SEQ_NUM": invalid identifier
    IMP-00017: following statement failed with ORACLE error 20000:
    "DECLARE SREC DBMS_STATS.STATREC; BEGIN SREC.MINVAL := '0030'; SREC.MAXVAL "
    ":= '0068006900730074006F007200690063'; SREC.EAVS := 0; SREC.CHVALS := NULL;"
    " SREC.NOVALS := DBMS_STATS.NUMARRAY(973555660975280000000000000000000,21094"
    "03095248890000000000000000000); SREC.BKVALS := DBMS_STATS.NUMARRAY(0,1); SR"
    "EC.EPC := 2; DBMS_STATS.SET_COLUMN_STATS(NULL,'"BI_INV_CDISSC"','"LQM_BATCH"
    "_ID"', NULL ,NULL,NULL,26,.0384615384615385,0,srec,16,0); END;"
    IMP-00003: ORACLE error 20000 encountered
    ORA-20000: Unable to set values for column LQM_BATCH_ID: does not exist or insufficient privileges
    ORA-06512: at "SYS.DBMS_STATS", line 3325
    ORA-06512: at "SYS.DBMS_STATS", line 3483
    ORA-06512: at line 1
    Can you guess?
    Thanks in advance,
    Marcello.

    Hi
    One of the metalink note suggested trying STATISTICS=RECALCULATE in your import parameter.
    Read more about it and try it.
    Hope it helps.
    Rgds
    Adnan

Maybe you are looking for

  • Invisible Deadlock caused by HashMap in AppContext

    Hi All,      I have a strange behaviour where the AppContext.get() is waiting for lock of a HashMap that is not locked by any other task. This freezes my GUI because the AWT-EventQueue wants to stop a javax.swing.Timer that is locked by the TimerQueu

  • Itunes can't locate root folder on ext HD

    Having solved half of my problem, I started a new thread for this problem. I now have Itunes not able to find the root folder on my external hard drive (f:) I have located Itunes library in several different locations on my C:, everywhere from My Mus

  • Lightroom 4 Adjustment Brush Presets

    In Jeff Schewe's book "The Digital Negative," I read that Lightroom 4 comes with Adjustment Brush and Graduated Filter presets.  I use Camera Raw (CS6), which doesn't come with presets.  Would someone be willing to list the settings for each Lightroo

  • Screensaver on Second Monitor says "Looking for pictures..."

    My MBP just came back from getting a new logic board due to the video card packing it in. Now it won't show any pictures on my 2nd monitor with the screensaver. Either I disable the 2nd monitor and it's black, or it says "looking for pictures..." whi

  • Can not perform local client copy

    Hi Expert, I am not able to perform the local client copy for newly created on production server as system not accepting standard password 'PASS' for user SAP*.  Same is working fine at IDES server. Please help Thanks Gaurav