Importing a EIF file programatically

I am new to DML.
How should I import the EIF file using sql script.
Please let me know the sequence of steps that needs to be done.
In one box, I exported to EIF, and the file got created in /opt/oracle/base/admin/cpcm/dpdump
In another box, I placed this EIF file in the same dir, and ran this :
SQL> EXECUTE DBMS_AW.AW_ATTACH('global', TRUE, TRUE);
PL/SQL procedure successfully completed
SQL> execute DBMS_AW.AW_EXECUTE('IMPORT ALL TO EIF FILE ','importeif.sql');
BEGIN DBMS_AW.AW_EXECUTE('IMPORT ALL TO EIF FILE ','importeif.sql'); END;
ERROR at line 1:
ORA-06550: line 1, column 15:
PLS-00302: component 'AW_EXECUTE' must be declared
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored
Please help.

I am getting error. Please help.
*[root@cmreport-2-lnx dpdump]# su - oracle -c 'sqlplus / as sysdba'*
SQL> execute DBMS_AW.EXECUTE('IMPORT ALL FROM EIF FILE ', '/opt/oracle/base/admin/cpcm/dpdump/GLOBAL');
BEGIN DBMS_AW.EXECUTE('IMPORT ALL FROM EIF FILE ', '/opt/oracle/base/admin/cpcm/dpdump/GLOBAL'); END;
ERROR at line 1:
ORA-06550: line 1, column 7:
PLS-00306: wrong number or types of arguments in call to 'EXECUTE'
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored
SQL>

Similar Messages

  • Error While Importing from EIF file into AW

    Hi All,
    I am facing the following error while importing from EIF file into AW using AWM as well as from sql prompt.
    java.sql.SQLException: ORA-36786: (IOSEC04) File POCAW/abc.eif does not exist or cannot be accessed.
    ORA-06512: at "SYS.DBMS_AW", line 42
    ORA-06512: at line 1
    at oracle.olap.awm.eif.eifimport.ImportDialogActionThread.doExportOrImport(ImportDialogActionThread.java:172)
    at oracle.olap.awm.eif.EifDialogActionThread.doAction(EifDialogActionThread.java:58)
    at oracle.olap.awm.ui.dialog.ThreadedDialogActionThread.run(ThreadedDialogActionThread.java:49)
    i have already created the directory pocaw.
    i have done the following steps :
    CREATE OR REPLACE DIRECTORY POCAW as 'D:\Olap_POC\export';
    GRANT all ON DIRECTORY POCAW to PUBLIC;
    execute dbms_aw.execute ('aw create ''POC_AW''');
    execute dbms_aw.execute('cda pocaw');
    execute dbms_aw.execute('dtb attach POC_AW rw');
    execute dbms_aw.execute('import all from eif file ''/abc.eif'' dfns update ');
    any idea or thought would be appreciable.
    thanks n advance
    anwar

    execute dbms_aw.execute('import all from eif file''/abc.eif'' dfns update ');
    Maybe one of the following file names could help
    (have never tried it):
    ''abc.eif''
    ''POC_AW\abc.eif''Yes,
    you don't need the slash. CDA is like setting a default directory.

  • Error while importing eif file

    Hi Experts,
    I was trying to export and import my AW as it may release some space after I did a failed attempt to do three generation update. Anyways I took the export and it create three files with two extension files.
    $ ls -ltr
    total 9812352
    -rw-r--r-- 1 oradbdev oinstall 2147479552 Dec 26 01:24 OLAP_AGG_NEW.EIF.eif.e001
    -rw-r--r-- 1 oradbdev oinstall 728924160 Dec 26 02:04 OLAP_AGG_NEW.EIF.eif.e002
    -rw-r--r-- 1 oradbdev oinstall 2147479552 Dec 26 03:17 OLAP_AGG_NEW.EIF.eif
    Mistakenly I gave name as OLAP_AGG_NEW.EIF.eif not sure if this is the issue. When I tried to imoprt it gave me following error and now I cannot attach the AW in RW mode through AWM but I can attach through OLAP worksheet.
    error when imported the eif file
    ===========================
    ERROR at line 1:
    ORA-35096: An unexpected end-of-file occurred in the EIF file. Check to make
    sure you have all the imported data that you expected.
    ORA-06512: at "SYS.DBMS_AW", line 93
    ORA-06512: at "SYS.DBMS_AW", line 122
    ORA-06512: at line 1
    error when trying to connect through awm
    ===========================
    oracle.AWXML.AWException: java.lang.NullPointerException
    at oracle.AWXML.AW.readAWDefinitions(AW.java:1339)
    at oracle.olap.awm.dataobject.aw.WorkspaceDO.getModelAW(WorkspaceDO.java:803)
    at oracle.olap.awm.dataobject.aw.WorkspaceDO.getModelAW(WorkspaceDO.java:749)
    at oracle.olap.awm.navigator.node.WorkspaceNode.getModelerViewChildren(WorkspaceNode.java:368)
    at oracle.olap.awm.navigator.node.WorkspaceNode.getChildren(WorkspaceNode.java:341)
    at oracle.olap.awm.navigator.node.BaseNodeModel.refreshData(BaseNodeModel.java:74)
    at oracle.olap.awm.navigator.node.BaseNodeModel.dTreeItemExpanding(BaseNodeModel.java:221)
    at oracle.bali.ewt.dTree.DTreeDeferredParent.__fireExpansionChanging(Unknown Source)
    at oracle.bali.ewt.dTree.DTreeDeferredParent.setExpanded(Unknown Source)
    at oracle.olap.awm.navigator.node.BaseNode.expandHelper(BaseNode.java:2186)
    at oracle.olap.awm.navigator.node.BaseNode.access$400(BaseNode.java:109)
    at oracle.olap.awm.navigator.node.BaseNode$ExpansionThread.run(BaseNode.java:2136)
    Caused by: java.lang.NullPointerException
    at oracle.AWXML.AW.readAWDefinitions(AW.java:1313)
    ... 11 more
    Any thoughts on this?
    Thanks
    Brijesh

    Hi Stuart,
    following are the commands. I am going to start the import in some time. Do you have any suggestion?
    exec dbms_aw.execute('aw attach xpro_olap_wh ro');
    exec dbms_aw.execute('allstat');
    exec dbms_aw.execute('limit name to all');
    exec dbms_aw.execute('export all to eif file ''XML_IMPORT_DIR/XPRO_OLAP_WH.eif''');
    exec dbms_aw.execute('aw detach xpro_olap_wh');
    exec dbms_aw.execute('aw delete xpro_olap_wh');
    exec dbms_aw.execute('aw create xpro_olap_wh');
    exec dbms_aw.execute('import all from eif file ''XML_IMPORT_DIR/XPRO_OLAP_WH.eif''');
    exec dbms_aw.execute('update');
    commit;
    exec dbms_aw.execute('aw detach xpro_olap_wh');
    Thanks
    Brijesh

  • Error on Maintaining after importing eif file

    I deleted an object from my aw and then created an eif file.
    I then deleted the aw and created a new aw
    I import the eif file (it imported successfully)
    I had to reset the mappings to the relational tables for each dimension
    When I go to maintain the dimension I get the following error:
    oracle.AWXML.AWException: Action BUILDDATABASE failed on object RPAPPA.CAREFIRST
    at oracle.AWAction.BuildDatabase.Execute(BuildDatabase.java:737)
    at oracle.olap.awm.wizard.awbuild.BuildWizardHelper$1.construct(BuildWizardHelper.java:184)
    at oracle.olap.awm.ui.SwingWorker$2.run(SwingWorker.java:109)
    at java.lang.Thread.run(Unknown Source)
    Caused by: oracle.AWXML.AWException: ***Error Occured: Error Validating Dimension Mappings ACTIVE_INACTIVE.DIMENSION.
    at oracle.AWAction.BuildDatabase.Execute(BuildDatabase.java:731)
    ... 3 more
    It seems as if it doesn't know where the source is during the maintain process, but it does know where the source is when I am mapping the objects.
    I can create a new dimension in the aw, and map it to the same relational table and it works fine. Anyone else run into this problem?

    Hello papparotto!
    Have you found something out?
    I recently did an export by:
    CDA my_directory
    LIMIT NAME TO ALL
    ALLSTAT
    EXPORT ALL TO EIF FILE ' brian_AWM_PERSONAL_FRISK_20080421_V1.EIF' rewrite
    And import:
    IMPORT ALL FROM EIF FILE 'temp/brian_AWM_PERSONAL_FRISK_20080421_V1.EIF' INTO 'personal_frisknarvaro' DATA DFNS
    The mapping was lost but it was possible to redo it. Got the following errormessage in the mapping:
    oracle.AWXML.AWException: Action CREATE failed on object MAPGROUP1 at oracle.AWAction.Create.Execute(Create.java:226) at oracle.AWAction.Interaction.execute(Interaction.java:241) at oracle.olap.awm.dataobject.modeler.ModelDO.update(ModelDO.java:749) at oracle.olap.awm.dataobject.modeler.DimensionDO.update(DimensionDO.java:747) at oracle.olap.awm.dataobject.dialog.PropertyViewer.doApplyAction(PropertyViewer.java:770) at oracle.olap.awm.dataobject.dialog.PropertyViewer.access$200(PropertyViewer.java:54) at oracle.olap.awm.dataobject.dialog.PropertyViewer$1ApplyThread.run(PropertyViewer.java:550) Caused by: oracle.AWXML.AWException: An error occurred creating DimensionMapGroup D_FRISK_ANSVGRP.ANSVGRP_H.KUND.MAPGROUP1.DIMENSIONMAPGROUP : ***Error Occured in CREATE_MAPPING_GROUP: D_FRISK_ANSVGRP.ANSVGRP_H.KUND.MAPGROUP1.DIMENSIONMAPGROUP is already a value of PERSONAL_FRISKNARVARO!MAPGROUP_DIM. at oracle.AWXML.DimensionMapGroup.Create(DimensionMapGroup.java:482) at oracle.AWAction.Create.Execute(Create.java:200) ... 6 more
    I then removed everything an did an import through the menu. The mapping was lost but it was possible to redo it.
    How should I move my AW between environments?
    (When I create AW from Template, I don’t get the programs and have to create then manually.)
    Best regards,
    Tina

  • Import EIF file into AWM

    Hi all,
    just a couple of technical question about AWM:
    this is our scenario: we exported and EIF file from AW then we try to import this EIF file into another DB and the import procedure appears completed.. but if we try to browse the imported AW with AWM we get an exeception.
    We also would like to use API from a Java client application that should create a DWH of example and should import an EIF file just using a bottom. Anyone know which are the correct API to use to get this?
    Any idea??
    Many thanks,
    Gianluca and Paolo

    Import has a lot of options, so it depends on what you want to do.
    C:\> imp help=y
    will show you all possible options. An example of full import :
    C:\> imp <username>/<password>@<TNS alias> file=<DMP file> full=y log=<LOG file>
    Message was edited by:
    Paul M.
    ...and there is always [url http://download-uk.oracle.com/docs/cd/F49540_01/DOC/index.htm]The documentation

  • Partial export into eif file

    Hi!
    It is necessary to export some data from one AW that is partitioned by time (month). Every month it is necessary to export some data from the last month partition limited by some customer and product hierarhies.
    The Cube is defined as compressed. The normal EIF export from cube (only one monht date) has about 50 MB.
    The client need to use one incremental import from eif files. Because of this during the EIF export has defines a COMPOSIT and VARIBALES to hold the Cube data. Export in this way has size of over 700MB. I have thied to change definition of composit to COMPRESSED or BTREE64, but nothing has changed.
    I think that the exported EIF file does not use compression.
    It is possible to reduce the size of the exported EIF file?
    They are using OLAP 10gR2.
    Edited by: user10317018 on 27.07.2010 00:44

    One customer is using this solution already from Oracle Express. They have migrated it some years ago to Oracle OLAP 10g.
    They want to continue to use this kind of solution, because of advantages they have.
    In the company headquarter they import already aggregated data from different countries. Because of different laws they cannot transfer all data (customers informations) to the headquarter, but only some aggregates and some important customers directly.
    The structure from all AWs is the same. They have written one script that is transferring needed data to transfer variables and write them to EIF file. During the import data from transfer variables is written into headquarter AW. This AW in not aggregated anymore.

  • Import eif files of OFA to Oracle 10g

    I have exported my super and shared databases of OFA into "eif" files. Pls tell me how i should import it into Oracle 10g database and subsequently view it using BI Beans or Discoverer.
    Thanks,
    Krishanu

    Thanks for the info.
    I tried creating as given in the article, but i am unable to see the OLAP Catalog view. I proceeded as follows:
    1)Created a User called DEMO and granted Unlimited Taplespace privilege to EXAMPLE.
    CREATE USER DEMO IDENTIFIED BY PASSWORD
    DEFAULT TABLESPACE EXAMPLE
    TEMPORARY TABLESPACE TEMP
    ACCOUNT UNLOCK;
    GRANT OLAP_USER TO DEMO
    CREATE DIRECTORY EIF_FOLDER AS 'D:\';
    GRANT READ ON DIRECTORY EIF_FOLDER TO DEMO;
    2)Connected to Analytic Workspace Manager as "DEMO" and opened OLAP Worksheet and gave the following commands
    AW CREATE super
    IMPORT ALL FROM EIF FILE 'eif_folder\super.EIF' DATA DFNS
    (I got the error "CAUTION: FMV is being imported. However, this is a reserved word, so
    you must rename the new object before you can use it")
    Then, i gave the commands,
    UPDATE
    COMMIT
    CALL CREATE_DB_STDFORM('super')
    UPDATE
    COMMIT
    In the Enterprise Manager Console of Schema "DEMO" i can see the following objects,
    Object                         Object Type
    AW$SUPER                    TABLE PARTITION
    AW$SUPER                    TABLE
    SUPER_I$                    INDEX
    SUPER_S$                    SEQUENCE
    SYS_IL0000051573C00004$$          INDEX PATITION
    SYS_LOB0000051573C00004$$          LOB PARTITION
    SYS_LOB0000051573C00004$$          LOB
    However in Analytical Workspace manager nothing is there, all the 3 folders of "Measure Folders", "Cubes" and "Dimensions" are empty.
    Pls tell me where i am going wrong or am i missing any step?
    Thanks,
    Krishanu

  • Utilities to Import Oracle Express v6 eif files to flat files or DB tables

    We are seeking advise on how to import data from Express V6 to Hyperion Essbase. We have eif files and would like to import the data to DB tables of flat files for Import to Essbase. Is Oracle OLAP 10g required for this?
    Thanks,
    Tim Kline
    at&t - IT
    (407)-858-8454

    It's probably dimension order. When you use a for statement, you are specifying the order in which you want things to be processed. I copied your statement as the order. What you really need to do is a describe on one or more of your variables:
    describe f.minsThe system will respond with something like (I've made this up):
    DEFINE F.MINS VARIABLE INTEGER <time product geography...>The describe command lists the dimensions from fastest varying to slowest. Unfortunately, for historical reasons, the FOR command takes its arguments from slowest to fastest. So (ignoring the rest of the dimensions I didn't list) you would
    use a FOR statement like this for optimum looping:
    FOR ...GEOGRAPHY PRODUCT TIMEYou don't really need to list time (it only has one value), but it doesn't hurt anything. What is going on here is we store values in the AW as an (approximately) linear array, ignoring some complications, and if you specify the "right" order, we will pull all the values on one page before going to the next page. If you don't specify the "right" order, you will be pulling each value from a different page, and doing a ton of I/O. With a command like REPORT, which does its own looping, it tends to loop in the optimal order internally.
    Rearrange your dimensions on the FOR statement in order to optimize your looping.
    If you use the script you already have, you will need to make one additional change to it. You either need to delete the existing program:
    DELETE EXPORT_ITbefore you re-define it or make it active:
    CONSIDER EXPORT_IT before you can re-populate the text. I frequently do:
    DEFINE PROGRAM EXPORT_IT
    CONSIDER EXPORT_ITwhen I am using a script to create a program. You will see an error on the DEFINE after the first time, but you can ignore it. You might want to DESCRIBE the program to make sure you have the text you expect.
    Jim

  • Directory for EIF File

    Hi fellow devs,
    I'm attempting to use available 'Export to EIF File' option in AWM, but not seeing any directory specified in drop-down list. I searched and found the below link:
    Re: Unable to set the Current Directory Alias (CDA)
    Do you believe I can use same approach to get this done? Will AWM pick it up once its specified? And is there any way to save the file to a Windows directory instead?
    Thanks
    Mike

    Mike,
    The EIF file is an option to export your data and structure of the AWM. What is described in the other post you mentioned hold good for any body wants to do an EIF export/import approach.
    Here are the steps you should be doing.
    1. Create an oracle directory. If the directory is create by sys or some other user(other than owner of the AW) then ensure that owner of the AW has read/write permission to the directory.
    create directory dir as '<path physical location on disk>';
    grant all on direcroty dir to <aw owner>;
    2. Now when you go to AWM you would see the directory list in the drop down and can do an export/import of the AW.
    The above process is from AWM. If you want to use OLAP dml then you can do following in olap worksheet.
    cda <directory name>;
    lmt name to all;
    allstat;
    export all to eif file 'eif_file_name.eif';
    to import
    cda <directory name>;
    import all from eif file 'eif_file_name.eif';
    Hope this helps.
    Thanks,
    Brijesh

  • Invisible structure in Analytic Workspace Manager after importing from EIF

    Hello,
    I got problem with migration OFA structure (6.3.4) to Oracle OLAP. My Oracle Database is 11.2 Enterprise Edition
    1. I've exported OFA database do eif file.
    2. I've created user in Oracle database, grant olap_user and created directory
    3. I installed Analytic Workspace Manager 11.2.0.3.0A
    4. After connection on Analytic Workspaces I run 'Create Analytic Workspace from EIF file ...' -> The import was succeeded
    Here is the problem - there is no visible imported structure in the tree under Analytic Workspaces. I think that structures were properly imported. That Analytic Workspace is in the sql results:
    select dbal.owner||'.'||substr(dbal.table_name,4) awname, sum(dbas.bytes)/1024/1024 as mb, dbas.tablespace_name from dba_lobs dbal, dba_segments dbas where dbal.column_name = 'AWLOB' and dbal.segment_name = dbas.segment_name group by dbal.owner, dbal.table_name, dbas.tablespace_name order by dbal.owner, dbal.table_name
    I've also tried using Analytic Workspace Manager Worksheet.
    AW CREATE OFA_TEST
    IMPORT ALL FROM EIF FILE 'c/baza.eif' DATA DFNS
    UPDATE
    COMMIT
    The results are the same :(
    What else should be done ? can anyone pls help me on this??
    Grzegorz

    Grzegorz,
    OFA to OLAP is not an easy thing if you are trying to do it by hand. That is why we built an OFA conversion utility into our product. Example time for Full OFA to OLAP/Escendo conversion is about three days for an OFA system of 300-400Gb, including data, processes (Solves) reports, saved selections etc.)
    Part of the problem is that OFA is an application which uses a ton of back end catalogs which drive everything. It also makes very heavy use of saved selections internally which makes straight export and import tough.
    The overall process is that all of the visible structures need to be created within OLAP so that they are visible. We support both 'public' (ergo visible, metadata based) objects as well as 'back end' structures which are not visible to the front end. If you need business logic translated over it can get complicated to do by hand as well, since things don't map directly into the way Oracle does things in AWM now, due to some differences between the architectures.
    One of the great things about putting your OFA into OLAP is that everything becomes available to any standard SQL reporting application.
    Our IDE is a full mulit-developer environment which allows multiple developers to work even within the same AW, for any operation, including creation of dimensions, measures etc. as well as the editing of code in programs & models.
    Are you just trying to get the data in? or are you wanting to use the system like you would use OFA?
    Karl

  • I would like to combine multiple profiles into a new computer. Which are the most important folder or files to migrate?

    The user profile in my old computer somehow became corrupted and I can no longer access it to log on. Unfortunately I was not aware of the Firefox sync feature at the time. I used a new profile and had to start from scratch to save new bookmarks and extensions/plugins. I did set up Firefox sync for this new profile. Now I have a brand new computer and desire to migrate the bookmarks to this new computer, including the original bookmarks in the old computer, as well as the bookmarks in the second profile. While I have located the profiles folder for each profile in my old computer (as well as extensions and plugin folders), the content of this folder is daunting. I would like to know which are the minimal folders I should select to migrate and would it be safe to simply copy and paste over the entire folder? Please note that I have also added new bookmarks into my new computer which I would not like erased. I hope these details are not convoluted.

    Firefox has two methods of bringing in bookmarks from another Firefox profile:
    * Restore a backup (JSON files in the bookmarkbackups folder): this completely replaces what you have, so is not the first step
    * Import from an HTML file: this is additive and will create an Imported Bookmarks folder or add them under Unsorted Bookmarks
    Restore is best if you tag your bookmarks because the JSON format preserves tags. If tags are not important, then it's easier.
    What I suggest is:
    (1) Export your current bookmarks to the HTML format; you can reimport these later. See: [[Export Firefox bookmarks to an HTML file to back up or transfer bookmarks]]. Open the file in Firefox (it's a web page) to make sure it looks complete before proceed.
    Next, get the bookmarkbackups folders from each of your old profiles that you want to restore, and look for the most-complete-looking JSON files (they will have the most recent dates and largest number of bookmarks indicated in the file name). Proceed from the smallest set to the largest, or oldest to newest; basically, restore the most important one last.
    (2) Restore a backup, then export to HTML. This article has the steps for a restore: [[Restore bookmarks from backup or move them to another computer]]. Then export to HTML and check for completeness.
    (3) Repeat #2 until you get to the last/most important restore. You don't need to export that one.
    (4) Import the HTML files you've made throughout the process.
    (5) In the Library dialog, reorganize. Firefox doesn't have a deduplicator, but you might find one or more extensions to do the job on the Add-ons site if you find a lot of overlap.
    Make sense?

  • Error while importing a dump file in Oracle 10g R1

    Hi all,
    While trying to import a schema using Data Dump, I am facing the following issue -
    UDI-00018 - Import utility version can not be more recent than the Data Dump server.
    Following is the version information of the source and target DB and the utilities :
    Source DB server : 10.1.0.2.0
    Export utility : 10.1.0.2.0
    Import utility : 10.1.0.2.0
    Target DB server : 10.1.0.2.0
    Export utility : 10.2.0.1.0
    Import utility : 10.2.0.1.0
    I can figure out the cause for the problem, but don't know how to resolve it.
    Any help will be appreciated.
    Thanks in advance.
    Gitika Khurana

    How did you get thre DMP file created and how are you trying to import the dump file? Could you post the commands you're using, please?

  • My LR 4 suddenly no longer recognized my memory cards. I am using the same cards and cameras but consisitently get the error message:"files not imported because the files could not be read. they are jpg and nef files...I am stuck without my workhorse! Any

    My LR 4 suddenly no longer recognized my memory cards. I am using the same cards and cameras but consisitently get the error message:"files not imported because the files could not be read. they are jpg and nef files...I am stuck without my workhorse! Any advice is helpful. This has never happened in 6 years

    answered in your other thread LR 4 suddenly no longer recognizes files.

  • Importing All the files from a folder at a time

    Hi....
    Can any body tell me how to import set of files from a folder into IDM.
    It is becoming very difficult to import the files one after other....
    Waiting for Reply....
    Thanks in advance..........

    We used an ant script to build an XML file that will contain the files. The script is configured to use the folder structure of our CVS repository.
    We'd checkout our XML module and then run the build script and import the resulting init file.
    Code to the script is below -- caveat emptor. You'll need to change the folder structure to suit your own environment.
    <?xml version="1.0" encoding="UTF-8"?>
    <project basedir="." default="all" name="MyInit">
        <target name="init">
            <property location="." name="src.dir"/>
            <property location="." name="dest.dir"/>       
            <property name="project.name" value="${ant.project.name}"/>
            <property location="${dest.dir}/MyInit.xml" name="MyInit.output"/>
            <property name="source.configuration" value="${dest.dir}/configuration"/>       
            <property name="source.emailTemplate" value="${dest.dir}/emailTemplate"/>
            <property name="source.forms" value="${dest.dir}/forms"/>
            <property name="source.reports" value="${dest.dir}/reports"/>               
            <property name="source.resource" value="${dest.dir}/resource"/>          
            <property name="source.rules" value="${dest.dir}/rules"/>
            <property name="source.workflow" value="${dest.dir}/workflow"/>
            <!-- get the source path -->
            <path id="configuration.path">
                <fileset dir="${source.configuration}" >
                   <include name="*.xml" />
                </fileset>
             </path>
             <property name="cp" refid="configuration.path" />
             <path id="emailTemplate.path">
                <fileset dir="${source.emailTemplate}" >
                   <include name="*.xml" />
                </fileset>
             </path>
             <property name="ep" refid="emailTemplate.path" />
             <path id="forms.path">
                <fileset dir="${source.forms}" >
                   <include name="*.xml" />
                </fileset>
             </path>
             <property name="fp" refid="forms.path" />
            <path id="reports.path">
                <fileset dir="${source.reports}" >
                   <include name="*.xml" />
                </fileset>
             </path>
             <property name="rptp" refid="reports.path" />                 
            <path id="resource.path">
                <fileset dir="${source.resource}" >
                   <include name="*.xml" />
                </fileset>
             </path>
             <property name="rep" refid="resource.path" />        
            <path id="rules.path">
                <fileset dir="${source.rules}" >
                   <include name="*.xml" />
                </fileset>
             </path>
             <property name="rp" refid="rules.path" />
            <path id="workflow.path">
                <fileset dir="${source.workflow}" >
                   <include name="*.xml" />
                </fileset>
             </path>
             <property name="wp" refid="workflow.path" />
            <!-- get the path prefix -->
             <path id="source.path">
                <pathelement location="${src.dir}" />
             </path>
             <property name="sp" refid="source.path" />       
        </target>
        <target depends="init"  name="win_init">
            <!-- change the path of xml files to windows path -->
            <property name="importfile.path" value="${sp}"/>                            
        </target>              
        <target depends="init" name="make">
        <!-- using XML character entity references to escape
        <  <
        >  >
        '  &apos;      -->    
            <echo file="${MyInit.output}" append="false"><?xml version='1.0' encoding='UTF-8'?>
    <!DOCTYPE Waveset PUBLIC 'waveset.dtd' 'waveset.dtd'>
    <Waveset>
    ${cp}
    ${ep}
    ${fp}
    ${rptp}
    ${rp}
    ${wp}
    </Waveset>
            </echo>
         <!-- replace path prefix with ImportCommand -->
         <replace file="${MyInit.output}"
                  token = "${sp}"
                  value = "<ImportCommand name='include' file='${importfile.path}" />
         <!-- deal with file and path separators in an os independent way -->
         <replace file="${MyInit.output}"
                  token = "${file.separator}"
                  value = "/" />        
        <replace file="${MyInit.output}"
                  token = "${path.separator}"
                  value = "${line.separator}" />
        <replace file="${MyInit.output}"
                  token = ".xml"
                  value = ".xml'/>" />
        </target>
        <target depends="init,win_init,clean,make" description="Build everything." name="all"/>
        <target depends="init" description="Clean all build products." name="clean">
            <delete file="${MyInit.output}"/>
        </target>
    </project>

  • Importing Avid MXF Files to short in Premiere CC

    Hi there,
    We are importing AVID Media Files MXF from MXF Folder into Premiere Pro CC 2014 and the longer clips are to short. All the long clips ends at 4min. 55 sec.
    We were exporting the Files from AVID 8.3.0 as AFF, then importing in Premiere CC 2014 and linking the video files to the MXF Folder of AVID.
    We tried also to consolidate all the clips from AVID again into a special folder, make a new AFF export and then import and link all again. But it gives us the same result.
    Would be great if anybody knows a solution. The problem seems to be the import of the MFX Files into Premiere CC. The Export from Avid seems to be OK.
    Regards
    Army

    As Apple Inc.’s desktop and server operating system for Macintosh computers, OS X Mountain Lion (version 10.8) is the ninth major release of OS X. It’s quick, familiar, cheap, and drenched in iOS goodness. However, after updated and installed Mountain Lion on Mac, many Final Cut Pro (mainly FCP X and FCP 7) users found they could not import mts, mxf, ect files into FCP anymore.
    You can try to redownload and reinstall the FCPX. If not, you can contact after-sales service to get a free way to solve the problem.
    You also can ignore the problem and download and insatll a MXF Converter to convert MXF to FCP's antive format ProRes before importing. I have been using Brorsoft MXF Converter for Mac, it work fast and it can keep the original video quality for editing. Besides, the conversion process will help you to save the rendering time. The most important is that it has five types of Apple prores codecs for choosing.
    http://www.brorsoft.com/mxf-converter-mac/index.html

Maybe you are looking for

  • VO Extension not working in R12

    Hi all i have to extend a subtablayout region to add new column ; for that i extended VO which is EO based. I have done all necessary steps but my problem is this error: Message not found. Application: FND, Message Name: FND_VIEWOBJECT_NOT_FOUND. Tok

  • Cannot Wi-Fi Sync iPad; Appears to see iMac but iMac does not see the iPad

    Like many, I have upgraded my iPad (1st Gen) to iOS 5 and for the most part, it's been an easy transistion to learn the new features. However, I've not been able to overcome a Wi-Fi Sync issue. The iPad does recognize that it can Wi-Fi Sync with my i

  • How to connect Oracle 8.0.5 for Linux to Tuxedo

    How to connect Oracle 8.0.5 for Linux to Tuxedo? How to config Tuxedo RM file and setting.

  • Ipod touch 4th gen is stuck in restore :(

    And i have tried every single thing except for taking it for repair to the apple store because they want to charge me 35€ for that, which is absurd. I was just playing Clumsy Ninja and suddenly my bf's iPod went white and turned off. When I connected

  • BlackBerry R900 (UK)

    Hi, just got one of these off eBay and it arrived yesterday. Everything with it, perfect condition, total bargain. I've got an Orange SIM in it now and think it's so cool I actually plan on using it for texting/BBM/email. However: it's not connecting