Exporting procedure

Hi
How can we take a particular procedure export in datapump .
Here I want to take only one procedure.
please help me out

Hi
I am getting the error like this
D:\orakill>expdp scott/tiger DIRECTORY=dbdump DUMPFILE=scottproc.dmp INCLUDE=PROCEDURE:\"LIKE 'DSAl_%'\" schemas=scott
Export: Release 10.2.0.1.0 - Production on Tuesday, 24 February, 2009 14:42:09
Copyright (c) 2003, 2005, Oracle. All rights reserved.
Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
Starting "SCOTT"."SYS_EXPORT_SCHEMA_01": scott/******** DIRECTORY=dbdump DUMPFILE=scottproc.dmp INCLUDE=PROCEDURE:"LIKE 'DSAl_%'" schemas=scott
Estimate in progress using BLOCKS method...
Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
Total estimation using BLOCKS method: 0 KB
ORA-39165: Schema SCOTT was not found.
ORA-39168: Object path PROCEDURE was not found.
ORA-31655: no data or metadata objects selected for job
Job "SCOTT"."SYS_EXPORT_SCHEMA_01" completed with 3 error(s) at 14:42:13

Similar Messages

  • Export procedure not fill in automatic

    Hi Gurus,
    I have some problems with the export procedure in SAP. I have done the customizing on the "Define procedures and Default Value" in the Basic data for foreign trade menu, but when I create a new invoice, this information is not fill in automaticaly.
    Can you help me with some ideas? It should be another customizing problem, i think so....
    Thanks everyone,
    I will give you rewwardds.

    Check in OVE6 and OVE7 whether you have maintained the required settings.
    thanks
    G. Lakshmipathi

  • I installed LR 4 on apple lap top os x 10.7. since i was afraid to lose pics i first loaded into i-photo an then exported into LR on a previously opened catalog. for each new export procedure was repeated. now there are plenty of catalogs and LR cannot fi

    i installed LR 4 on apple lap top os x 10.7. since i was afraid to lose pics i first loaded into i-photo an then exported into LR on a previously opened catalog. for each new export procedure was repeated. now there are plenty of catalogs and LR cannot find some in LR. what now? answer in german or english. hobbymaler

    i installed LR 4 on apple lap top os x 10.7. since i was afraid to lose pics i first loaded into i-photo an then exported into LR on a previously opened catalog. for each new export procedure was repeated. now there are plenty of catalogs and LR cannot find some in LR. what now? answer in german or english. hobbymaler

  • Export procedure for intrastat purposes

    Dear all,
    In Tcode Z*** is showing sales documents for which export procedure for intrastat purposes is no longer automatically determined in some case.Please  let me know the possible reasons.
    Regards,
    Praveen

    Hi,
    Goto Menupath:
    IMG - SD - FOREIGN TRADE/CUSTOMS - BASIC DATA FOR FOREIGN TRADE - DEFINE PROCEDURE AND DEFAULT VALUES
    OR
    TCODE: OVE6
    Regards,
    MH

  • Required configuration steps for  Export procedure.

    Hello Gurus,
    Goodevening,
        We have export for our client , but don't have any kind of taxes for this industry( like customes  duty etc , excise duty etc ), I'm  not having much  idea about export  -foregin trade configuration , can  some one guide me  the   SD confiuration plz ?
    Looking for help
    Regards
    Ravi.M
    Edited by: RAVIMSD on Aug 14, 2010 6:49 AM

    Hi,
    Please go through the below link. It will help you to configure export procedure.
    Export procedure
    Hope this will help you .
    Regards,
    Krishna O
    Edited by: Krishna O on Aug 17, 2010 2:04 PM

  • GarageBand 10.0.2 - important new export procedure

    When Apple released GarageBand v10.0.2 it listed some changes in the release note, i.e. mp3 export. However, it did not mention that it changed the export behavior ragarding the export range. This is a very critical step.
    Here are a few screenshots from my new book "GarageBand X - How it Works" that explains the new procedure.
    First, here is the default procedure
    And here is the important new checkbox that shows up in various Dialog Windows when exporting your Project
    And here here are the two additional options that define the export Range:
    First, the Cycle Range
    And here is the second option. Define the export Range by Region Selection
    One important aspect you always had to keep in mind, even with GarageBand 11, the added tail when exporting your Project.
    Hope that helps
    Edgar Rothermich
    http://DingDingMusic.com/Manuals/
    'I may receive some form of compensation, financial or otherwise, from my recommendation or link.'

    There was a way in 10.0.0 . I think when you select the whole Project all the way to the End-Of-Project Marker. THe strange thing is that the export behavior was different in each update 10.0.0 / 10.0.1 / 10.0.2 with no mention in the release notes.
    Now it seems that the tail is always added. I'm not aware of any turn-off switch. I also couldn't find out how it determines the exact length, it is different with different tempoi but not proportionally different.
    If someone finds out more about it, I'm curious to know too.
    Hope that helps
    Edgar Rothermich
    http://DingDingMusic.com/Manuals/
    'I may receive some form of compensation, financial or otherwise, from my recommendation or link.'

  • Foreign Trade Export Procedures

    Hi,
    we are planning to implement the foreign trade export for Algeria.
    Pl let me the procedures for export trade and also the best practices used for this.
    Regards
    Ravi

    Dear Ravi
    For general export configuration, please make a search in the forum and specific to Algeria, first you have to identify what are all the statutory and other requirements prevailing over there and accordingly, you need to configure.
    thanks
    G. Lakshmipathi

  • Export Procedures

    Hi,
    I'm exporting a few tables to a dump file. While Exporting, i'm able to get the tables, constraints and triggers of those tables. But I'm not able to export the procedures. I also need to export the procedures in that schema. Is there any way to export a few tables in a schema and all the procedures in that schema without using the EXPORT USER option?
    Thanks,
    Jaikanth V Garlapati.

    This is fine. I saw about dbms_metadata package and it is quite useful, but my question is still the same, can I export specific procedure/packages from a user schema using oracle 9i exoprt utility?
    Thanks,

  • Export Procedure,Function

    Hi all,
    I have oracle 10g on winodws 2000.
    I want to know that is it possible to take only procedure and function Dumpfile from schema.
    So that i can import that procedure and Function on production.
    Thanks,
    Neerav
    Edited by: Neerav999 on Jan 20, 2010 3:34 PM

    Hi,
    You can create the dml using dbms_metadata.get_ddl function and spool it in a file
    eg
    spool exp_proc.sql
    select dbms_metadata.get_ddl(OBJECT_TYPE,OBJECT_NAME,OWNER)
          from dba_objects
                where owner in ('<LIST of owner you want to export>')
                         and object_type in ('LIST of object type you want to export>')
    spool offRegards
    Anurag

  • Exporting procedures using sql developer

    Hi,
    I successfully migrated a mysql database to the oracle database using sql developer.All the data excluding procedures were moved to oracle.
    I dont know why but none of the procedures were moved to oracle.
    Now, i want to move those procedures to oracle database.Can you guys provide any help.

    11g.DBA wrote:
    Hi,
    I successfully migrated a mysql database to the oracle database using sql developer.All the data excluding procedures were moved to oracle.
    I dont know why but none of the procedures were moved to oracle.
    Now, i want to move those procedures to oracle database.Can you guys provide any help.If you want to do something, anything "with SQL Developer", the question would be best asked in the [url https://forums.oracle.com/forums/forum.jspa?forumID=260]SQL Developer forum

  • Export/Import Procedure for Foreign Trade

    Dear all,
    Could you please explain me the field "Export procedure"?
    This can be found in the delivery:
    Transaction: VL03n --> Item --> Foreign Trade/ Customs --> Origine / Destination / Business
    I know how the default value of this field is found. What I have to know, is the outcome of changing these value. Is this field only for statistical/ information reasons or is there a link to an other function?
    Thanks,
    Thomas

    Dear Thomas,
    The field is meant for indicating the customs procedure into which the goods are to be entered (eg. export or reexport, outward processing). It is part of official customs declaration forms in the EC ("Single Administrative Document"/SAD). Like the other fields on the tab page "Foreign Trade/Customs", it is generally only needed in case of cross-border sales/deliveries. The content of these fields is stored in table EIPO which is usually referenced by the billing document. In case of an export, for example, you could issue the customs declaration based on these and other billing document data. (Nowadays, export declarations are to be filed electronically in the EC. The data are thus transferred to either SAP GTS or a third-party software.)
    And yes, they are in parts also relevant to export statistics.
    Best regards,
    Christiane
    Edited by: Christiane Schnellenbach on Mar 19, 2010 11:24 AM

  • Error during import/export Software Component in IR

    After updating XI(DEV) to following SP19 stacks, the problem was encountered with the export or import of design objects in integration repository.
    All following were completed successfully,
    1. SAP KERNEL 6.40, to latest patch level 155;
    2. SAP BASIS 6.40, from SP15 to SAPKB64019;
    3. SAP ABA 6.40, from SP15 to SAPKA64019;
    4. SAP J2EE ENGINE 6.40, from SP15 to SP19;
    5. XI ADAPTER FRAMEWORK CORE 6.40, from SAPXIAFC15 to SAPXIAFC19;
    6. XI ADAPTER FRAMEWORK 6.40, from SAPXIAF15 to SAPXIAF19;
    7. XI TOOLS 6.40, from SAPXITOOL15 to SAPXITOOL19;
    When we try to import the Software Component XI3_0_SAP_BASIS_6.40_19_00.tpz, a problem happened with the exception (See Exception below), and then we cannot log in any component of JAVA stack for unauthorized reason untill we restart the J2EE engine.
    When we try to export the Software Component, the exporting procedure will be interupted for some exsited or unexsited(maybe already-deleted) message interfaces (See , and then we cannot log in any component of JAVA stack either as after importing.
    Exception:
    #7 13:19:07 [AWT-EventQueue-0] ERROR
    com.sap.aii.utilxi.swing.toolkit.ExceptionDialog: Throwable
    Thrown:
    MESSAGE ID:
    com.sap.aii.ib.gui.tools.transport.rb_transport.IMPORT_FAILED
    com.sap.aii.utilxi.misc.api.BaseException: Import failed
    at
    com.sap.aii.ib.gui.tools.transport.ContentImportProgressDialog.retryInForceMode(ContentImportProgressDialog.java:245)
    at
    com.sap.aii.ib.gui.tools.transport.ContentImportProgressDialog.executeConcurrentAction(ContentImportProgressDialog.java:198)
    at
    com.sap.aii.ib.gui.tools.transport.ConcurrentProgressDialog$ProgressDialogRunnable.run(ConcurrentProgressDialog.java:207)
    at
    com.sap.aii.utilxi.misc.thread.ThreadPool$ThreadPoolThread.run
    (ThreadPool.java:321)
    Root cause:
    MESSAGE ID:
    com.sap.aii.ib.server.pvcadapt.rb_XIPropProvider.PS_STORAGE_XIOBJECT_FAILED
    com.sap.aii.ib.core.util.WarnMessageException: Attempt to save
    object "Integration Scenario CheckFlightSeatAvailability |
    http://sap.com/xi/XI/Demo/Agency" failed
    Attempt to save object "Integration Scenario
    CheckFlightSeatAvailability | http://sap.com/xi/XI/Demo/Agency" failed
    Options:
    Text: Continue Value: 1
    at
    com.sap.aii.ib.server.transport.impl.pvc.PvcTransport.createWarnMessageException(PvcTransport.java:539)
    at
    com.sap.aii.ib.server.transport.impl.pvc.PvcTransport.handleImportException(PvcTransport.java:522)
    at
    com.sap.aii.ib.server.transport.impl.pvc.PvcTransport.pvcImport
    (PvcTransport.java:141)
    at
    com.sap.aii.ibrep.server.transport.impl.pvc.RepPvcTransport.pvcImport
    (RepPvcTransport.java:108)
    at
    com.sap.aii.ibrep.server.transport.impl.service.InternalRepTransportServiceImpl.pvcImport(InternalRepTransportServiceImpl.java:185)
    at
    com.sap.aii.ib.server.transport.impl.service.InternalTransportServiceImpl.importZippedStream(InternalTransportServiceImpl.java:706)
    at
    com.sap.aii.ib.server.transport.impl.service.InternalTransportServiceImpl.importFromImportSource(InternalTransportServiceImpl.java:362)
    at
    com.sap.aii.ib.server.transport.impl.service.TransportServiceImpl.importFromImportSource(TransportServiceImpl.java:151)
    at
    com.sap.aii.ib.sbeans.transport.TransportServiceBean.importFromImportSource(TransportServiceBean.java:75)
    at
    com.sap.aii.ib.sbeans.transport.TransportServiceRemoteObjectImpl1_0.importFromImportSource(TransportServiceRemoteObjectImpl1_0.java:730)
    at
    com.sap.aii.ib.sbeans.transport.TransportServiceRemoteObjectImpl1_0p4_Skel.dispatch(TransportServiceRemoteObjectImpl1_0p4_Skel.java:100)
    at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal
    (DispatchImpl.java:320)
    at com.sap.engine.services.rmi_p4.DispatchImpl._run
    (DispatchImpl.java:198)
    at
    com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request
    (P4SessionProcessor.java:129)
    at
    com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run
    (MessageRunner.java)
    at com.sap.engine.core.thread.impl3.ActionObject.run
    (ActionObject.java)
    at java.security.AccessController.doPrivileged1(Native Method)
    at java.security.AccessController.doPrivileged
    (AccessController.java)
    at com.sap.engine.core.thread.impl3.SingleThread.execute
    (SingleThread.java)
    at com.sap.engine.core.thread.impl3.SingleThread.run
    (SingleThread.java)
    Serialized server exceptions:
    MESSAGE ID:
    com.sap.aii.ib.server.pvcadapt.rb_XIPropProvider.PS_STORAGE_XIOBJECT_FAILED (serialized)
    com.sap.aii.utilxi.misc.api.ResourceException: Attempt to save
    object "Integration Scenario CheckFlightSeatAvailability |
    http://sap.com/xi/XI/Demo/Agency" failed
    at
    com.sap.aii.ib.server.transport.impl.pvc.PvcTransport.throwRootCause
    (PvcTransport.java:448)
    at
    com.sap.aii.ib.server.transport.impl.pvc.PvcTransport.pvcImport
    (PvcTransport.java:133)
    at
    com.sap.aii.ibrep.server.transport.impl.pvc.RepPvcTransport.pvcImport
    (RepPvcTransport.java:108)
    at
    com.sap.aii.ibrep.server.transport.impl.service.InternalRepTransportServiceImpl.pvcImport(InternalRepTransportServiceImpl.java:185)
    at
    com.sap.aii.ib.server.transport.impl.service.InternalTransportServiceImpl.importZippedStream(InternalTransportServiceImpl.java:706)
    at
    com.sap.aii.ib.server.transport.impl.service.InternalTransportServiceImpl.importFromImportSource(InternalTransportServiceImpl.java:362)
    at
    com.sap.aii.ib.server.transport.impl.service.TransportServiceImpl.importFromImportSource(TransportServiceImpl.java:151)
    at
    com.sap.aii.ib.sbeans.transport.TransportServiceBean.importFromImportSource(TransportServiceBean.java:75)
    at
    com.sap.aii.ib.sbeans.transport.TransportServiceRemoteObjectImpl1_0.importFromImportSource(TransportServiceRemoteObjectImpl1_0.java:730)
    at
    com.sap.aii.ib.sbeans.transport.TransportServiceRemoteObjectImpl1_0p4_Skel.dispatch(TransportServiceRemoteObjectImpl1_0p4_Skel.java:100)
    at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal
    (DispatchImpl.java:320)
    at com.sap.engine.services.rmi_p4.DispatchImpl._run
    (DispatchImpl.java:198)
    at
    com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request
    (P4SessionProcessor.java:129)
    at
    com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java
    (Compiled Code))
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run
    (MessageRunner.java(Compiled Code))
    at com.sap.engine.core.thread.impl3.ActionObject.run
    (ActionObject.java(Compiled Code))
    at java.security.AccessController.doPrivileged1(Native Method)
    at java.security.AccessController.doPrivileged
    (AccessController.java(Compiled Code))
    at com.sap.engine.core.thread.impl3.SingleThread.execute
    (SingleThread.java(Compiled Code))
    at com.sap.engine.core.thread.impl3.SingleThread.run
    (SingleThread.java(Compiled Code))
    MESSAGE ID:
    com.sap.aii.ib.server.pvcadapt.rb_XIPropProvider.PS_STORAGE_XIOBJECT_FAILED (serialized)
    com.sap.aii.ib.server.propagation.XIPropagationException: Attempt to
    save object "Integration Scenario CheckFlightSeatAvailability |
    http://sap.com/xi/XI/Demo/Agency" failed
    at
    com.sap.aii.ib.server.propagation.XIPropagationException.createFromException(XIPropagationException.java:48)
    at com.sap.aii.ib.server.pvcadapt.XIPropagationProvider.setData
    (XIPropagationProvider.java:235)
    at
    com.tssap.dtr.pvc.propagation.providers.WindowedDelegatingPropagationProvider.setData(WindowedDelegatingPropagationProvider.java:220)
    at
    com.tssap.dtr.pvc.propagation.server.CatalogTagProvider.setData
    (CatalogTagProvider.java:107)
    at
    com.tssap.dtr.pvc.propagation.server.PropagatableElementsProvider.importFromStream(PropagatableElementsProvider.java:278)
    at
    com.tssap.dtr.pvc.propagation.server.PropagatableElementsProvider.setData(PropagatableElementsProvider.java:215)
    at
    com.tssap.dtr.pvc.propagation.providers.StatefulPropagationProvider$State.setData(StatefulPropagationProvider.java:274)
    at
    com.tssap.dtr.pvc.propagation.providers.StatefulPropagationProvider.setData(StatefulPropagationProvider.java:79)
    at
    com.tssap.dtr.pvc.propagation.server.PropagatableProvider.setData
    (PropagatableProvider.java:595)
    at
    com.tssap.dtr.pvc.propagation.server.PropagatableProvider.import_
    (PropagatableProvider.java:780)
    at
    com.tssap.dtr.pvc.propagation.server.PropagatableProvider.import_
    (PropagatableProvider.java:821)
    at com.tssap.dtr.pvc.objectpers.Propagator.import_
    (Propagator.java:104)
    at
    com.sap.aii.ib.server.propagation.PropagatorImpl.importXiContent
    (PropagatorImpl.java:245)
    at com.sap.aii.ib.server.propagation.Propagator.importXiContent
    (Propagator.java:156)
    at
    com.sap.aii.ib.server.transport.impl.pvc.PvcTransport.pvcImport
    (PvcTransport.java:104)
    at
    com.sap.aii.ibrep.server.transport.impl.pvc.RepPvcTransport.pvcImport
    (RepPvcTransport.java:108)
    at
    com.sap.aii.ibrep.server.transport.impl.service.InternalRepTransportServiceImpl.pvcImport(InternalRepTransportServiceImpl.java:185)
    at
    com.sap.aii.ib.server.transport.impl.service.InternalTransportServiceImpl.importZippedStream(InternalTransportServiceImpl.java:706)
    at
    com.sap.aii.ib.server.transport.impl.service.InternalTransportServiceImpl.importFromImportSource(InternalTransportServiceImpl.java:362)
    at
    com.sap.aii.ib.server.transport.impl.service.TransportServiceImpl.importFromImportSource(TransportServiceImpl.java:151)
    at
    com.sap.aii.ib.sbeans.transport.TransportServiceBean.importFromImportSource(TransportServiceBean.java:75)
    at
    com.sap.aii.ib.sbeans.transport.TransportServiceRemoteObjectImpl1_0.importFromImportSource(TransportServiceRemoteObjectImpl1_0.java:730)
    at
    com.sap.aii.ib.sbeans.transport.TransportServiceRemoteObjectImpl1_0p4_Skel.dispatch(TransportServiceRemoteObjectImpl1_0p4_Skel.java:100)
    at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal
    (DispatchImpl.java:320)
    at com.sap.engine.services.rmi_p4.DispatchImpl._run
    (DispatchImpl.java:198)
    at
    com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request
    (P4SessionProcessor.java:129)
    at
    com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java
    (Compiled Code))
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run
    (MessageRunner.java(Compiled Code))
    at com.sap.engine.core.thread.impl3.ActionObject.run
    (ActionObject.java(Compiled Code))
    at java.security.AccessController.doPrivileged1(Native Method)
    at java.security.AccessController.doPrivileged
    (AccessController.java(Compiled Code))
    at com.sap.engine.core.thread.impl3.SingleThread.execute
    (SingleThread.java(Compiled Code))
    at com.sap.engine.core.thread.impl3.SingleThread.run
    (SingleThread.java(Compiled Code))
    Caused by: com.sap.aii.ib.server.pvcadapt.XIPropProviderException:
    Attempt to save object "Integration Scenario
    CheckFlightSeatAvailability | http://sap.com/xi/XI/Demo/Agency" failed
    at
    com.sap.aii.ib.server.pvcadapt.XIPropagationProvider.writeXiObject
    (XIPropagationProvider.java:290)
    at com.sap.aii.ib.server.pvcadapt.XIPropagationProvider.setData
    (XIPropagationProvider.java:220)
    ... 31 more
    If I use the "release transfer" function of  IR, the new created version can be export correctly.
    I've tried to create a new SC and SWCV, it can be export & import correctly.
    Also, if copied all of the objects from a namespace to a new namespace, and delete the old one, that SWCV can be export correctly.
    Anyone knows what's wrong within my IR?
    Thanks.

    Hi,
    While Importing some components has missed and the Exception is unable to handle it. Is it possible for you to Import again and check the table space is sufficient.
    Regards
    Agasthuri Doss

  • Adobe Premiere Elements 7.0 hangs while exporting and during peak file generation.

    I have Adobe Premiere Elements 7.0 (PRE7). I have a project which is using a single clip from a Mini-DV that was captured with Nero 8. Nero 8 was used because it was captured prior to installing PRE7. The file is 12GB and is on a USB disk drive because I don't have the space on my main hard drive (I have about 11GB free). My project doesn't do too much that's fancy. It merely uses about 20 minutes of the 60 minute Mini-DV captured AVI, and it uses simple transitions between each scene. I also have very simple titles at start and end. No themes or anything else.
    I've seen two problems. 1) While editing the project, seemingly (but I'm not positive it's related) while the peek file was being generated, PRE7 would get into a state of using about 40% to 50% CPU, and it would not let me do anything else. The other problem, 2) While using "Share" to export the video to WMA for playback on PC (about 180MB estimated file size according to Adobe), the file is exported to about the last remaining 5 seconds, but then PRE7 goes into that mode of hanging with 40% to 50% CPU usage.
    One time when it had this 50% CPU issue, I let it sit overnight, and the export was finished in the morning. The export that time was to a 90MB FLV for posting to the "web" according to the Share wizard. But when I was doing the above (issue #2), it went into the 50% CPU usage but didn't finish after waiting around 2 hours. Even if I were to let it sit that time, and it were to finish, it seems like something's wrong and that this is unacceptable.
    When this happens, and PRE7 goes into 50% CPU utilization, there is no pacifier or percentage bar advancing. It usually happens near 100% finished. Only one time did it complete successfully after leaving it unattended at 90% complete for an extraordinary amount of time.
    To recap:
    C:\ hard drive ---> PRE7, my project.
    E:\ USB drive ---> 12GB source AVI file and destination for export.
    I saw elsewhere on this forum that someone imported a mini-dv captured AVI into Window Movie Maker and then exported it to Mini-DV from that app. This solved that person's problem with hanging during peak file creation. I had the 50% hang issue during peak file generation but I'm not sure it was related to peak file generation. A peak file was generated in a project which, when exported with share as mentioned above, still did the hang 50% CPU issue. Regardless, I will try the import/export/movemaker thing and report back but I've been trying enough things that I wanted to take a second to ask for assistance.
    Does anyone have this issue, and is there a patch or fix?
    I might be able to provide a user mode dump of the 50% CPU adobe process. There is some call stack information and I'm wondering if developers would want this info if they don't already have a solution/fix to this bug.
    Thanks for any help.

    I have some more info on the hang which I've been experiencing during export/share of a project which uses an AVI as its one main clip. Adobe Premiere Elements 7 (PRE7) appears to be hanging because it's looping endlessly in ImporterAVI.prm. I'm wondering if this info can be passed onto Adobe developers and/or if I can submit this information elsewhere for such processing. I also have a process dump file which might be helpful, not to mention the original project files.
    I used Process Monitor to help analyze this situation, and prior to PRE7 getting into the endless loop, it appears to be reading from the AVI file little by little, and WMEncodingHelper.exe is writing out little by little to the destination file, both of which I would expect. When PRE7 gets to the end of the import/export, Process Monitor appears to show all the aforementioned disk activity ceasing. I see neither process reading or writing. This would be normal if the share/export procedure had completed. But PRE7 is not complete. It is hung and is operating at 50% CPU utilization.
    Far below in this post are technical details which may be helpful to an Adobe developer determine why the importer could get into this endless loop. In those details, there is a jump instruction, "jb ImporterAVI!xImportEntry+0xf32", which will always jump if a particular compare always turns out a certain way. But in my review of the counters being compared, it never will get to a point of exiting. When I modify a flag (the carry flag) to be 0, the loop exits. When I did this, my export/share of my project completed successfully. So it was done, but for some reason, PRE7 was looping and looping in its AVI importor instead of completing the export (aka "Share").
    I cannot say that this certainly indicates a bug with PRE7, but it seems to me that there's enough data for Adobe to be at least investigating this particular issue. I'm not the only person who has seen this as there was at least one other message describing the same problem which the user resolved by effectively re-creating the AVI file via a no-op import/export into and out of MovieMaker. My AVI also goes through MovieMaker, import/export, without a hitch.
    In a sense, I view PRE7's "share" as essentially an import, processing of imported information (i.e., effects and transitions), and an export. It's an import of all clips into the project at the right times, a processing of all effects, and finally an export to a destination. I realize this is simplistic, but the point I'm making is I have a simple project with a single AVI, and it appears that the "import" portion of PRE7's Share option is choking on the only clip used by this project. I also don't have much but simple transitions and a beginning/ending title on the project, so I'm not thinking this use of PRE7 is much more than what I'm doing with MovieMaker when importing/exporting this AVI.
    I fully agree that optimum hardware can be either required or critical for certain types of video editing, but PRE7 is a consumer program and I'm not using anything extensive about it and the symptoms are that PRE7 is looping on its import of a file other programs don't have a problem with. I already tried purchasing a 1TB external, which I'm glad I did, but I really think Adobe developers should look at this issue. There may be a problem with handling certain AVI clips used in a project when those clips come from certain sources. If there is an issue, perhaps it could warrant a fix that would make PRE7 more compatible with these other clips.
    Does Adobe have a procedure for people to upload (or mail) projects and files to it so that they can troubleshoot why the importer gets into this state? I also mentioned earlier that I have a full user-mode dump of the process which may be of value to a dev. Can I submit this information anywhere?
    Here are textual technical details:
    Plug-in which loops: C:\Program Files\Adobe\Adobe Premiere Elements 7.0\Plug-ins\en_US\ImporterAVI.prm
    The following are the instructions at the "bottom" of the loop which never ends. Below, I put "***" at the jump instruction I mentioned earler. If I force the carry flag to be 0 at that point, and the jump is skipped, the export completed successfully. Additionally, notice that [esp-0x1c] is 0x2000, and that both eax and edi are 0. When I see it loop, eax stays at 0 and never reaches 0x2000. I wonder if something about the AVI is causing values used by this importer to be such that it causes this endless loop, and if that's the case, and if such values are valid/good, I'm wondering if the importer can be fixed by being able to detect such values so as to not choke (if in fact it's an importer issue).
    1239dda2 50 push eax
    1239dda3 ffd1 call ecx
    1239dda5 8b442424 mov eax,dword ptr [esp+24h]
    1239dda9 015c2428 add dword ptr [esp+28h],ebx
    1239ddad 03c7 add eax,edi
    1239ddaf 83c410 add esp,10h
    1239ddb2 3b44241c cmp eax,dword ptr [esp+1Ch]
    1239ddb6 89442414 mov dword ptr [esp+14h],eax
    ; *** This is where it loops around and around.
    1239ddba 0f82f2feffff jb ImporterAVI!xImportEntry+0xf32 (1239dcb2)
    ImporterAVI!xImportEntry+0x1040:
    1239ddc0 8b542420 mov edx,dword ptr [esp+20h]
    1239ddc4 52 push edx
    1239ddc5 e810d40000 call ImporterAVI!xImportEntry+0xe45a (123ab1da)
    1239ddca 83c404 add esp,4
    ImporterAVI!xImportEntry+0x104d:
    1239ddcd 5f pop edi
    1239ddce 5e pop esi
    1239ddcf 5d pop ebp
    1239ddd0 33c0 xor eax,eax
    1239ddd2 5b pop ebx
    1239ddd3 83c428 add esp,28h
    1239ddd6 c3 ret
    ChildEBP RetAddr Args to Child
    WARNING: Stack unwind information not available. Following frames may be wrong.
    3195d9b8 12387545 10590f9c 27c53e00 06b35ff6 ImporterAVI!xImportEntry+0x103a
    3195d9ec 1239ea10 06b35ff6 00000000 27ad8a60 ImporterAVI+0x7545
    3195da1c 1238aa31 06b3554b 00000000 7fdf0000 ImporterAVI!xImportEntry+0x1c90
    00000000 00000000 00000000 00000000 00000000 ImporterAVI+0xaa31
    [esp-1Ch]: 3195d9a0 00002000
    eax=00000000 ebx=00000000 ecx=3195dbcc edx=00000000 esi=27ad8a60 edi=00000000
    eip=1239ddba esp=3195d984 ebp=3c7ba50b iopl=0 nv up ei ng nz na pe cy
    cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000 efl=00000287
    ImporterAVI!xImportEntry+0x103a:
    1239ddba 0f82f2feffff jb ImporterAVI!xImportEntry+0xf32 (1239dcb2) [br=1]

  • Some problme in the export/import utility

    Dears,
    I am using HTML_DB v.1.6.1.00.03
    I ran export procedure and after that I am trying to run import one in the another ID application.
    I am getting the following error message:
    ORA-20001: GET_BLOCK Error. ORA-20001: GET_STMT error. ORA-20001: Execution of the statement was unsuccessful. ORA-02291: integrity constraint (FLOWS_010600.QUERY_COLUMN_TO_QRY_OBJECT_FK) violated - parent key not found <pre>declare&lt;br&gt; s varchar2(32767) := null;&lt;br&gt; l_clob clob;&lt;br&gt; l_length number := 1;&lt;br&gt;begin&lt;br&gt;s:=s||'SELECT '||chr(10)||&lt;br&gt;' &
    I sent full text of my application to your support's e-mail '[email protected]' on 29.11.05.
    Unfortunately I did not get any answer.
    I would greatly sincerely a prompt response.
    Best regards,
    Oleg Mochkin,
    ExLibris Israel
    Office: 972-2-6499211
    e-mail [email protected]

    Hi Scott,
    Sorry for misunderstanding.
    Unfortunately my application has 70 pages included 100 regions.
    Now it is very difficult for me to know which region has been copied.
    I has an additional problem. the problme is that when I had tried to send you my application by e-mail your e-mail machine returned me the following message
    ================================
    The original message was received at Fri, 16 Dec 2005 15:53:45 +0200 from il-exchange01.exlibris-int.il [10.1.235.66]
    ----- The following addresses had permanent fatal errors ----- <[email protected]>
    (reason: 554 5.7.1 Oracle Corporation does not accept mail with .ZIP attachments.)
    ----- Transcript of session follows ----- ... while talking to agminet04.oracle.com.:
    DATA<<< 554 5.7.1 Oracle Corporation does not accept mail with .ZIP attachments.
    554 5.0.0 Service unavailable
    =======================
    I sent you another e-mail with tar.gz archive.
    Please look into all my e-mails.
    Could you be available to check my application and probably to give me another decision of my problem?
    Thanks,
    Oleg

  • Problem with exporting and printing from pages to PDF

    I have a problem with my Pages
    My font will not be embeded in my pdf files.
    I have saved as a ps file and in to the destiller and my fonts are missing.
    I need to send my file to the print shop but they will not accept my file and i now understand why.
    fonts are missing...
    Is there a workaround.
    I have no problem in Indesign or quark but pages.....
    I need help
    thanks a zillion

    The font is coming from a notation software Sibelius 4 and is namned opus
    Hmmm ... Sibelius is a music notation software and notations are marked up in MusicXML. Presumably the font file is an SFNT with TrueType splines, but it is probably not installed in OS X system folders - rather in an internal Sibelius application font folder. So presumably you do not see the font in FontBook and OS X font auditing does not apply to the font.
    Sibelius exports EPS files, right? If memory serves, an EPS is still legal even if the font resource is not embedded. And in any case, we know from the behaviour that the font resource is not embedded for some reason. So how do you get Sibelius to put the font resource inside the graphic ... normally there is a button in the EPS export procedure that gives you the option to Embed All Fonts.
    You do not seem to get this button, though. Or why else would you not have checked it already and the problem would have gone away already.
    The next point in troubleshooting this is that you are not following the path that would let OS X detect that an external font resource is not embedded.
    I go from pages-print-printer- acrobat Pro 8-save as Pdf-x
    What you are doing here is telling Pages to tell OS X to generate a PostScript program within which is nested your Encapsulated PostScript program with the call to an unresolved external font resource.
    So why does Acrobat Pro not detect the unresolved external font resource? Hmm ... did you try the Preflight option in Acrobat 8 Pro? It should provide information on unresolved embeddings.
    I have also tried pages-print-printer- acrobat Pro 8 and save pdf as postscript and put the postscript file in destiller 8 pro with defalt setting high quality print
    The whole problem with EPS and PS is that this sort of situation is possible in the first place (plus, what is worse, the PS program can include custom additions to the graphics model that then fail in the PS interpreter whence Apple GX normalizing, Adobe Distiller normalizing, and Apple Quartz normalizing). You want to get as far away from EPS and PS as possible, believe me.
    So, you have not done what I posted that you should do in the first place. If I were you, I would first get rid of the problem that the EPS is making a call to an external font and then get rid of the problem that the PostScript is preserving the external call.
    To get rid of the problem that the EPS is preserving an external call, simply open the EPS in Apple Preview which includes a NORMALIZER for EPS/PS, and then save out the graphic as PDF. Alternatively, if you don't trust Quartz for some reason, set up a hotfolder for Distiller, make sure the option to embed all fonts is enabled, and convert the EPS to PDF.
    Now replace your EPS in Pages with PDF in Pages, and don't save PostScript to disk but save PDF to disk through the proper procedure which is File > Print > PDF > Save as PDF/X [for your custom configuration of the PDF/X-3 filter considering that no sane person in North Europe prints lowend US SWOP, we use ISO].
    If you begin by telling OS X that you want PDF within which fonts are supposed to be embedded ALWAYS, then you have started the right way. Otherwise, you have not told the operating system what you want to do, and this then leads you into places where you are unlikely to have the expertise to troubleshoot problems.
    So, forget placing EPS in the first place, place PDF. And forget saving PostScript to disk, save PDF to disk. If that does not sort your problem, here is the dirty solution for professional prepress.
    Adobe Photoshop has an EPS rasterizer that has wide tolerances for poor PostScript programming (so does Adobe Illustrator 6 and higher by the way).
    Therefore, if an EPS is posing problems, one workaround is to rasterize the EPS at high resolution in Photoshop and place that high resolution PDF in your layout.
    Take care that you rasterize as 1 bit at the required resolution of the print provider, probably 2450 dpi. When you save the 1 bit as PDF, Photoshop automatically compresses to a very, very small file (don't be surprised if 15Mb compresses to something like 0.5Mb).
    Rasterizing in Photoshop should not be necessary if you simply start by telling the operating system what it is you are trying to do. Then the operating system should be able to take the right decisions for you, and tell if you if finds problems it cannot resolve without turning to you.
    Good luck,
    Henrik
    would-be technical writer

Maybe you are looking for

  • My account was deleted, but I have my recovery key, how can I recover my information?

    Hi there, So my family computer was infected with a very persistent virus, and my mom wiped it without telling me, so I didn't have a chance to export my bookmarks. I installed the latest version of Mozilla on my new computer (Mozilla 35.0.5) and tri

  • Error rep-1401 in formula of report buider

    I am trying to read number from table for a speciific date for which that number does not exit i.e return value is null. I am unable to handle it. My code look like this declare vnum number; begin select pnum into vnum from XYZ where pdate=:P1_date i

  • Unable to upload video to YouTube

    I have tried twice to upload a video to YouTube.  It is a short video, 7 min 33 sec.  I get the error, "Failed (unable to convert video file)".  I recently upgraded to Mavericks & iMovie 11 and this is the first time trying to upload since the upgrad

  • Business Object / SAP BW

    Hi Guys,   I would like to know what is the best tool within BO to be connected with business warehouse. Regards, Iván.

  • Intialize Update failed

    Hello! I try to load applet to my Gemplus GemXpresso PK IS card. For this I need to do at least 3 things: 1. Select Card Manager 2. Initialize Update 3. External Authenticate I try to use default Card Manager for PK IS card. With first point there is