Add Report file to menu

hello All,
Please how do i add my Crystal report file details to this Table "OCMN" bcos i dont see it inside the table.i want to that through code
Regards

Hi,
As much as I remember, this functionality is not exposed in the API.
Beni.

Similar Messages

  • Add CSV file as Scheduled Report Output Format

    Is there any option in BOXI R2 and R3 - Add CSV file as Scheduled Report Output Format. If not, how do we achieve this?

    Hai
    http://www.christiansteven.com/products/crd/
    http://webtrends.dbt.co.uk/wrc/help/webhelp/hlp_exrpt.htm
    http://www.businessobjectstips.com/tips/infoview/business-objects-cannor-not-create-an-excel-file/

  • KM report - add folder & file count

    Hi all,
    I've just finished my custom report to report files and folders in a given time range.
    After running one of the default EP reports under 'Content Administration' -> 'KM Content' -> 'Toolbox' -> 'Reports' : 'Delete', the report displays not only 'Found Items', but also 'Folder Count' and 'File count' in the 'schedule' tab.
    How can these properties be added to a custom report?
    Does anybody now where the default reports par file can be found? Seems like it's not on the file system.
    Thanks for the help :o))

    Hi Kevin,
    you might try this trick as last instuction in your execute(..) method:
          List summary = new ArrayList();
          if(!useFramework) {
            summary.add(new Property(PN_RESULT_FOLDER_COUNT,new Long(folders)));
            summary.add(new Property(PN_RESULT_FILE_COUNT,new Long(files)));
          return receiver.finish("",ITEM_PROPERTY_NAMES, summary);
    In fact this is the code block that creates the output in your referenced example.
    Best regards,
    Michael

  • How to add reports to menu

    hi all,
    i want to add report that i have made in my menu, i m using oracle developer 6i forms and reports
    how to add ??
    Regards
    Abhi.

    As i understood...
    i have just designed menu in form build 6iBy this you mean that you want to call report from drop down menu.
    when user select particular report it should open up and yes there are parameters in my reports
    well i m passing the parameters to my query in data modelBy this i can understand that you are passing parameter to query data model etc. By how user will pass the parameters values to the reports. Is there any pre-designed form for report calling or you want to use report's default parameter form?
    Anyway there is standard code for calling reports through forms in 6i like...
    DECLARE
      vParamList PARAMLIST;
    BEGIN
      vParamList:=GET_PARAMETER_LIST('TEMP');
      IF NOT ID_NULL(vParamList) THEN
        DESTROY_PARAMETER_LIST(vParamList);
      END IF;
      vParamList:=CREATE_PARAMETER_LIST('TEMP');
      ADD_PARAMETER(vParamList,'PARAMETER_NAME',TEXT_PARAMETER,'PARAMETER_VALUE');
      ... ADD THE ABOVE LINES ACCORDING TO YOU NUMBER OF PARAMETERS...
      Run_Product(REPORTS, 'REPORT_PATH\REPORT_NAME.REP',ASYNCHRONOUS,RUNTIME,FILESYSTEM,vParamList,NULL);
    END;-Ammad

  • Add serial number in the report file name when using batch process model

        I would like to append a string containing the current UUT serial number to the base name of the report file. For example, uut_report.html becomes uut_report[SN000001].html. This setting is not available if I use NI BatchModel.seq as my process model.
    Thanks!
    Jacky

    duplicate post
    Ask your question only once.

  • Add Report painter report to Role Menu

    Hi
    I want to add a a report painter report to existing role. In PFCG when I click on Report and select report writer radio button, system prompts me to select report group. When I select this option, system does not show all the reports available within this group so that I can select the one which I want to add and have system generate transaction code Y_DEV_99* for this report. How Can I add report painter report to a role have system generate trans code for it??

    Martinsh Shaiters wrote:
    > Mylène,
    > You can use the Import/Export for the reports. They will keep their names, as far as I'm aware. Not sure what happens when you transport them, as it appears you can do it in GR3x transactions.
    Marthinsh,
    I am aware that you can export/import or transport the reports in themselves - but not their names. In a way I never clearly understood, they are not attached to their names as such.
    But then ...      we do agree, you can only authorise by group.

  • HELP, My safari crashes constantly so google chrome. When I try to add some file safari crash

    I need some help with my Mac. When I try to add a file in Safari, Google Chrome, Opera or even Skype all the aplications closes appearing an Error.
    Process:         Safari [697]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         5.0.6 (5533.22.3)
    Build Info:      WebBrowser-75332203~3
    Code Type:       X86 (Native)
    Parent Process:  launchd [76]
    Interval Since Last Report:          198865 sec
    Crashes Since Last Report:           25
    Per-App Interval Since Last Report:  504626 sec
    Per-App Crashes Since Last Report:   13
    Date/Time:       2012-07-11 12:49:04.878 -0300
    OS Version:      Mac OS X 10.5.8 (9L31a)
    Report Version:  6
    Anonymous UUID:  B542E420-47C1-4A84-A1BF-A658CDDFE072
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000034
    Crashed Thread:  23

    You didn´t understand at all. I know how to attach a file in hotmail. The problem is one month ago aprox when I try attaching a file Safari or google chrome, both crashes appearing an error dialog window. wich is this:
    Process:         Safari [138]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         5.0.6 (5533.22.3)
    Build Info:      WebBrowser-75332203~3
    Code Type:       X86 (Native)
    Parent Process:  launchd [66]
    Interval Since Last Report:          1627 sec
    Crashes Since Last Report:           5
    Per-App Interval Since Last Report:  3288 sec
    Per-App Crashes Since Last Report:   2
    Date/Time:       2012-07-11 20:36:52.282 -0300
    OS Version:      Mac OS X 10.5.8 (9L31a)
    Report Version:  6
    Anonymous UUID:  B542E420-47C1-4A84-A1BF-A658CDDFE072
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000034
    Crashed Thread:  22
    Thread 0:
    0   libSystem.B.dylib                       0x968bf166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x968c695c mach_msg + 72
    2   com.apple.CoreFoundation                0x97b78e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x97b79aa8 CFRunLoopRunInMode + 88
    4   com.apple.HIToolbox                     0x95e172ac RunCurrentEventLoopInMode + 283
    5   com.apple.HIToolbox                     0x95e170c5 ReceiveNextEventCommon + 374
    6   com.apple.HIToolbox                     0x95e16f39 BlockUntilNextEventMatchingListInMode + 106
    7   com.apple.AppKit                        0x955926d5 _DPSNextEvent + 657
    8   com.apple.AppKit                        0x95591f88 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    9   com.apple.Safari                        0x000166ad 0x1000 + 87725
    10  com.apple.AppKit                        0x9558af9f -[NSApplication run] + 795
    11  com.apple.AppKit                        0x955581d8 NSApplicationMain + 574
    12  com.apple.Safari                        0x0000acee 0x1000 + 40174
    Thread 1:
    0   libSystem.B.dylib                       0x968c634e __semwait_signal + 10
    1   libSystem.B.dylib                       0x9691bd81 sleep$UNIX2003 + 63
    2   com.apple.JavaScriptCore                0x907b8ab1 ***::TCMalloc_PageHeap::scavengerThread() + 145
    3   com.apple.JavaScriptCore                0x907b8d8f ***::TCMalloc_PageHeap::runScavengerThread(void*) + 15
    4   libSystem.B.dylib                       0x968f0055 _pthread_start + 321
    5   libSystem.B.dylib                       0x968eff12 thread_start + 34
    Thread 2:
    0   libSystem.B.dylib                       0x968c634e __semwait_signal + 10
    1   libSystem.B.dylib                       0x968f0ccd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.WebCore                       0x90dda587 WebCore::IconDatabase::syncThreadMainLoop() + 279
    3   com.apple.WebCore                       0x90dd7e19 WebCore::IconDatabase::iconDatabaseSyncThread() + 761
    4   libSystem.B.dylib                       0x968f0055 _pthread_start + 321
    5   libSystem.B.dylib                       0x968eff12 thread_start + 34
    Thread 3:
    0   libSystem.B.dylib                       0x968bf166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x968c695c mach_msg + 72
    2   com.apple.CoreFoundation                0x97b78e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x97b79aa8 CFRunLoopRunInMode + 88
    4   com.apple.CFNetwork                     0x94f0718c CFURLCacheWorkerThread(void*) + 388
    5   libSystem.B.dylib                       0x968f0055 _pthread_start + 321
    6   libSystem.B.dylib                       0x968eff12 thread_start + 34
    Thread 4:
    0   libSystem.B.dylib                       0x968c634e __semwait_signal + 10
    1   libSystem.B.dylib                       0x968f0ccd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.JavaScriptCore                0x9060d6b1 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    3   com.apple.WebCore                       0x90df377c WebCore::LocalStorageThread::threadEntryPoint() + 188
    4   libSystem.B.dylib                       0x968f0055 _pthread_start + 321
    5   libSystem.B.dylib                       0x968eff12 thread_start + 34
    Thread 5:
    0   libSystem.B.dylib                       0x968bf166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x968c695c mach_msg + 72
    2   com.apple.CoreFoundation                0x97b78e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x97b79aa8 CFRunLoopRunInMode + 88
    4   com.apple.Safari                        0x0002f33d 0x1000 + 189245
    5   com.apple.Safari                        0x0002f08a 0x1000 + 188554
    6   com.apple.Safari                        0x0002f023 0x1000 + 188451
    7   libSystem.B.dylib                       0x968f0055 _pthread_start + 321
    8   libSystem.B.dylib                       0x968eff12 thread_start + 34
    Thread 6:
    0   libSystem.B.dylib                       0x968bf166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x968c695c mach_msg + 72
    2   com.apple.CoreFoundation                0x97b78e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x97b79aa8 CFRunLoopRunInMode + 88
    4   com.apple.Foundation                    0x96d1b520 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
    5   com.apple.Foundation                    0x96cb7dfd -[NSThread main] + 45
    6   com.apple.Foundation                    0x96cb79a4 __NSThread__main__ + 308
    7   libSystem.B.dylib                       0x968f0055 _pthread_start + 321
    8   libSystem.B.dylib                       0x968eff12 thread_start + 34
    Thread 7:
    0   libSystem.B.dylib                       0x9690e60a select$DARWIN_EXTSN + 10
    1   libSystem.B.dylib                       0x968f0055 _pthread_start + 321
    2   libSystem.B.dylib                       0x968eff12 thread_start + 34
    Thread 8:
    0   libSystem.B.dylib                       0x968c634e __semwait_signal + 10
    1   libSystem.B.dylib                       0x968f0ccd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.JavaScriptCore                0x9060d6b1 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    3   com.apple.WebCore                       0x90df377c WebCore::LocalStorageThread::threadEntryPoint() + 188
    4   libSystem.B.dylib                       0x968f0055 _pthread_start + 321
    5   libSystem.B.dylib                       0x968eff12 thread_start + 34
    Thread 9:
    0   libSystem.B.dylib                       0x968c634e __semwait_signal + 10
    1   libSystem.B.dylib                       0x968f0ccd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.JavaScriptCore                0x9060d6b1 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    3   com.apple.Safari                        0x001ae478 0x1000 + 1758328
    4   com.apple.Safari                        0x00044cdd 0x1000 + 277725
    5   com.apple.Safari                        0x00044c2d 0x1000 + 277549
    6   libSystem.B.dylib                       0x968f0055 _pthread_start + 321
    7   libSystem.B.dylib                       0x968eff12 thread_start + 34
    Thread 10:
    0   libSystem.B.dylib                       0x968bf166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x968c695c mach_msg + 72
    2   com.apple.CoreFoundation                0x97b78e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x97b79aa8 CFRunLoopRunInMode + 88
    4   com.apple.audio.CoreAudio               0x96aac5f8 HALRunLoop::OwnThread(void*) + 160
    5   com.apple.audio.CoreAudio               0x96aac480 CAPThread::Entry(CAPThread*) + 96
    6   libSystem.B.dylib                       0x968f0055 _pthread_start + 321
    7   libSystem.B.dylib                       0x968eff12 thread_start + 34
    Thread 11:
    0   libSystem.B.dylib                       0x968c634e __semwait_signal + 10
    1   libSystem.B.dylib                       0x968f0ccd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.ColorSync                     0x9442e3c8 pthreadSemaphoreWait(t_pthreadSemaphore*) + 42
    3   com.apple.ColorSync                     0x94440d4e CMMConvTask(void*) + 54
    4   libSystem.B.dylib                       0x968f0055 _pthread_start + 321
    5   libSystem.B.dylib                       0x968eff12 thread_start + 34
    Thread 12:
    0   libSystem.B.dylib                       0x968bf1c6 semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x968f11af _pthread_cond_wait + 1244
    2   libSystem.B.dylib                       0x968f2a33 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x96cfddbc -[NSCondition waitUntilDate:] + 236
    4   com.apple.Foundation                    0x96cfdbd0 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5   com.apple.Foundation                    0x96cfdb35 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.AppKit                        0x955f86e8 -[NSUIHeartBeat _heartBeatThread:] + 753
    7   com.apple.Foundation                    0x96cb7dfd -[NSThread main] + 45
    8   com.apple.Foundation                    0x96cb79a4 __NSThread__main__ + 308
    9   libSystem.B.dylib                       0x968f0055 _pthread_start + 321
    10  libSystem.B.dylib                       0x968eff12 thread_start + 34
    Thread 13:
    0   libSystem.B.dylib                       0x968bf1ae semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x968f11c6 _pthread_cond_wait + 1267
    2   libSystem.B.dylib                       0x96936449 pthread_cond_wait + 48
    3   ...lashPlayer-10.4-10.5.plugin          0x1bcb230f unregister_ShockwaveFlash + 47503
    4   ...lashPlayer-10.4-10.5.plugin          0x1b88af9f 0x1b871000 + 106399
    5   ...lashPlayer-10.4-10.5.plugin          0x1bcb23fc unregister_ShockwaveFlash + 47740
    6   ...lashPlayer-10.4-10.5.plugin          0x1bcb2440 unregister_ShockwaveFlash + 47808
    7   ...lashPlayer-10.4-10.5.plugin          0x1bcb2566 unregister_ShockwaveFlash + 48102
    8   libSystem.B.dylib                       0x968f0055 _pthread_start + 321
    9   libSystem.B.dylib                       0x968eff12 thread_start + 34
    Thread 14:
    0   libSystem.B.dylib                       0x968bf1ae semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x968f11c6 _pthread_cond_wait + 1267
    2   libSystem.B.dylib                       0x96936449 pthread_cond_wait + 48
    3   ...lashPlayer-10.4-10.5.plugin          0x1bcb230f unregister_ShockwaveFlash + 47503
    4   ...lashPlayer-10.4-10.5.plugin          0x1b88af9f 0x1b871000 + 106399
    5   ...lashPlayer-10.4-10.5.plugin          0x1bcb23fc unregister_ShockwaveFlash + 47740
    6   ...lashPlayer-10.4-10.5.plugin          0x1bcb2440 unregister_ShockwaveFlash + 47808
    7   ...lashPlayer-10.4-10.5.plugin          0x1bcb2566 unregister_ShockwaveFlash + 48102
    8   libSystem.B.dylib                       0x968f0055 _pthread_start + 321
    9   libSystem.B.dylib                       0x968eff12 thread_start + 34
    Thread 15:
    0   libSystem.B.dylib                       0x968bf1c6 semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x968f11af _pthread_cond_wait + 1244
    2   libSystem.B.dylib                       0x968f2a33 pthread_cond_timedwait_relative_np + 47
    3   ...lashPlayer-10.4-10.5.plugin          0x1bcb22d7 unregister_ShockwaveFlash + 47447
    4   ...lashPlayer-10.4-10.5.plugin          0x1bb984b5 0x1b871000 + 3306677
    5   ...lashPlayer-10.4-10.5.plugin          0x1bcb23fc unregister_ShockwaveFlash + 47740
    6   ...lashPlayer-10.4-10.5.plugin          0x1bcb2440 unregister_ShockwaveFlash + 47808
    7   ...lashPlayer-10.4-10.5.plugin          0x1bcb2566 unregister_ShockwaveFlash + 48102
    8   libSystem.B.dylib                       0x968f0055 _pthread_start + 321
    9   libSystem.B.dylib                       0x968eff12 thread_start + 34
    Thread 16:
    0   libSystem.B.dylib                       0x968bf166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x968c695c mach_msg + 72
    2   com.apple.CoreFoundation                0x97b78e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x97b79b04 CFRunLoopRun + 84
    4   com.apple.DesktopServices               0x94241d0f TSystemNotificationTask::SystemNotificationTaskProc(void*) + 123
    5   ...ple.CoreServices.CarbonCore          0x97d8afbb PrivateMPEntryPoint + 56
    6   libSystem.B.dylib                       0x968f0055 _pthread_start + 321
    7   libSystem.B.dylib                       0x968eff12 thread_start + 34
    Thread 17:
    0   libSystem.B.dylib                       0x968bf166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x968c695c mach_msg + 72
    2   com.apple.CoreFoundation                0x97b78e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x97b79b04 CFRunLoopRun + 84
    4   com.apple.DesktopServices               0x94241e88 TFSEventsNotificationTask::FSEventsNotificationTaskProc(void*) + 216
    5   ...ple.CoreServices.CarbonCore          0x97d8afbb PrivateMPEntryPoint + 56
    6   libSystem.B.dylib                       0x968f0055 _pthread_start + 321
    7   libSystem.B.dylib                       0x968eff12 thread_start + 34
    Thread 18:
    0   libSystem.B.dylib                       0x968c634e __semwait_signal + 10
    1   libSystem.B.dylib                       0x968f0ccd pthread_cond_wait$UNIX2003 + 73
    2   ...ple.CoreServices.CarbonCore          0x97d8cde3 TSWaitOnCondition + 126
    3   ...ple.CoreServices.CarbonCore          0x97d6bc36 TSWaitOnConditionTimedRelative + 202
    4   ...ple.CoreServices.CarbonCore          0x97d8ca60 MPWaitOnQueue + 208
    5   com.apple.DesktopServices               0x9424ce6a TNodeSyncTask::SyncTaskProc(void*) + 84
    6   ...ple.CoreServices.CarbonCore          0x97d8afbb PrivateMPEntryPoint + 56
    7   libSystem.B.dylib                       0x968f0055 _pthread_start + 321
    8   libSystem.B.dylib                       0x968eff12 thread_start + 34
    Thread 19:
    0   libSystem.B.dylib                       0x968bf1c6 semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x968f11af _pthread_cond_wait + 1244
    2   libSystem.B.dylib                       0x968f2a33 pthread_cond_timedwait_relative_np + 47
    3   ...ple.CoreServices.CarbonCore          0x97d6bc62 TSWaitOnConditionTimedRelative + 246
    4   ...ple.CoreServices.CarbonCore          0x97d8ca60 MPWaitOnQueue + 208
    5   com.apple.DesktopServices               0x94254791 TPropertyTask::PropertyTaskProc(void*) + 105
    6   ...ple.CoreServices.CarbonCore          0x97d8afbb PrivateMPEntryPoint + 56
    7   libSystem.B.dylib                       0x968f0055 _pthread_start + 321
    8   libSystem.B.dylib                       0x968eff12 thread_start + 34
    Thread 20:
    0   libSystem.B.dylib                       0x968ef8c6 kevent + 10
    1   libSystem.B.dylib                       0x968f0055 _pthread_start + 321
    2   libSystem.B.dylib                       0x968eff12 thread_start + 34
    Thread 21:
    0   libSystem.B.dylib                       0x968bf1c6 semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x968f11af _pthread_cond_wait + 1244
    2   libSystem.B.dylib                       0x968f2a33 pthread_cond_timedwait_relative_np + 47
    3   ...ple.CoreServices.CarbonCore          0x97d6bc62 TSWaitOnConditionTimedRelative + 246
    4   ...ple.CoreServices.CarbonCore          0x97d8ca60 MPWaitOnQueue + 208
    5   com.apple.DesktopServices               0x9424edb4 TFolderSizeTask::FolderSizeTaskProc(void*) + 104
    6   ...ple.CoreServices.CarbonCore          0x97d8afbb PrivateMPEntryPoint + 56
    7   libSystem.B.dylib                       0x968f0055 _pthread_start + 321
    8   libSystem.B.dylib                       0x968eff12 thread_start + 34
    Thread 22 Crashed:
    0   com.apple.CoreGraphics                  0x947912fc pdf_xref_resolve + 22
    1   com.apple.CoreGraphics                  0x94790148 CGPDFDictionaryGetObject + 226
    2   com.apple.CoreGraphics                  0x94791792 CGPDFDictionaryGetDictionary + 31
    3   com.apple.CoreGraphics                  0x9479158c CGPDFSecurityManagerCreate + 248
    4   com.apple.CoreGraphics                  0x9478dad1 pdf_xref_create + 1042
    5   com.apple.CoreGraphics                  0x9478cd51 CGPDFReaderCreate + 516
    6   com.apple.CoreGraphics                  0x9478c99e CGPDFDocumentCreateWithProvider + 258
    7   com.apple.ImageIO.framework             0x93d6a628 GetSessionPDFRef + 93
    8   com.apple.ImageIO.framework             0x93d6a5ba _CGImagePluginImageCountPDF + 14
    9   com.apple.ImageIO.framework             0x93d664f2 CGImageSourceGetCount + 125
    10  com.apple.AppKit                        0x957ed9bc -[NSNavFBENode _calculatePreviewThumbnailImageWithMaxSize:isThumbnail:] + 618
    11  com.apple.AppKit                        0x957ed74c -[NSNavFBENode thumbnailImageWithSize:] + 56
    12  com.apple.AppKit                        0x957ed491 +[NSNavFBENodePreviewHelper _subthreadComputePreviewThumbnailImages] + 579
    13  com.apple.Foundation                    0x96cb7dfd -[NSThread main] + 45
    14  com.apple.Foundation                    0x96cb79a4 __NSThread__main__ + 308
    15  libSystem.B.dylib                       0x968f0055 _pthread_start + 321
    16  libSystem.B.dylib                       0x968eff12 thread_start + 34
    Thread 23:
    0   libSystem.B.dylib                       0x968bf166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x968c695c mach_msg + 72
    2   com.apple.CoreFoundation                0x97b78e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x97b79aa8 CFRunLoopRunInMode + 88
    4   com.apple.Foundation                    0x96cec3d5 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213
    5   com.apple.Foundation                    0x96cf84f4 -[NSRunLoop(NSRunLoop) run] + 84
    6   com.apple.Safari                        0x00087fe4 0x1000 + 552932
    7   com.apple.Foundation                    0x96cb7dfd -[NSThread main] + 45
    8   com.apple.Foundation                    0x96cb79a4 __NSThread__main__ + 308
    9   libSystem.B.dylib                       0x968f0055 _pthread_start + 321
    10  libSystem.B.dylib                       0x968eff12 thread_start + 34
    Thread 22 crashed with X86 Thread State (32-bit):
      eax: 0x0000008e  ebx: 0x94790077  ecx: 0x00000000  edx: 0x00000000
      edi: 0x1e721718  esi: 0x1e721728  ebp: 0xb2e084f8  esp: 0xb2e084e0
       ss: 0x0000001f  efl: 0x00010282  eip: 0x947912fc   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x0000001f   gs: 0x00000037
      cr2: 0x00000034
    Binary Images:
        0x1000 -   0x5d3ffc  com.apple.Safari 5.0.6 (5533.22.3) <79731a26a77704fb4831e3adc020a381> /Applications/Safari.app/Contents/MacOS/Safari
      0x644000 -   0x64ffff  libxar.1.dylib ??? (???) /usr/lib/libxar.1.dylib
      0x657000 -   0x681fe8  com.apple.framework.Apple80211 5.2.8 (528.1) <97dfd0c2d44d3c5839dd96f74e43d9c2> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
      0x692000 -   0x6a1ffc  SyndicationUI ??? (???) <4cb2f7ffaf3185ff4e036082064e7121> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
      0x6cd000 -   0x6d2fff  com.apple.FolderActionsMenu 1.3.2 (1.3.2) <9305ccde37dcf5329fd9faea1db1f153> /System/Library/Contextual Menu Items/FolderActionsMenu.plugin/Contents/MacOS/FolderActionsMenu
    0x1c16000 -  0x1c17fff  com.apple.JavaPluginCocoa 12.9.0 (12.9.0) <5451adf6a77e3088b1a096fe1e16b189> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaPluginCocoa.bundle/C ontents/MacOS/JavaPluginCocoa
    0x11f4a000 - 0x1239cffb  com.apple.RawCamera.bundle 3.7.0 (569) <a991d958b0d3d0717ee57dda597653fc> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x14c94000 - 0x14c9effe  com.apple.URLMount 3.1.1 (3.1.1) <0189760dca64cd07c190e1a7b10283e5> /System/Library/PrivateFrameworks/URLMount.framework/URLMount
    0x15a92000 - 0x15a97ff3  libCGXCoreImage.A.dylib ??? (???) <30bd95e38c8a203ee387013527cfd9d0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x1712b000 - 0x1712eff2 +com.macromedia.Flash Player.plugin 10.3.183.11 (10.3.183.11) <b16bc6e0fdeae1525129039546e2a402> /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
    0x17e28000 - 0x17e2cffd  JavaLaunching ??? (???) <41aa04fadb9589ab9c249284090b2ef7> /System/Library/PrivateFrameworks/JavaLaunching.framework/Versions/A/JavaLaunch ing
    0x17ebc000 - 0x17ebdff3  ATSHI.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    0x180ac000 - 0x180affff  com.apple.audio.AudioIPCPlugIn 1.0.6 (1.0.6) <51c811377017028f8904ad779e6a1344> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x18104000 - 0x1810afff  com.apple.audio.AppleHDAHALPlugIn 1.7.1 (1.7.1a2) <a0a4389b5ac52ab84397d2b25c9d3b9c> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x18857000 - 0x18859ffe  com.apple.AutomatorCMM 1.1 (162) <413d7e87f90ba14adf2c2a08af448666> /System/Library/Contextual Menu Items/AutomatorCMM.plugin/Contents/MacOS/AutomatorCMM
    0x1886a000 - 0x1886bffd  com.apple.BluetoothMenu 2.1.8 (2.1.8f2) /System/Library/Contextual Menu Items/BluetoothContextualMenu.plugin/Contents/MacOS/BluetoothContextualMenu
    0x1a170000 - 0x1a172fff  com.apple.BezelServicesFW 1.4.9212 (1.4.9212) /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServi ces
    0x1b871000 - 0x1c2bffe3 +com.macromedia.FlashPlayer-10.4-10.5.plugin 10.3.183.11 (10.3.183.11) <b6003283e6137751b96b7f9a893219b9> /Library/Internet Plug-Ins/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.4-10.5.plugin/Contents/MacOS/Flas hPlayer-10.4-10.5
    0x1dc40000 - 0x1dcb5ff7  com.apple.Bluetooth 2.1.9 (2.1.9f10) <d70a88066ebf7eb8071781f686caced3> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x21374000 - 0x2146cfe0  com.apple.DiskImagesFramework 10.5.10 (204) <b5a706350dbfe8ef03d23833e5687f65> /System/Library/PrivateFrameworks/DiskImages.framework/DiskImages
    0x214d2000 - 0x21508fff  com.apple.MediaKit 9.1 (401) <62f8d49f7d7eb4096d74377d0b7b51d5> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x2173d000 - 0x2174bfeb  libSimplifiedChineseConverter.dylib ??? (???) <68f130a585c3f580d166ef7cbbf47e69> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x21750000 - 0x21762fff  libTraditionalChineseConverter.dylib ??? (???) <6108541a452ff07d2f67db4a488b9d22> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x25c00000 - 0x25cc9fe5  com.apple.DiscRecording 4.0.7 (4070.4.1) <7c105f35c674aad3a476f8959d3f3ebb> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x25d34000 - 0x25d61ffb  libcurl.4.dylib ??? (???) <e70ed3c4c3a9ab52cca43930b038b2b8> /usr/lib/libcurl.4.dylib
    0x2929c000 - 0x2929cffd  liblangid.dylib ??? (???) <4a7cd4e810ac2cf4cadd29d0bda17306> /usr/lib/liblangid.dylib
    0x2978b000 - 0x298b6ff7  libmecab.1.0.0.dylib ??? (???) <b1f984a091cd38aaa82c99b8437b2761> /usr/lib/libmecab.1.0.0.dylib
    0x70000000 - 0x700e6ff2  com.apple.audio.units.Components 1.5.2 (1.5.2) /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe00000 - 0x8fe2db43  dyld 97.1 (???) <458eed38a009e5658a79579e7bc26603> /usr/lib/dyld
    0x90003000 - 0x90003ffc  com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x90004000 - 0x9001afff  com.apple.DictionaryServices 1.0.0 (1.0.0) <7d20b8d1fb238c3e71d0fa6fda18c4f7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x9001b000 - 0x9001bffe  com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <1f4c10fcc17187a6f106e0a0be8236b0> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x9001c000 - 0x901d8ff3  com.apple.QuartzComposer 2.1 (106.13) <f487aaca8ebdc7e334e2c79cebd8da66> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x901d9000 - 0x901dcfff  com.apple.help 1.1 (36) <1a25a8fbb49a830efb31d5c0a52939cd> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x90282000 - 0x9036aff3  com.apple.CoreData 100.2 (186.2) <44df326fea0236718f5ed64084e82270> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9036b000 - 0x903abfef  com.apple.CoreMedia 0.484.2 (484.2) <a3f49c4ac23e1e4ff60061ef279e367c> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x903ac000 - 0x903b6feb  com.apple.audio.SoundManager 3.9.2 (3.9.2) <df077a8048afc3075c6f2d9e7780e78e> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x903b7000 - 0x903ccffb  com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x903cd000 - 0x9040ffef  com.apple.NavigationServices 3.5.2 (163) <72cdc9d21f6690837870923e7b8ca358> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x90410000 - 0x90412ff5  libRadiance.dylib ??? (???) <73169d8c3fc31df4005e8eaa0d16bde5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x90413000 - 0x904a0ff7  com.apple.framework.IOKit 1.5.2 (???) <7a3cc24f78f93931731203854ae0d891> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x904a1000 - 0x904bfff3  com.apple.DirectoryService.Framework 3.5.7 (3.5.7) <b4cd561d2481c4162ecf0acdf8cb062c> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x904c0000 - 0x905aefef  com.apple.PubSub 1.0.5 (65.23) <7d496f89df21f6b9ecf99a7727469c2a> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x905af000 - 0x905b6ff7  libCGATS.A.dylib ??? (???) <8875cf11c0de0579423ac6b6ce80336d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x905b7000 - 0x905bcfff  com.apple.DisplayServicesFW 2.0.2 (2.0.2) <cb9b98b43ae385a0f374baabe2b71764> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x90602000 - 0x90819ff7  com.apple.JavaScriptCore 5534 (5534.49) <b6a2c99482d55a354e6281cd4dd82518> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x9081a000 - 0x90823fff  com.apple.speech.recognition.framework 3.7.24 (3.7.24) <da2d8411921a3fd8bc898dc753b7f3ee> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x90836000 - 0x9083efff  com.apple.DiskArbitration 2.2.1 (2.2.1) <2664eeb3a4d0c95a21c089892a0ae8d0> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x9083f000 - 0x90863feb  libssl.0.9.7.dylib ??? (???) <5b29af782be5894be8b336c9c73c18b6> /usr/lib/libssl.0.9.7.dylib
    0x90864000 - 0x90c22fea  libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x90c23000 - 0x90c47fff  libxslt.1.dylib ??? (???) <c372568bd2f7169efa0faee6546eead3> /usr/lib/libxslt.1.dylib
    0x90c48000 - 0x90c86fff  libGLImage.dylib ??? (???) <b154e14c351ddc950d5228819201435e> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x90c87000 - 0x90dd1feb  com.apple.QTKit 7.7 (1680.28) <c03868cba11c22743a5d68e1b0184399> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x90dd2000 - 0x91b40fe3  com.apple.WebCore 5534 (5534.50.1) <bef6f01e56834f2498918b264f0acbf7> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x91b41000 - 0x91b7bffe  com.apple.securityfoundation 3.0.2 (36131) <f36bdfb346d21856a7aa3e67024cc1d7> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x91b7c000 - 0x91b7efff  com.apple.securityhi 3.0 (30817) <db23f4bad9f63a606468a4047a69b945> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x91de8000 - 0x91de8fff  com.apple.Carbon 136 (136) <2ea8decb44f41c4f2fc6fe93e0a53174> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x91e01000 - 0x91e94fff  com.apple.ink.framework 101.3 (86) <d4c85b5cafa8027fff042b84a8be71dc> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x91e95000 - 0x91ee3fe3  com.apple.AppleVAFramework 4.1.17 (4.1.17) /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x91ee4000 - 0x9201cfe7  com.apple.imageKit 1.0.2 (1.0) <00d03cf7f26e1b6023efdc4bd15dd52e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x92181000 - 0x921a0ffa  libJPEG.dylib ??? (???) <6d61215d5adfd74f75fed2e4db29a21c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x921a1000 - 0x921a1ffd  com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x921cc000 - 0x921dbffe  com.apple.DSObjCWrappers.Framework 1.3 (1.3) <9a3a2108a5612a5e683e7e026c582a98> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x9222e000 - 0x92277fef  com.apple.Metadata 10.5.8 (398.26) <e4d268ea45379200f03cdc7c8bedae6f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x92278000 - 0x92293ff3  libPng.dylib ??? (???) <e0c3bdc3144e1ed91f1e4d00d147ff3a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x92294000 - 0x922c6fff  com.apple.LDAPFramework 1.4.5 (110) <bb7a3e5d66f00d1d1c8a40569b003ba3> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x922c7000 - 0x92316fff  com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x92317000 - 0x9237dffb  com.apple.ISSupport 1.8 (38.3) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x9237e000 - 0x923c9ff7  com.apple.CoreMediaIOServices 140.0 (1492) <3fd3879b31be7659c1008e8991e9f69b> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x923ca000 - 0x92786ff4  com.apple.VideoToolbox 0.484.2 (484.2) <f8e0dbf848f7441bc31428305a2f65bf> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x92791000 - 0x92791ffe  com.apple.quartzframework 1.5 (1.5) <6865aa0aeaa584b5a54d43f2f21d6c08> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x92792000 - 0x92912fff  com.apple.AddressBook.framework 4.1.2 (702) <f9360f9926ccd411fdf7550b73034d17> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x92913000 - 0x9299aff7  libsqlite3.0.dylib ??? (???) <7d1fcfae937da95c7d2b9bdea57e6dc0> /usr/lib/libsqlite3.0.dylib
    0x9299b000 - 0x92d38fef  com.apple.QuartzCore 1.5.8 (1.5.8) <8dc9ad0616bf56ebba60d6353737ac4e> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x92d39000 - 0x92d40fff  com.apple.agl 3.0.9 (AGL-3.0.9) <d64d715dab8565014f5e2f239fd2410c> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x92d41000 - 0x92d92ff7  com.apple.HIServices 1.7.1 (???) <ba7fd0ede540a0da08db027f87efbd60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x92d93000 - 0x92e20ff7  com.apple.LaunchServices 292 (292) <a41286c7c1eb20ffd5cc796f791070f0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x92e21000 - 0x93d21fe6  com.apple.QuickTimeComponents.component 7.7 (1680.28) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x93d22000 - 0x93d4ffeb  libvDSP.dylib ??? (???) <4daafed78a471133ec30b3ae634b6d3e> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x93d53000 - 0x93d62fff  libsasl2.2.dylib ??? (???) <0ae9f3c08d8508d9dba56324c60ceb63> /usr/lib/libsasl2.2.dylib
    0x93d63000 - 0x93eacff7  com.apple.ImageIO.framework 2.0.9 (2.0.9) <717938c4837f88bbe8ec613d4d25bc52> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x93ead000 - 0x941d8ff6  com.apple.QuickTime 7.7 (1680.28) <df75ea1435dadaf44ffde0924bc67ec4> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x941e5000 - 0x9423fff7  com.apple.CoreText 2.0.5 (???) <5483518a613464d043455ac661a9dcbe> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x94240000 - 0x942caff7  com.apple.DesktopServices 1.4.9 (1.4.9) <f5e51a76d315798371b3dd35a4d46d6c> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x942cb000 - 0x942f4fff  libcups.2.dylib ??? (???) <2b0ab6b9fa1957ee940835d0cfd42894> /usr/lib/libcups.2.dylib
    0x942fa000 - 0x94339fef  libTIFF.dylib ??? (???) <2afd7f6079224311d67ab427e10bf61c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x9436f000 - 0x94374fff  com.apple.CommonPanels 1.2.4 (85) <c135f02edd6b2e2864311e0b9d08a98d> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x94375000 - 0x943a6ffb  com.apple.quartzfilters 1.5.0 (1.5.0) <92b4f39479fdcabae0d8f53febd22fad> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x943a7000 - 0x943e1fe7  com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x943e2000 - 0x943fafff  com.apple.openscripting 1.2.8 (???) <a6b446eb8ec7844096df5fb9002f5c7b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x943fb000 - 0x944c6fef  com.apple.ColorSync 4.5.4 (4.5.4) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x944cd000 - 0x94560ff3  com.apple.ApplicationServices.ATS 3.8 (???) <e61b0945da6ab368348a927f7428ad67> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x94561000 - 0x94571ffc  com.apple.LangAnalysis 1.6.5 (1.6.5) <d057feb38163121ffd871c564c692804> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x94572000 - 0x94574ffd  com.apple.CrashReporterSupport 10.5.7 (161) <ccdc3f2000afa5fcbb8537845f36dc01> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x94575000 - 0x94692ff7  com.apple.WebKit 5534 (5534.50.2) <643ffe6446c331210a74f896f0804eb2> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x94693000 - 0x946c9fef  libtidy.A.dylib ??? (???) <7f0b8a7837bd7f8039d06fc042acf85b> /usr/lib/libtidy.A.dylib
    0x946ca000 - 0x946d6ff9  com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x946d7000 - 0x94718fe7  libRIP.A.dylib ??? (???) <cd04df9e8993c51312c8cbcfe2539914> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94719000 - 0x94719ff8  com.apple.ApplicationServices 34 (34) <ee7bdf593da050bb30c7a1fc446eb8a6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x9471a000 - 0x94dbafff  com.apple.CoreGraphics 1.409.8 (???) <25020feb388637ee860451c19b613c48> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x94dbb000 - 0x94e38fef  libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x94e39000 - 0x94ee0feb  com.apple.QD 3.11.57 (???) <35f058678972d42b88ebdf652df79956> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x94ee1000 - 0x94ee8ffe  libbsm.dylib ??? (???) <fa7ae5f1a621d9b69e7e18747c9405fb> /usr/lib/libbsm.dylib
    0x94ee9000 - 0x94eeffff  com.apple.print.framework.Print 218.0.3 (220.2) <0b70ba17cbbe4d62a00bec91c8cc675e> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x94f04000 - 0x94fabfec  com.apple.CFNetwork 438.16 (438.16) <0a2f633dc532b176109547367f209ced> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x94fac000 - 0x94fcafff  libresolv.9.dylib ??? (???) <39f6d8651f3dca7a1534fa04322e6763> /usr/lib/libresolv.9.dylib
    0x94fcb000 - 0x94fdbfff  com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <273d96ff861dc68be659c07ef56f599a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x94fdc000 - 0x9500bfe3  com.apple.AE 402.3 (402.3) <aee412511c8725cd1a2cfb6501316bd5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x9500c000 - 0x95018ffe  libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x95019000 - 0x95019ffa  com.apple.CoreServices 32 (32) <373d6a888f9204641f313bc6070ae065> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x9501a000 - 0x9508dfff  com.apple.iLifeMediaBrowser 2.1.5 (368) <3026150475335424dd1532739ded6fb0> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x9508e000 - 0x9513ffff  edu.mit.Kerberos 6.0.15 (6.0.15) <28005ea82ba82307f185c255c25bfdd3> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x95140000 - 0x95140ffd  com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x95141000 - 0x95551fef  libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x95552000 - 0x95d50fef  com.apple.AppKit 6.5.9 (949.54) <4df5d2e2271175452103f789b4f4d8a8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x95d51000 - 0x95d6eff7  com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x95d6f000 - 0x95de1fff  com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x95de7000 - 0x960effe7  com.apple.HIToolbox 1.5.6 (???) <eece3cb8aa0a4e6843fcc1500aca61c5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x960f0000 - 0x96274fef  com.apple.MediaToolbox 0.484.2 (484.2) <03c5c5966a91ad3ae9c825340fa21970> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x962b2000 - 0x963ebff7  libicucore.A.dylib ??? (???) <f2819243b278259b9a622ea111ea5fd6> /usr/lib/libicucore.A.dylib
    0x963ec000 - 0x968bdf76  libGLProgrammability.dylib ??? (???) <bf7fb226cbb412edfa377537c3e35877> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x968be000 - 0x96a25ff3  libSystem.B.dylib ??? (???) <be7a9fa5c8a925578bddcbaa72e5bf6e> /usr/lib/libSystem.B.dylib
    0x96a43000 - 0x96a8efe1  com.apple.securityinterface 3.0.4 (37213) <16de57ab3e3f85f3b753f116e2fa7847> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x96a8f000 - 0x96b0cfeb  com.apple.audio.CoreAudio 3.1.2 (3.1.2) <782a08c44be4698597f4bbd79cac21c6> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x96bd7000 - 0x96c34ffb  libstdc++.6.dylib ??? (???) <7d389389a99ce696726cf4c8980cc505> /usr/lib/libstdc++.6.dylib
    0x96ca3000 - 0x96ca4ffc  libffi.dylib ??? (???) <eaf10b99a3fbc4920b175809407466c0> /usr/lib/libffi.dylib
    0x96ca5000 - 0x96cacfe9  libgcc_s.1.dylib ??? (???) <e280ddf3f5fb3049e674edcb109f389a> /usr/lib/libgcc_s.1.dylib
    0x96cad000 - 0x96f29fe7  com.apple.Foundation 6.5.9 (677.26) <c68b3cff7864959becfc7fd1a384f925> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x96f2a000 - 0x96f36fff  libbz2.1.0.dylib ??? (???) <d355415c89c383330697a7b73d6dbc2e> /usr/lib/libbz2.1.0.dylib
    0x96f37000 - 0x96f62fe7  libauto.dylib ??? (???) <2e44c523b851e8e25f05d13a48070a58> /usr/lib/libauto.dylib
    0x96f63000 - 0x96f67fff  libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x96f68000 - 0x97023fe3  com.apple.CoreServices.OSServices 228.1 (228.1) <9c640e79ad97f335730d8a49f6cb2032> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x97024000 - 0x9705bfff  com.apple.SystemConfiguration 1.9.2 (1.9.2) <eab546255ac099b9616df999c9359d0e> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x9705c000 - 0x970b5ff7  libGLU.dylib ??? (???) <a08a753efc35f8a27f9c8f938fa01101> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x970b6000 - 0x97196fff  libobjc.A.dylib ??? (???) <d1469bf9fe852864d4fff185c72768e8> /usr/lib/libobjc.A.dylib
    0x97197000 - 0x972e9ff3  com.apple.audio.toolbox.AudioToolbox 1.5.3 (1.5.3) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x972ef000 - 0x9747efe7  com.apple.CoreAUC 3.08.0 (3.08.0) <ce8da72493f7ad2bcb13130e6d0eca54> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x9747f000 - 0x97546ff2  com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x9757a000 - 0x9766eff4  libiconv.2.dylib ??? (???) <96ff4c6f84c4a1623cb78287371cdd3f> /usr/lib/libiconv.2.dylib
    0x9766f000 - 0x9767afe7  libCSync.A.dylib ??? (???) <f3228c803584320fde5e1bb9f04b4d44> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x9767b000 - 0x9767bffb  com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x9767c000 - 0x9784dfef  com.apple.security 5.0.7 (1) <44e26a9c40630a54d5a9f70c18483411> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x9784e000 - 0x97876ff7  com.apple.shortcut 1.0.1 (1.0) <a452d3f7feae073a12718c2bc553c575> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x97877000 - 0x97893ff3  com.apple.CoreVideo 1.6.1 (48.6) <e1eea31edd855f3e739202eb18ac8312> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x97894000 - 0x97894ff8  com.apple.Cocoa 6.5 (???) <a1bc9247cf65c20f1a44d0973cbe649c> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x97895000 - 0x97914ff5  com.apple.SearchKit 1.2.2 (1.2.2) <3b5f3ab6a363a4d8a2bbbf74213ab0e5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x97915000 - 0x9798fff8  com.apple.print.framework.PrintCore 5.5.4 (245.6) <3839795086b6857d3c60064dce8702b5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x97990000 - 0x97990ffd  com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x97991000 - 0x979edff7  com.apple.htmlrendering 68 (1.1.3) <1c5c0c417891b920dfe139385fc6c155> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x979ee000 - 0x979f2fff  libGIF.dylib ??? (???) <ade6d93abe118569a7a39d11f81eb9bf> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x97b06000 - 0x97c39fe7  com.apple.CoreFoundation 6.5.7 (476.19) <a332c8f45529ee26d2e9c36d0c723bad> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x97c3a000 - 0x97c3ffff  com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x97c40000 - 0x97cf2ffb  libcrypto.0.9.7.dylib ??? (???) <d02f7e5b8a68813bb7a77f5edb34ff9d> /usr/lib/libcrypto.0.9.7.dylib
    0x97d42000 - 0x9801cff3  com.apple.CoreServices.CarbonCore 786.16 (786.16) <d2af3f75c3500c518c39fd00aed7f9b9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x9801d000 - 0x9802afe7  com.apple.opengl 1.5.10 (1.5.10) <95c3d857570a137d0e8285c9eafa1112> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x9802b000 - 0x98039ffd  libz.1.dylib ??? (???) <a98b3b221a72b54faf73ded3dd7000e5> /usr/lib/libz.1.dylib
    0x9803a000 - 0x9811bff7  libxml2.2.dylib ??? (???) <f274ba384fb55203873f9c17569ef131> /usr/lib/libxml2.2.dylib
    0xba900000 - 0xba916fff  libJapaneseConverter.dylib ??? (???) <b9aea83b1cd97f3230999ebfcbf63e7c> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xbab00000 - 0xbab21fe2  libKoreanConverter.dylib ??? (???) <bc0bb2eed0f4558f07bbaa812d79371b> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0xfffe8000 - 0xfffebfff  libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780  libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

  • Win 8.1 File Explorer Menu Texts are blank

    Right Click on a PDF file in File Explorer - menu text for Acrobat is blank:
    Right Click on a Word doc file in File Explorer - menu text for Acrobat is blank:
    How to fix that?
    Regards,
    Poul Erik Rasmussen

    Hi,
    It seems that the issue is explorer.exe crashing. Since the issue can always be caused by incompatible shell extension or driver conflict.
    We can first use shellexView to disable non-Microsoft related extensions of Windows Explorer to see what’s going on:
    1. Download ShellExView v1.41 from the following link
    http://www.nirsoft.net/utils/shexview.zip 
    Please Note: The third-party product discussed here is manufactured by a company that is independent of Microsoft. We make no warranty, implied or otherwise,
    regarding this product's performance or reliability.
    2.  Extract "shexview.zip" file and open shexview.exe. It will scan the registry for all the shell extensions.
    3. Select all the non-Microsoft extensions in pink by press "Ctrl" in the keyboard.
    4. Click the "Disable Selected Items" on the toolbar and click Yes.
    5. Restart your computer and check if the issue is resolved.
    If the issue persists, then test the issue in Clean Boot and Safe Mode, and let me know the results.
    Meanwhile, please configure Windows to create user-mode dumps. Create a System Restore Point first.
    If you copy and paste the following in Notepad and save as a .reg file, then right-click the .reg file and select "Merge" to add to the registry, a .dmp file at the time explorer.exe crashes should be created in the C:\CrashDumps folder:
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps\explorer.exe]
    "DumpFolder"=hex(2):43,00,3a,00,5c,00,43,00,72,00,61,00,73,00,68,00,44,00,75,\
    00,6d,00,70,00,73,00,00,00
    After Explorer (explorer.exe) crashes, can you then make the .dmp file available (provide link) via Windows Live SkyDrive or similar site?
    Kate Li
    TechNet Community Support

  • How to call a report from a menu ?

    I am converting 6i client/server forms to 9i.
    I have a menu that has an option on it to run a report for each menu item selected using RUN_PRODUCT.
    9i is making this obsolete, so how can I call a report from a menu (not a form) now then ?
    In a form it is fine cos I just use the Report Object - a menu does not have this facility.
    Thanks in advance.

    Hi,
    so here is how this should be done:
    1. Create a Reports node in the Forms module that uses the menu (you don't have to create one Reports Object for each report that you want to run)
    2. From the menu, before calling Run_Report_Object() use Set_Report_Object_Property() to set the phsical file name of the Reports that should be executed. This is kind of best practice and does not have a performance hit.
    There is a bug filed against Forms to extend the menu files with a reports Object node. This could require a change to teh file structure which is why we looking for Forms 10i to implement this. (If it turns out that we can have it without recompiling the menu modules then it may go into a patch set - however this seems unlikely from my point of view)
    Fran

  • Help required in embedding flash file object into Crystal Report file.

    Hello,
          I use the default version of Crystal Report (i.e.'Crystal Report Basic For Visual Studio 2008 - version 10.5' ) which is the part of 'Visual Studio 2008', to create and display the Report. Further, as a requirement, I have to show 'Event Video' into the Report. But, as this default version of Crystal Report does not support Flash File, I uninstalled it and downloaded and installed the 30 days trial version of the Crystal Report (i.e. Crystal Report 2008 - version 12.0).
          Then, I created a new Crystal Report File using 'Crystal Report 2008 Designer', embedded the video as a Flash File(i.e. SWF file) into it. Now,  when I add this newly created Crystal Report File into my sample application, which is created using VS 2008, it does not shows the embedded video.
          So, can anybody please tell me, how can I embed the Flash File into Crystal Report, so that it will be visible in the sample application?
    I would like to appreciate your help and support.
    Thanks,
    -Yogesh.

    Symptom :
    When embedding a pdf document into a Crystal Report, only the one page shows.
    Reproducing the Issue
    Environment:
    Crystal Reports OLE object
    Cause
    An OLE object only displays the first page.
    Resolution
    Embed multiple objects, one for each page
    Or
    Use a hyperlink to the object instead
    Hope this helps!
    Regards,
    Vinay

  • View Crystal Report File  from SDK

    Hello All,
    I want to View Crystal Report File (.rpt file) from SDK (using VB 6 )
    I have already try following code on my Add On :
       Public Sub RunCrystalReport()
       Dim crlApp As New CRAXDDRT.Application
       Dim crlRep As CRAXDDRT.Report
       Set crlRep = crlApp.OpenReport("D:\ReportTest.rpt")  
       Dim CRAX2 As CrystalActiveXReportViewerLib12Ctl.CrystalActiveXReportViewer
       Set CRAX2 = Form2.CRAX
       CRAX2.ReportSource = crlRep
       CRAX2.ViewReport
       End Sub
    But, nothing happen
    Could some one help one for this ?
    Thanks a lot
    Regards,
    Arie
    SDK Beginner

    Amazing Sir !!...
    I could run my report through B1 SDK right now...
    Many thanks to you Sir..
    Just one more thing, The Horisontal and Vertivcal Scroll control wasn't appear. Do I have to add scroll object or someting like that
    Many thanks again to you Mr. Porcelli
    Arie

  • How can I redirect Batch Report Files to a different directory.

    I have a custom version of the Batch Process Model that allows for on the fly report updates. At the end of execution the final report is written. I need to redirect this final report to another directory, but I am having trouble identifying where the report directory is specified. Right now, it is writing in the same directory as the sequence file and I need to change this.

    Hi Terry,
    have a look at the following inside the process model TestUUTs (or Single Pass)
    Locals.ModelData.ReportOptions.DirectoryType
    set this to "SpecificDirectory"
    then in
    Locals.ModelData.ReportOptions.Directory
    set this to your target directory.
    If it's a permanent setting, then I'd suggest updating these values before run time in the report options panel from the Configure menu option.
    If it can be determined before the sequence is run, then you could do it as part of the report options callback. Otherwise, slot it in as and when needed, just before the call to the Determine Report File Path and Determine UUT Report File Path steps, although I guess that depends on how much you've modified the process model so far.
    Hope that helps
    S.
    // it takes almost no time to rate an answer

  • How do I uninstall an add on file from the Seamonkey browser?

    HOW DO I UNINSTALL AN ADD ON FILE FROM MY SEAMONKEY BROWSER?
    Mozilla needs to make their products more user friendly. There is a multitude of people out there
    who are "NOT" very computer literate. Older people like myself, for example, who are old
    school, have a difficult time being dragged kicking and screaming into the electronic generation.
    My grandchildren are better at this kind of stuff than I am; yet we really don't have much choice
    but to try and make the transition, because I have found that there are a lot of types of business
    that you cannot get done unless you are willing to do it with a computer, going online.
    My problem is not with Firefox (I don't use it because it is too slow) , because I use the Seamonkey browser. The problem I now have is that when I try to download some software, I get a message that says I must first uninstall a certain “add on” file, (npfdm.dll.), a "Free Download Manager" file. When I get the list of add ons through the “help” drop down menu, there is “NO” link or any way I can see that will allow me to uninstall this file from the add on list. Therefore, Seamonkey becomes useless to me. Someone please help me with this. Thank you.
    Tim Applegarth
    Phone: xxx-xxx-xxxx
    Email: [email protected]
    edit removed email/phone number as only spambots will be making use of them though it may be too late as this is a public forum.

    SeaMonkey support is over here - http://forums.mozillazine.org/viewforum.php?f=40

  • Can't save a report file in the Reports Builder

    dev environment : w2k, Oracle92iDS(rel 2) and patch set 9.0.2.2.0
    Problem description :
    Saving a report corrupts the report file(jsp, rdf) in the reports builder, when a report has the bind variable used in the functions.
    I can execute the report well, if I don't try to save .
    The moment the file is saved and the report can never be reopened and run.
    Please note it works fine when there is no bind variabled used in the function. Here are the steps to reproduce.
    Can someone verify this, if so is there an workaround for this problem on the Reports Builder?
    ===
    set serveroutput on
    create or replace
    package Q_REP_test
    as
    type drec is record
    sdate date
    type dreccursor is ref cursor return drec;
    Procedure Get_sysdate(retdate out dreccursor);
    procedure add_days_tocurdate(no_of_days in number, retdate out dreccursor);
    end q_rep_test;
    show errors
    create or replace
    package body q_rep_Test
    as
    procedure Get_sysdate(retdate out dreccursor)
    is
    begin
    open retdate for
    select sysdate retdate from dual;
    end;
    procedure add_days_tocurdate(no_of_days in number, retdate out dreccursor)
    is
    begin
    open retdate for
    select sysdate+no_of_days retdate from dual;
    end;
    end q_rep_test;
    show errors
    ===
    Invoke the SP as follows:
    ===
    function QR_1RefCurDS return q_rep_test.dreccursor is
    tempc q_rep_test.dreccursor ;
    begin
    q_rep_test.add_days_tocurdate(:p_1,tempc);
    return tempc;
    end;
    ===
    1. Create a report
    2. create an user parameter(p_1)
    3. add a pl/sql as above
    4. run it(to verify the report works)
    5. save it.
    6. close the report
    7. Open it again, you get an as
    "REP-0002: Unable to retrieve a string from the Report Builder Message file". Now it is corrupted and can't be used at all.

    Mac OS X 10.9.2
    MacBook Pro Retina 15" Late 2013 w/ nVidia GT 750M
    Adobe Audition 6.0 Build 732 (64 bit)
    Downloaded WAV file from internet in a ZIP. Unzipped it. Played it in iTunes. Quit iTunes. Right clicked the file and chose Open With and Adobe Audition CC. I'm pretty sure this is the first time I've opened Audition on this computer, since I just recenly upgraded from an older MacBook. Edited the WAV, had the issue. Read the forums, closed and was prompted to save. Saved and then it finished closing. Right clicked on the file again and chose Open With and Adobe Audition CC. Now the file gave me the option to Save or Save As depending on how much further I edited the file, which was just cutting out more of the track. The razor tool, though, still not available. Had to put the cursor where I wanted, then used the Shift and Home buttons to select the beginning part of the track and the Delete key to remove it.

  • How can I change the report file name depending on which seq file is run in the main seq?

    I'm using TestStand 3.0.
    I have a main sequence file with a menu option to select one of several sequence files to run.
    How can I get TestStand to change report file name to the selected sequence file rather than the main sequence file name?
    Thanks
    Harminder

    Hi Harminder
    Try RunState.Root.Locals.ReportFilePath = "PathToMyFile.xxx"
    regards
    Juergen
    =s=i=g=n=a=t=u=r=e= Click on the Star and see what happens :-) =s=i=g=n=a=t=u=r=e=

Maybe you are looking for

  • Need help with my HttpConnection From Midlet To Servlet...

    NEED HELP ASAP PLEASE.... This class is supposed to download a file from the servlet... the filename is given by the midlet... and the servlet will return the file in bytes... everything is ok in emulator... but in nokia n70... error occurs... Http V

  • Application log not getting cleared

    Hi All, we have a requirement where in we have to prevent service ticket save if the status of ticket is open and save button is clicked from ICWC .We are on CRM2007. we are using ORDER_SAVE badi's check_before_order_save and raising the exception DO

  • Recent CS4 updates disabling pdf creation & Acrobat 9 Pro functioning

    I own Adobe CS4 Suite (Photoshop, Illustrator, InDesign, Acrobat, and shared components).  My computer (Windows Vista) recently installed the latest updates to the software, and ever since, I have not been able to convert any documents to pdf using W

  • Alignment in a gui

    Hi chaps I'm using swing and the awt to make a gui for a sensor network simulation i've made. problem is i've got two JLabels and two JTextAreas on the same line as it were, i'd like them to be centre aligned, on separate lines, one under another. i'

  • Default File and Folder Permissions

    Hello everyone, Is there anyway to set a default file/folder permissions for a parent folder and then if any new files or folders get created within that folder that files use 0644 and folder use 0755? I'm running MAMP for a localhost test site to ru