Importing code from Rose to Forte

Hi there,
I have created a massive model in Rose. Generated code for it all.
Now I want to implement the model in Forte. But all I can do is mount the main directory and nothing more. Forte doesnt understand the EJB class files and deployment descriptors. I cant take the EJBs and work on them - I have to create new ones via Forte. That defeats the purpose of UML modelling.
I tried the same thing in JBuilder which does a better job, but the EJB Designer is buggy so I opted for Forte (4.0).
Are there any instructions for this? Modules? Rose scripts?
thanks and regards,
Kenny

nothing? no one know anything?

Similar Messages

  • NetBeans: Calling code from other packages?

    Normally, when I would call code from eclipse, I would type something like:
    import +<package name>.<class name>+But somehow, this approach doesn't seem to work in NetBeans, how can I import code from another package? I can seem to import from the same package, but not a different one.
    Edited by: px7659 on Jun 15, 2010 6:21 PM

    px7659 wrote:
    Normally, when I would call code from eclipse, I would type something like:
    import +<package name>.<class name>+But somehow, this approach doesn't seem to work in NetBeans, how can I import code from another package? I can seem to import from the same package, but not a different one.Then the package is not part of the project. Did you perhaps forget to add the jar library in question?

  • Importing data from a text file with MathScript

    Hi,
    I currently have a bit of Matlab code that imports a load of data from a tab-delimited text file. The text file is in the same directory as the .m file and my .vi file. The relevant line of import code from Matlab is:
    data=dlmread('data.txt','\t',5,0);
    When I run this in Labview after importing the code into a Mathscript block and connecting two relevant outputs to a "Build XY Graph" block such that the variables can be plotted, I get a message saying:
    "Error -90001 occured at Error in function dlmread at line 10. Labview: File not found..." 
    How can I get LabVIEW to read the file? Sorry if this is a stupid question but I'm new to LabVIEW, having come from Matlab! 
    Thanks for the help  

    Hi,
    Looks like that you are using relative path. Then, the file must be located in MathScript search path. Otherwise, MathScript can not find that file. You can either specify the absolute path or add the path to MathScript search path list.
    I have tried in LabVIEW 8.6. dlmread should work well to read data from .txt file.

  • Importing data from ms access to db2 through java code

    hi there,
    i want to develop a code in which i can set ODBC settings because i dont want user to manually set these settings using administration tools in control panel.....is there any way of doing this.?
    but my main problem is , importing database from .mdb file to db2 using java code only.....
    thanks in advance

    one point i want to mention here...there is perhaps a 'cursor problem' ( or not a problem at all )...see the following code...
    1. while (res.next()) {
    2. System.out.println("-> " + res.getString(2));
    3. jTextArea1.append("-> " + res.getString(2) + "\n");
    4. }
    You have a repetition problem.
    Cursors are like iterators: you can't reuse them. Once you iterate through them you have to reinitialize them. Some JDBC implementations are picky about the order in which you access variables. This one appears to not allow you to access them twice.
    The question is: why do you bother to get this value twice? Just do it once, like this:
    while (res.next())
       String str = res.getString(2);
       System.out.println("-> " + str);
        jTextArea1.append("-> " + str + "\n");
    }Another question worth asking: Why is UI code mingled in with database code? Poor layering. I hate seeing Swing and JDBC mixed together like this.
    %

  • Importing clips from iMovie HD to FCE4

    Hi. Have read with interest a couple of questions on this same issue, with the advice from Tom Wolsky seemingly being to not mix the two applications and just get stuck in with FCE. However, i'm finding FCE difficult to like/get to grips with. But more importantly, after attending some Apple onetoone sessions, it seems my Canon camcorder might be a little long in the tooth and there may be some tape slippage as I was getting time code errors when trying to import directly to FCE. The fix seemed to be to capture the footage via iMovie and import to FCE using 'show package contents' route. Having now though imported some footage from a second tape, I have some of the clips showing as Offline for some reason. Is the trick to import clips from IMovie as per Tom's suggested route on 9/8/08?

    I import video from my camera into iMovie 4, because that is the last version of iMovie, I believe, that was capable of flushing unwanted video off the hard drive, and I can bring an entire tape into iMovie, trim it down for FCE, and then get rid of the unwanted footage. iMovie 6, like Final Cut Express, is a nondestructive editor and can't erase unwanted footage from the hard drive, and as you know, video uses up hard drive space FAST. To get rid of discarded edits, you either have to use iMovie 4 or Final Cut Pro.
    iMovie is also much easier to import video into than Final Cut Express, with all the latter's complicated controls. With iMovie, you just plug in your camera, iMovie then says "Camera Connected," and you hit Play and Import. Stone simple. Also, in iMovie you can hear the audio as it comes in, and if I remember right (it's been a while since I did it in FCE), you can't hear your audio tracks as your video imports into FCE. Not a big deal, but an annoyance.
    Once the video is in iMovie, then I cut and trim the video to get rid of all substandard/unwanted stuff, and then Empty Trash, which erases the unwanted video off the hard drive, saving mucho space over the course of a project. Otherwise, you're just stuck with the unwanted video, and all it does is fill up your hard drive. Then you export (or "Share," in iMovie parlance) your video from iMove as a QuickTime movie, and drop that QT movie into Final Cut Express's Browser. Then create your FCE project from it.
    The only objection I have ever seen to this procedure is people complaining that their QuickTime movie from iMovie has to be rendered in FCE before FCE can use it, and this takes a bit of extra time. Well, that's true, unless you export your video from iMovie in a form that FCE can use natively. Then it doesn't need to be rendered at all--it's just as though you had imported it from the camera directly into FCE. Most people don't know how to set up iMovie to do that.
    Here's how I do it: (this is iMovie 4; I assume other versions are the same), Select Share > QuickTime and choose Expert Settings. On the next screen, select Export: Movie to QuickTime Movie, and click the Options button. In the Movie Settings window that this brings up, on the upper (video) part of it, under the Video checkbox, click the Settings button there, and for Compression Type choose DV/DVCPRO-NTSC, and under Compressor Quality, move the slider to Best, and click OK. Under the Sound checkbox, click Settings, and then choose Linear PCM, Stereo, and 48.000 kHz for Sound Settings. Under Render Settings, choose Qualty: Best. Just below that, uncheck the "Prepare for Internet Streaming" box. Then click OK, and the window will go away, and you're ready to export.
    Give the video a name, and a place to save to, then click SAVE. The QuickTime movie that results from this can be dropped straight into FCE and requires no rendering; it works just as though you had imported it directly into FCE from your camera.
    Tom B.

  • IPhoto quits unexpectedly every time I try to import photos from iPhone

    Hi
    I'm struggling with what seems a common problem... But I looked at some of the solutions and they are not working for me.  iPhoto quits when I try to import photos from iPhone.
    I tried to look for the 3ivx file/folder that has been mentioned as the solution, but I don't even have the folder.  I've updated iPhoto, it's the latest version: 9.2.3
    Here is the message.  Can anyone help?
    Process:         iPhoto [1392]
    Path:            /Applications/iPhoto.app/Contents/MacOS/iPhoto
    Identifier:      com.apple.iPhoto
    Version:         9.2.3 (9.2.3)
    Build Info:      iPhotoProject-629052000000000~1
    Code Type:       X86 (Native)
    Parent Process:  launchd [90]
    Date/Time:       2012-05-26 18:56:12.553 +0200
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          40743 sec
    Crashes Since Last Report:           3
    Per-App Interval Since Last Report:  422 sec
    Per-App Crashes Since Last Report:   3
    Anonymous UUID:                      9BEAD046-F80E-4BBD-8CFE-38C8F76AF082
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread:  36  Import thread 0
    Application Specific Information:
    *** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<NSCFDictionary 0x23a8d1c0> valueForUndefinedKey:]: this class is not key value coding-compliant for the key DLP(R).'
    *** Call stack at first throw:
              0   CoreFoundation                      0x96aab6ca __raiseError + 410
              1   libobjc.A.dylib                     0x94f0a5a9 objc_exception_throw + 56
              2   CoreFoundation                      0x96af6a21 -[NSException raise] + 17
              3   Foundation                          0x99a8eedc -[NSObject(NSKeyValueCoding) valueForUndefinedKey:] + 279
              4   Foundation                          0x999b02e3 _NSGetUsingKeyValueGetter + 68
              5   Foundation                          0x999af850 -[NSObject(NSKeyValueCoding) valueForKey:] + 413
              6   Foundation                          0x999aaeaa -[NSDictionary(NSKeyValueCoding) valueForKey:] + 198
              7   Geode                               0x00fce0b9 +[DGColorSyncProfile addProfile:] + 141
              8   Geode                               0x00fce022 DGCMProfileIterator + 40
              9   ColorSyncDeprecated.dylib           0x979f238b profileIterateCallback + 1144
              10  ColorSync                           0x943f2e3d ColorSyncProfileCacheIterateProfiles + 2902
              11  ColorSyncDeprecated.dylib           0x979f1eff CMIterateColorSyncFolder + 79
              12  Geode                               0x00fcdf2f +[DGColorSyncProfile synchronizeProfiles] + 318
              13  Geode                               0x00fcdd82 +[DGColorSyncProfile newProfileWithName:] + 35
              14  RedRock                             0x01dace4a -[RKMetadata _digestedExifAttributesFromRawAttributes:] + 8234
              15  RedRock                             0x01daadd2 -[RKMetadata setRawImageAttributes:] + 82
              16  RedRock                             0x01e48eb5 -[RKMetadata initWithPath:cgImageSource:options:sidecar:] + 1045
              17  RedRock                             0x01daab9e -[RKMetadata initWithPath:cgImageSource:options:] + 62
              18  iPhoto                              0x0067fe0d 0x0 + 6815245
              19  iPhoto                              0x0067e05a 0x0 + 6807642
              20  iPhoto                              0x00151444 0x0 + 1381444
              21  iPhoto                              0x00150c2f 0x0 + 1379375
              22  libSystem.B.dylib                   0x96d90259 _pthread_start + 345
              23  libSystem.B.dylib                   0x96d900de thread_start + 34
    Thread 0:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib                       0x96d62afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x96d63267 mach_msg + 68
    2   com.apple.CoreFoundation                0x96a142df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x96a133c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x96a131f1 CFRunLoopRunInMode + 97
    5   com.apple.HIToolbox                     0x945b6e04 RunCurrentEventLoopInMode + 392
    6   com.apple.HIToolbox                     0x945b6bb9 ReceiveNextEventCommon + 354
    7   com.apple.HIToolbox                     0x945b6a3e BlockUntilNextEventMatchingListInMode + 81
    8   com.apple.AppKit                        0x905fc595 _DPSNextEvent + 847
    9   com.apple.AppKit                        0x905fbdd6 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    10  com.apple.AppKit                        0x905be1f3 -[NSApplication run] + 821
    11  com.apple.AppKit                        0x905b6289 NSApplicationMain + 574
    12  com.apple.iPhoto                        0x000111ca 0x1000 + 65994
    13  com.apple.iPhoto                        0x00010659 0x1000 + 63065
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x96d89382 kevent + 10
    1   libSystem.B.dylib                       0x96d89a9c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                       0x96d88f59 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                       0x96d88cfe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib                       0x96d88781 _pthread_wqthread + 390
    5   libSystem.B.dylib                       0x96d885c6 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib                       0x96d62b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x96d906e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x96dbf5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x999e18e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x9999a3b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x9999a294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0176e5e2 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0176d590 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x999a54c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x999a5474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    11  libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 3:
    0   libSystem.B.dylib                       0x96d62afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x96d63267 mach_msg + 68
    2   com.apple.CoreFoundation                0x96a142df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x96a133c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x96a131f1 CFRunLoopRunInMode + 97
    5   com.apple.Foundation                    0x999df1b3 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 279
    6   com.apple.proxtcore                     0x0176f9cd -[XTRunLoopThread run:] + 509
    7   com.apple.Foundation                    0x999a54c4 -[NSThread main] + 45
    8   com.apple.Foundation                    0x999a5474 __NSThread__main__ + 1499
    9   libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    10  libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 4:
    0   libSystem.B.dylib                       0x96d62afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x96d63267 mach_msg + 68
    2   com.apple.CoreFoundation                0x96a142df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x96a133c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x96a131f1 CFRunLoopRunInMode + 97
    5   com.apple.Foundation                    0x999df1b3 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 279
    6   com.apple.proxtcore                     0x0176f9cd -[XTRunLoopThread run:] + 509
    7   com.apple.Foundation                    0x999a54c4 -[NSThread main] + 45
    8   com.apple.Foundation                    0x999a5474 __NSThread__main__ + 1499
    9   libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    10  libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 5:
    0   libSystem.B.dylib                       0x96d62b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x96d906e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x96dbf5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x999e18e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x9999a3b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x9999a294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0176e5e2 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0176d590 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x999a54c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x999a5474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    11  libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 6:
    0   libSystem.B.dylib                       0x96d62b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x96d906e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x96dbf5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x999e18e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x9999a3b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x9999a294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0176e5e2 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0176d590 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x999a54c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x999a5474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    11  libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 7:
    0   libSystem.B.dylib                       0x96d62b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x96d906e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x96dbf5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x999e18e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x9999a3b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x9999a294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0176e5e2 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0176d590 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x999a54c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x999a5474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    11  libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 8:
    0   libSystem.B.dylib                       0x96d62b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x96d906e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x96dbf5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x999e18e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x9999a3b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x9999a294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0176e5e2 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0176d590 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x999a54c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x999a5474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    11  libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 9:
    0   libSystem.B.dylib                       0x96d62afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x96d63267 mach_msg + 68
    2   com.apple.CoreFoundation                0x96a142df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x96a133c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x96a131f1 CFRunLoopRunInMode + 97
    5   com.apple.Foundation                    0x999df1b3 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 279
    6   com.apple.proxtcore                     0x0176f9cd -[XTRunLoopThread run:] + 509
    7   com.apple.Foundation                    0x999a54c4 -[NSThread main] + 45
    8   com.apple.Foundation                    0x999a5474 __NSThread__main__ + 1499
    9   libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    10  libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 10:
    0   libSystem.B.dylib                       0x96d62b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x96d906e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x96dbf5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x999e18e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x9999a3b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x9999a294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0176e5e2 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0176d590 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x999a54c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x999a5474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    11  libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 11:
    0   libSystem.B.dylib                       0x96d62b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x96d906e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x96dbf5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x999e18e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x9999a3b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x9999a294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0176e5e2 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0176d590 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x999a54c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x999a5474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    11  libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 12:
    0   libSystem.B.dylib                       0x96d62b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x96d906e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x96dbf5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x999e18e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x9999a3b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x9999a294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0176e5e2 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0176d590 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x999a54c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x999a5474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    11  libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 13:
    0   libSystem.B.dylib                       0x96d62b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x96d906e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x96dbf5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x999e18e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x9999a3b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x9999a294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0176e5e2 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0176d590 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x999a54c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x999a5474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    11  libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 14:
    0   libSystem.B.dylib                       0x96d62b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x96d906e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x96dbf5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x999e18e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x9999a3b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x9999a294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0176e5e2 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0176d590 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x999a54c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x999a5474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    11  libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 15:
    0   libSystem.B.dylib                       0x96d62b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x96d906e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x96dbf5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x999e18e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x9999a3b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x9999a294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0176e5e2 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0176d590 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x999a54c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x999a5474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    11  libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 16:
    0   libSystem.B.dylib                       0x96d62b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x96d906e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x96dbf5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x999e18e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x9999a3b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x9999a294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0176e5e2 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0176d590 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x999a54c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x999a5474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    11  libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 17:
    0   libSystem.B.dylib                       0x96d62b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x96d906e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x96dbf5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x999e18e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x9999a3b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x9999a294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0176e5e2 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0176d590 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x999a54c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x999a5474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    11  libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 18:
    0   libSystem.B.dylib                       0x96d62b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x96d906e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x96dbf5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x999e18e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x9999a3b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x9999a294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0176e5e2 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0176d590 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x999a54c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x999a5474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    11  libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 19:
    0   libSystem.B.dylib                       0x96d62b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x96d906e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x96dbf5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x999e18e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x9999a3b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x9999a294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0176e5e2 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0176d590 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x999a54c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x999a5474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    11  libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 20:
    0   libSystem.B.dylib                       0x96d62b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x96d906e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x96dbf5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x999e18e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x9999a3b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x9999a294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0176e5e2 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0176d590 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x999a54c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x999a5474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    11  libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 21:
    0   libSystem.B.dylib                       0x96d62b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x96d906e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x96dbf5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x999e18e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x9999a3b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x9999a294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0176e5e2 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0176d590 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x999a54c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x999a5474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    11  libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 22:
    0   libSystem.B.dylib                       0x96d62b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x96d906e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x96dbf5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x999e18e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x9999a3b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x9999a294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0176e5e2 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0176d590 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x999a54c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x999a5474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    11  libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 23:
    0   libSystem.B.dylib                       0x96d62b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x96d906e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x96dbf5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x999e18e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x9999a3b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x9999a294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0176e5e2 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0176d590 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x999a54c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x999a5474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    11  libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 24:
    0   libSystem.B.dylib                       0x96d62afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x96d63267 mach_msg + 68
    2   com.apple.iLifeSQLAccess                0x01860f41 -[RALatchTrigger wait] + 81
    3   com.apple.iLifeSQLAccess                0x01860dc9 -[RAOperationQueueImpl _workThread] + 217
    4   com.apple.Foundation                    0x999a54c4 -[NSThread main] + 45
    5   com.apple.Foundation                    0x999a5474 __NSThread__main__ + 1499
    6   libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    7   libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 25:
    0   libSystem.B.dylib                       0x96d62afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x96d63267 mach_msg + 68
    2   com.apple.iLifeSQLAccess                0x01860f41 -[RALatchTrigger wait] + 81
    3   com.apple.iLifeSQLAccess                0x01860dc9 -[RAOperationQueueImpl _workThread] + 217
    4   com.apple.Foundation                    0x999a54c4 -[NSThread main] + 45
    5   com.apple.Foundation                    0x999a5474 __NSThread__main__ + 1499
    6   libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    7   libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 26:
    0   libSystem.B.dylib                       0x96d62b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x96d906e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x96dbf5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x999e18e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x9999a3b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x9999a294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.RedRock                       0x01d59491 -[RKAsyncImageRenderer _backgroundRenderThread:] + 177
    7   com.apple.proxtcore                     0x01778506 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 166
    8   com.apple.proxtcore                     0x0176fb95 -[XTSubscription postMessage:] + 181
    9   com.apple.proxtcore                     0x0176f2e6 -[XTDistributor distributeMessage:] + 726
    10  com.apple.proxtcore                     0x0176ee35 -[XTThread handleMessage:] + 1285
    11  com.apple.proxtcore                     0x0176d5a6 -[XTThread run:] + 438
    12  com.apple.Foundation                    0x999a54c4 -[NSThread main] + 45
    13  com.apple.Foundation                    0x999a5474 __NSThread__main__ + 1499
    14  libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    15  libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 27:
    0   libSystem.B.dylib                       0x96d62afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x96d63267 mach_msg + 68
    2   com.apple.CoreFoundation                0x96a142df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x96a133c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x96a131f1 CFRunLoopRunInMode + 97
    5   com.apple.CFNetwork                     0x94319d37 Host::blockUntilComplete() + 109
    6   com.apple.CFNetwork                     0x94314056 Host::startInfoResolution(InheritEnum<_ExtendedHostInfoType, CFHostInfoType>, CFStreamError*) + 138
    7   com.apple.CFNetwork                     0x94313fc7 CFHostStartInfoResolution + 39
    8   com.apple.CFNetwork                     0x94356f26 _JSDnsResolveFunctionCallback(OpaqueJSContext const*, OpaqueJSValue*, OpaqueJSValue*, unsigned long, OpaqueJSValue const* const*, OpaqueJSValue const**) + 170
    9   com.apple.JavaScriptCore                0x950c05b7 JSC::JSCallbackFunction::call(JSC::ExecState*) + 631
    Thread 28:  com.apple.CFSocket.private
    0   libSystem.B.dylib                       0x96d81ac6 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation                0x96a53c53 __CFSocketManager + 1091
    2   libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    3   libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 29:
    0   libSystem.B.dylib                       0x96d62afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x96d63267 mach_msg + 68
    2   com.apple.iLifeSQLAccess                0x01860f41 -[RALatchTrigger wait] + 81
    3   com.apple.iLifeSQLAccess                0x01860dc9 -[RAOperationQueueImpl _workThread] + 217
    4   com.apple.Foundation                    0x999a54c4 -[NSThread main] + 45
    5   com.apple.Foundation                    0x999a5474 __NSThread__main__ + 1499
    6   libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    7   libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 30:  JavaScriptCore::BlockFree
    0   libSystem.B.dylib                       0x96d90aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x96d9075e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x96d902b1 pthread_cond_timedwait$UNIX2003 + 72
    3   com.apple.JavaScriptCore                0x9504959c ***::ThreadCondition::timedWait(***::Mutex&, double) + 156
    Thread 31:
    0   libSystem.B.dylib                       0x96d90aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x96d9075e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x96d923f8 pthread_cond_wait$UNIX2003 + 73
    3   com.apple.Foundation                    0x999cd6b3 -[NSCondition wait] + 316
    4   com.apple.iPhoto                        0x0005c3fa 0x1000 + 373754
    5   com.apple.iPhoto                        0x0005c352 0x1000 + 373586
    6   com.apple.CoreFoundation                0x96a50ead __invoking___ + 29
    7   com.apple.CoreFoundation                0x96a50e18 -[NSInvocation invoke] + 136
    8   com.apple.RedRock                       0x01d7b8d1 -[RKInvoker _invokeTarget:] + 33
    9   com.apple.RedRock                       0x01d8d134 -[RKInvoker _invokeTargetWithPool:] + 68
    10  com.apple.proxtcore                     0x01778506 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 166
    11  com.apple.proxtcore                     0x0176fb95 -[XTSubscription postMessage:] + 181
    12  com.apple.proxtcore                     0x0176f2e6 -[XTDistributor distributeMessage:] + 726
    13  com.apple.proxtcore                     0x0176ee35 -[XTThread handleMessage:] + 1285
    14  com.apple.proxtcore                     0x0176d5a6 -[XTThread run:] + 438
    15  com.apple.Foundation                    0x999a54c4 -[NSThread main] + 45
    16  com.apple.Foundation                    0x999a5474 __NSThread__main__ + 1499
    17  libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    18  libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 32:
    0   libSystem.B.dylib                       0x96d62b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x96d906e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x96dbf5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x999e18e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x9999a3b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x9999a294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0176e5e2 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0176d590 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x999a54c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x999a5474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    11  libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 33:
    0   libSystem.B.dylib                       0x96d88412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x96d889a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x96d885c6 start_wqthread + 30
    Thread 34:
    0   libSystem.B.dylib                       0x96d62b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x96d906e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x96dbf5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreVideo                     0x943c97a6 CVDisplayLink::waitUntil(unsigned long long) + 386
    4   com.apple.CoreVideo                     0x943c85eb CVDisplayLink::runIOThread() + 741
    5   com.apple.CoreVideo                     0x943c82ea startIOThread(void*) + 156
    6   libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    7   libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 35:
    0   libSystem.B.dylib                       0x96d88412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x96d889a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x96d885c6 start_wqthread + 30
    Thread 36 Crashed:  Import thread 0
    0   com.apple.CoreFoundation                0x96af6a37 ___TERMINATING_DUE_TO_UNCAUGHT_EXCEPTION___ + 7
    1   libobjc.A.dylib                         0x94f0a5a9 objc_exception_throw + 56
    2   com.apple.CoreFoundation                0x96af6a21 -[NSException raise] + 17
    3   com.apple.Foundation                    0x99a8eedc -[NSObject(NSKeyValueCoding) valueForUndefinedKey:] + 279
    4   com.apple.Foundation                    0x999b02e3 _NSGetUsingKeyValueGetter + 68
    5   com.apple.Foundation                    0x999af850 -[NSObject(NSKeyValueCoding) valueForKey:] + 413
    6   com.apple.Foundation                    0x999aaeaa -[NSDictionary(NSKeyValueCoding) valueForKey:] + 198
    7   com.apple.geode                         0x00fce0b9 +[DGColorSyncProfile addProfile:] + 141
    8   com.apple.geode                         0x00fce022 DGCMProfileIterator + 40
    9   ColorSyncDeprecated.dylib               0x979f238b profileIterateCallback + 1144
    10  com.apple.ColorSync                     0x943f2e3d ColorSyncProfileCacheIterateProfiles + 2902
    11  ColorSyncDeprecated.dylib               0x979f1eff CMIterateColorSyncFolder + 79
    12  com.apple.geode                         0x00fcdf2f +[DGColorSyncProfile synchronizeProfiles] + 318
    13  com.apple.geode                         0x00fcdd82 +[DGColorSyncProfile newProfileWithName:] + 35
    14  com.apple.RedRock                       0x01dace4a -[RKMetadata _digestedExifAttributesFromRawAttributes:] + 8234
    15  com.apple.RedRock                       0x01daadd2 -[RKMetadata setRawImageAttributes:] + 82
    16  com.apple.RedRock                       0x01e48eb5 -[RKMetadata initWithPath:cgImageSource:options:sidecar:] + 1045
    17  com.apple.RedRock                       0x01daab9e -[RKMetadata initWithPath:cgImageSource:options:] + 62
    18  com.apple.iPhoto                        0x0067fe0d 0x1000 + 6811149
    19  com.apple.iPhoto                        0x0067e05a 0x1000 + 6803546
    20  com.apple.iPhoto                        0x00151444 0x1000 + 1377348
    21  com.apple.iPhoto                        0x00150c2f 0x1000 + 1375279
    22  libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    23  libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 37:
    0   libSystem.B.dylib                       0x96d90aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x96dbc9c5 nanosleep$UNIX2003 + 188
    2   libSystem.B.dylib                       0x96dbc903 usleep$UNIX2003 + 61
    3   com.apple.AppKit                        0x90765e2d -[NSUIHeartBeat _heartBeatThread:] + 2039
    4   com.apple.Foundation                    0x999a54c4 -[NSThread main] + 45
    5   com.apple.Foundation                    0x999a5474 __NSThread__main__ + 1499
    6   libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    7   libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 38:
    0   libSystem.B.dylib                       0x96d88412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x96d889a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x96d885c6 start_wqthread + 30
    Thread 36 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x94f0a585  ecx: 0xb22bd000  edx: 0x0000003b
      edi: 0xa055cab0  esi: 0x23aad9a0  ebp: 0xb22bb528  esp: 0xb22bb510
       ss: 0x0000001f  efl: 0x00000282  eip: 0x96af6a37   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x0000001f   gs: 0x00000037
      cr2: 0x1b89d000
    Binary Images:
        0x1000 -   0xd29fe3  com.apple.iPhoto 9.2.3 (9.2.3) <F31985CC-1214-391C-8756-55E167434F58> /Applications/iPhoto.app/Contents/MacOS/iPhoto
      0xe94000 -   0xf7bfef  org.python.python 2.6.1 (2.6.1) <4FFD855C-1C5A-9206-A695-8C9904F1DA84> /System/Library/Frameworks/Python.framework/Versions/2.6/Python
      0xfc6000 -  0x1166ffb  com.apple.geode 1.5.1 (151.56) <96DB5B49-A0E9-31A6-B231-1342080D4982> /Applications/iPhoto.app/Contents/Frameworks/Geode.framework/Versions/A/Geode
    0x1207000 -  0x1209fff  com.apple.iLifePhotoStreamConfiguration 2.2 (2.2) <F5560FC9-1E0A-33E3-9BE0-439A30C5E0B4> /Applications/iPhoto.app/Contents/Frameworks/iLifePhotoStreamConfiguration.fram ework/Versions/A/iLifePhotoStreamConfiguration
    0x120f000 -  0x121eff7  com.apple.iLifeAssetManagement 2.1 (10.12) <76BFFB15-42B6-360B-8662-4A8C3CE5625A> /Applications/iPhoto.app/Contents/Frameworks/iLifeAssetManagement.framework/Ver sions/A/iLifeAssetManagement
    0x122b000 -  0x1253ffb  com.apple.iPhoto.Tessera 1.1 (60.11) <4436A07F-C1C2-35EC-AE4E-1C78D2E5DB17> /Applications/iPhoto.app/Contents/Frameworks/Tessera.framework/Versions/A/Tesse ra
    0x1264000 -  0x128bffb  com.apple.iPhoto.Tellus 1.3 (60.11) <15666D46-40EA-3D08-A147-57353503CAAC> /Applications/iPhoto.app/Contents/Frameworks/Tellus.framework/Versions/A/Tellus
    0x12a0000 -  0x12aafff  com.apple.iphoto.AccountConfigurationPlugin 1.2 (1.2) <D2B98DA9-300C-3436-BFC5-C461561F41D2> /Applications/iPhoto.app/Contents/Frameworks/AccountConfigurationPlugin.framewo rk/Versions/A/AccountConfigurationPlugin
    0x12b5000 -  0x12ccff7  com.apple.iLifeFaceRecognition 1.0 (21) <AD53D7A2-F0B2-FF76-5C6D-C23B234AB50E> /Library/Frameworks/iLifeFaceRecognition.framework/Versions/A/iLifeFaceRecognit ion
    0x12db000 -  0x1306fff  com.apple.DiscRecordingUI 5.0.9 (5090.4.2) <3E6CC284-2F1B-9EDB-0B56-872F962669A2> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
    0x131e000 -  0x1329fff  com.apple.UpgradeChecker 9.2 (9.2) <CD256BF5-BF97-3972-91DD-79024C4D4390> /Applications/iPhoto.app/Contents/Frameworks/UpgradeChecker.framework/Versions/ A/UpgradeChecker
    0x1331000 -  0x1331fff  com.apple.iLifeSlideshow 2.3.0 (847) <E98D197B-DAE9-3728-A2DA-C66966ABC6EF> /Library/Frameworks/iLifeSlideshow.framework/Versions/A/iLifeSlideshow
    0x1334000 -  0x15aaffb  com.apple.iLifePageLayout 1.3 (150.41) <F2EF1F55-312B-3C5E-8FCA-F505B3801310> /Library/Frameworks/iLifePageLayout.framework/Versions/A/iLifePageLayout
    0x1674000 -  0x1710ff7  com.apple.MobileMe 13 (1.0.4) <A202411E-6B50-362B-9C0B-F374FDE2736C> /Applications/iPhoto.app/Contents/Frameworks/MobileMe.framework/Versions/A/Mobi leMe
    0x176a000 -  0x17cafff  com.apple.proxtcore 1.3 (140.59) <6C899840-6789-3A2A-A090-BF368536C5EE> /Applications/iPhoto.app/Contents/Frameworks/ProXTCore.framework/Versions/A/Pro XTCore
    0x181c000 -  0x18fbff3  com.apple.iLifeSQLAccess 1.6 (30.14) <2CBF1F57-610A-33B8-9607-30C38DF4155B> /Library/Frameworks/iLifeSQLAccess.framework/Versions/A/iLifeSQLAccess
    0x1929000 -  0x1955fef  com.apple.ProUtils 1.1 (120.15) <0D7EBEA9-3863-3DED-B137-2E30FF863C8E> /Applications/iPhoto.app/Contents/Frameworks/ProUtils.framework/Versions/A/ProU tils
    0x1970000 -  0x19c3ff7  com.apple.iLifeKit 1.3 (90.17) <2E7BE9FC-E564-305B-BB0C-9F27252CE5F2> /Library/Frameworks/iLifeKit.framework/Versions/A/iLifeKit
    0x19f4000 -  0x1c2cfff  com.apple.prokit 7.0.1 (1331.1) <327AFA15-E955-02EF-3E57-E2558B645698> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x1d34000 -  0x217afe3  com.apple.RedRock 1.8.2 (233.29) <D15657D4-EA9C-381A-9E61-DF7FDD39B9A8> /Applications/iPhoto.app/Contents/Frameworks/RedRock.framework/Versions/A/RedRo ck
    0x2311000 -  0x2318ff7  com.apple.MediaSync 1.1 (130.12) <9CAA779A-DF95-3523-8AE7-E049B4E143A7> /Applications/iPhoto.app/Contents/Frameworks/MediaSync.framework/Versions/A/Med iaSync
    0x2320000 -  0x2321fff +eOkaoCom.dylib ??? (???) <2DE16B47-23E7-73DB-1297-C928E40DFC31> /Library/Frameworks/iLifeFaceRecognition.framework/Versions/A/Resources/eOkaoCo m.dylib
    0x2325000 -  0x234aff2 +eOkaoPt.dylib ??? (???) <831D49D0-43A0-21A0-2662-2207E3BE0FF6> /Library/Frameworks/iLifeFaceRecognition.framework/Versions/A/Resources/eOkaoPt .dylib
    0x2351000 -  0x2385fe7 +eOkaoDt.dylib ??? (???) <5693A28E-8C94-0F5F-150E-3B17CF753F64> /Library/Frameworks/iLifeFaceRecognition.framework/Versions/A/Resources/eOkaoDt .dylib
    0x238b000 -  0x24f2fff +eOkaoFr.dylib ??? (???) <E355FB47-C5EF-50CF-621A-9B17A50E2850> /Library/Frameworks/iLifeFaceRecognition.framework/Versions/A/Resources/eOkaoFr .dylib
    0x24f6000 -  0x251fff7  com.apple.iLifeSlideshowCore 2.3.0 (233) <AFEB793C-AB48-3FEC-BE49-393824CB92F9> /Library/Frameworks/iLifeSlideshow.framework/Versions/A/Framew

    To re-install iPhoto
    1. Put the iPhoto.app in the trash (Drag it from your Applications Folder to the trash)
    2. Download it from the App Store to reinstall It's on your Purchases List* there.
    For older versions that have been installed from Disk you'll need these additional steps:
    2a: On 10.5:  Go to HD/Library/Receipts and remove any pkg file there with iPhoto in the name.
    2b: On 10.6: Those receipts may be found as follows:  In the Finder use the Go menu and select Go To Folder. In the resulting window type
    /var/db/receipts/
    2c: on 10.7 or later they're at
    /private/var/db/receipts
    A Finder Window will open at that location and you can remove the iPhoto pkg files.
    3. Re-install.
    If you purchased an iLife Disk, then iPhoto is on it.
    If iPhoto was installed on your Mac when you go it then it’s on the System Restore disks that came with your Mac. Insert the first one and opt to ‘Install Bundled Applications Only.
    *Sometimes iPhoto is not visible on the Purchases List. it may be hidden. See this article for details on how to unhide it.
    http://support.apple.com/kb/HT4928
    One question often asked: Will I lose my Photos if I reinstall?
    iPhoto the application and the iPhoto Library are two different parts of the iPhoto programme. So, reinstalling the app should not affect the Library. BUT you should always have a back up before doing this kind of work. Always.

  • How move code from one class to other?

    I have a .fla file.
    There i have some keyframes with labels.
    On .fla file in property in Class field i adde MyMatching class.
    Also i have main code:
    package
         import flash.display.MovieClip;
         import flash.events.MouseEvent;
         import flash.text.TextField;
         public class MyMatching extends MovieClip
              var play_btn:MyButton = new MyButton();
              var kyky:MyTimer;
              public function MyMatching():void
                   welcomeScreen();
              public function welcomeScreen():void
                   stop();
                   trace("working");
                   play_btn.x = 210;
                   play_btn.y = 300;
                   addChild(play_btn);
                   play_btn.addEventListener(MouseEvent.CLICK, goToLevel_1);
              public function goToLevel_1(event:MouseEvent)
                   trace("level 1");
                   play_btn.visible = false;
                   gotoAndStop('Level1Screen');               
                   if (kyky==undefined) {
                        kyky = new MyTimer();
    And i have other class:
    package
         import flash.display.MovieClip;
         import flash.display.Stage;
         import flash.utils.getTimer;
         import flash.text.TextField;
         public class MyTimer extends Stage
              import flash.utils.getTimer;
              var gameStartTime:uint;
              var gameTime:uint;
              var gameTimeField:TextField;
              function mainFunction():void
                   gameTimeField = new TextField();
                   addChild(gameTimeField);
                   gameStartTime=getTimer();
                   gameTime=0;
                   addEventListener(Event.ENTER_FRAME,showTime);
              function showTime(event:Event)
                   gameTime=getTimer()-gameStartTime;
                   gameTimeField.text="You plaing: "+clockTime(gameTime);
              function clockTime(ms:int)
                   var seconds:int=Math.floor(ms/1000);
                   var minutes:int=Math.floor(seconds/60);
                   seconds-=minutes*60;
                   var timeString:String=minutes+":"+String(seconds+100).substr(1,2);
                   return timeString;
    Ho i can play code from class MyTimer in goToLevel_1 function(this function stand in my main class MyMatching) ?
    Thank you.

    First of all your MyTimer class is written wrong and sloppy.
    Why does it extend Stage? The most compact class to extend under the circumstances is Sprite.
    Also, it is very important to get into habit of datatype declarations. Not only it is good practice, in your case good compiler will throw error because although you return String, function doesn't return anything.
    In addition, it is important to declare namespaces like private public and protected inside classes. Not function clickTime():String but private function clockTime():String or public function clickTime():String.
    As for how to show your time elsewhere - you just need to create instnace of it and add it to disaply list:
    var myTimer:MyTimer = new MyTimer();
    addChild(myTimer);
    With that said, your class should look like this:
    package 
         import flash.display.Sprite;
         import flash.events.Event;
         import flash.display.MovieClip;
         import flash.utils.getTimer;
         import flash.text.TextField;
         public class MyTimer extends Sprite
              private var gameStartTime:uint;
              private var gameTime:uint;
              private var gameTimeField:TextField;
              public function MyTimer()
                   gameTimeField = new TextField();
                   addChild(gameTimeField);
                   gameStartTime = getTimer();
                   gameTime = 0;
                   addEventListener(Event.ENTER_FRAME,showTime);
              private function showTime(event:Event):void
                   gameTime = getTimer() - gameStartTime;
                   gameTimeField.text = "You playing: " + clockTime(gameTime);
              private function clockTime(ms:int):String
                   var seconds:int = Math.floor(ms / 1000);
                   var minutes:int = Math.floor(seconds / 60);
                   var timeString:String = minutes + ":" + String(seconds + 100).substr(1, 2);
                   return timeString;

  • Import data from excel/csv file in web dynpro

    Hi All,
    I need to populate a WD table by first importing a excel/CSV file thru web dynpro screen and then reading thru the file.Am using FileUpload element from NW04s.
    How can I read/import data from excel / csv file in web dynpro table context?
    Any help is appreciated.
    Thanks a lot
    Aakash

    Hi,
    Here are the basic steps needed to read data from excel spreadsheet using the Java Excel API(jExcel API).
    jExcel API can read a spreadsheet from a file stored on the local file system or from some input stream, ideally the following should be the steps while reading:
    Create a workbook from a file on the local file system, as illustrated in the following code fragment:
              import java.io.File;
              import java.util.Date;
              import jxl.*;
             Workbook workbook = Workbook.getWorkbook(new File("test.xls"));
    On getting access to the worksheet, once can use the following code piece to access  individual sheets. These are zero indexed - the first sheet being 0, the  second sheet being 1, and so on. (You can also use the API to retrieve a sheet by name).
              Sheet sheet = workbook.getSheet(0);
    After getting the sheet, you can retrieve the cell's contents as a string by using the convenience method getContents(). In the example code below, A1 is a text cell, B2 is numerical value and C2 is a date. The contents of these cells may be accessed as follows
    Cell a1 = sheet.getCell(0,0);
    Cell b2 = sheet.getCell(1,1);
    Cell c2 = sheet.getCell(2,1);
    String a1 = a1.getContents();
    String b2 = b2.getContents();
    String c2 = c2.getContents();
    // perform operations on strings
    However in case we need to access the cell's contents as the exact data type ie. as a numerical value or as a date, then the retrieved Cell must be cast to the correct type and the appropriate methods called. The code piece given below illustrates how JExcelApi may be used to retrieve a genuine java double and java.util.Date object from an Excel spreadsheet. For completeness the label is also cast to it's correct type. The code snippet also illustrates how to verify that cell is of the expected type - this can be useful when performing validations on the spreadsheet for presence of correct datatypes in the spreadsheet.
      String a1 = null;
      Double b2 = 0;
      Date c2 = null;
                        Cell a1 = sheet.getCell(0,0);
                        Cell b2 = sheet.getCell(1,1);
                        Cell c2 = sheet.getCell(2,1);
                        if (a1.getType() == CellType.LABEL)
                           LabelCell lc = (LabelCell) a1;
                           stringa1 = lc.getString();
                         if (b2.getType() == CellType.NUMBER)
                           NumberCell nc = (NumberCell) b2;
                           numberb2 = nc.getValue();
                          if (c2.getType() == CellType.DATE)
                            DateCell dc = (DateCell) c2;
                            datec2 = dc.getDate();
                           // operate on dates and doubles
    It is recommended to, use the close()  method (as in the code piece below)   when you are done with processing all the cells.This frees up any allocated memory used when reading spreadsheets and is particularly important when reading large spreadsheets.              
              // Finished - close the workbook and free up memory
              workbook.close();
    The API class files are availble in the 'jxl.jar', which is available for download.
    Regards
    Raghu

  • SSIS 2012 is intermittently failing with below "Invalid date format" while importing data from a source table into a Destination table with same exact schema.

    We migrated Packages from SSIS 2008 to 2012. The Package is working fine in all the environments except in one of our environment.
    SSIS 2012 is intermittently failing with below error while importing data from a source table into a Destination table with same exact schema.
    Error: 2014-01-28 15:52:05.19
       Code: 0x80004005
       Source: xxxxxxxx SSIS.Pipeline
       Description: Unspecified error
    End Error
    Error: 2014-01-28 15:52:05.19
       Code: 0xC0202009
       Source: Process xxxxxx Load TableName [48]
       Description: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80004005.
    An OLE DB record is available.  Source: "Microsoft SQL Server Native Client 11.0"  Hresult: 0x80004005  Description: "Invalid date format".
    End Error
    Error: 2014-01-28 15:52:05.19
       Code: 0xC020901C
       Source: Process xxxxxxxx Load TableName [48]
       Description: There was an error with Load TableName.Inputs[OLE DB Destination Input].Columns[Updated] on Load TableName.Inputs[OLE DB Destination Input]. The column status returned was: "Conversion failed because the data value overflowed
    the specified type.".
    End Error
    But when we reorder the column in "Updated" in Destination table, the package is importing data successfully.
    This looks like bug to me, Any suggestion?

    Hi Mohideen,
    Based on my research, the issue might be related to one of the following factors:
    Memory pressure. Check there is a memory challenge when the issue occurs. In addition, if the package runs in 32-bit runtime on the specific server, use the 64-bit runtime instead.
    A known issue with SQL Native Client. As a workaround, use .NET data provider instead of SNAC.
    Hope this helps.
    Regards,
    Mike Yin
    If you have any feedback on our support, please click
    here
    Mike Yin
    TechNet Community Support

  • Import data from a Fixed Length File into Oracle database

    Hi,
    I would like to import data from a Fixed Length text file into a table using HTML DB application.
    As of now, i have a .sql file(that uses external table) to import the data into Oracle tables
    I would like to integrate this in my HTML DB application so that the user can directly import the data into the table.
    Sample data
    XXXYYYYZZZZZ
    Data should be read to table that has
    Col1 Col2 Col3
    XXX YYYY ZZZZZ

    Hi,
    I would like to import data from a Fixed Length text
    file into a table using HTML DB application.AFAIK, fixed length imports are not something you can do directly with the HTML DB tools or available APIs.
    As of now, i have a .sql file(that uses external
    table) to import the data into Oracle tables
    I would like to integrate this in my HTML DB
    application so that the user can directly import the
    data into the table.Any fixed-length data needs to have a specification associated with it that indicates which character position begins a new column and what each column represents. Some also include what datatype should be used for each of those.
    If you really want to do this I would suggest that you create a table that you can store the file spec in. It would probably have columns for field name, start position, length or end position, datatype and any alias/column name you might want to apply. You would then use this table in a PL/SQL procedure (probably a package with the main processing procedure and various supporting procedures/functions) to read the file into memory, apply the file spec to each line and then do inserts into your table.
    Obviously, this is just a concept or strategy. Implementing it will depend on your PL/SQL skills and determination. If you want to pursue this strategy I'm sure you can find some jump-starts by doing a search on the PL/SQL forum.
    This may not sound like an answer - but the answer is you need to code it to fit your requirements. Hope that helps.
    Earl

  • Using HTTPService to import data from a XML file

    Hello there!
    I'm having some problem's with this import... If anyone can
    help, I would appreciate it!
    I'm using this type of information as data source:
    public var dataCollection:ArrayCollection =
    new ArrayCollection([
    { id: "P1", name: "Porto", type: "team", children: [
    { id: "R1", name: "Dr Silva", location: "Bloco 1", type:
    "member" },
    { id: "R2", name: "Dra Neto", location: "Gabinete", type:
    "member"
    { id: "P2", name: "Braga", type: "team", children: [
    { id: "R3", name: "Dr Santos", location: "Bloco 2", type:
    "member" },
    { id: "R4", name: "Dra Sonia", location: "Piso 1", type:
    "member"
    But I want to import it from a XML file like this:
    <?xml version="1.0" encoding="utf-8"?>
    <items>
    <item id="P1" name="Porto" type="team">
    <children id="R1" name="Dr Silva" location="Bloco 1"
    type="member" />
    <children id="R2" name="Dra Neto" location="Gabinete"
    type="member" />
    </item>
    <item id="P2" name="Braga" type="team">
    <children id="R3" name="Dr Santos" location="Bloco 2"
    type="member" />
    <children id="R4" name="Dra Sonia" location="Piso 1"
    type="member" />
    </item>
    </items>
    I already import the file, but can not translate the data
    into a array collection.
    private function initApp():void {
    var httpService:HTTPService = new HTTPService();
    httpService.url = "dataprovider.xml";
    httpService.resultFormat = "e4x";
    httpService.addEventListener(FaultEvent.FAULT,
    onFaultHttpService);
    httpService.addEventListener(ResultEvent.RESULT,
    onResultHttpService);
    httpService.send();
    private function onFaultHttpService(e:FaultEvent):void
    Alert.show("Error reading data file.");
    private function onResultHttpService(e:ResultEvent):void
    //Convert the xml data to a array collection
    Thank you

    Hello Peter, and thank you for your reply's.
    My problem is that I'm receiving the data from the external
    file and I don't know how to get the children in place... I mean, I
    also have some data being received form a file that I can convert
    into an array collection, but the thing is, that file doesn't have
    children structure...
    It's something like this:
    <?xml version="1.0" encoding="utf-8"?>
    <items>
    <item id="T1" resourceId="R1" name="Cardiologia"
    startTime="25-3-09 8:0:0" endTime="25-3-09 8:30:0" />
    <item id="T2" resourceId="R2" name="Raio-X"
    startTime="25-3-09 9:0:0" endTime="25-3-09 9:15:0" />
    <item id="T3" resourceId="R3" name="Analises"
    startTime="25-3-09 12:0:0" endTime="25-3-09 12:45:0" />
    <item id="T4" resourceId="R4" name="Consulta"
    startTime="26-3-09 8:0:0" endTime="26-3-09 9:0:0" />
    </items>
    And I solve it with this (don't know if is the best):
    private function onResultHttpServiceTask(e:ResultEvent):void
    var a:Array = xmlListToObjectArray(e.result.item);
    tasks = new ArrayCollection(a);
    protected function
    xmlListToObjectArray(xmlList:XMLList):Array
    var a:Array = new Array();
    for each(var xml:XML in xmlList)
    var attributes:XMLList = xml.attributes();
    var o:Object = new Object();
    for each (var attribute:XML in attributes)
    var nodeName:String = attribute.name().toString();
    var value:*;
    value = attribute.toString();
    o[nodeName] = value;
    a.push(new ObjectProxy(o));
    return a;
    But when the children "enter in action" I don't know how to
    bring them to the array...
    This code you send it's preaty much the thing I need, but the
    thing is that I don't know how to call the children with data as
    e:ResultEvent...
    If you can help a bit more, I would really appreciate...
    Thank You

  • Error while importing tables from oracle database

    Hi
    I am getting the following error when i am trying to import table from oracle database.
    my operating system is windows and my database is oracle.
    [nQSError: 16001]ODBC error state: IM004 code:0 message:
    [Microsoft][ODBC Driver Manager] Driver`s SQLAllocHandle on SQL_HANDLE_ENV failed.
    please help me in resolving this issue.
    Thanks and Regards,
    Raj

    Hi Madan,
    I have done migration Discoverer Admin EUL Layer into OBIEE repository using below methodology.
    Navigate to the <installdrive>\OracleBI\server\Bin directory. There are two important files in this directory: the migration assistant executable file named MigrateEUL.exe and a properties configuration file named MigrationConfig.properties.
    Could you please help me how to migrate discoverer plus workbooks and worksheets into OBIEE Answers?
    go through below link, It will show navigation steps for migrating of EUL from Discoverer to OBIEE.But i need migration of workbooks and worksheets from Discoverer into OBIEE Answers.
    http://www.oracle.com/technology/obe/obe_bi/discoverer/discoverer_1012/discomigration/migrate_disco_biee.htm
    This is very great full help to me …
    Advance thanks for your suggestions.
    Regards
    Duraga Prasad.

  • OBIEE Error while importing table from database

    Hi
    I am getting the following error when i am trying to import table from database.
    [nQSError: 16001]ODBC error state: IM004 code:0 message:
    [Microsoft][ODBC Driver Manager] Driver`s SQLAllocHandle on SQL_HANDLE_ENV failed.
    Any idea y such error.
    Thanks and Regards,
    Andy

    Looks like an error in the ODBC driver, not OBIEE as such.
    Have you tried googling it?
    Can you post details about your OS and DB.

  • Error while generating java client code from wsdl file

    I am trying to generate a java client code from WSDL file um_workflowSaveCreateProfile.wsdl which includes um_workflowSaveCreateProfile_interface.wsdl file, so I am keeping both the files in the same folder and trying to generate the client code but it is showing me the below error highlighted .
    um_workflowSaveCreateProfile.wsdl
    <definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:xsd="E:/DIPPWF/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:oblix="http://www.oblix.com/" xmlns:obinterface="http://www.oblix.com/wsdl/um_workflowSaveCreateProfile_interface" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://www.oblix.com/wsdl/um_workflowSaveCreateProfile" targetNamespace="http://www.oblix.com/wsdl/um_workflowSaveCreateProfile">
         <import namespace="D:/DIPP/WSDL/um_workflowSaveCreateProfile_interface" location="um_workflowSaveCreateProfile_interface.wsdl"/>
         <service name="OblixIDXML_um_workflowSaveCreateProfile_Service">
              <port name="OblixIDXML_um_workflowSaveCreateProfile_Port" binding="obinterface:OblixIDXML_um_workflowSaveCreateProfile_Binding">
                   <soap:address location="http://localhost:7777/identity/oblix/apps/userservcenter/bin/userservcenter.cgi"/>
              </port>
         </service>
    </definitions>
    um_workflowSaveCreateProfile_interface.wsdl
    <definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:oblix="http://www.oblix.com/" xmlns:oblixxmllocalschema="http://www.oblix.com/OblixXMLLocalSchema" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://www.oblix.com/wsdl/um_workflowSaveCreateProfile_interface" targetNamespace="http://www.oblix.com/wsdl/um_workflowSaveCreateProfile_interface">
         <types>
              <xsd:schema targetNamespace="http://www.oblix.com/" elementFormDefault="qualified"
                   xmlns="http://www.oblix.com/"
                   xmlns:xsd="http://www.w3.org/2001/XMLSchema">
                        <xsd:include schemaLocation="../XMLSchema/common_parameters.xsd" />
                        <xsd:include schemaLocation="../XMLSchema/common_authentication.xsd" />
                        <xsd:include schemaLocation="../XMLSchema/workflowSaveCreateProfile.xsd" />
              </xsd:schema>
              <xsd:schema targetNamespace="http://www.oblix.com/OblixXMLLocalSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
                   <xsd:element name="request">
                        <xsd:complexType>
                             <xsd:sequence>
                                  <xsd:element name="params">
                                       <xsd:complexType>
                                            <xsd:sequence>
                                                 <xsd:element ref="oblix:ObWorkflowName"/>
                                                 <xsd:element ref="oblix:ObDomainName"/>
                                                 <xsd:element ref="oblix:ObWfComment" minOccurs="0"/>
                                                 <xsd:element ref="oblix:noOfFields"/>
                                                 <xsd:element ref="oblix:AttributeParams"/>
                                            </xsd:sequence>
                                       </xsd:complexType>
                                  </xsd:element>
                             </xsd:sequence>
                             <xsd:attribute name="version" type="xsd:string" use="optional"/>
                             <xsd:attribute name="application" type="xsd:string" use="required" />
                             <xsd:attribute name="function" type="xsd:string" use="required" />
                             <xsd:attribute name="mode" type="xsd:string" use="optional"/>
                        </xsd:complexType>
                   </xsd:element>
              </xsd:schema>
         </types>
         <message name="OblixIDXMLInput">
              <part name="authentication" element="oblix:authentication"/>
              <part name="request" element="oblixxmllocalschema:request"/>
         </message>
         <message name="OblixIDXMLOutput">
              <part name="body" element="oblix:Oblix"/>
         </message>
         <portType name="OblixIDXMLPortType">
              <operation name="OblixIDXML_um_workflowSaveCreateProfile">
                   <input message="tns:OblixIDXMLInput"/>
                   <output message="tns:OblixIDXMLOutput"/>
              </operation>
         </portType>
         <binding name="OblixIDXML_um_workflowSaveCreateProfile_Binding" type="tns:OblixIDXMLPortType">
              <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
              <operation name="OblixIDXML_um_workflowSaveCreateProfile">
                   <soap:operation soapAction="http://www.oblix.com/"/>
                   <input>
                        <soap:body use="literal"/>
                   </input>
                   <output>
                        <soap:body use="literal"/>
                   </output>
              </operation>
         </binding>
    </definitions>
    I am using WSDL2 Java for generating the client code .
    Please suggest where am I wrong .
    E:\axis2-1.4\bin>WSDL2Java -uri E:\DIPPWF\um_workflowSaveCreateProfile.wsdl -p R
    ND -d adb -s -o build\client--http-proxy-host 10.74.93.35 --http-proxy-port 80
    Using AXIS2_HOME: E:\axis2-1.4
    Using JAVA_HOME: C:\Program Files\Java\jdk1.6.0_02
    Retrieving document at 'E:\DIPPWF\um_workflowSaveCreateProfile.wsdl'.
    Retrieving document at 'um_workflowSaveCreateProfile_interface.wsdl', relative t
    o 'file:/E:/DIPPWF/um_workflowSaveCreateProfile.wsdl'.
    Retrieving schema at 'E:/DIPPWF/XMLSchema/common_parameters.xsd', relative to 'f
    ile:/E:/DIPPWF/um_workflowSaveCreateProfile_interface.wsdl'.
    Retrieving schema at 'E:/DIPPWF/XMLSchema/common_authentication.xsd', relative t
    o 'file:/E:/DIPPWF/um_workflowSaveCreateProfile_interface.wsdl'.
    Retrieving schema at 'E:/DIPPWF/XMLSchema/workflowSaveCreateProfile.xsd', relati
    ve to 'file:/E:/DIPPWF/um_workflowSaveCreateProfile_interface.wsdl'.
    Retrieving schema at 'navbar.xsd', relative to 'file:/E:/DIPPWF/XMLSchema/workfl
    owSaveCreateProfile.xsd'.
    Retrieving schema at 'searchform.xsd', relative to 'file:/E:/DIPPWF/XMLSchema/wo
    rkflowSaveCreateProfile.xsd'.
    Retrieving schema at 'component_basic.xsd', relative to 'file:/E:/DIPPWF/XMLSche
    ma/workflowSaveCreateProfile.xsd'.
    Retrieving schema at 'displaytype.xsd', relative to 'file:/E:/DIPPWF/XMLSchema/c
    omponent_basic.xsd'.
    Retrieving schema at 'error.xsd', relative to 'file:/E:/DIPPWF/XMLSchema/compone
    nt_basic.xsd'.
    Retrieving schema at 'component_workflowTicket.xsd', relative to 'file:/E:/DIPPW
    F/XMLSchema/workflowSaveCreateProfile.xsd'.
    Retrieving document at 'E:\DIPPWF\um_workflowSaveCreateProfile.wsdl'.
    Retrieving document at 'um_workflowSaveCreateProfile_interface.wsdl', relative t
    o 'file:/E:/DIPPWF/um_workflowSaveCreateProfile.wsdl'.
    Retrieving schema at 'E:/DIPPWF/XMLSchema/common_parameters.xsd', relative to 'f
    ile:/E:/DIPPWF/um_workflowSaveCreateProfile_interface.wsdl'.
    Retrieving schema at 'E:/DIPPWF/XMLSchema/common_authentication.xsd', relative t
    o 'file:/E:/DIPPWF/um_workflowSaveCreateProfile_interface.wsdl'.
    Retrieving schema at 'E:/DIPPWF/XMLSchema/workflowSaveCreateProfile.xsd', relati
    ve to 'file:/E:/DIPPWF/um_workflowSaveCreateProfile_interface.wsdl'.
    Retrieving schema at 'navbar.xsd', relative to 'file:/E:/DIPPWF/XMLSchema/workfl
    owSaveCreateProfile.xsd'.
    Retrieving schema at 'searchform.xsd', relative to 'file:/E:/DIPPWF/XMLSchema/wo
    rkflowSaveCreateProfile.xsd'.
    Retrieving schema at 'component_basic.xsd', relative to 'file:/E:/DIPPWF/XMLSche
    ma/workflowSaveCreateProfile.xsd'.
    Retrieving schema at 'displaytype.xsd', relative to 'file:/E:/DIPPWF/XMLSchema/c
    omponent_basic.xsd'.
    Retrieving schema at 'error.xsd', relative to 'file:/E:/DIPPWF/XMLSchema/compone
    nt_basic.xsd'.
    Retrieving schema at 'component_workflowTicket.xsd', relative to 'file:/E:/DIPPW
    F/XMLSchema/workflowSaveCreateProfile.xsd'.
    *[ERROR] More than one part for message OblixIDXMLInput*
    org.apache.axis2.description.WSDL11ToAxisServiceBuilder$WSDLProcessingException:
    More than one part for message OblixIDXMLInput
    at org.apache.axis2.description.WSDL11ToAxisServiceBuilder.addQNameRefer
    ence(WSDL11ToAxisServiceBuilder.java:1162)
    at org.apache.axis2.description.WSDL11ToAxisServiceBuilder.addQNameRefer
    ence(WSDL11ToAxisServiceBuilder.java:1085)
    at org.apache.axis2.description.WSDL11ToAxisServiceBuilder.populateBindi
    ng(WSDL11ToAxisServiceBuilder.java:686)
    at org.apache.axis2.description.WSDL11ToAxisServiceBuilder.populateEndpo
    int(WSDL11ToAxisServiceBuilder.java:538)
    at org.apache.axis2.description.WSDL11ToAxisServiceBuilder.populateEndpo
    ints(WSDL11ToAxisServiceBuilder.java:489)
    at org.apache.axis2.description.WSDL11ToAxisServiceBuilder.populateServi
    ce(WSDL11ToAxisServiceBuilder.java:363)
    at org.apache.axis2.description.WSDL11ToAllAxisServicesBuilder.populateA
    llServices(WSDL11ToAllAxisServicesBuilder.java:107)
    at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.<init>(CodeGenerat
    ionEngine.java:147)
    at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35)
    at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24)
    Exception in thread "main" org.apache.axis2.wsdl.codegen.CodeGenerationException
    : Error parsing WSDL
    at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.<init>(CodeGenerat
    ionEngine.java:153)
    at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35)
    at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24)
    Caused by: org.apache.axis2.AxisFault: More than one part for message OblixIDXML
    Input
    at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430)
    at org.apache.axis2.description.WSDL11ToAxisServiceBuilder.populateServi
    ce(WSDL11ToAxisServiceBuilder.java:397)
    at org.apache.axis2.description.WSDL11ToAllAxisServicesBuilder.populateA
    llServices(WSDL11ToAllAxisServicesBuilder.java:107)
    at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.<init>(CodeGenerat
    ionEngine.java:147)
    ... 2 more
    Caused by: org.apache.axis2.description.WSDL11ToAxisServiceBuilder$WSDLProcessin
    gException: More than one part for message OblixIDXMLInput
    at org.apache.axis2.description.WSDL11ToAxisServiceBuilder.addQNameRefer
    ence(WSDL11ToAxisServiceBuilder.java:1162)
    at org.apache.axis2.description.WSDL11ToAxisServiceBuilder.addQNameRefer
    ence(WSDL11ToAxisServiceBuilder.java:1085)
    at org.apache.axis2.description.WSDL11ToAxisServiceBuilder.populateBindi
    ng(WSDL11ToAxisServiceBuilder.java:686)
    at org.apache.axis2.description.WSDL11ToAxisServiceBuilder.populateEndpo
    int(WSDL11ToAxisServiceBuilder.java:538)
    at org.apache.axis2.description.WSDL11ToAxisServiceBuilder.populateEndpo
    ints(WSDL11ToAxisServiceBuilder.java:489)
    at org.apache.axis2.description.WSDL11ToAxisServiceBuilder.populateServi
    ce(WSDL11ToAxisServiceBuilder.java:363).
    Thanks in advance.
    akshay

    Hello,
    Were you able to resolve this issue ?
    I am seeing the same issue and at my wits end.
    regards
    Amit

  • ITunes crashes when importing/ripping from CD

    This has been a niggling, occasional problem in the last months that is now consistent.
    I cannot get iTunes on my W2K computer to import/rip from a CD. When I try, the progress bar shows no progress for many minutes (even if I request to just import one song), and then one of the following happens:
    - iTunes quits
    - the computer locks up
    - I get a blue screen with very little info
    Any ideas? I get this issue with either drive: my CD-ROM and my DVD burner. I'm considering completely uninstalling and reinstalling both iTunes and Quicktime, and doing the same for each of my CD drives.
    Thanks!
    Keith.
      Windows 2000   Soyo K7-VME mobo, 1.5 GB PC2700 RAM

    - I get a blue screen with very little info
    if you still get the blue screen after trying those
    troubleshooting suggestions, could you let us know
    what numerical and text codes are you getting with
    it? (ie 0x[zeros/letters/numbers]
    CAPSANDUNDERSCORES)
    if the blue screen mentions a specific file, let us
    know what that is called too. (exact spelling,
    please.)
    here's a reference on the sorts of things i'm asking
    about:
    Troubleshooti
    ng Windows Stop Messages
    if you're just seeing a "flash" of a blue screen, we
    can use this technique to make hidden blue screens
    appear for us:
    1) Open your system control panel (Start->Control
    Panels->System).
    2) Select the "Advanced" tab.
    3) Click the "Startup and Recover" section's
    "Settings" button
    4) Verify that under "System Failure" the
    "Automatically restart" checkbox is not checked.
    Thanks b noir, if I see it again, I'll save it. They're of the ilk of referencing an invalid memory address.
    I may not get that far though. On a whim, I checked to see if iTunes could even play the CDs - it can't. It indicates that it's playing, but the progress bar is still. There is also no sound.
    I verified with the little CD player that comes with Windows. it too has the same problem on the same tracks (the problem gets worse as you go further into the CD). This is true for both my CD-ROM, and my Lightscribe DVD burner. With that, it sounds to me like a system problem that an iTunes fix can't solve.
    I have no idea where to go, 'cept for uninstalling and reinstalling the drives. Sounds to me like I'm reloading Windows. High time, as I've been running this installation for over 3 years.
    Cheers
    Keith.
    iMac 333 w/ Harmoni 600 Mac OS X (10.2.x)

Maybe you are looking for