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

Similar Messages

  • Why can't I open and retrieve my files from iPhoto and my address book after importing the files from my Power mac G5 to my new Mac Pro? I get a warning that says the new OS on my Pro doesn't open files from a Power Mac. Any idea how I can fix this?

    Why can't I open and retrieve my files from iPhoto and my Address Book after importing the files from my Power Mac G5 to my new Mac Pro? I get a warning that says the new OS on my Pro doesn't open files from a Power Mac. Any idea how I can fix this?

    For your addressbook, export the files to vCard on the PowerMac, then bring them over to your Mac Pro. For your iPhoto, copy the Users -> yourname -> Pictures folder to your Desktop on the Mac Pro, and open iPhoto on the Mac Pro holding the command and option keys.  Select the library file from that Pictures folder and open it.  It should import all the pictures into iPhoto as part of the rebuild process.  Other PowerPC to Intel migration issues are covered here: https://discussions.apple.com/docs/DOC-2295

  • Get 'Generic Error' when attempting to import .mov files with transparency?

    I get the 'Generic Error' when attempting to import .mov files with transparency? I'm trying to use mattes with an alpha channel but I cannot import them. I have had this same issue since cs6, now I have it with cc 2014? Any clues would be most appreciated.
    I have uninstalled the DVCPro Codec, but it didn't help.
    I have tried converting the .mov file (which is now automatic in Yosemite) and this creates a ProRes4444 Codec, Again no luck with import.
    I've seen this issue on the web, but never a solution? Anyone?

    Hi Terence,
    I tried iPhoto Library Manager but it could not solve my problem. Opening the iPhoto library I can see that the reference to the pictures are pointing to my old location not to the new one. I considered running a script that would change all pointers since this is basically what is needed (in my case from /Volumes/RAID1/Fotos/XXX to /Volumes/Fotos/XXX). Instead I inserted a soft unix link to make to connection but that did not work. It is referring to the airport disk by the airport name rather than the mounted disk name. Very strange indeed. The problem is maybe not in iPhoto but in OSX? Anyway, maybe the only way out is to take some hours and manually run through all linked photos... cumbersome and annoying!
    Regards,
    Søren

  • 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

  • Getting errors in LR 6 after importing MOV files

    Hi,
    LR 6 newbie here after using Apple's Aperture. It seems that none of my MOV files are working after importing them from Aperture.
    Any suggestions what should I do? I've tried purging the cache in Preferences->File handling but no luck so far.
    Really clueless why LR doesn't work.
    Thanks for any light you could shine on my problem.

    Hi,
    Could you please have a share about what KB you moved?
    From the posted message, it seems to be this VMWindow.exe is not working well.
    VMWindow.exe is the executable that is used for the standard “work with the virtual machine desktop” experience.  If you just start this executable by itself it will open the “Virtual Machines” folder. See: Windows
    Virtual PC Executables
    To have it a quick fix, please take a try to reinstall Windows Virtual PC(uninstall via View installed updates Windows Virtual PC (KB958559), restart and then download/install from
    here), then mount the Windows XP VHD file,
    Virtual Hard Disks (VHDs) in Windows Virtual PC.
    Best regards
    Michael Shao
    TechNet Community Support

  • Why Internet Script Error is generating while importing .SWF file in Robohelp 5?

    Hi!
    I am using Robohelp version 5. I am trying a import a .SWF generated using Adobe Captivate into a file. I am getting the following error message. Can any one let me know what needs to be done?
    Thanks in advance,
    Latha

    Hi,
    I pasted the following code (This code was given in one of the discussions) in the true code to fix the error that is poping up while viewing the .chm file.
    <p><object type ="application/x-shockwave-flash"id="object1" data ="../Menucheckmark.swf" style ="border:none; "width= "400" height ="300">
    <param name = "movie" value ="../Menucheckmark.swf"/>
    <param name = "quality" value ="high"/>
    Loading multimedia control.... </object></p>
    I changed the swf file name and pasted in the true code. After generating the file, the true code changes as shown below:
    <p><object type="application/x-shockwave-flash"
       id="object1"
       data="../RTDC.swf"
       style= "border:none;"width: "851";
         height:"718";
    <param name="movie" value="../RTDC.swf"  />
    <param name="quality" value="high"  />
    loading multimedia control.... </object></p>
    But still I am getting the error message. Can anyone help me on this?
    Thanks,
    Latha

  • 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

  • I get an error when trying to import MP3 files in iTunes?

    When I try to import mp3 files into iTunes (version 6), I get an error message of:
    The file "song file name" can not be imported An unknown error has occurred (-50).
    I have already imported these files into iTnes on my old computer, but run into this problem with my new laptop. I downloaded a new version of iTunes just like I installed all my new programs on this new laptop.
    For some reason, I run into this problem when trying to import any mp3 files (as mentioned, even mp3 files that I successfully imported into iTunes previously).
    (I've tried a complete removal and re-install, but that didn't help)
    Anyone know why I'm getting this error message and how to correct things?
    Thanks in advance for any help !!!

    C:\DOCUME~1\Mark\LOCALS~1\Temp\WERe357.dir00\iTunes.exe.mdmp
    C:\DOCUME~1\Mark\LOCALS~1\Temp\WERe357.dir00\appcompat.txt
    those are the files that are sent as an error report... i dont know what the problem is! this is starting to get me mad! I need my music! some1 help plz.
    I cant load that one folder, what could be the problem? I've loaded another folder similar to this one but it was alot smaller and everything worked out fine, but for my big one its messing up.

  • [Solved] Kdenlive & Openshot crash after importing video files

    I'm not sure if the culprit is today's update, but I am having problems importing video files in Kdenlive and OpenShot. When I try to import .MTS / .MKV / .MP4 video files, both programs immediately cease to work.
    For example - Mediainfo:
    .mts file
    Video 16.2 Mbps, 1920*1080 (16:9), at 25.000 fps, AVC ([email protected]) (CABAC / 2 Ref Frames)
    Audio 448 Kbps, 48 Khz, 16 bits, 6 channels, AC-3
    .mkv file
    Video 1 399 Kbps, 1920*1080 (16:9), at 25 000 fps, AVC (High 4:4:4 [email protected]) (CABAC / 4 Ref Frames)
    .mp4 file
    Video 14,9 Mbps, 1920*1080 (16:9), at 30 000 fps, MPEG-4 Visual (Simple@L1)
    AUdio 192 Kbps, 44.1 KHz, 2 channels, MPEG Audio (version 1) (Layer 3) (Joint stero / MS Stereo)
    Kdenlive:
    QWidget::insertAction: Attempt to insert null action
    QWidget::insertAction: Attempt to insert null action
    "/org/freedesktop/UDisks2/drives/Hitachi_HTS727575A9E364_J3740084HMD0LE" : property "Drive" does not exist
    "/org/freedesktop/UDisks2/drives/Slimtype_DVD_A__DS8A8SH_3208583_6A6224402423" : property "Drive" does not exist
    "/org/freedesktop/UDisks2/drives/SAMSUNG_SSD_830_Series_S0Z3NEAC826732" : property "Drive" does not exist
    "/org/freedesktop/UDisks2/drives/Hitachi_HTS727575A9E364_J3740084HMD0LE" : property "DeviceNumber" does not exist
    "/org/freedesktop/UDisks2/drives/Hitachi_HTS727575A9E364_J3740084HMD0LE" : property "Device" does not exist
    "/org/freedesktop/UDisks2/drives/SAMSUNG_SSD_830_Series_S0Z3NEAC826732" : property "DeviceNumber" does not exist
    "/org/freedesktop/UDisks2/drives/SAMSUNG_SSD_830_Series_S0Z3NEAC826732" : property "Device" does not exist
    kdenlive(3364) KSambaSharePrivate::findSmbConf: KSambaShare: Could not find smb.conf!
    KCrash: Application 'kdenlive' crashing...
    KCrash: Attempting to start /usr/lib/kde4/libexec/drkonqi from kdeinit
    sock_file=/home/cappuccino.kde4/socket-asus-arch/kdeinit4__0
    QSocketNotifier: Invalid socket 7 and type 'Read', disabling...
    QSocketNotifier: Invalid socket 13 and type 'Read', disabling...
    QSocketNotifier: Invalid socket 19 and type 'Exception', disabling...
    QSocketNotifier: Invalid socket 24 and type 'Read', disabling...
    kdenlive: Fatal IO error: client killed
    [1]+  Stopped                 kdenlive
    Openshot:
    ------------------------- ERROR 1 ------------------------------
    Failed to import 'from openshot import main'
    Error Message: cannot import name main
       OpenShot (version 1.4.3)
    Process no longer exists: 11615.  Creating new pid lock file.
    Detecting formats, codecs, and filters...
    ---snip---
    state saved
    Segmentation fault (core dumped)
    Pacman log:
    Running 'pacman -Syyu'
    synchronizing package lists
    starting full system upgrade
    removed kdesdk-kioslave (4.10.0-2)
    removed kdesdk-kmtrace (4.10.0-2)
    removed kdesdk-kpartloader (4.10.0-2)
    removed kdesdk-kprofilemethod (4.10.0-2)
    removed kdesdk-kstartperf (4.10.0-2)
    removed kdesdk-kuiviewer (4.10.0-2)
    removed kdesdk-scripts (4.10.0-2)
    upgraded chromium-bsu (0.9.15-3 -> 0.9.15-4)
    upgraded file (5.11-2 -> 5.13-1)
    upgraded gambas3-runtime (3.4.0-3 -> 3.4.0-4)
    upgraded gambas3-devel (3.4.0-3 -> 3.4.0-4)
    upgraded gambas3-gb-compress (3.4.0-3 -> 3.4.0-4)
    upgraded gambas3-gb-dbus (3.4.0-3 -> 3.4.0-4)
    upgraded gambas3-gb-image (3.4.0-3 -> 3.4.0-4)
    upgraded gambas3-gb-desktop (3.4.0-3 -> 3.4.0-4)
    upgraded gambas3-gb-form (3.4.0-3 -> 3.4.0-4)
    upgraded gambas3-gb-form-dialog (3.4.0-3 -> 3.4.0-4)
    upgraded gambas3-gb-form-mdi (3.4.0-3 -> 3.4.0-4)
    upgraded gambas3-gb-form-stock (3.4.0-3 -> 3.4.0-4)
    upgraded gambas3-gb-net (3.4.0-3 -> 3.4.0-4)
    upgraded gambas3-gb-net-curl (3.4.0-3 -> 3.4.0-4)
    upgraded gambas3-gb-qt4 (3.4.0-3 -> 3.4.0-4)
    upgraded gambas3-gb-qt4-ext (3.4.0-3 -> 3.4.0-4)
    upgraded gambas3-gb-settings (3.4.0-3 -> 3.4.0-4)
    upgraded gambas3-gb-signal (3.4.0-3 -> 3.4.0-4)
    upgraded gambas3-gb-web (3.4.0-3 -> 3.4.0-4)
    upgraded gambas3-gb-xml (3.4.0-3 -> 3.4.0-4)
    installed kdesdk-kioslaves (4.10.1-1)
    installed kdesdk-dev-utils (4.10.1-1)
    installed kdesdk-dev-scripts (4.10.1-1)
    upgraded networkmanager (0.9.6.4-2 -> 0.9.8.0-1)
    upgraded ntfs-3g (2013.1.13-1 -> 2013.1.13-2)
    upgraded sip (4.14.3-1 -> 4.14.4-1)
    upgraded python-sip (4.14.3-1 -> 4.14.4-1)
    upgraded pyqt-common (4.9.6-2 -> 4.10-1)
    upgraded pyqt (4.9.6-2 -> 4.10-1)
    upgraded python2-sip (4.14.3-1 -> 4.14.4-1)
    upgraded python2-pyqt (4.9.6-2 -> 4.10-1)
    upgraded qscintilla (2.7-2 -> 2.7.1-1)
    My system:
    CPU: Quad core Intel Core i7-3610QM CPU
    Graphics: Card-1: Intel 3rd Gen Core processor Graphics Controller
                   Card-2: NVIDIA GK107 [GeForce GT 650M]
    Drives: 1: id: /dev/sda model: SAMSUNG_SSD_830 size: 128.0GB
               2: id: /dev/sdb model: Hitachi_HTS72757 size: 750.2GB
    Memory: 15939.5MB
    X.Org: 1.13.2.901
    Mesa: 9.1-2
    Kernel: 3.7.10-1-ARCH x86_64 (64 bit)
    Desktop: KDE 4.10.1
    openshot: 1.4.3-1
    kdenlive: 0.9.4-1
    ffmpeg: 1:1.1.3-1
    mlt: 0.8.8-3
    mlt-python-bindings: 0.8.8-3
    frei0r-plugins: 1.3-6
    I do not use Compiz, Kwin
    3 days ago I didn't have this problem. Any ideas?
    Last edited by cappuccino (2013-03-10 16:30:08)

    (gdb):
    Kdenlive:
    Starting program: /usr/bin/kdenlive
    warning: Could not load shared library symbols for linux-vdso.so.1.
    Do you need "set solib-search-path" or "set sysroot"?
    [Thread debugging using libthread_db enabled]
    Using host libthread_db library "/usr/lib/libthread_db.so.1".
    Traceback (most recent call last):
      File "/usr/share/gdb/auto-load/usr/lib/libgobject-2.0.so.0.3400.3-gdb.py", line 9, in <module>
        from gobject import register
      File "/usr/share/glib-2.0/gdb/gobject.py", line 3, in <module>
        import gdb.backtrace
    ImportError: No module named backtrace
    [New Thread 0x7fffced3f700 (LWP 1961)]
    QWidget::insertAction: Attempt to insert null action                                                                                                                                                                                                                           
    QWidget::insertAction: Attempt to insert null action                                                                                                                                                                                                                           
    [New Thread 0x7fffcd1c3700 (LWP 1969)]                                                                                                                                                                                                                                         
    [New Thread 0x7fffcc9c2700 (LWP 1970)]                                                                                                                                                                                                                                         
    [New Thread 0x7fffbe8ef700 (LWP 1992)]                                                                                                                                                                                                                                         
    "/org/freedesktop/UDisks2/drives/Hitachi_HTS727575A9E364_J3740084HMD0LE" : property "Drive" does not exist                                                                                                                                                                     
    "/org/freedesktop/UDisks2/drives/WDC_WD5000BEVT_80A0RT0_WD_WXA1C20F2908" : property "Drive" does not exist                                                                                                                                                                     
    "/org/freedesktop/UDisks2/drives/Slimtype_DVD_A__DS8A8SH_3208583_6A6224402423" : property "Drive" does not exist                                                                                                                                                               
    "/org/freedesktop/UDisks2/drives/SAMSUNG_SSD_830_Series_S0Z3NEAC826732" : property "Drive" does not exist                                                                                                                                                                     
    "/org/freedesktop/UDisks2/drives/Hitachi_HTS727575A9E364_J3740084HMD0LE" : property "DeviceNumber" does not exist                                                                                                                                                             
    "/org/freedesktop/UDisks2/drives/Hitachi_HTS727575A9E364_J3740084HMD0LE" : property "Device" does not exist                                                                                                                                                                   
    "/org/freedesktop/UDisks2/drives/SAMSUNG_SSD_830_Series_S0Z3NEAC826732" : property "DeviceNumber" does not exist                                                                                                                                                               
    "/org/freedesktop/UDisks2/drives/SAMSUNG_SSD_830_Series_S0Z3NEAC826732" : property "Device" does not exist                                                                                                                                                                     
    "/org/freedesktop/UDisks2/drives/WDC_WD5000BEVT_80A0RT0_WD_WXA1C20F2908" : property "DeviceNumber" does not exist                                                                                                                                                             
    "/org/freedesktop/UDisks2/drives/WDC_WD5000BEVT_80A0RT0_WD_WXA1C20F2908" : property "Device" does not exist                                                                                                                                                                   
    [New Thread 0x7fffbe0ee700 (LWP 2004)]                                                                                                                                                                                                                                         
    [Thread 0x7fffcd1c3700 (LWP 1969) exited]                                                                                                                                                                                                                                     
    [Thread 0x7fffcc9c2700 (LWP 1970) exited]                                                                                                                                                                                                                                     
    [New Thread 0x7fffcc9c2700 (LWP 2005)]                                                                                                                                                                                                                                         
    [New Thread 0x7fffcd1c3700 (LWP 2006)]                                                                                                                                                                                                                                         
    Program received signal SIGSEGV, Segmentation fault.                                                                                                                                                                                                                           
    [Switching to Thread 0x7fffbe0ee700 (LWP 2004)]                                                                                                                                                                                                                               
    0x0000000000000000 in ?? ()
    OpenShot:
    Starting program: /usr/bin/python /usr/lib/python2.7/site-packages/openshot/openshot.py
    warning: Could not load shared library symbols for linux-vdso.so.1.
    Do you need "set solib-search-path" or "set sysroot"?
    [Thread debugging using libthread_db enabled]
    Using host libthread_db library "/usr/lib/libthread_db.so.1".
      File "/usr/lib/python2.7/site-packages/openshot/openshot.py", line 29
        print "Error: You must have GTK 2.18 or greater to run OpenShot.  Exiting..."
                                                                                    ^
    SyntaxError: invalid syntax
    [Inferior 1 (process 3557) exited with code 01]
    I found this. It looks like a similar problem

  • "Messages" problem after importing .xsd file as external definition

    Hello,
    I received an .xsd file from a customer and need to import it as an "External Definition" in order to create the "Message Interface". The structure of the xsd looks like this:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:px="http://www.opentrans.org/XMLSchema/1.0" targetNamespace="http://www.opentrans.org/XMLSchema/1.0" elementFormDefault="qualified">
    <xsd:element name="ORDER">
    </xsd:element>
    <xsd:element name="ADDRESS">
    </xsd:element>
    <xsd:element name="ARTICLE_ID">
    </xsd:element>
    </xsd:schema>
    After importing and looking at the tab "Messages" I get numerous entries, for each <xsd:element> I get one message! But I basically only need one "Message" that holds my complete xsd-file.
    I tried inserting <xsd:element name="COMPLETEORDER"> right after the <xsd:schema>-Tag but that didn't work either. Somehow I need to sum up all the <xsd:elements>.
    Does anyone have an idea? Thank you very much!
    Peter

    Hello Prateek, Hello everyone,
    I now know what the problem is. I downloaded XMLspy and checked on the structure:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:px="http://www.opentrans.org/XMLSchema/1.0" targetNamespace="http://www.opentrans.org/XMLSchema/1.0" elementFormDefault="qualified">
    <xsd:element name="ORDER">
    </xsd:element>
    <xsd:element name="ADDRESS">
    </xsd:element>
    <xsd:element name="ARTICLE_ID">
    </xsd:element>
    <xsd:simpleType name="dtBOOLEAN">
    </xsd:simpleType>
    <xsd:simpleType name="dtCOUNTRIES">
    </xsd:simpleType>
    <xsd:element name="SUPPLIER_AID">
    </xsd:element>
    <xsd:simpleType name="typeSUPPLIER_AID">
    </xsd:simpleType>
    </xsd:schema>
    Between the long list of <xsd:element> tags there are some simpleTypes on the same
    level. Now if I insert
    <xsd:element name="COMPLETEORDER">
    <xsd:complexType>
    <xsd:sequence>
    on top, the <xsd:sequence> would be on the same level as the simpleTypes - which is not valid!
    But can I just move all the simpleTypes, e.g. into an <xsd:element>??
    That would be changing the customer's structure which I think is not a good thing!?
    Thank you again for your help! I really appreciate it!
    Best regards,
    Peter

  • Messages not adviced in extern definition after import wsdl-file from WAS

    Hi friends,
    after importing the three wsld-files in repository (extern definitions) the messages are not adviced. The referendes to the files are fine, because the name is shown at the tab externe...
    But i´m not shure wheather i tool the right link ant Web Service Navigator. It is right to download the default SAP WSDL Files or the default one? Because in the SAP WSDL-files there will be an exception during import in XI repository (tag sap:useFeatur). What is the problem that the messages are not shown on the tab messages in externe definitions?
    Thanks in advance,
    Frank

    I've the same problem. Here is my WSDL:
    <?xml version="1.0" encoding="UTF-8"?>
    <wsdl:definitions targetNamespace="http://blablabla.de:8080/jboss-net/services/MyServices" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://blablabla.de:8080/jboss-net/services/MyServices" xmlns:intf="http://blablabla.de:8080/jboss-net/services/MyServices" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns1="blablabla.de" xmlns:tns2="http://net.jboss.org/jmx" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
         <wsdl:types>
              <schema targetNamespace="blablabla.de" xmlns="http://www.w3.org/2001/XMLSchema">
                   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
                   <complexType name="MSOBean">
                        <sequence>
                             <element name="installationName" nillable="true" type="xsd:string"/>
                             <element name="requestId" nillable="true" type="xsd:string"/>
                             <element name="returnCode" type="xsd:int"/>
                             <element name="returnMessage" nillable="true" type="xsd:string"/>
                        </sequence>
                   </complexType>
                   <complexType name="MSIBean">
                        <sequence>
                             <element name="password" nillable="true" type="xsd:string"/>
                             <element name="project" nillable="true" type="xsd:string"/>
                             <element name="requestId" nillable="true" type="xsd:string"/>
                             <element name="userId" nillable="true" type="xsd:string"/>
                        </sequence>
                   </complexType>
              </schema>
         </wsdl:types>
         <wsdl:message name="actualizeRequest">
              <wsdl:part name="inData" type="tns1:MSIBean"/>
         </wsdl:message>
         <wsdl:message name="actualizeResponse">
              <wsdl:part name="actualizeReturn" type="tns1:MSOBean"/>
         </wsdl:message>
         <wsdl:portType name="MSService">
              <wsdl:operation name="actualize" parameterOrder="inData">
                   <wsdl:input message="impl:actualizeRequest" name="actualizeRequest"/>
                   <wsdl:output message="impl:actualizeResponse" name="actualizeResponse"/>
              </wsdl:operation>
         </wsdl:portType>
         <wsdl:binding name="MyServicesSoapBinding" type="impl:MSService">
              <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
              <wsdl:operation name="actualize">
                   <wsdlsoap:operation soapAction=""/>
                   <wsdl:input name="actualizeRequest">
                        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://blablabla.de" use="encoded"/>
                   </wsdl:input>
                   <wsdl:output name="actualizeResponse">
                        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://blablabla.de:8080/jboss-net/services/MyServices" use="encoded"/>
                   </wsdl:output>
              </wsdl:operation>
         </wsdl:binding>
         <wsdl:service name="MSServiceService">
              <wsdl:port binding="impl:MyServicesSoapBinding" name="MyServices">
                   <wsdlsoap:address location="http://blablabla.de:8080/jboss-net/services/MyServices"/>
              </wsdl:port>
         </wsdl:service>
    </wsdl:definitions>
    No Idea.

  • 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

  • PST Capture error when trying to import .PST files

    I am currently migrating mailboxes from Exchange 2010 to Exchange 2013 on prem.  I have installed PST Capture 2.0 and 64-bit Outlook 2013 on a Windows 2008 R2 machine and have installed the PST Capture 2.0 agent on a workstation that has some .pst files
    on it.  PST Capture finds all the .pst files on the workstation, but when I use PST Capture to try to import PST files into a mailbox on Exchange 2013, I get the error "Import error: Error opening mailbox [email protected]".
    I created a userID with a mailbox to run PST Capture.  Based on the instructions at
    https://technet.microsoft.com/en-us/library/hh781035%28v=exchg.141%29.aspx I have made that user a member of the groups that are assigned the Public Folder Management role, the Mailbox Import Export role and the Organizational Management role.  The
    user is also a local admin on the machine running the PST Capture console.  While the error sounds like a permissions issue, these are the only permissions I could find documented for PST Capture.  I am starting PST Capture with "Run as administrator"
    Any ideas why this isn't working?  Are there any other permissions that the PST Capture user needs?  Is there anything else I need to do?
    Thank you very much for your help.

    Generally PST capture tool allows you to search for PST files & import these PST files
    to the mailboxes but as your account is not getting connected, so you need to check settings of your PST Capture tool :
    https://technet.microsoft.com/en-us/library/hh781032(v=exchg.141).aspx
    If this solution does not work out for you, then I would advise you to use any professional
    tool for exchange migration like CodeTwo , Stellar. From my personal experience, I would recommend you to go for Stellar Mailbox Extractor for Exchange Server as it migrated my mailboxes to another Exchange Server in quick time.

  • I am not getting required output after importing xml file having HTML tags, MathML and Latex code

    I created well formatted xml having html tags, MathML code and Latex code inside
    XML with sample latex
    <question>
        <p> 8. In this problem, <Image  style="vertical-align: -9pt" title="5a\frac{7b}{3}" alt="5a\frac{7b}{3}" href="http://www.snapwiz.com/cgi-bin/mathtex.cgi?%205a%5Cfrac%7B7b%7D%7B3%7D%0A"></Image> and <Image href="http://www.snapwiz.com/cgi-bin/mathtex.cgi?%207b%5Cfrac%7B5a%7D%7B3%7D" style="vertical-align: -9pt" title="7b\frac{5a}{3}" alt="7b\frac{5a}{3}"> </Image>are both mixed numbers, like <Image src="http://www.snapwiz.com/cgi-bin/mathtex.cgi?%203%20%5Cfrac%7B1%7D%7B2%7D%20=%203.5" style="vertical-align: -9pt" title="3 \frac{1}{2} = 3.5" alt="3 \frac{1}{2} = 3.5"></Image>. The expression <Image style="vertical-align: -9pt" title="5a \frac{7b}{3} \ \times 7b \frac{5a}{3}" alt="5a \frac{7b}{3} \ \times 7b \frac{5a}{3}" href="http://www.snapwiz.com/cgi-bin/mathtex.cgi?%205a%20%5Cfrac%7B7b%7D%7B3%7D%20%5C%20%5Ctimes %207b%20%5Cfrac%7B5a%7D%7B3%7D"> </Image>is equal to which of the following choices? </p>
    </question>
    XML with sample html tags
    <p>4. Examine the expression 3<i>k</i><sup>2</sup> + 6<i>k</i> - 5 + 6<i>k</i><sup>2</sup> + 2.</p><p>When it is simplified, which of the following is the equivalent expression?</p>
    XML with sample MathML tags
    <p>5. Find the vertex of the parabola associated with the quadratic function <math xmlns="http://www.w3.org/1998/Math/MathML"><mi>y</mi><mo> </mo><mo>=</mo><mo> </mo><mo>-</mo><msup><mi>x</mi><mn>2</mn></msup><mo> </mo><mo>+</mo><mo> </mo><mn>10</mn><mi>x</mi><mo> </mo><mo>+</mo><mo> </mo><mn>4</mn></math></p>
        <math xmlns="http://www.w3.org/1998/Math/MathML"><mfenced><mrow><mo>-</mo><mn>5</mn><mo>,</mo><mo> </mo><mn>69</mn></mrow></mfenced></math><br>
        <math xmlns="http://www.w3.org/1998/Math/MathML"><mfenced><mrow><mn>5</mn><mo>,</mo><mo> </mo><mn>29</mn></mrow></mfenced></math><br>
        <math xmlns="http://www.w3.org/1998/Math/MathML"><mfenced><mrow><mn>5</mn><mo>,</mo><mo> </mo><mn>69</mn></mrow></mfenced></math><br>
        <math xmlns="http://www.w3.org/1998/Math/MathML"><mfenced><mrow><mo>-</mo><mn>5</mn><mo>,</mo><mo> </mo><mn>29</mn></mrow></mfenced></math>
    None of the above works fine after importing xml to Indesign document/templete, it is not renderting equivalent out instead it is showing the same text inside tags in the Indesign document.
    I have lot of content in our database, I will export to XML, import to Indesign, Indesign should render required output like what we see in the browser and export the output to printed format.
    Import formated XML to indesign --> Export to Quality Print Format
    Can any one guide me and let me know whether it is posible to do with Indesign, if so let me know in case if I am missing anything in importing xml and get required output.
    Thanks in advance. Waiting for reply ASAP.

    Possibly your expectations are too high. ... Scratch that "possibly".
    XML, in general, cannot be "rendered". It's just an abstract data format. Compare it to common markup such as *asterisks* to indicate emphasized words -- e-mail clients will show this text in bold, but InDesign, and the vast majority of other software, does not.
    To "render" XML, HTML, MathML, or LaTeX -- you seem to freely mix these *very* different markup formats, unaware of the fact that they are vastly different from each other! -- in the format you "expect", you need to apply the appropriate software to each of  the original data files. None of these markup languages are supported natively by InDesign.

  • Disk usage after importing movie files into iMovie

    The movie files on my iMac consume about 200 gig of space on a 1TB hard drive.
    It seems that after I imported them into iMovie, much more of my hard rive is consumed.
    Does importing the movie files into iMovie double the disk space used?
    Len in NC

    Yes you should expect that imported movies will be much larger than the original on the camera. That's because the camera's AVCHD format records a full movie frame only about once a second. In between it stores only differences from the previous frame. That saves a lot of space, but requires a lot more processing power to display the movie during editing. It would also require reprocessing of multiple frames each time you split a clip somewhere that happens not to be a fully-recorded frame.
    That's why all of Apple's video software (even Final Cut Studio) converts AVCHD at import time to a format that makes each frame independent, but that uses several times as much space. Actually the pro software uses an even bulkier format than iMovie, to provide more bits per pixel, so that you can do more extensive post processing without loss of quality.
    You may want to get one or more big external drives (preferably firewire 800 for speed) to hold your imported movie files.

Maybe you are looking for

  • RElationship of Tables and Fields in cProjects 4.0

    Hi All Iam writing the functional spec for a custom status report requirement in cProjects. I have experienced deifficulty in getting the information on relationship of tables. Can anyone help me in this regard. I could get the list of tables in PLM,

  • Why mi pipe doesn't work ?

    Hi, I'm try to using a pipe to transfer Objects from a class to another. I have a thread writing at the write end of the pipe (PipedOutputStream) and another one reading on the read end (PipedInputStream). Everything seems to work fine, but when i tr

  • Orgainisational steps break down financial statment.

    Dear Friends, "In the financial statment adjustment breaks the receivables, payables and taxes down in the additional account assignments "Business area" and "Prfit Center" which are store in GL account." I m in the mid of Organizational Steps Lesson

  • Best way to Unit test Modules?

    I am working on a Project where the main app is a separate Flex project and then there are several Modules each having their own unit tests. What is the best recommended way of setting up something like this in terms of test runners? I would like to

  • ITunes movies DVD-able?

    Does anybody know if I can burn a iTunes downloaded movie onto a DVD disk? And if so, what kind of disk does it take?