EJB-QL and date/time types

Hi,
as far as I understand, EJB-QL does not support date/time values.
Does anybody know how to work around this limitation?
Using long values containing milliseconds is not an alternative, because the database stores
date/time values.
I need to compare these date/time values to input parameters in finder methods.
Suggestions?
Bye the way, is there any reason for this limitation in EJB-QL, or did they simply forget to include
date/time types to the spec?
Greetings
Christian

Greetings,
Hi,
as far as I understand, EJB-QL does not support
date/time values. Actually, it does - EJB QL supports all types supported by a bean's abstract schema (IOW: available types for CMP/CMR fields). However, therein also lies the crutch - EJB QL is for querying beans, not the resource to which they map (EJB QL's similarity to SQL is purely for convenience; an Entity Bean, it should be remembered, may represent entities in any persistent store, not just RDBMSes). Therefore, you should be thinking in terms of Java types, not SQL ones... The specification, however, does place "restrictions" (ie. minimally required [vendor] support), on their use which should be limited to long millisecond values (by which a Date object performs an equals comparison... ;).
Does anybody know how to work around this limitation?Depends on what you're attempting. If you're using a Date as an argument to a finder, eg:
findByDateInRange( java.util.Date start, java.util.Date end )then this shouldn't pose a problem where your EJB QL would look like:
SELECT OBJECT(a) FROM MyBeanSchema AS a WHERE a.myDate BETWEEN ?1 AND ?2Presuming the bean MyBean contains a CMP field of type java.util.Date called 'myDate'. If, however, you must use a literal date then you will have to use a long literal unless your vendor supports otherwise. However, it might be worth noting that EJB QL must still be mapped to the underlying resource QL (eg. SQL), and so a more intelligble value (one that meets the resource's format requirements ;), could be used in the actual rQL statement.
Using long values containing milliseconds is not an
alternative, because the database stores
date/time values.I'm guessing you mean here something like "04/23/2002" and "13:13:35", etc. This, however, is not how the database actually stores the data - input/output formats such as these are supported for the convenience of us 'nuerically-challenged' humans (similar to internet hostnames vs. TCP/IP addresses ;) - nor do Java Date/Calendar/Timestamp types store them this way.
I need to compare these date/time values to input
parameters in finder methods.
Suggestions?Ah, yes. Well then... refer back to the above. :)
Bye the way, is there any reason for this limitation
in EJB-QL, or did they simply forget to include
date/time types to the spec?The EJB QL does not explicitly support any specific types beyond those "supported by an EJB's abstract schema", which is pretty much any Java type that can represent a compatible resource type. The reason for the noted "restriction" on date/time types, however, is (likely) due to the way the associated Java classes (not to mention the back-end resource), handle/represent these data internally and this gives the vendor an easily achievable minimal level of compliance for supporting these types.
I hope this helps.
ChristianRegards,
Tony "Vee Schade" Cook

Similar Messages

  • Apps crashing in 10.6.6?  (So far, Evernote and Date & Time prefs)

    I'm having trouble with certain apps crashing. So far, I've noticed Evernote (when trying to open the prefs) and Date & Time. The D&T is showing up in my menu bar as "2 10:04" right now. Was checking to see why the 2 is there.
    I've run disk permissions, am currently scanning with Sophos, and have attempted searching. No luck with anything so far. Any assistance would be GREATLY appreciated.
    I'm running a Macbook Pro (2.8 GHz Intel Core 2 Duo w/ 4GB RAM)
    OS X Ver. 10.6.6
    Currently only seeing problems with Evernote and D&T. I have Firefox, Entourage, and iTunes running fine as I type this.

    Crash report below:
    Process: System Preferences [2018]
    Path: /Applications/System Preferences.app/Contents/MacOS/System Preferences
    Identifier: com.apple.systempreferences
    Version: 7.0 (7.0)
    Build Info: SystemPrefsApp-1750100~6
    Code Type: X86-64 (Native)
    Parent Process: launchd [189]
    Date/Time: 2011-01-31 10:09:16.512 -0600
    OS Version: Mac OS X 10.6.6 (10J567)
    Report Version: 6
    Interval Since Last Report: 80282 sec
    Crashes Since Last Report: 12
    Per-App Interval Since Last Report: 440 sec
    Per-App Crashes Since Last Report: 6
    Anonymous UUID: E7D827EE-EF21-42E6-94FD-767B9F7E2339
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: KERNINVALIDADDRESS at 0x0000000000000000
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Application Specific Information:
    NSCFString
    objc[2018]: garbage collection is ON
    Thread 0 Crashed: Dispatch queue: com.apple.main-thread
    0 com.apple.CoreFoundation 0x00007fff813a7730 CFStringGetCString + 144
    1 com.apple.CoreFoundation 0x00007fff814399b8 CFLocaleGetLanguageCharacterDirection + 56
    2 com.apple.AppKit 0x00007fff885a4cdc -[NSDatePickerCell(NSTextFieldWithStepperDatePickerInternal) _createSubfields] + 240
    3 com.apple.AppKit 0x00007fff885a4af0 -[NSDatePickerCell initWithCoder:] + 1763
    4 com.apple.Foundation 0x00007fff82845d17 _decodeObjectBinary + 2548
    5 com.apple.Foundation 0x00007fff82845191 _decodeObject + 208
    6 com.apple.AppKit 0x00007fff883c3e6a -[NSControl initWithCoder:] + 738
    7 com.apple.Foundation 0x00007fff82845d17 _decodeObjectBinary + 2548
    8 com.apple.Foundation 0x00007fff82846a1d -[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] + 1229
    9 com.apple.Foundation 0x00007fff82846f5d -[NSArray(NSArray) initWithCoder:] + 462
    10 com.apple.Foundation 0x00007fff82845d17 _decodeObjectBinary + 2548
    11 com.apple.Foundation 0x00007fff82845191 _decodeObject + 208
    12 com.apple.AppKit 0x00007fff883c401e -[NSView initWithCoder:] + 362
    13 com.apple.Foundation 0x00007fff82845d17 _decodeObjectBinary + 2548
    14 com.apple.Foundation 0x00007fff82845191 _decodeObject + 208
    15 com.apple.AppKit 0x00007fff883c4d0e -[NSResponder initWithCoder:] + 98
    16 com.apple.AppKit 0x00007fff883c3f01 -[NSView initWithCoder:] + 77
    17 com.apple.AppKit 0x00007fff883c3bb9 -[NSControl initWithCoder:] + 49
    18 com.apple.AppKit 0x00007fff883c3b77 -[NSButton initWithCoder:] + 39
    19 com.apple.Foundation 0x00007fff82845d17 _decodeObjectBinary + 2548
    20 com.apple.Foundation 0x00007fff82845191 _decodeObject + 208
    21 com.apple.AppKit 0x00007fff88355007 -[NSNibConnector initWithCoder:] + 445
    22 com.apple.AppKit 0x00007fff88354e32 -[NSNibOutletConnector initWithCoder:] + 343
    23 com.apple.Foundation 0x00007fff82845d17 _decodeObjectBinary + 2548
    24 com.apple.Foundation 0x00007fff82846a1d -[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] + 1229
    25 com.apple.Foundation 0x00007fff82846f5d -[NSArray(NSArray) initWithCoder:] + 462
    26 com.apple.Foundation 0x00007fff82845d17 _decodeObjectBinary + 2548
    27 com.apple.Foundation 0x00007fff82845191 _decodeObject + 208
    28 com.apple.AppKit 0x00007fff8835414d -[NSIBObjectData initWithCoder:] + 2046
    29 com.apple.Foundation 0x00007fff82845d17 _decodeObjectBinary + 2548
    30 com.apple.Foundation 0x00007fff82845191 _decodeObject + 208
    31 com.apple.AppKit 0x00007fff8835383d loadNib + 146
    32 com.apple.AppKit 0x00007fff88352f9d +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 763
    33 ....frameworks.preferencepanes 0x00007fff86a3c122 -[NSPreferencePane loadMainView] + 158
    34 ....frameworks.preferencepanes 0x00007fff86a3d837 -[NSPrefPaneBundle instantiatePrefPaneObject] + 435
    35 ....frameworks.preferencepanes 0x00007fff86a41a82 -[NSPrefTabsController layoutForTabViewItem:] + 98
    36 ....frameworks.preferencepanes 0x00007fff86a41e7d -[NSPrefTabsController setPrefs:lastSelected:] + 754
    37 com.apple.preference.datetime 0x00000001177de3f7 DTLog + 948
    38 ....frameworks.preferencepanes 0x00007fff86a3c144 -[NSPreferencePane loadMainView] + 192
    39 ....frameworks.preferencepanes 0x00007fff86a3d837 -[NSPrefPaneBundle instantiatePrefPaneObject] + 435
    40 com.apple.systempreferences 0x000000010000807a 0x100000000 + 32890
    41 com.apple.systempreferences 0x0000000100011bec 0x100000000 + 72684
    42 com.apple.AppKit 0x00007fff8856f6fc -[NSApplication _doOpenFile:ok:tryTemp:] + 330
    43 com.apple.AppKit 0x00007fff885c0adb -[NSApplication(NSAppleEventHandling) _handleAEOpenDocumentsForURLs:] + 766
    44 com.apple.AppKit 0x00007fff8848d00d -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 217
    45 com.apple.Foundation 0x00007fff82877f62 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 360
    46 com.apple.Foundation 0x00007fff82877d92 _NSAppleEventManagerGenericHandler + 114
    47 com.apple.AE 0x00007fff86ef5323 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 162
    48 com.apple.AE 0x00007fff86ef521c dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 32
    49 com.apple.AE 0x00007fff86ef5123 aeProcessAppleEvent + 210
    50 com.apple.HIToolbox 0x00007fff84775765 AEProcessAppleEvent + 48
    51 com.apple.AppKit 0x00007fff8839204b _DPSNextEvent + 1205
    52 com.apple.AppKit 0x00007fff883917a9 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    53 com.apple.AppKit 0x00007fff8835748b -[NSApplication run] + 395
    54 com.apple.AppKit 0x00007fff883501a8 NSApplicationMain + 364
    55 com.apple.systempreferences 0x0000000100001cf4 0x100000000 + 7412
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x00007fff84aae16a kevent + 10
    1 libSystem.B.dylib 0x00007fff84ab003d dispatch_mgrinvoke + 154
    2 libSystem.B.dylib 0x00007fff84aafd14 dispatch_queueinvoke + 185
    3 libSystem.B.dylib 0x00007fff84aaf83e dispatch_workerthread2 + 252
    4 libSystem.B.dylib 0x00007fff84aaf168 pthreadwqthread + 353
    5 libSystem.B.dylib 0x00007fff84aaf005 start_wqthread + 13
    Thread 2: Dispatch queue: com.apple.preferences.writecache
    0 libSystem.B.dylib 0x00007fff84a9f99e open + 10
    1 com.apple.CoreFoundation 0x00007fff81439b30 __CFSTTokRuleData + 256
    2 com.apple.CoreFoundation 0x00007fff8142459a CFStringTokenizerCreate + 378
    3 com.apple.SearchKit 0x00007fff85c0915e IADefaultTextAnalysisCreateTokenizerNew + 2930
    4 com.apple.SearchKit 0x00007fff85c3563f TermIndex::DefaultInvertDocumentToUpdateSet(OpaqueIATextAnalysisRef*, IADoc*, OpaqueIATextStreamRef*, unsigned int*) + 271
    5 com.apple.SearchKit 0x00007fff85c0815a TermIndex::AddDocInternal(IADoc*, unsigned int, OpaqueIATextStreamRef*) + 276
    6 com.apple.SearchKit 0x00007fff85c05c99 TIAIndex::Add(OpaqueIADocKeyRef*, OpaqueIATextStreamRef*, unsigned char) + 307
    7 com.apple.SearchKit 0x00007fff85c05aab IAIndexAddDocWithTextStream + 144
    8 com.apple.SearchKit 0x00007fff85c05919 SKIndexAddDocumentWithText + 215
    9 ....frameworks.preferencepanes 0x00007fff86a45a71 -[NSPrefPaneSearchCenter createSearchIndexForPrefPaneBundles:] + 1647
    10 ....frameworks.preferencepanes 0x00007fff86a3eaa2 __-[NSPrefPanesCenter writeCache:synchronously:]_block_invoke1 + 970
    11 libSystem.B.dylib 0x00007fff84ad12c4 dispatch_call_block_andrelease + 15
    12 libSystem.B.dylib 0x00007fff84aafe32 dispatch_queuedrain + 251
    13 libSystem.B.dylib 0x00007fff84aafc94 dispatch_queueinvoke + 57
    14 libSystem.B.dylib 0x00007fff84aaf83e dispatch_workerthread2 + 252
    15 libSystem.B.dylib 0x00007fff84aaf168 pthreadwqthread + 353
    16 libSystem.B.dylib 0x00007fff84aaf005 start_wqthread + 13
    Thread 3: Dispatch queue: Garbage Collection Work Queue
    0 libobjc.A.dylib 0x00007fff868966f5 classgetSuperclass + 0
    1 libobjc.A.dylib 0x00007fff86897797 object_cxxDestructFromClass + 115
    2 libobjc.A.dylib 0x00007fff8689bf6f finalizeOneObject + 56
    3 libauto.dylib 0x00007fff8685c3e5 Auto::foreachblock_do(auto_zonecursor*, void ()(void, void*), void*) + 85
    4 libobjc.A.dylib 0x00007fff8689bb5c batchFinalize + 64
    5 libobjc.A.dylib 0x00007fff8689bc40 batchFinalizeOnTwoThreads + 98
    6 libauto.dylib 0x00007fff86856147 Auto::Zone::invalidate_garbage(unsigned long, unsigned long const*) + 71
    7 libauto.dylib 0x00007fff86846b31 autocollectinternal(Auto::Zone*, unsigned int) + 481
    8 libauto.dylib 0x00007fff868470cd autocollectionwork(Auto::Zone*) + 157
    9 libSystem.B.dylib 0x00007fff84ad12c4 dispatch_call_block_andrelease + 15
    10 libSystem.B.dylib 0x00007fff84aafe32 dispatch_queuedrain + 251
    11 libSystem.B.dylib 0x00007fff84aafc94 dispatch_queueinvoke + 57
    12 libSystem.B.dylib 0x00007fff84aaf83e dispatch_workerthread2 + 252
    13 libSystem.B.dylib 0x00007fff84aaf168 pthreadwqthread + 353
    14 libSystem.B.dylib 0x00007fff84aaf005 start_wqthread + 13
    Thread 4:
    0 libSystem.B.dylib 0x00007fff84aaef8a _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff84aaf39c pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff84aaf005 start_wqthread + 13
    Thread 5:
    0 libSystem.B.dylib 0x00007fff84aaef8a _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff84aaf39c pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff84aaf005 start_wqthread + 13
    Thread 6:
    0 libSystem.B.dylib 0x00007fff84aaef8a _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff84aaf39c pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff84aaf005 start_wqthread + 13
    Thread 7:
    0 libSystem.B.dylib 0x00007fff84aaef8a _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff84aaf39c pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff84aaf005 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
    rax: 0x0000000000000400 rbx: 0x0000000000000600 rcx: 0x0000000000000600 rdx: 0x0000000000000007
    rdi: 0x0000000000000000 rsi: 0x00007fff5fbfbdd0 rbp: 0x00007fff5fbfbdb0 rsp: 0x00007fff5fbfbd40
    r8: 0x0000000200000000 r9: 0x0000000000000005 r10: 0x0000000200027e01 r11: 0x00007fff81439970
    r12: 0x0000000000000000 r13: 0x00000000000000e0 r14: 0x000000000000009c r15: 0x0000000200555d60
    rip: 0x00007fff813a7730 rfl: 0x0000000000010283 cr2: 0x0000000000000000
    Binary Images:
    0x100000000 - 0x10001eff7 com.apple.systempreferences 7.0 (7.0) <2B1225AD-AED9-9ACE-8678-624C5BB17FFB> /Applications/System Preferences.app/Contents/MacOS/System Preferences
    0x111fb0000 - 0x111fd6fff GLRendererFloat ??? (???) <8256EA93-A236-8B55-F214-65896DDB7A0E> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x11586b000 - 0x1159fcfef GLEngine ??? (???) <AE898A2A-1C12-9FDB-455F-32601F030904> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x115a2d000 - 0x1161b4fef com.apple.GeForceGLDriver 1.6.26 (6.2.6) <BAAEDD99-82FA-2C7F-CD66-E0977C670CC5> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
    0x1165ae000 - 0x1169d1fef libclh.dylib 3.1.1 C (3.1.1) <66455CD1-8C09-4A8F-EDA1-D4F2F30663F1> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
    0x1177dd000 - 0x1177deff7 com.apple.preference.datetime 4.0 (4.0) <987DC913-72E0-18AF-704D-C32B4375FE8C> /System/Library/PreferencePanes/DateAndTime.prefPane/Contents/MacOS/DateAndTime
    0x1177ea000 - 0x1177edfff com.apple.preference.datetime.datetime 4.0 (4.0) <A1B14D24-0A41-3BA4-8702-D8708D70E7C8> /System/Library/PreferencePanes/DateAndTime.prefPane/Contents/Resources/DateTim e.prefPane/Contents/MacOS/DateTime
    0x7fff5fc00000 - 0x7fff5fc3bdef dyld 132.1 (???) <B536F2F1-9DF1-3B6C-1C2C-9075EA219A06> /usr/lib/dyld
    0x7fff80003000 - 0x7fff80055ff7 com.apple.HIServices 1.8.2 (???) <7C91D07D-FA20-0882-632F-0CAE4FAC2B79> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff80056000 - 0x7fff80059ff7 com.apple.securityhi 4.0 (36638) <38935851-09E4-DDAB-DB1D-30ADC39F7ED0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x7fff8005a000 - 0x7fff8009bff7 com.apple.MediaKit 10.3 (485) <0B1646B6-BBEC-774A-A2B5-A89EE5412AD0> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff8009c000 - 0x7fff800cdfff libGLImage.dylib ??? (???) <1A8E58CF-FA2F-14F7-A097-D34EEA8A7D03> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x7fff800ce000 - 0x7fff800ddfff com.apple.NetFS 3.2.1 (3.2.1) <FF21DB1E-F425-1005-FB70-BC19CAF4006E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff800de000 - 0x7fff800e2ff7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
    0x7fff8014a000 - 0x7fff8084706f com.apple.CoreGraphics 1.545.0 (???) <356D59D6-1DD1-8BFF-F9B3-1CE51D2F1EC7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff80848000 - 0x7fff80892ff7 com.apple.Metadata 10.6.3 (507.15) <5170FCE0-ED6C-2E3E-AB28-1DDE3F628FC5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x7fff8095c000 - 0x7fff80d9ffef 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
    0x7fff80da0000 - 0x7fff80e85fef com.apple.DesktopServices 1.5.9 (1.5.9) <27890B2C-0CD2-7C27-9D0C-D5952C5E8438> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x7fff80e86000 - 0x7fff80f86fef com.apple.DiskImagesFramework 10.6.5 (289) <ABC5E39D-B7F4-0966-55A9-B517F4D4B7AC> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff80f87000 - 0x7fff81061ff7 com.apple.vImage 4.0 (4.0) <354F34BF-B221-A3C9-2CA7-9BE5E14AD5AD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x7fff81062000 - 0x7fff81068ff7 com.apple.CommerceCore 1.0 (6) <E8A1144C-5666-9840-4729-256FE69CDBDB> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x7fff8108a000 - 0x7fff8108aff7 com.apple.Carbon 150 (152) <19B37B7B-1594-AD0A-7F14-FA2F85AD7241> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff810c1000 - 0x7fff810c1ff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <2BB7D669-4B40-6A52-ADBD-DA4DB3BC0B1B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff810c2000 - 0x7fff8112cfe7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <75A8D840-4ACE-6560-0889-2AFB6BE08E59> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x7fff8112d000 - 0x7fff8114dff7 com.apple.DirectoryService.Framework 3.6 (621.9) <FF6567B5-56BD-F3EC-E59D-1EC583C3CF73> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x7fff8114e000 - 0x7fff8126ffe7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <48AEAFE1-21F4-B3C8-4199-35AD5E8D0613> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff81270000 - 0x7fff812b5fff com.apple.CoreMediaIOServices 134.0 (1160) <033C41A6-EB9B-6B3B-781A-AF001A945C7A> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x7fff812b6000 - 0x7fff812c7ff7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <FB5EE53A-0534-0FFA-B2ED-486609433717> /usr/lib/libz.1.dylib
    0x7fff812c8000 - 0x7fff8137dfe7 com.apple.ColorSync 4.6.3 (4.6.3) <AA93AD96-6974-9104-BF55-AF7A813C8A1B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff8137e000 - 0x7fff814f5fe7 com.apple.CoreFoundation 6.6.4 (550.42) <770C572A-CF70-168F-F43C-242B9114FCB5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff814f6000 - 0x7fff81545fef libTIFF.dylib ??? (???) <AE9DC484-1382-F7AD-FE25-C28082FCB5D9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff81546000 - 0x7fff8155cfff com.apple.ImageCapture 6.0.1 (6.0.1) <09ABF2E9-D110-71A9-4A6F-8A61B683E936> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x7fff815b8000 - 0x7fff815beff7 com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff815bf000 - 0x7fff815c3ff7 libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <63F77AC8-84CB-0C2F-8D2B-190EE5CCDB45> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff81645000 - 0x7fff8168eff7 com.apple.securityinterface 4.0.1 (40418) <E2DC796D-84EC-48F5-34A9-DF614573BE74> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x7fff8168f000 - 0x7fff8173efff edu.mit.Kerberos 6.5.10 (6.5.10) <F3F76EDF-5660-78F0-FE6E-33B6174F55A4> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff8173f000 - 0x7fff81780fef com.apple.QD 3.36 (???) <5DC41E81-32C9-65B2-5528-B33E934D5BB4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7fff81781000 - 0x7fff8179cff7 com.apple.openscripting 1.3.1 (???) <FD46A0FE-AC79-3EF7-AB4F-396D376DDE71> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x7fff8179d000 - 0x7fff8185aff7 com.apple.CoreServices.OSServices 357 (357) <718F0719-DC9F-E392-7C64-9D7DFE3D02E2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x7fff8185b000 - 0x7fff8185efff com.apple.help 1.3.1 (41) <54B79BA2-B71B-268E-8752-5C8EE00E49E4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x7fff819c9000 - 0x7fff81a63fff com.apple.ApplicationServices.ATS 4.4 (???) <395849EE-244A-7323-6CBA-E71E3B722984> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x7fff81aa8000 - 0x7fff81abcfff libGL.dylib ??? (???) <1EB1BD0F-C17F-55DF-B8B4-8E9CF99359D4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff81b5c000 - 0x7fff81bdbfe7 com.apple.audio.CoreAudio 3.2.6 (3.2.6) <1DD64A62-0DE4-223F-F781-B272FECF80F0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff81c4f000 - 0x7fff81c68fff com.apple.CFOpenDirectory 10.6 (10.6) <CCF79716-7CC6-2520-C6EB-A4F56AD0A207> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x7fff81ccb000 - 0x7fff81d49fff com.apple.CoreText 3.5.0 (???) <4D5C7932-293B-17FF-7309-B580BB1953EA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x7fff81d4a000 - 0x7fff81e22fe7 com.apple.DiscRecording 5.0.8 (5080.4.1) <8D1F6E81-76EA-BA82-D4E2-10A87CCD5908> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff81e68000 - 0x7fff81eb7ff7 com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <14FD0978-4BE0-336B-A19E-F388694583EB> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x7fff82176000 - 0x7fff821bdff7 com.apple.coreui 2 (114) <D7645B59-0431-6283-7322-957D944DAB21> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff82401000 - 0x7fff82426ff7 com.apple.CoreVideo 1.6.2 (45.6) <E138C8E7-3CB6-55A9-0A2C-B73FE63EA288> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff827ac000 - 0x7fff82838fef SecurityFoundation ??? (???) <6860DE26-0D42-D1E8-CD7C-5B42D78C1E1D> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x7fff82839000 - 0x7fff82abcff7 com.apple.Foundation 6.6.4 (751.42) <9A99D378-E97A-8C0F-3857-D0FAA30FCDD5> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff82abd000 - 0x7fff82b06fef libGLU.dylib ??? (???) <CCE779A9-2467-A5AA-A558-691E43A1105F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff82be8000 - 0x7fff82f85fe7 com.apple.QuartzCore 1.6.3 (227.34) <215222AF-B30A-7CE5-C46C-1A766C1D1D2E> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff82fcb000 - 0x7fff82feefff com.apple.opencl 12.3 (12.3) <D30A45FC-4520-45AF-3CA5-092313DB5D54> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff83161000 - 0x7fff8396bfe7 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
    0x7fff8396c000 - 0x7fff83973fff com.apple.OpenDirectory 10.6 (10.6) <4200CFB0-DBA1-62B8-7C7C-91446D89551F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff839a4000 - 0x7fff839aafff libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0) <4EE16374-A094-D542-5BC5-7E846D0CE56E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x7fff839ab000 - 0x7fff839abff7 com.apple.vecLib 3.6 (vecLib 3.6) <08D3D45D-908B-B86A-00BA-0F978D2702A7> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff839c5000 - 0x7fff839e2ff7 libPng.dylib ??? (???) <14043CBC-329F-4009-299E-DEE411E16134> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff83a2e000 - 0x7fff83b54fff com.apple.audio.toolbox.AudioToolbox 1.6.5 (1.6.5) <B51023BB-A5C9-3C65-268B-6B86B901BB2C> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff83b55000 - 0x7fff83b7dfff 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
    0x7fff83b7e000 - 0x7fff83b93ff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <DC999B32-BF41-94C8-0583-27D9AB463E8B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff83b94000 - 0x7fff83b94ff7 com.apple.CoreServices 44 (44) <DC7400FB-851E-7B8A-5BF6-6F50094302FB> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff83bc0000 - 0x7fff83c92fe7 com.apple.CFNetwork 454.11.5 (454.11.5) <B3E2BE12-D7AA-5940-632A-1E5E7BF8E6E3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x7fff83c93000 - 0x7fff83cd4fff com.apple.SystemConfiguration 1.10.5 (1.10.2) <FB39F09C-57BB-D8CC-348D-93E00C602F7D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x7fff83cd5000 - 0x7fff83d16ff7 com.apple.CoreMedia 0.484.20 (484.20) <42F3B74A-F886-33A0-40EE-8399B12BD32A> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff83eae000 - 0x7fff84288fff com.apple.RawCamera.bundle 3.4.1 (546) <F7865FD2-4869-AB19-10AA-EFF1B3BC4178> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff84289000 - 0x7fff843a0fef libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <EE067D7E-15B3-F043-6FBD-10BA31FE76C7> /usr/lib/libxml2.2.dylib
    0x7fff845b5000 - 0x7fff84626ff7 com.apple.AppleVAFramework 4.10.12 (4.10.12) <1B68BE43-4C54-87F5-0723-0B0A14CD21E8> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff84627000 - 0x7fff84740fef libGLProgrammability.dylib ??? (???) <4F2DC233-7DD2-1204-CAA5-3E6524F0AB75> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x7fff84741000 - 0x7fff84a3ffe7 com.apple.HIToolbox 1.6.4 (???) <263AD497-F4CC-9610-E7D3-B95CF6F02030> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x7fff84a40000 - 0x7fff84a6ffff com.apple.framework.Admin 4.5 (4.5) <8F5A3803-7C4F-16DA-1B74-B9A1EF92614B> /System/Library/PrivateFrameworks/Admin.framework/Versions/A/Admin
    0x7fff84a94000 - 0x7fff84c55fff libSystem.B.dylib 125.2.1 (compatibility 1.0.0) <71E6D4C9-F945-6EC2-998C-D61AD590DAB6> /usr/lib/libSystem.B.dylib
    0x7fff858ca000 - 0x7fff85bfefff com.apple.CoreServices.CarbonCore 861.23 (861.23) <08F360FA-1771-4F0B-F356-BEF68BB9D421> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x7fff85bff000 - 0x7fff85c8ffff 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
    0x7fff85c90000 - 0x7fff85c95ff7 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
    0x7fff85ce5000 - 0x7fff85ce5ff7 com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff85cfc000 - 0x7fff85d07ff7 com.apple.speech.recognition.framework 3.11.1 (3.11.1) <F0DDF27E-DB55-07CE-E548-C62095BE8167> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x7fff85d08000 - 0x7fff85dc1fff libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <2C5ED312-E646-9ADE-73A9-6199A2A43150> /usr/lib/libsqlite3.dylib
    0x7fff85e7a000 - 0x7fff85e7aff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <DA9BFF01-40DF-EBD5-ABB7-787DAF2D77CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x7fff85e87000 - 0x7fff85eadfe7 libJPEG.dylib ??? (???) <6690F15D-E970-2678-430E-590A94F5C8E9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff86034000 - 0x7fff86041fe7 libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <397B9057-5CDF-3B19-4E61-9DFD49369375> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff86042000 - 0x7fff86546fe7 com.apple.VideoToolbox 0.484.20 (484.20) <8B6B82D2-350B-E9D3-5433-51453CDA65B4> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x7fff867e2000 - 0x7fff86842fe7 com.apple.framework.IOKit 2.0 (???) <D107CB8A-5182-3AC4-35D0-07068A695C05> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff86843000 - 0x7fff8688ffff libauto.dylib ??? (???) <F7221B46-DC4F-3153-CE61-7F52C8C293CF> /usr/lib/libauto.dylib
    0x7fff86890000 - 0x7fff86946fff libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <F206BE6D-8777-AE6C-B367-7BEA76C14241> /usr/lib/libobjc.A.dylib
    0x7fff86947000 - 0x7fff86956fff com.apple.opengl 1.6.12 (1.6.12) <DE3F0528-7759-CDFD-A2CF-C51D3C9C8B39> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff86957000 - 0x7fff86959fff libRadiance.dylib ??? (???) <76438F90-DD4B-9941-9367-F2DFDF927876> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff8695a000 - 0x7fff8695bff7 com.apple.audio.units.AudioUnit 1.6.5 (1.6.5) <14F14B5E-9287-BC36-0C3F-6592E6696CD4> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff8695c000 - 0x7fff86999ff7 libFontRegistry.dylib ??? (???) <8C69F685-3507-1B8F-51AD-6183D5E88979> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff869e5000 - 0x7fff86a28ff7 libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <7E30B5F6-99FD-C716-8670-5DD4B4BAED72> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff86a29000 - 0x7fff86a2aff7 com.apple.TrustEvaluationAgent 1.1 (1) <51867586-1C71-AE37-EAAD-535A58DD3550> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x7fff86a37000 - 0x7fff86a5eff7 com.apple.frameworks.preferencepanes 13.5 (13.5) <C79DCAF8-302A-843F-BE9B-407DDA682A8E> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
    0x7fff86b9b000 - 0x7fff86bb1fef libbsm.0.dylib ??? (???) <42D3023A-A1F7-4121-6417-FCC6B51B3E90> /usr/lib/libbsm.0.dylib
    0x7fff86bb2000 - 0x7fff86bd3fff libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <6993F348-428F-C97E-7A84-7BD2EDC46A62> /usr/lib/libresolv.9.dylib
    0x7fff86dc4000 - 0x7fff86dc6fff 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
    0x7fff86e30000 - 0x7fff86ef1fe7 libFontParser.dylib ??? (???) <8B12D37E-3A95-5A73-509C-3AA991E0C546> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff86ef2000 - 0x7fff86f2dfff com.apple.AE 496.4 (496.4) <CBEDB6A1-FD85-F842-4EB8-CC289FAE0F24> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x7fff86f2e000 - 0x7fff8709dfe7 com.apple.QTKit 7.6.6 (1756) <250AB242-816D-9F5D-94FB-18BF2AE9AAE7> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff8709e000 - 0x7fff8709ffff liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
    0x7fff870a0000 - 0x7fff870cbff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <87A0B228-B24A-C426-C3FB-B40D7258DD49> /usr/lib/libxslt.1.dylib
    0x7fff870cc000 - 0x7fff870cfff7 libCoreVMClient.dylib ??? (???) <609598E6-195D-E5D4-3B92-AE8D9768829C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x7fff8724e000 - 0x7fff87262ff7 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
    0x7fff87263000 - 0x7fff872b8ff7 com.apple.framework.familycontrols 2.0.2 (2020) <A3CFF697-B9DB-A7E5-3B39-9DA9B34F0595> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x7fff872c5000 - 0x7fff872dbfe7 com.apple.MultitouchSupport.framework 207.10 (207.10) <1828C264-A54A-7FDD-FE1B-49DDE3F50779> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x7fff872dc000 - 0x7fff872eefe7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
    0x7fff873a5000 - 0x7fff873e2fff com.apple.LDAPFramework 2.0 (120.1) <16383FF5-0537-6298-73C9-473AEC9C149C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff873e3000 - 0x7fff87521fff com.apple.CoreData 102.1 (251) <32233D4D-00B7-CE14-C881-6BF19FD05A03> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff87522000 - 0x7fff87528ff7 IOSurface ??? (???) <04EDCEDE-E36F-15F8-DC67-E61E149D2C9A> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff8752c000 - 0x7fff87654ff7 com.apple.MediaToolbox 0.484.20 (484.20) <628A7245-7ADE-AD47-3368-CF8EDCA6CC1C> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x7fff87655000 - 0x7fff87691fe7 libcurl.4.dylib 6.1.0 (compatibility 6.0.0) <1E041185-131C-C237-C250-38BE933A269A> /usr/lib/libcurl.4.dylib
    0x7fff87692000 - 0x7fff87747fe7 com.apple.ink.framework 1.3.3 (107) <FFC46EE0-3544-A459-2AB9-94778A75E3D4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x7fff877bd000 - 0x7fff877c8fff com.apple.bsd.ServiceManagement 1.1 (1.1) <D54D8562-BB62-A436-8A90-263908C1D0DC> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    0x7fff878d4000 - 0x7fff878e0fff libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <5C876577-ACB7-020C-F7DB-EE0135C3AB8D> /usr/lib/libbz2.1.0.dylib
    0x7fff878e1000 - 0x7fff87981fff com.apple.LaunchServices 362.2 (362.2) <A8EDC37C-1D40-5ED0-49BE-90EF110A6B3A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x7fff87982000 - 0x7fff879b4fff libTrueTypeScaler.dylib ??? (???) <B9ECE1BD-A716-9F65-6466-4444D641F584> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff879b5000 - 0x7fff879fdff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <170DE04F-89AB-E295-0880-D69CAFBD7979> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x7fff879fe000 - 0x7fff879feff7 com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x7fff87a24000 - 0x7fff87a32ff7 libkxld.dylib ??? (???) <4016E9E6-0645-5384-A697-2775B5228113> /usr/lib/system/libkxld.dylib
    0x7fff87a33000 - 0x7fff87ab8ff7 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
    0x7fff87dfd000 - 0x7fff87e02fff libGFXShared.dylib ??? (???) <991F8197-FD06-2AF1-F99B-E448ED4FB2AC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x7fff87e03000 - 0x7fff87e3cfef libcups.2.dylib 2.8.0 (compatibility 2.0.0) <561D0DCB-47AD-A12C-9066-70E4CBAD331C> /usr/lib/libcups.2.dylib
    0x7fff87ef4000 - 0x7fff880b2fff libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <781E7B63-2AD0-E9BA-927C-4521DB616D02> /usr/lib/libicucore.A.dylib
    0x7fff880dd000 - 0x7fff8815afef libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
    0x7fff8815b000 - 0x7fff88195fff libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <C7153747-50E3-32DA-426F-CC4C505D1D6C> /usr/lib/libssl.0.9.8.dylib
    0x7fff88196000 - 0x7fff8834dfef com.apple.ImageIO.framework 3.0.4 (3.0.4) <2CB9997A-A28D-80BC-5921-E7D50BBCACA7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x7fff8834e000 - 0x7fff88d44fff com.apple.AppKit 6.6.7 (1038.35) <9F4DF818-9DB9-98DA-490C-EF29EA757A97> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff88e7a000 - 0x7fff89100fff com.apple.security 6.1.1 (37594) <1B4E1ABD-1BB3-DA49-F574-0EEB23E73C6A> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff89101000 - 0x7fff89106fff libGIF.dylib ??? (???) <9A2723D8-61F9-6D65-D254-4F9273CDA54A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fffffe00000 - 0x7fffffe01fff libSystem.B.dylib ??? (???) <71E6D4C9-F945-6EC2-998C-D61AD590DAB6> /usr/lib/libSystem.B.dylib

  • OTL I am trying to wright a SQL query that will return the date the timesheet was submitted and date/time it was approved, can anyone guide me on this?

    Hi
    I am trying to wright a SQL query that will return the date the timesheet was submitted and date/time it was approved, can anyone guide me on this?
    I basically need person name who submitted, date - time it was submitted for approval, then the person who approved it and the date - time that it was approved
    Thanks
    Ruby

    Ruby,
    you can start with HXC_TIMECARD_SUMMARY table for submitter detail. But for approver details, i think you need WF tables to get the data for item type HXCEMP.

  • Data Carriers and Data carrier type

    Hi Sap Gurus,
    Pls let me know is there any necesssity of defining any new Data Carrier types other than PC,
    if so at what circumstances and requirements,
    also pls throw some light about data Carriers, when is the new data carriers required to be created
    at what circumstances and requirements.
    is that to access a document from different server or Different system, if it is so why is this required as the documents are always stored in a central content server and Once checked in, any one can access the document from Server,
    2) can we make use of Application softwares Installed in one System and make it run in another system, example,
    if there are say 4 system totally, among this S1 system1 has Autocad Installed in it ,
    rest of the 3 system have not installed Autocad, Can the system 2,3 and 4 edit the auto cad drawings in there system, does at this situations where Datacarries and Data carries types come in to picture,
    Please throw some light on this
    Thanks and regards
    Sathish

    Dear Christoph Hopf,
    Thanks a lot for your Quick Response
    as you have Explained,i assume it is mainly used to store a local copy or extra copy of the Original application files in the system which we use to View them, or if we feel to store the copy in any other system also.
    Example Say there are 3 systems S1, S2 and S3
    if we are viewing an original file in System S1 and want the same Copy to be stored in System S2  or S3.....
    then this data carrier configuration is required if iam right?
    But Sir apart from this funtionality can i also know the SAP definition purpose, as it defines  data carrier type as below
    The system requires the data carrier type in order to exchange data with other data carriers.
    This is the case, for example, if the user:
    wants to process original application files stored on another computer
    wants to use an application installed on another computer
    if i can interpret this in right way
    it tells us that, by use of data carrier and Data carrier types
    we can access a  original file stored in Different systems,
    if it is so why is this required as the documents are always stored in a central content server and Once checked in, any one can access the document from Server,
    2) can we make use of Application softwares Installed in one System and make it run in another system, example,
    if there are say 3 system totally, among this S1 system1 has Autocad Installed in it ,
    rest of the 2 system have not installed Autocad, Can the system 2, and 3 edit the auto cad drawings in there system, does at this situations where Datacarries and Data carries types come in to picture,
    if so how is this made possible?
    pls explain with example or Screen shots in Wiki if possible
    can u tell me what is the difference between Datacarrier and Datacarrier types with any examples as well
    Thanks and regards
    Sathish
    Edited by: sathish kumar on May 22, 2008 2:17 AM

  • Date/Time type not getting determined in ODO

    When ODO is created, it's date/time type is not getting determined automatically. due to this, the route determination is not happening which is further creating problem in POSC setup.
    I have setup  date/time types at the path IMG>EWM>Goods Issue Process>OBD>route determination>Define scheduling within route determination.  Here for my new document type+PDO catergory, I have set two date/time types TDELIVERY, TOUTYARD.
    This is set for particular SAP client only.      In current status, to make the system work further, I need to update the ODO manually. 
    under IMG interfaces ERPintegration, map date types from ERP to EWM...  following are maintained correctly
    WSHDRCIDAT
    WSHDRKODAT
    WSHDRLDDAT
    WSHDRWADAT
    WSHDRWADTI
    Please help.

    Hello Santhosh,
    I hope, you might have taken care of the below two screen shots.
    Could you also share some screen shots of the issue where it is not mapping. That helps to understand the issue more.
    Regards,
    Sathish

  • Showing Title and date/time info in exported file

    I am trying to export a group of photos into a file to then compress and e mail. How do I get the title and date/time info for each photo to export as well and be a part of the file?

    You'll need to upgrade to iPhoto 08 or later to write that metadata to the file on export.
    Regards
    TD

  • "Date / Date Time" type parameters in crystal reports 2008

    i am using parameters in crystal report to select records. one of the parameters is "From Date" of type Date Time.
    i mapped this parameter to a field "DateIn" of type smalldatetime in my sql table.
    Now, when i open the report it asks for "From Date" but b y default it sets the time to current time so i have to change it to 00:00:00 manually. i want it to show 00:00:00 by default. which means i don't want time here.
    For this if i select the datatype of parameter "From Date" as Date only then i am not able to map it to the "DateIn" field of the sql table.
    Please help me out of this.
    Edited by: rohit0825 on Jun 2, 2010 2:25 PM

    >
    Deepravs wrote:
    > Hi Rohit,
    >
    > Change the Parameter to Date Datatype and use this formula in the "Record Selection Formula " (Report Tab -> Selection Formulas -> Record)
    >
    > = CDateTime ({?From Date})
    >
    > Though the parameter is date datatype it converts to datetime datatype amd maps to the desired column.
    >
    >
    > Thanks,
    Great !!!
    this is working.
    i found another way, i changed the datatype of parameter to Date and click ok and everything was good, it doesn't require any conversion to date time.
    Thank You so much. All Points You.
    Edited by: rohit0825 on Jun 3, 2010 10:47 AM

  • Reading date/time type from Microsoft Access in LabWindows 7.1

    Hi,
    I'm afraid I'm having some trouble reading some date information from an MS Access table.  I assume it's returned as a string (and this may be my first mistake) but when I use DBBindColChar I just get garbage information.  This is the code I'm using:
      sprintf(queryString, "SELECT date_time, type, serial_number, Voltage_at_G5_V, Voltage_at_G6_V \
                            FROM gain \
                            WHERE serial_number=%lf \
                            ORDER by date_time", *serialNumber);
    followed by...
      queryHandle = DBActivateSQL (pmtDataHandle, queryString);
    and....
        resCode = DBBindColChar (queryHandle, 1, 22, internal_date, &dateStatus, "");
      resCode = DBBindColChar (queryHandle, 2, 4, internal_type, &typeStatus, "");
      resCode = DBBindColDouble (queryHandle, 3, internalSerialNumber, &serialNumberStatus);
      resCode = DBBindColDouble (queryHandle, 4, &g5VRead, &g5VStatus);                         
      resCode = DBBindColDouble (queryHandle, 5, &g6VRead, &g6VStatus);
    Is there anything special about the type date/time that I am not taking care of?  All of the other columns read back fine....
    Thanks in advance
    Message Edited by acrmartin on 02-23-2006 02:59 PM

    Hello,
    Just copy and paste the contents to a new post - that will do it
    Best Regards,
    JLS
    Best,
    JLS
    Sixclear

  • Problem with DateDiff and Date/Time value.

    The form below displayed perfectly until I added the line for DateDiff between VacStart and VacEnd. I receive an error message;
    An error occurred while evaluating the expression:
    #DateDiff("w", "VacStart", "VacEnd")#
    Error near line 48, column 51.
    Parameter 2 of function DateDiff which is now "VacStart" must be a date/time value
    The error occurred while processing an element with a general identifier of (#DateDiff("w", "VacStart", "VacEnd")#), occupying document position (48:50) to (48:86).
    I have tried changing the DB value to Date/Time as well as Text and get the same result each time. Any help would be greatly appreciated. Here is my code:
    <cfquery datasource="manna_premier" name="TM_log">
    SELECT *
    FROM TMStatusLog
    </cfquery>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>TM Status Log</title>
    </head>
    <body>
    <p align="center" class="style4">Territory Manager Status Log </p>
    <table width="1448" border="0">
      <tr>
        <th width="71"><span class="style3">ID No.#</span></th>
    <th width="88"><span class="style3"> Date</span></th>
    <th width="166"><span class="style3">TM Name</span></th>
    <th width="129"><span class="style3">Status</span></th>
    <th width="139"><span class="style3">Vac Start </span></th>
    <th width="137"><span class="style3">Vac End</span></th>
    <th width="203">Ttl Days </th>
    <th width="203"><span class="style3">DSR Ride Along Name</span></th>
    <th width="274"><span class="style3">Service Call Name</span></th>
      </tr><cfoutput query="TM_log">
      <tr>
        <td><span class="style3">#ID#</span></td>
        <td><div align="center"><span class="style3">#DateFormat(LogDate, "mm/dd/yyyy")#</span></div></td>
        <td><div align="center"><span class="style3">#TerritoryManager#</span></div></td>
        <td><div align="center"><span class="style3">#Status#</span></div></td>
        <td><div align="center"><span class="style3">#DateFormat(VacStart, "mm/dd/yyyy")#</span></div></td>
        <td><div align="center"><span class="style3">#DateFormat(VacEnd, "mm/dd/yyyy")#</span></div></td>
    <cfif VacStart IS NOT "Null">
        <td><div align="center"><span class="style3">#DateDiff("w", "VacStart", "VacEnd")#</span></div></td>
    </cfif>
        <td><div align="center"><span class="style3">#DSRName#</span></div></td>
        <td><div align="center"><span class="style3">#ServiceName#</span></div></td>
      </tr></cfoutput>
    </table>
    </body>
    </html>

    Error Diagnostic Information
    An error occurred while evaluating the expression:
    #DateDiff("w", VacStart, VacEnd)#
    Error near line 47, column 48.
    Parameter 2 of function DateDiff which is now "" must be a date/time value
    The error occurred while processing an element with a general identifier of (#DateDiff("w", VacStart, VacEnd)#), occupying document position (47:47) to (47:79).
    Any other suggestions? Thanks!
    Well... what does the error message say?
    Parameter 2 of function DateDiff which is now "" must be a date/time value
    What does this tell you?  What is parameter 2 of that function call?  It's VacStart.  So it's saying VacStart is an empty string, and it's saying an empty string is not a valid value for that parameter.
    So the question you need to ask yourself is whether you expect VacStart to be an empty string?  Or do you perhaps expect it to be a date?  I would guess you're expecting it to be a date.  So the question becomes... Why is VacStart an empty string?
    Adam

  • Print PDF document with printer's name and date/time of print

    Hi,
    I'm pretty new to this...
    I have a PDF document and when I print it, I want the printer's name and the date/time of print to be showed on the printer's output.
    I have several printers (some local and some on network) and don't necessarly use the default one. I would like the name of the printer used, to be printed on the document.
    With var h = this.getField("Printer"); h.value = app.printerNames; I'm able to get the list of all printers available but I just need the one used.
    For the date/time, using var f = this.getField("Today"); f.value = util.printd("mmm/d/yyyy", new Date()); gives me the date/time of when the document is open, not when the document is printed. (or maybe I'm missing something?)
    I guess the date/time issue is not the major one as there is usually not much difference between the time you open the document and the time you print it.
    I'm more interested in the printer's name.
    I use Acrobat Pro 9 to edit my PDF document.
    Can anyone help me please?
    Thanks!

    This project was left aside for a while... but it's now finished!
    Thank you for the answers. It was helpful.
    Here is a step-by-step of what I did (using Adobe Acrobat 9.5.1):
    Open PDF document in Acrobat
    Select Forms -> Add or Edit Fields
    Add two text fields: one called "Today" for the date and one called "Printer" for the printer name
    Close the form editing
    Select Advanced -> Document Processing -> Set Document Actions...
    Then select Document Will Print and Edit
    Paste the following code:
    var f = this.getField("Today"); f.value = util.printd("dd mmm yyyy - HH:MM", new Date());
    var pp = this.getPrintParams();
    this.getField("Printer").value = pp.printerName;
    Save your PDF
    Enjoy!
    The date and printer name field will be automatically updated when you print the document!

  • The export file from a calc script - naming and date/time stamp

    Here is a simple calc script to export data.
    2 questions:
    1. Is there an easy way to add a date/time stamp on the name of the data file so that it does not overwrite the older ones every time?
    2. I tried to specify the path so that it write to another server. "\\mfldappp011\E:\Exp_AW.txt". It's not working. How should I specify the path ?
    Fix (@Relative("Yeartotal",0),"Actual","Working",&ActualYear);
    Dataexport "file" "," "C:\Exp_AW.txt" "#MI";
    EndFix;
    Edited by: user9959627 on Sep 7, 2012 11:25 AM

    Probably easiest to call the maxl script from a command line script, then rename the exported file to include the tme stamp and copy/move it to a location.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Single text and date/time line still stays?

    i think ios 8 update did this
    with IOS 7 you were able to delete a single text message within a message string and the date and time stamp of the message string was reset back to the last message in the string. In IOS 8 even if you delete a single text message is still tracks the date/time when the last message was received/sent even after it's been deleted. I don't want to delete the whole string just a single text message and have it look like it never appeared. But with it still storing the date/time stamp it's sorted in messages like something was there. Anyone know if I can fix this??

    i think ios 8 update did this
    with IOS 7 you were able to delete a single text message within a message string and the date and time stamp of the message string was reset back to the last message in the string. In IOS 8 even if you delete a single text message is still tracks the date/time when the last message was received/sent even after it's been deleted. I don't want to delete the whole string just a single text message and have it look like it never appeared. But with it still storing the date/time stamp it's sorted in messages like something was there. Anyone know if I can fix this??

  • Can't lock changes in System Preferences and Date & Time goes crazy

    For some reason the items I lock in the System Preferences window become unlocked by itself. I have the password protect on, but it completey ignores it and unlocks the locks at a random time. This happens most frequently with my Time Machine prefs.
    Also my Date & Time changes to whatever time it wants automatically. I have this password locked as well, but the computer seems to have a mind of its own.
    Any ideas?
    Thanks in advance.

    Boot with your install disk, launch Disk Utility, select the boot volume, and repair it. Boot back into the boot volume and try again. If you get the same behavior, move the com.apple.systempreferences.plist file to the desktop, log out and back in, and try again. If still no go, try a safe boot and see if it work s properly.

  • IBook wont run on battery and date/time crashes when plug is removed

    last night my iBook went black when I disconnected it from the battery so I could work freely in another room off the battery - when I re-plugged it in the date/time message screen came up that those functions were out of sync and needed to be re-programmed - I didn't lose any docs, thankfully.
    Today - even though it's been rechargng all day, it did the same thing over and over and will not let me work on the computer without t being plugged in.
    What is going on?

    These are the instructions you need to follow:
    1. If the computer is on, turn it off.
    2. Reset the power manager by simultaneously pressing and then releasing Shift-Control-Option-Power on the keyboard. Do not press the fn (Function) key while using this combination of keystrokes.
    3. Wait 5 seconds.
    4. Press the Power button to restart the iBook computer.
    That's as simple as it gets.
    How do you know you "clearly failed"?
    When you press the test button on the battery, how many lights do you see? It would not be too unusual to need a new battery at 15 months of age.
    See Apple's recommendations for battery usage here:
    http://www.apple.com/batteries/notebooks.html

  • PSE13 and Revel issues with the notes filed and date/time when syncing.

    I extensively use the notes field in PSE13. For photos and videos this seems to get over-written when synced to Revel. For photos I can recover it by selecting 'Update Thumbnail' but during the next sync it over-writes it again.
    I also have some files where the date / time are changed when syncing with Revel, particularly video files.
    Any ideas?

    I also have this problem. The time of my iPod always changes back to the time and date of my last restore every time I sync it. And I know of others with this problem also. Perhaps it is possible that your iPod and mine have been "configured" in a way that causes this issue?

Maybe you are looking for

  • How do you identify the Logical system in start routine of a transformation

    My scenario is this.  I have five r3 systems that I am extracting from.   In the start routine of the transformation from the r3 data source to my data store I  am going to delete data and I need to know the source system id.    How do I identify the

  • Im realy getting tired of this.Apple tv2 keeps loosing my password.

    About every 3 or 4 days I have to re-enter my password because apple tv2 keeps forgetting it even after I tell it to remember it.This is becoming very annoying as my password is quite long.Ever since version 4.3 this has happened,never before.All of

  • Development environment set up

    Hi,   I just want to set up a development environment for ISA and was going through the Dev and Extension Guide. I have the following questions that I need help with: a) What version of Developer workplace is required? Can I use the latest or have to

  • EPM 11.1.2 Installation error

    Hi, I am getting following error while trying to launch EPM configurator....please let me know if any one has any idea about it Parsed 417 manifests Total jars and classpath entries encountered: 417 Total not-existing referenced classpath entries cou

  • Sync not going through all steps

    trying to move to the cloud-updated operating system on ipad2 but now syncing process remaims in step2-synching calendars.  Any advice