Nodata in the [DiskRead and Write]&[Network Received and Transmitted] of the reports

Hello everyone!
I'm a newbie.
The problem is the column of [DiskRead and Write]&[Network Received and Transmitted] has nodata.The others are OK(CPU,Memory etc.).  I already set the base rate for [DiskRead and Write]&[Network Received and Transmitted]  and I do some operations like copy files from one to another VM in the VM. But it still 0.00 in the report .
Can anybody tell me why? Is anything wrong in my vCenter Database?
Thank you very much!

Hello,
Thanks for sending the data.
The query that we asked you to run gives the values of network transmit-receive and disk read-write that CBM data collector has collected from VC.
A closer look at the output of the query shows that CBM has been able to collect data for network received and transmit (resource_id=6) from VC. The attached report contains costs for network received and transmit.
But there is no data for disk read and write (resource_id=2). So the report shows 0 costs for disk read and write.
Now we need to know the cause of  absence of this data from CBM DB. As a first step, we will like to see if VC DB contains disk read-write related data. Can you please attach the output of following steps?
1)  Please run following query on CBM DB
select entity_moid from cb_vc_entity where vc_entity_id=(select vc_entity_id from cb_vc_entity_mapping where cb_entity_id=(select entity_id from cb_entity where entity_name='work_GJL'))
This will give 'moid'. This moid should be used in the next query.
2) Please run following queries on VC DB.
We need outputs from 4 tables namely:
i) VPXV_HIST_STAT_YEARLY
ii) VPXV_HIST_STAT_MONTHLY
iii) VPXV_HIST_STAT_WEEKLY
iv) VPXV_HIST_STAT_DAILY
Substitute <table name> in the following query with each one of these and store the outputs of different queries independently and attach here.
select SAMPLE_TIME, SAMPLE_INTERVAL, STAT_VALUE from <table name> where ENTITY LIKE 'moid from above query' AND STAT_NAME = 'usage' and STAT_GROUP = 'disk' and STAT_ROLLUP_TYPE = 'average' order by SAMPLE_TIME
Thanks,
Mugdha

Similar Messages

  • In SAFARI and sometimes when I begin typing in the search window, SAFARI quits and a new window opens and says EXC_CRASH (SIGABRT).  I send the report to APPLE but never receive a reply.

    Hello: 
    When I type in SAFARI Search window, sometimes SAFARI shuts down and I get a new window asking me if I want to report the incident to APPLE.
    Below is a copy of the report I send to APPLE:
    Process:         Safari [137]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         5.1.10 (6534.59.10)
    Build Info:      WebBrowser-75345910~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [89]
    Date/Time:       2013-12-26 11:46:41.279 -0600
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          13375 sec
    Crashes Since Last Report:           1
    Per-App Interval Since Last Report:  11675 sec
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                      F657B4F7-B212-462C-A03D-723C1EBCC71C
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread:  11  Dispatch queue: com.apple.CFURLCACHE_work_queue
    Application Specific Information:
    *** error for object 0x7fff70589438: Non-aligned pointer being freed
    Thread 0:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib             0x00007fff81125d7a mach_msg_trap + 10
    1   libSystem.B.dylib             0x00007fff811263ed mach_msg + 59
    2   com.apple.CoreFoundation       0x00007fff830f1902 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation       0x00007fff830f0d8f CFRunLoopRunSpecific + 575
    4   com.apple.HIToolbox           0x00007fff864537ee RunCurrentEventLoopInMode + 333
    5   com.apple.HIToolbox           0x00007fff864535f3 ReceiveNextEventCommon + 310
    6   com.apple.HIToolbox           0x00007fff864534ac BlockUntilNextEventMatchingListInMode + 59
    7   com.apple.AppKit               0x00007fff83edeeb2 _DPSNextEvent + 708
    8   com.apple.AppKit               0x00007fff83ede801 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    9   com.apple.Safari.framework     0x00007fff898fd95c -[BrowserApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 177
    10  com.apple.AppKit               0x00007fff83ea468f -[NSApplication run] + 395
    11  com.apple.AppKit               0x00007fff83e9d3b0 NSApplicationMain + 364
    12  com.apple.Safari.framework     0x00007fff89abe56a SafariMain + 200
    13  com.apple.Safari               0x0000000100000f1c 0x100000000 + 3868
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib             0x00007fff8113ec0a kevent + 10
    1   libSystem.B.dylib             0x00007fff81140add _dispatch_mgr_invoke + 154
    2   libSystem.B.dylib             0x00007fff811407b4 _dispatch_queue_invoke + 185
    3   libSystem.B.dylib             0x00007fff811402de _dispatch_worker_thread2 + 252
    4   libSystem.B.dylib             0x00007fff8113fc08 _pthread_wqthread + 353
    5   libSystem.B.dylib             0x00007fff8113faa5 start_wqthread + 13
    Thread 2:  WebCore: IconDatabase
    0   libSystem.B.dylib             0x00007fff81160a6a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff81164881 _pthread_cond_wait + 1286
    2   com.apple.WebCore             0x00007fff84a32199 WebCore::IconDatabase::syncThreadMainLoop() + 265
    3   com.apple.WebCore             0x00007fff84a2f598 WebCore::IconDatabase::iconDatabaseSyncThread() + 296
    4   libSystem.B.dylib             0x00007fff8115efd6 _pthread_start + 331
    5   libSystem.B.dylib             0x00007fff8115ee89 thread_start + 13
    Thread 3:
    0   libSystem.B.dylib             0x00007fff81125d7a mach_msg_trap + 10
    1   libSystem.B.dylib             0x00007fff811263ed mach_msg + 59
    2   com.apple.QuartzCore           0x00007fff86777396 CA::Render::Server::server_thread(void*) + 177
    3   com.apple.QuartzCore           0x00007fff867772d6 thread_fun + 34
    4   libSystem.B.dylib             0x00007fff8115efd6 _pthread_start + 331
    5   libSystem.B.dylib             0x00007fff8115ee89 thread_start + 13
    Thread 4:
    0   libSystem.B.dylib             0x00007fff81125d7a mach_msg_trap + 10
    1   libSystem.B.dylib             0x00007fff811263ed mach_msg + 59
    2   com.apple.CoreFoundation       0x00007fff830f1902 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation       0x00007fff830f0d8f CFRunLoopRunSpecific + 575
    4   com.apple.Foundation           0x00007fff8785014f +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 297
    5   com.apple.Foundation           0x00007fff877d1114 __NSThread__main__ + 1429
    6   libSystem.B.dylib             0x00007fff8115efd6 _pthread_start + 331
    7   libSystem.B.dylib             0x00007fff8115ee89 thread_start + 13
    Thread 5:  Safari: SafeBrowsingManager
    0   libSystem.B.dylib             0x00007fff81125d7a mach_msg_trap + 10
    1   libSystem.B.dylib             0x00007fff811263ed mach_msg + 59
    2   com.apple.CoreFoundation       0x00007fff830f1902 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation       0x00007fff830f0d8f CFRunLoopRunSpecific + 575
    4   com.apple.Safari.framework     0x00007fff89a758e5 Safari::MessageRunLoop::threadBody() + 107
    5   com.apple.Safari.framework     0x00007fff89a7591f Safari::MessageRunLoop::threadCallback(void*) + 9
    6   libSystem.B.dylib             0x00007fff8115efd6 _pthread_start + 331
    7   libSystem.B.dylib             0x00007fff8115ee89 thread_start + 13
    Thread 6:  Safari: SnapshotStore
    0   libSystem.B.dylib             0x00007fff81160a6a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff81164881 _pthread_cond_wait + 1286
    2   com.apple.JavaScriptCore       0x00007fff8059d650 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64
    3   com.apple.Safari.framework     0x00007fff89af214b Safari::MessageQueueWaitResult Safari::MessageQueue<***::RefPtr<Safari::SnapshotStore::DiskAccessMessage> >::waitForMessageFilteredWithTimeout<bool ()(***::RefPtr<Safari::SnapshotStore::DiskAccessMessage>&)>(***::RefPtr<Safari: :SnapshotStore::DiskAccessMessage>&, bool (&)(***::RefPtr<Safari::SnapshotStore::DiskAccessMessage>&), double) + 149
    4   com.apple.Safari.framework     0x00007fff89af05bd Safari::SnapshotStore::diskAccessThreadBody() + 115
    5   com.apple.Safari.framework     0x00007fff89af073d Safari::SnapshotStore::diskAccessThreadCallback(void*) + 9
    6   libSystem.B.dylib             0x00007fff8115efd6 _pthread_start + 331
    7   libSystem.B.dylib             0x00007fff8115ee89 thread_start + 13
    Thread 7:  WebCore: LocalStorage
    0   libSystem.B.dylib             0x00007fff81160a6a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff81164881 _pthread_cond_wait + 1286
    2   com.apple.JavaScriptCore       0x00007fff8059d650 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64
    3   com.apple.WebCore             0x00007fff84a4af81 WebCore::LocalStorageThread::threadEntryPoint() + 177
    4   libSystem.B.dylib             0x00007fff8115efd6 _pthread_start + 331
    5   libSystem.B.dylib             0x00007fff8115ee89 thread_start + 13
    Thread 8:  JavaScriptCore::Marking
    0   libSystem.B.dylib             0x00007fff81160a6a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff81164881 _pthread_cond_wait + 1286
    2   com.apple.JavaScriptCore       0x00007fff808142fd JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 493
    3   com.apple.JavaScriptCore       0x00007fff80814550 JSC::MarkStackThreadSharedData::markingThreadMain() + 272
    4   com.apple.JavaScriptCore       0x00007fff808145f9 JSC::MarkStackThreadSharedData::markingThreadStartFunc(void*) + 9
    5   libSystem.B.dylib             0x00007fff8115efd6 _pthread_start + 331
    6   libSystem.B.dylib             0x00007fff8115ee89 thread_start + 13
    Thread 9:  JavaScriptCore::BlockFree
    0   libSystem.B.dylib             0x00007fff81160a6a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff81164881 _pthread_cond_wait + 1286
    2   com.apple.JavaScriptCore       0x00007fff8059d6a7 ***::ThreadCondition::timedWait(***::Mutex&, double) + 151
    3   com.apple.JavaScriptCore       0x00007fff8081cc3c JSC::Heap::blockFreeingThreadMain() + 300
    4   com.apple.JavaScriptCore       0x00007fff8081cc79 JSC::Heap::blockFreeingThreadStartFunc(void*) + 9
    5   libSystem.B.dylib             0x00007fff8115efd6 _pthread_start + 331
    6   libSystem.B.dylib             0x00007fff8115ee89 thread_start + 13
    Thread 10:  com.apple.CFSocket.private
    0   libSystem.B.dylib             0x00007fff81169932 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation       0x00007fff83113468 __CFSocketManager + 824
    2   libSystem.B.dylib             0x00007fff8115efd6 _pthread_start + 331
    3   libSystem.B.dylib             0x00007fff8115ee89 thread_start + 13
    Thread 11 Crashed:  Dispatch queue: com.apple.CFURLCACHE_work_queue
    0   libSystem.B.dylib             0x00007fff811989ce __semwait_signal_nocancel + 10
    1   libSystem.B.dylib             0x00007fff811988d0 nanosleep$NOCANCEL + 129
    2   libSystem.B.dylib             0x00007fff811f53ce usleep$NOCANCEL + 57
    3   libSystem.B.dylib             0x00007fff81214a00 abort + 93
    4   libSystem.B.dylib             0x00007fff8120362d szone_error + 519
    5   libsqlite3.dylib               0x00007fff86ef3cc0 sqlite3_free + 96
    6   libsqlite3.dylib               0x00007fff86f215e2 sqlite3VdbeMemSetStr + 626
    7   libsqlite3.dylib               0x00007fff86f24abe sqlite3Error + 462
    8   libsqlite3.dylib               0x00007fff86f761fe sqlite3_exec + 110
    9   com.apple.CFNetwork           0x00007fff89776404 __CFURLCache::ExecSQLStatement_NoLock(sqlite3*, char const*, int (*)(void*, int, char**, char**), void*, long) + 58
    10  com.apple.CFNetwork           0x00007fff89735ef2 _CFURLCacheTimerCallback(void*) + 227
    11  com.apple.CFNetwork           0x00007fff8974b61e __CFURLCacheCreate_block_invoke_3 + 66
    12  libSystem.B.dylib             0x00007fff811413f3 _dispatch_source_invoke + 273
    13  libSystem.B.dylib             0x00007fff811407b4 _dispatch_queue_invoke + 185
    14  libSystem.B.dylib             0x00007fff811408dc _dispatch_queue_drain + 261
    15  libSystem.B.dylib             0x00007fff81140734 _dispatch_queue_invoke + 57
    16  libSystem.B.dylib             0x00007fff811402de _dispatch_worker_thread2 + 252
    17  libSystem.B.dylib             0x00007fff8113fc08 _pthread_wqthread + 353
    18  libSystem.B.dylib             0x00007fff8113faa5 start_wqthread + 13
    Thread 12:
    0   libSystem.B.dylib             0x00007fff81160a6a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff81164881 _pthread_cond_wait + 1286
    2   com.apple.CoreVideo           0x00007fff80901342 CVDisplayLink::runIOThread() + 804
    3   com.apple.CoreVideo           0x00007fff80900fe3 startIOThread(void*) + 139
    4   libSystem.B.dylib             0x00007fff8115efd6 _pthread_start + 331
    5   libSystem.B.dylib             0x00007fff8115ee89 thread_start + 13
    Thread 13:  JavaScriptCore::Marking
    0   libSystem.B.dylib             0x00007fff81160a6a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff81164881 _pthread_cond_wait + 1286
    2   com.apple.JavaScriptCore       0x00007fff808142fd JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 493
    3   com.apple.JavaScriptCore       0x00007fff80814550 JSC::MarkStackThreadSharedData::markingThreadMain() + 272
    4   com.apple.JavaScriptCore       0x00007fff808145f9 JSC::MarkStackThreadSharedData::markingThreadStartFunc(void*) + 9
    5   libSystem.B.dylib             0x00007fff8115efd6 _pthread_start + 331
    6   libSystem.B.dylib             0x00007fff8115ee89 thread_start + 13
    Thread 14:  JavaScriptCore::BlockFree
    0   libSystem.B.dylib             0x00007fff81160a6a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff81164881 _pthread_cond_wait + 1286
    2   com.apple.JavaScriptCore       0x00007fff8059d6a7 ***::ThreadCondition::timedWait(***::Mutex&, double) + 151
    3   com.apple.JavaScriptCore       0x00007fff8081cc3c JSC::Heap::blockFreeingThreadMain() + 300
    4   com.apple.JavaScriptCore       0x00007fff8081cc79 JSC::Heap::blockFreeingThreadStartFunc(void*) + 9
    5   libSystem.B.dylib             0x00007fff8115efd6 _pthread_start + 331
    6   libSystem.B.dylib             0x00007fff8115ee89 thread_start + 13
    Thread 11 crashed with X86 Thread State (64-bit):
      rax: 0x000000000000003c  rbx: 0x000000010ebd0510  rcx: 0x000000010ebd04c8  rdx: 0x0000000000000001
      rdi: 0x0000000000000c03  rsi: 0x0000000000000000  rbp: 0x000000010ebd0500  rsp: 0x000000010ebd04c8
       r8: 0x0000000000000000   r9: 0x0000000000989680  r10: 0x0000000000000001  r11: 0x0000000000000246
      r12: 0x0000000000000000  r13: 0x00007fff70589438  r14: 0x0000000100005000  r15: 0x000000010cfc10c0
      rip: 0x00007fff811989ce  rfl: 0x0000000000000247  cr2: 0x000000010fe83020
    Binary Images:
           0x100000000 -        0x100000fff  com.apple.Safari 5.1.10 (6534.59.10) <E9B93F8E-359B-6C7E-E1D5-6415B49BBB03> /Applications/Safari.app/Contents/MacOS/Safari
           0x10d1c9000 -        0x10d1effff  GLRendererFloat ??? (???) <38621D22-8F49-F937-851B-E21BD49A8A88> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x10e50d000 -        0x10e6a0fe7  GLEngine ??? (???) <BCE83654-81EC-D231-ED6E-1DD449B891F2> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x10e6d1000 -        0x10e91fff7  com.apple.ATIRadeonX1000GLDriver 1.6.36 (6.3.6) <4CB6FB1E-0084-F232-3FA0-719F94837D30> /System/Library/Extensions/ATIRadeonX1000GLDriver.bundle/Contents/MacOS/ATIRade onX1000GLDriver
        0x7fff5fc00000 -     0x7fff5fc3be0f  dyld 132.1 (???) <29DECB19-0193-2575-D838-CF743F0400B2> /usr/lib/dyld
        0x7fff80003000 -     0x7fff80014fff  com.apple.DSObjCWrappers.Framework 10.6 (134) <3C08225D-517E-2822-6152-F6EB13A4ADF9> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
        0x7fff80015000 -     0x7fff8001bfff  libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0) <D2F8C7E3-CBA1-2E66-1376-04AA839DABBB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
        0x7fff80021000 -     0x7fff8004cff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <3630A97F-55C1-3F34-CA63-3847653C9645> /usr/lib/libxslt.1.dylib
        0x7fff8004d000 -     0x7fff800b7fe7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <AF0EA96D-000F-8C12-B952-CB7E00566E08> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff800e8000 -     0x7fff801a9fef  com.apple.ColorSync 4.6.8 (4.6.8) <7DF1D175-6451-51A2-DBBF-40FCA78C0D2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff801aa000 -     0x7fff801f2ff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <98FC4457-F405-0262-00F7-56119CA107B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff801f3000 -     0x7fff801f3ff7  com.apple.Carbon 150 (152) <23704665-E9F4-6B43-1115-2E69F161FC45> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff80231000 -     0x7fff802aefef  com.apple.backup.framework 1.2.2 (1.2.2) <CD3554D8-DA47-DDBC-910C-B2F1DE3B8CA6> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff802fb000 -     0x7fff80345ff7  com.apple.Metadata 10.6.3 (507.15) <DE238BE4-5E22-C4D5-CF5C-3D50FDEE4701> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff80346000 -     0x7fff80354ff7  libkxld.dylib ??? (???) <8145A534-95CC-9F3C-B78B-AC9898F38C6F> /usr/lib/system/libkxld.dylib
        0x7fff80355000 -     0x7fff80515fe7  com.apple.WebKit2 6534.59 (6534.59.10) <61029ECF-E501-D530-C98A-AB9AAB9FF257> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2
        0x7fff80516000 -     0x7fff80592ff7  com.apple.ISSupport 1.9.7 (55) <BAE839AB-9DBD-FB23-F1F1-39445F04D8DA> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff80593000 -     0x7fff808b5fff  com.apple.JavaScriptCore 6534.59 (6534.59.11) <992F7C39-0ADA-C5EF-0405-55F81A5B2F76> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff808c2000 -     0x7fff808cdfff  com.apple.corelocation 12.3 (12.3) <A6CFB410-2333-8BE3-658B-75A93C90A9CC> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff808ce000 -     0x7fff808fefef  com.apple.shortcut 1.1 (1.1) <A99C9D8E-290B-B1E4-FEA5-CC5F2FB9C18D> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
        0x7fff808ff000 -     0x7fff80924ff7  com.apple.CoreVideo 1.6.2 (45.6) <E138C8E7-3CB6-55A9-0A2C-B73FE63EA288> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff80925000 -     0x7fff80925ff7  com.apple.vecLib 3.6 (vecLib 3.6) <96FB6BAD-5568-C4E0-6FA7-02791A58B584> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff80a1f000 -     0x7fff80a25ff7  IOSurface ??? (???) <8E302BB2-0704-C6AB-BD2F-C2A6C6A2E2C3> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff80c61000 -     0x7fff80ca4fef  libtidy.A.dylib ??? (???) <2F4273D3-418B-668C-F488-7E659D3A8C23> /usr/lib/libtidy.A.dylib
        0x7fff80d66000 -     0x7fff8109afef  com.apple.CoreServices.CarbonCore 861.39 (861.39) <1386A24D-DD15-5903-057E-4A224FAF580B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff8109b000 -     0x7fff810affff  libGL.dylib ??? (???) <2ECE3B0F-39E1-3938-BF27-7205C6D0358B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff81125000 -     0x7fff812e6fef  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
        0x7fff81458000 -     0x7fff8146cff7  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <621B7415-A0B9-07A7-F313-36BEEDD7B132> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff81490000 -     0x7fff814a1ff7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <97019C74-161A-3488-41EC-A6CA8738418C> /usr/lib/libz.1.dylib
        0x7fff814a2000 -     0x7fff81557fe7  com.apple.ink.framework 1.3.3 (107) <8C36373C-5473-3A6A-4972-BC29D504250F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff81558000 -     0x7fff81564fff  libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <9AB864FA-9197-5D48-A0EC-EC8330D475FC> /usr/lib/libbz2.1.0.dylib
        0x7fff81571000 -     0x7fff815a2fff  libGLImage.dylib ??? (???) <562565E1-AA65-FE96-13FF-437410C886D0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff815a3000 -     0x7fff815f6ff7  com.apple.HIServices 1.8.3 (???) <F6E0C7A7-C11D-0096-4DDA-2C77793AA6CD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff815f7000 -     0x7fff8160cff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <1AE1FE8F-2204-4410-C94E-0E93B003BEDA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff8160d000 -     0x7fff816f2fef  com.apple.DesktopServices 1.5.11 (1.5.11) <39FAA3D2-6863-B5AB-AED9-92D878EA2438> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff816f3000 -     0x7fff81778ff7  com.apple.print.framework.PrintCore 6.3 (312.7) <CDFE82DD-D811-A091-179F-6E76069B432D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff817e6000 -     0x7fff81821fff  com.apple.AE 496.5 (496.5) <208DF391-4DE6-81ED-C697-14A2930D1BC6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff81865000 -     0x7fff81898ff7  libTrueTypeScaler.dylib ??? (???) <B7BA8104-FA18-39A2-56E1-922EE7A660AC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
        0x7fff818b5000 -     0x7fff8190aff7  com.apple.framework.familycontrols 2.0.2 (2020) <8807EB96-D12D-8601-2E74-25784A0DE4FF> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff8190b000 -     0x7fff81910ff7  com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff81961000 -     0x7fff81a7bfff  libGLProgrammability.dylib ??? (???) <D1650AED-02EF-EFB3-100E-064C7F018745> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
        0x7fff81a7c000 -     0x7fff81b3efe7  libFontParser.dylib ??? (???) <EF06F16C-0CC9-B4CA-7BD9-0A97FA967340> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff81b3f000 -     0x7fff81b56fff  com.apple.ImageCapture 6.1 (6.1) <79AB2131-2A6C-F351-38A9-ED58B25534FD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff822f6000 -     0x7fff822fdfff  com.apple.OpenDirectory 10.6 (10.6) <4FF6AD25-0916-B21C-9E88-2CC42D90EAC7> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff822fe000 -     0x7fff824a0fe7  com.apple.WebKit 6534.59 (6534.59.10) <5F60FC29-1962-988F-96D1-A72A61F8C4EB> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff82520000 -     0x7fff82539fff  com.apple.CFOpenDirectory 10.6 (10.6) <401557B1-C6D1-7E1A-0D7E-941715C37BFA> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff82584000 -     0x7fff82587fff  com.apple.help 1.3.2 (41.1) <BD1B0A22-1CB8-263E-FF85-5BBFDE3660B9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff82588000 -     0x7fff82a91ff7  com.apple.RawCamera.bundle 3.14.0 (646) <75A96BFC-1832-808B-F430-C4C9379C5A98> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff82a92000 -     0x7fff82a9dff7  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <3D65E89B-FFC6-4AAF-D5CC-104F967C8131> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff82a9e000 -     0x7fff82ba2ff7  com.apple.PubSub 1.0.5 (65.28) <87EB5C5F-E4E2-E4FD-70EE-773B3A40ABCD> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
        0x7fff82ba3000 -     0x7fff82baeff7  com.apple.HelpData 2.0.5 (34.1.1) <24DC6CD3-02B7-9332-FF6D-F0C545857B55> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
        0x7fff82c88000 -     0x7fff82cc2fff  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <4F2A4397-89BD-DEAC-4971-EE838FFA0964> /usr/lib/libcups.2.dylib
        0x7fff82ceb000 -     0x7fff82d69ff7  com.apple.CoreText 151.13 (???) <5C6214AD-D683-80A8-86EB-328C99B75322> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
        0x7fff82dbd000 -     0x7fff82ed3ff7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <3814FCF9-92B9-A6AB-E76A-F7021894AA3F> /usr/lib/libxml2.2.dylib
        0x7fff82ed4000 -     0x7fff82ed8ff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <DB710299-B4D9-3714-66F7-5D2964DE585B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff82ed9000 -     0x7fff82edefff  libGFXShared.dylib ??? (???) <6BBC351E-40B3-F4EB-2F35-05BDE52AF87E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff82edf000 -     0x7fff82ef1fe7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
        0x7fff82ef2000 -     0x7fff82f08fe7  com.apple.MultitouchSupport.framework 207.11 (207.11) <8233CE71-6F8D-8B3C-A0E1-E123F6406163> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff82f09000 -     0x7fff82f16fe7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <1C35FA50-9C70-48DC-9E8D-2054F7A266B1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff82f17000 -     0x7fff82f1bff7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
        0x7fff82f1c000 -     0x7fff82f21fff  libGIF.dylib ??? (???) <3BAD0DE8-8151-68B0-2244-A4541C738972> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff82f22000 -     0x7fff82f4afff  com.apple.DictionaryServices 1.1.2 (1.1.2) <E9269069-93FA-2B71-F9BA-FDDD23C4A65E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff830a5000 -     0x7fff8321cfe7  com.apple.CoreFoundation 6.6.6 (550.44) <BB4E5158-E47A-39D3-2561-96CB49FA82D4> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff8341c000 -     0x7fff8342dfff  SyndicationUI ??? (???) <A7C60837-3B4F-ACDE-5B7B-63DA918763D0> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
        0x7fff8342e000 -     0x7fff8346cfe7  libFontRegistry.dylib ??? (???) <395D7C0D-36B5-B353-0DC8-51ABC0B1C030> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff83483000 -     0x7fff834d9fe7  libTIFF.dylib ??? (???) <2DBEC120-DAA7-3789-36A2-A205BCDF2D72> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff834da000 -     0x7fff83501ff7  libJPEG.dylib ??? (???) <08758593-6436-B29E-1DA8-F15597835EC1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff835ba000 -     0x7fff835baff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <4CCE5D69-F1B3-8FD3-1483-E0271DB2CCF3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff8379e000 -     0x7fff83e9aff7  com.apple.CoreGraphics 1.545.0 (???) <58D597B1-EB3B-710E-0B8C-EC114D54E11B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff83e9b000 -     0x7fff84895ff7  com.apple.AppKit 6.6.8 (1038.36) <4CFBE04C-8FB3-B0EA-8DDB-7E7D10E9D251> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff84896000 -     0x7fff848a5fff  libxar.1.dylib ??? (???) <CBAF862A-3C77-6446-56C2-9C4461631AAF> /usr/lib/libxar.1.dylib
        0x7fff84936000 -     0x7fff849c2fef  SecurityFoundation ??? (???) <3F1F2727-C508-3630-E2C1-38361841FCE4> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff849c3000 -     0x7fff849c4ff7  com.apple.TrustEvaluationAgent 1.1 (1) <5952A9FA-BC2B-16EF-91A7-43902A5C07B6> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff849e6000 -     0x7fff84a27fff  com.apple.SystemConfiguration 1.10.8 (1.10.2) <78D48D27-A9C4-62CA-2803-D0BBED82855A> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff84a28000 -     0x7fff84a29ff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <49B723D1-85F8-F86C-2331-F586C56D68AF> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff84a2a000 -     0x7fff85a94fff  com.apple.WebCore 6534.59 (6534.59.6) <24B753DC-1FD4-FFCC-5F66-44799244A125> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff85a95000 -     0x7fff85ab5fff  com.apple.DirectoryService.Framework 3.6 (621.16) <0ED4A74A-F8FB-366D-6588-F13EA397326F> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff85af0000 -     0x7fff85ba6ff7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <03140531-3B2D-1EBA-DA7F-E12CC8F63969> /usr/lib/libobjc.A.dylib
        0x7fff85ba7000 -     0x7fff85baaff7  libCoreVMClient.dylib ??? (???) <75819794-3B7A-8944-D004-7EA6DD7CE836> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff85bab000 -     0x7fff863b5fe7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <FC941ECB-71D0-FAE3-DCBF-C5A619E594B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff863b6000 -     0x7fff86402fff  libauto.dylib ??? (???) <F7221B46-DC4F-3153-CE61-7F52C8C293CF> /usr/lib/libauto.dylib
        0x7fff86403000 -     0x7fff86424fe7  libPng.dylib ??? (???) <D8EC7740-EE32-865A-2F75-C9EDE2135510> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff86425000 -     0x7fff86723fff  com.apple.HIToolbox 1.6.5 (???) <AD1C18F6-51CB-7E39-35DD-F16B1EB978A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff86724000 -     0x7fff86ac1fe7  com.apple.QuartzCore 1.6.3 (227.37) <16DFF6CD-EA58-CE62-A1D7-5F6CE3D066DD> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff86bc6000 -     0x7fff86bc8fff  libRadiance.dylib ??? (???) <BF694EE5-6FDA-553A-CC89-F7135618E9C7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
        0x7fff86bc9000 -     0x7fff86bffff7  com.apple.framework.Apple80211 6.2.5 (625.6) <B67C7A65-E4FB-4419-3F31-4482E17EF203> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff86c00000 -     0x7fff86c16fef  libbsm.0.dylib ??? (???) <42D3023A-A1F7-4121-6417-FCC6B51B3E90> /usr/lib/libbsm.0.dylib
        0x7fff86c17000 -     0x7fff86c17ff7  com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff86c18000 -     0x7fff86c59fef  com.apple.QD 3.36 (???) <5DC41E81-32C9-65B2-5528-B33E934D5BB4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff86c5a000 -     0x7fff86c9dff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <5FF3D7FD-84D8-C5FA-D640-90BB82EC651D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff86ee9000 -     0x7fff86fa2fff  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <2C5ED312-E646-9ADE-73A9-6199A2A43150> /usr/lib/libsqlite3.dylib
        0x7fff872e7000 -     0x7fff87406ff7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <0CE8D59B-D0C7-1DCE-3654-37F27F61BEFA> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff87407000 -     0x7fff87450ff7  com.apple.securityinterface 4.0.1 (40418.0.1) <9AF33A9F-2D8C-2AE6-868C-EA836C861031> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff87490000 -     0x7fff87540fff  edu.mit.Kerberos 6.5.11 (6.5.11) <085D80F5-C9DC-E252-C21B-03295E660C91> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff87541000 -     0x7fff875a3fe7  com.apple.datadetectorscore 2.0 (80.7) <09ED086F-438D-852B-1D13-367A36BCFF90> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff875a4000 -     0x7fff87621fef  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
        0x7fff87622000 -     0x7fff876a1fe7  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <79E256EB-43F1-C7AA-6436-124A4FFB02D0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff876a2000 -     0x7fff876ebfef  libGLU.dylib ??? (???) <B0F4CA55-445F-E901-0FCF-47B3B4BAE6E2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff877c0000 -     0x7fff87a42fff  com.apple.Foundation 6.6.8 (751.63) <E10E4DB4-9D5E-54A8-3FB6-2A82426066E4> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff87b92000 -     0x7fff87cc7fff  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <F4814A13-E557-59AF-30FF-E62929367933> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff87cc8000 -     0x7fff87cd7fff  com.apple.NetFS 3.2.2 (3.2.2) <7CCBD70E-BF31-A7A7-DB98-230687773145> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff87de3000 -     0x7fff87df2fef  com.apple.opengl 1.6.14 (1.6.14) <ECAE2D12-5BE3-46E7-6EE5-563B80B32A3E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff87df3000 -     0x7fff87e32ff7  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <B2E93DEC-2F33-366A-995C-ACA0523D508F> /usr/lib/libssl.0.9.8.dylib
        0x7fff87e3e000 -     0x7fff87e61fff  com.apple.opencl 12.3.6 (12.3.6) <42FA5783-EB80-1168-4015-B8C68F55842F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff87f25000 -     0x7fff87f46fff  libresolv.9.dylib 41.1.0 (compatibility 1.0.0) <9410EC7F-4D24-6740-AFEE-90405750FAD7> /usr/lib/libresolv.9.dylib
        0x7fff885df000 -     0x7fff88626ff7  com.apple.coreui 2 (114) <923E33CC-83FC-7D35-5603-FB8F348EE34B> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff88627000 -     0x7fff887e5fff  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <97A75BFB-0DB6-6F44-36B0-97B7F7208ABB> /usr/lib/libicucore.A.dylib
        0x7fff88847000 -     0x7fff88a89fe7  com.apple.AddressBook.framework 5.0.4 (883) <3C634319-4B5B-592B-2D3A-A16336F93AA0> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff88a8a000 -     0x7fff88d13ff7  com.apple.security 6.1.2 (55002) <D224882B-D57B-83AF-3781-548BCEACB327> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff88de0000 -     0x7fff88f9ffff  com.apple.ImageIO.framework 3.0.6 (3.0.6) <92882FD3-CB3F-D0BE-DDDA-43B4BEE10F58> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
        0x7fff88fa0000 -     0x7fff8903afff  com.apple.ApplicationServices.ATS 275.19 (???) <2DE8987F-4563-4D8E-45C3-2F6F786E120D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff8903b000 -     0x7fff8903bff7  com.apple.CoreServices 44 (44) <DC7400FB-851E-7B8A-5BF6-6F50094302FB> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff8903c000 -     0x7fff890f9fff  com.apple.CoreServices.OSServices 359.2 (359.2) <BBB8888E-18DE-5D09-3C3A-F4C029EC7886> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff89116000 -     0x7fff8911cff7  com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff8911d000 -     0x7fff89138ff7  com.apple.openscripting 1.3.1 (???) <9D50701D-54AC-405B-CC65-026FCB28258B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff8913b000 -     0x7fff89141ff7  com.apple.CommerceCore 1.0 (9.1) <3691E9BA-BCF4-98C7-EFEC-78DA6825004E> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff8924c000 -     0x7fff8924efff  com.apple.print.framework.Print 6.1 (237.1) <CA8564FB-B366-7413-B12E-9892DA3C6157> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff89272000 -     0x7fff89275ff7  com.apple.securityhi 4.0 (36638) <AEF55AF1-54D3-DB8D-27A7-E16192E0045A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff89276000 -     0x7fff896b9fef  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <0CC61C98-FF51-67B3-F3D8-C5E430C201A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff896ea000 -     0x7fff896f5fff  com.apple.CrashReporterSupport 10.6.7 (258) <A2CBB18C-BD1C-8650-9091-7687E780E689> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff89726000 -     0x7fff897fafe7  com.apple.CFNetwork 454.12.4 (454.12.4) <C83E2BA1-1818-B3E8-5334-860AD21D1C80> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
        0x7fff897fb000 -     0x7fff8989bfff  com.apple.LaunchServices 362.3 (362.3) <B90B7C31-FEF8-3C26-BFB3-D8A48BD2C0DA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff8989d000 -     0x7fff8a0ddfe7  com.apple.Safari.framework 6534 (6534.59.10) <994DD15D-D620-7FEB-C912-1FF3086942AD> /System/Library/PrivateFrameworks/Safari.framework/Versions/A/Safari
        0x7fff8a0e7000 -     0x7fff8a136ff7  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <0731C40D-71EF-B417-C83B-54C3527A36EA> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
        0x7fff8a137000 -     0x7fff8a275fff  com.apple.CoreData 102.1 (251) <9DFE798D-AA52-6A9A-924A-DA73CB94D81A> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff8a2b1000 -     0x7fff8a2b1ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <15DF8B4A-96B2-CB4E-368D-DEC7DF6B62BB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff8a2b2000 -     0x7fff8a38ffff  com.apple.vImage 4.1 (4.1) <C3F44AA9-6F71-0684-2686-D3BBC903F020> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff8a390000 -     0x7fff8a390ff7  com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff8a391000 -     0x7fff8a392fff  liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
        0x7fff8a460000 -     0x7fff8a4f0fff  com.apple.SearchKit 1.3.0 (1.3.0) <4175DC31-1506-228A-08FD-C704AC9DF642> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff8a7ed000 -     0x7fff8a82afff  com.apple.LDAPFramework 2.0 (120.1) <54A6769E-D7E2-DBE2-EA61-87B9EA355DA4> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff8a832000 -     0x7fff8a892fe7  com.apple.framework.IOKit 2.0 (???) <4F071EF0-8260-01E9-C641-830E582FA416> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fffffe00000 -     0x7fffffe01fff  libSystem.B.dylib ??? (???) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
    System Profile:
    Model: iMac5,1, BootROM IM51.0090.B09, 2 processors, Intel Core 2 Duo, 2.16 GHz, 2 GB, SMC 1.9f4
    Graphics: ATI Radeon X1600, ATY,RadeonX1600, PCIe, 128 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x87), Broadcom BCM43xx 1.0 (5.10.131.42.4)
    Bluetooth: Version 2.4.5f3, 2 service, 12 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Serial ATA Device: ST500DM002-1BD142, 465.76 GB
    Parallel ATA Device: MATSHITADVD-R   UJ-85J
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8501, 0xfd400000 / 2
    USB Device: Hub in Apple Pro Keyboard, 0x05ac  (Apple Inc.), 0x1003, 0x5d100000 / 2
    USB Device: Apple Optical USB Mouse, 0x05ac  (Apple Inc.), 0x0304, 0x5d110000 / 4
    USB Device: Apple Pro Keyboard, 0x05ac  (Apple Inc.), 0x020b, 0x5d130000 / 3
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8206, 0x7d100000 / 2
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8240, 0x7d200000 / 3
    I hope you can help solve this issue as it has continued for a very long time and is very annoying.  I always send the reports to APPLE but the problem persists...
    Thank you,
    <Email Edited By Host>

    You can deal with the complicated solutions offered by all those gracious individuals that graciousely take time out of their schedule in an attempt to assist you. I noticed that you have not upgraded. Apple wants you to upgrade.  I had all the same issues with software and hardware. Long story short if you want to fix your problems pay for all hardware and software upgrades. This isn't Apple anymore.

  • 'File in Use' message is received when one user is in the report and another user tries to open the Excel template

    ‘File in Use’ message is received when one user is in the report and another user tried to open the excel template. how to make excel template shared for multiple users so the users don’t see the ‘File in Use’ message?

    Hi Febin,
    In addition to others’ replies, we can create a shared workbook and place it on a network location where several people can
    edit the contents simultaneously. For example, if the people in your work group each handle several projects and need to know the status of each other's projects, the group can use a shared workbook to track the status of the projects. All persons involved
    can then enter the information for their projects in the same workbook.
    Regarding how to do this,
     the following article can be referred to reference.
    Use a shared workbook to collaborate
    http://office.microsoft.com/en-in/excel-help/use-a-shared-workbook-to-collaborate-HP010096833.aspx
    Best regards,
    Frank Shen

  • Can I hook my Dish Network receiver to Apple TV like the Logitech Revue?

    So I have two iPads and an iPhone in my household and I really want an Apple TV so that I can use the airplay feature. The only thing is, I wish the apple tv would link to my Dish Network receiver like the Logitech Revue will so that I don't have to change inputs on the tv just to use two different devices. I would go buy the Logitech Revue right now but I'm not sure if there is any sort of AirPlay feature on it. So I guess I'm asking two things:
    1: Is there AirPlay on Logitech Revue? (I know it's an apple community, but it is going toward me making my decision.)
    2: is there any way to link the Apple TV with my Dish reciever?
    Thanks in advance.

    I don't really know about the Revue, but the specifications page on Logitech's website make no mention of AirPlay.
    No you can't link the receiver into the Apple TV.

  • Is there an add-on to clearly show that data is being received and transmitted from my PC plus the rate of transfer ?

    Is there an add-on to clearly show that data is being received and transmitted from my PC plus the rate of transfer ?

    I take it you are referring to a alternative to Net Usage Extension which is still being maintained and is current for Firefox 3.6.*
    See https://support.mozilla.com/en-US/questions/750519
    mozillaZine/Sumo mod.

  • To store time only in the table and get it to the report in Apex

    Hi,
    I am very very new to Apex.
    I get a txt file with around 57 columns(comma seperated). In apex we import this and insert it into a database table (csv into table) and then generate a reports out of this table using procedure/packages. we have different fields in this extract which gives different dates and times ( thats right dates and time comes seperate in seperate columns). I would like to insert this dates and times seperately into the table. thats is, getting a table as an exact image of the extract we receive.What data type do I choose to save just the time.
    I can only see 'date' data type where I can have both date and time. But can't find anything just for time.
    The main use of this time(s) saved seperately in the table is , I can then easily display it in reports.
    The report the users want has got fields like transport start time, duty start time etc..
    If you can't save time seperately in the database table, then can somebody suggest a way of saving it in table (in the method available)and then getting the time seperated out into the report.
    Currently the users use macro on excel to get this reports and formatting a cell to 'time' is simple.
    Any suggestions welcome.
    Regards
    Liza

    Varad,
    I have been trying to get this date-time issue in different areas in my application.
    From csv to table its working (once I got dates in the extract adjusted to '02mar2009' format).
    Now I have manipulation to do on this datetime.
    Say I have datetime1, to get datetime2 I have to get datetime1 and reduce some minutes.
    I got the time part into l_temp after reducing the minutes.
    datetime2 :=to_date(sysdate || l_temp,'dd-mon-yyyy hh24mi');
    It gives an error saying 'literals doesn't match format string' (both at sql command and PL/SQL in apex
    I even tried datetime2 :=to_date(to_char(sysdate,'dd-mon-yyyy') || l_temp,'dd-mon-yyyy hh24mi');
    gets the same error in apex but this works fine in sql command.
    But if I put datetime2 :=to_date('02mar09' || l_temp,'dd-mon-yyyy hh24mi');
    Do you know why? Can you suggest something?
    Obviously, I can't hard code it. I have read the date from table1 and write it to table 2 with after this manipulation.
    Any suggestion?
    regards
    Liza
    Edited by: liza on Mar 3, 2009 5:13 PM

  • Twonky not available, NAS not visible in network receiver

    Hi ,I hope these two things are related... I noticed that the Onkyo network receiver no longer finds the wdmycloudex2 on the DLNA channel, while it still finds the PC (Win7) as mediaserver alright. Short description of how the gear is connected: Modem / routercable connection to pccable connection to wdmycloudex2cable connection to switch, hooking up Onkyo network receiver and digital TV receiver (decoder)While trying to troubleshoot this, I noticed that when I try to bring up the Twonky page, the browser returns that the connection is refused (same result Chrome and IE). The regular admin web interface works fine. I can also easily access the NAS from Windows Explorer, with the Android App, with a Win 8 tablet, etc. It's just the network receiver that won't see it anymore. What I have tried so far:disconnect NAS from modem/router and reconnectrestart NASswitch media streaming off and back onfirmware version is up to date (1.05.36)Any thoughts or suggestions please?Much appreciated. 

    Welcome to the Community.
    Maybe you should try contacting WD's Technical Support about this. You can do so either by phone or email.
    To Contact WD for Technical Support
    http://support.wdc.com/contact/index.asp?lang=en
    Support by Country
    http://support.wdc.com/country/index.asp

  • Cannot write or receive imessages

    HI.
    I Cannot write or receive I messages. Have checked that it is not blocked. Not at all!
    please help!
    Thanks.
    Derek Evans.

    Please sign out of iMessage and sign back in. Test. If there's no change, log out or restart the computer and try again.

  • IMac Compatibility w/Yamaha RX-N600 Network Receiver via CAT5 LAN?

    I just purchased the new Yamaha RX-N600 6.1 Channel Network Home Theater Receiver. While I could have purchased the optional Yamaha YDS-10 iPod Dock, my iMac G5 already has all of my iTunes playlists, so I was hoping that I could connect the two through my CAT5 ethernet LAN system in my house. Upon reading the instruction book (after I opened the box) it states that I need to upload Windows Media Connect 2.0 from Microsoft's website onto my PC. Great. Going to that website, there does not appear to be any version available for Macs.
    Assuming the Yamaha is not compatible w/iMacs (although the optional iPod Dock would seem to suggest otherwise), is Airport Express my only other option? Would Airport Express still allow me to use my CAT5 ethernet LAN?
    FYI: Yamaha's website states: "Using a local area network (LAN) connection and Windows Media Connect technology ver.2 or better, Yamaha Network enabled receivers allow you to play MP3, WMA and WAV music from up to four (4) PC’s. The receiver can even be used as a client for Yamaha’s MusicCAST home music server, seamlessly integrating with the MCX-2000 digital audio server within your LAN. The Network Receiver also provides the ability to listen to any of the thousands of stations available on Internet radio when connected to a broadband Internet connection. By using the included vTuner data service that is enabled, looking for content on the Internet couldn’t be easier, from your favorite Rock, Pop, or R&B to Podcasts that cater to your music interests. Yamaha Network Receivers get you connected to the vast music content available anywhere on your LAN and on the web."
    Any suggestions/idea/hints/solutions would be greatly appreciated.
    iMac G5   Mac OS X (10.4.7)   CAT5 Ethernet Router (Linksys)

  • Airport Express Used with Network Receiver

    I have a Yamaha RXV2700 (Network Receiver) and i think the Express may be the perfect complement.
    Does anyone know if this works or not.
    Pluging the Express to the back of the receiver (as it has two of its own outlets) and then run a small network cable to the receiver (as well as a mini stereo to RCA)
    I have a wireless g network modem one floor up, and an office (one Mac Laptop and one PC tower) one floor below.
    Any help, suggestion, questions... would be greatly appreciated

    Oh well, it would have been nice seeing as it just about the only thing like it on the market with out a power cable and/or power adapter.
    The closest thing i could find, of course doesn't have the AirTunes functionality, is the Linksys WTR54GS.
    I'm not sure if you work for Apple or not, but i'll ask anyhow. I know this is not an apple product, but do you think that the WTR54GS can do what i am asking?
    Also, if i hold out/save up on this long enough, i might actually end up getting an TV... any chance that that would do the trick?
    thank you for your patients in this matter.

  • I run Dev 6i on Windows 2008 R2 64-bit,the forms are working fine after connection to the database but the reports continue to request for username, password and database connection string every time i try to open a report.

    I receive REP-0501: Unable to connect to specified database. I run developer 6i application on windows 2008 r2. I have applied the nn60.dll and nnb60.dll files to the \BIN directory. The forms are working fine. The reports will only display after the correct user id (username, password and database connection string) is supplied. This is happening to all attempts to open already complied form. Pls, help.

    If you are connecting to an Oracle 11g database, remember that by default the passwords are case sensitive. To disable that, run
    ALTER SYSTEM SET SEC_CASE_SENSITIVE_LOGON = FALSE;

  • Run the Report as a Background job and Get the Output in Excel in Local PC

    Hello Gurus,
    I have one following requirement.
    One should be able to run the report as a background job and it should be possible to get the report in Excel format, also when running the report in background. The excel report should have the same information and look as the current SAPreport.
    Please provide some solution.
    Any helpful answer get surely awarded.
    Thanks a lot,
    Varlanir

    GUI_* WS_* Function In Background, CSV Upload
    GUI_* and WS_* function modules do not work in background
    When scheduling a job in the background the appropriate statement to read in your file is OPEN DATASET, and the file must be on the file system that the SAP server can see.
    At anytime, a user can switch of the Personal Computers even though the job is still running in the background.  Therefore GUI_* and WS_* function modules are not designed to work in that way, as they need to access your personal computer  file.
    To choose the correct download method to used, you can check the value of SY-BATCH in your code,
    if it is 'X' use OPEN DATASET and if it is ' ' use WS_UPLOAD.
    *-- Open dataset for reading
    DATA:
      dsn(20) VALUE '/usr/test.dat',
      rec(80).
    OPEN DATASET dsn FOR INPUT IN TEXT MODE.
    IF sy-subrc = 0.
      DO.
        READ DATASET dsn INTO rec.
        IF sy-subrc <> 0.
          EXIT.
        ELSE.
          WRITE / rec.
        ENDIF.
      ENDDO.
    ENDIF.
    CLOSE DATASET dsn.
    *-- Open dataset for writing
    DATA rec(80).
    OPEN DATASET dsn FOR OUTPUT IN TEXT MODE.
      TRANSFER rec TO '/usr/test.dat'.
    CLOSE DATASET dsn.
    What is the difference when we use upload, ws_upload, gui_upload function modules?
    UPLOAD, WS_UPLOAD, GUI_UPLOAD, are used in BDC concepts.  ie., Batch Data Communication.
    Batch Data Conversion is a concept where user can transfer the Data from non SAP to SAP R/3.  So , in these various Function Modules are used.
    UPLOAD---  upload a file to the presentation server (PC)
    WS_UPLOAD----    Load Files from the Presentation Server to Internal ABAP Tables.
    WS means Work Station.
    This is used upto SAP 4.6 version.
    GUI_UPLOAD-------    Replaces WS_UPLOAD. Upoad file from presentation server to the app server.  From 4.7 SAP version it is replaced.
    How to Upload csv file to SAP?
    Common File Download Upload Questions:
    How  you upload the data from text file to sap internal table?  From my knowledge its by upload or gui_upload. 
    How you download the data from sap internal table to text file?
    How  you upload the data from xls (excel) file to sap internal table how you download the data from sap internal table to xls(excel) file.
    You can upload data from presentation server to an internal table using gui_upload. Use gui_download to download from internal table to flat file.
    Use fm ALSM_EXCEL_TO_INTERNAL_TABLE to upload data frm excel.
    Use function module GUI_UPLOAD
    The FILETYPE refer to the type of file format you need: For e.g 'WK1' - Excel format , 'ASC' - Text Format etc.
    CALL FUNCTION 'GUI_UPLOAD'
      EXPORTING
        FILENAME                      = 'C:\test.csv'
       FILETYPE                      = 'ASC'
      TABLES
        DATA_TAB                      = itab
    EXCEPTIONS
       FILE_OPEN_ERROR               = 1
       FILE_READ_ERROR               = 2
       NO_BATCH                      = 3
       GUI_REFUSE_FILETRANSFER       = 4
       INVALID_TYPE                  = 5
       NO_AUTHORITY                  = 6
       UNKNOWN_ERROR                 = 7
       BAD_DATA_FORMAT               = 8
       HEADER_NOT_ALLOWED            = 9
       SEPARATOR_NOT_ALLOWED         = 10
       HEADER_TOO_LONG               = 11
       UNKNOWN_DP_ERROR              = 12
       ACCESS_DENIED                 = 13
       DP_OUT_OF_MEMORY              = 14
       DISK_FULL                     = 15
       DP_TIMEOUT                    = 16
       OTHERS                        = 17.

  • Scheduling a workbook where does the report write too?

    I want to put some report jobs in the scheduler in the Discoverer desktop how can I tell Discoverer where to write the reports either in PDF or Excel format?
    Thanks, So Much

    Oracle9i Discoverer Administrator
    Administration Guide
    Version 9.0.2
    January 2002
    Part No. A90881-02
    Chapter 8 Covers Scheduling Workbooks.
    I copied this from PDF Page 151:
    Where to store the results of scheduled workbooks?
    Discoverer stores the results of scheduled workbooks in database tables. Before an
    end user can schedule a workbook, you must decide which database user (schema)
    is to own those tables. You have two choices as described in the table below:
    The schema running the scheduled workbook:
    The advantage of specifying the result set storage in the end user’s schema is that a database limit can be specified on the maximum amount of data an end user can store in the database. If the result set is stored under the end user’s schema, you keep control over the maximum amount of space one individual end user can fill with result sets. If the end user creates a scheduled workbook that fills the space, only that end user’s schema is affected.
    A disadvantage is that it increases the maintenance overhead.
    Note: Since Oracle Applications users often share the same secure database account, they are advised to create a scheduled workbook results schema to store the results of scheduled workbooks.
    Scheduled workbook results schema:
    The advantage of specifying the result set storage in a scheduled workbook results schema is that it is generally easier to manage than using multiple database user schemas. Also each end user does not need to set up
    additional database privileges to run scheduled workbooks.
    The disadvantage is that space quota is shared and so could be exhausted by a single end user.

  • Using SSRS local mode, receive invalid token error when trying to export the report when running in worker thread

    We're using ASP.net with .Net 4, developing with Visual Studio 2012.  We use SSRS 2012sp1 with local reports, so exporting the report ourselves instead of using a reportviewer control (and not using the SQL Reporting service).  The reports are
    executing fine when we export the report in the main thread, but if we spawn a worker thread and run a report there we receive the following error when calling Render():
    Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: Failed to load expression host assembly. Details: Invalid token for impersonation - it cannot be duplicated.
    We only receive this when running a report that uses expressions on a separate thread.  I've tried running the application pool under all the default built-in accounts (NetworkService, etc), and under admin user accounts to no avail.
    This didn't occur with the previous version of our application which used .net 3.5.

    As mentioned, we are not using the Reportviewer control, we are rendering locally.  Not certain if that would make a difference.
    Also, I had tried using all the built-in accounts.  Just for kicks I changed it to LocalSystem again, then reset IIS (see image below).  I then tried to export the report in a worker thread and received the same error.
    Here is the text from the exception:
    Microsoft.Reporting.WebForms.LocalProcessingException: An error occurred during local report processing. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: Failed to load expression host assembly. Details: Invalid token for impersonation - it cannot be duplicated.
    at Microsoft.ReportingServices.RdlExpressions.ReportRuntime.ProcessLoadingExprHostException(ObjectType assemblyHolderObjectType, Exception e, ProcessingErrorCode errorCode)
    at Microsoft.ReportingServices.RdlExpressions.ReportRuntime.LoadCompiledCode(IExpressionHostAssemblyHolder expressionHostAssemblyHolder, Boolean includeParameters, Boolean parametersOnly, ObjectModelImpl reportObjectModel, ReportRuntimeSetup runtimeSetup)
    at Microsoft.ReportingServices.OnDemandProcessing.Merge.Init(Boolean includeParameters, Boolean parametersOnly)
    at Microsoft.ReportingServices.OnDemandProcessing.Merge.Init(ParameterInfoCollection parameters)
    at Microsoft.ReportingServices.ReportProcessing.Execution.ProcessReportOdp.CreateReportInstance(OnDemandProcessingContext odpContext, OnDemandMetadata odpMetadata, ReportSnapshot reportSnapshot, Merge& odpMerge)
    at Microsoft.ReportingServices.ReportProcessing.Execution.ProcessReportOdp.Execute(OnDemandProcessingContext& odpContext)
    at Microsoft.ReportingServices.ReportProcessing.Execution.RenderReportOdpInitial.ProcessReport(ProcessingErrorContext errorContext, ExecutionLogContext executionLogContext, UserProfileState& userProfileState)
    at Microsoft.ReportingServices.ReportProcessing.Execution.RenderReport.Execute(IRenderingExtension newRenderer)
    at Microsoft.ReportingServices.ReportProcessing.ReportProcessing.RenderReport(IRenderingExtension newRenderer, DateTime executionTimeStamp, ProcessingContext pc, RenderingContext rc, IChunkFactory yukonCompiledDefinition)
    at Microsoft.Reporting.LocalService.CreateSnapshotAndRender(ReportProcessing repProc, IRenderingExtension renderer, ProcessingContext pc, RenderingContext rc, SubreportCallbackHandler subreportHandler, ParameterInfoCollection parameters, DatasourceCredentialsCollection credentials)
    at Microsoft.Reporting.LocalService.Render(String format, String deviceInfo, String paginationMode, Boolean allowInternalRenderers, IEnumerable dataSources, CreateAndRegisterStream createStreamCallback)
    at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, PageCountMode pageCountMode, CreateAndRegisterStream createStreamCallback, Warning[]& warnings)
    --- End of inner exception stack trace ---
    at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, PageCountMode pageCountMode, CreateAndRegisterStream createStreamCallback, Warning[]& warnings)
    at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, PageCountMode pageCountMode, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings)
    at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, PageCountMode pageCountMode, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings)
    at Microsoft.Reporting.WebForms.Report.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings)
    at IxSS.Infolinx.Report.MicrosoftInfolinxReport.ExportReport(String strFileFullyQualifiedPath, String strExportType, String strFilterDesc, Dictionary`2 extraParams, String area)
    at IxSS.Infolinx.Report.MicrosoftInfolinxReport.ExportReport(String strFileFullyQualifiedPath, String strExportType, String strFilterDesc, Dictionary`2 extraParams)

  • Please help me to write the reports

    Hi everyone, This is rohith here, Please can anyone help me out to write the reports
    1. Developed material master details report. Input of material and plant as select-options and material type as parameter. Output list will have quantity by material group and plant.
    2. Created an Interactive report for displaying vendor information. Based on the selection made the corresponding Vendor Bank Details are listed such that the line selected in the basic list was visible along the secondary list.
    3. Developed an ALV report lists all deliveries that have been shipped but not yet billed
    4. Generated a report  which displays vendor invoice details.

    hi Rohit,
    <b>Welcome to SDN.</b>
    Design the Selection screen first with MATNR & WERKS as Select-options.
    and Material type as Parameteres.
    declare the req internal tables to fetch the data from DB tables .
    Validate the selection screen fields with their check tables according to req..
    write the logic of fetching the data in START-OF- SELECTION.
    and display the output internal table in the output list.
    <b>
    Reward points if useful</b>
    Cheers,
    Chandra

Maybe you are looking for

  • How to deal with file(for example .xml)? what format of dir should be?

    I'd like to operate the file in disk, and want to use relative directory? How to deal with file dir? what format of dir should be?

  • Does Camera Raw 6.3 work with Photoshop Elements 8

    It looks like I can't update Camera Raw to 6.3. since I use PSE8..is that true? I only update PSE every two editions, but have both a Canon 550D and a new Powershot S95. Any advice?

  • PDFMaker and transparent background

    PDFMaker in Acrobat XI, used with Word 2010, does not convert transparency in a PNG signature image that is positioned "Behind Text" in Word. The signature image converts with a white background that covers the text it's supposed to be behind. If con

  • Which one Plasma do you recommend? I really need second opinions

    I think I have narrowed it down to the Samsun PN42B450 (Best price, Amazing picture but IR problems and cracking screens and no Glare filter). Panasonic P42U1 (Excellent picture, a little out of my price range but doable, but darker screen, noted off

  • Reg. Vendor internal number working

    Dear All I was created one vendor in XK01 earlier it was correct but today internal number is assigned unfortunately,it's giving number like 0000000086.I don't want this. We want to type our desired vendor name here. Please help me "Vendor 0000000086