MARS Incident Report per day

Hello,
Is there a way to have a report with all incidents per day?
If I understood corectly 'Query/Reports' tab allows to generate reports only be events type.
Thanks a lot.

I think you are correct, this can't be done. Given the recent EOL statement for mars, I dont think it will be added even if a feature request was made via your local Cisaco account manger.
MARS EOL at
http://www.cisco.com/en/US/partner/prod/collateral/vpndevc/ps5739/ps6241/eol_c51-636888.html
Matthew

Similar Messages

  • Stock closing balance report: per day

    Hi
    I wonder if someone could help.
    I require a report that will show me the closing stock balance over a specified period, but I want it to show the closing balance on each day, even if there is no movement.
    I have used, and adapted, the following query from another thread. However I want it to show data for each day within the time period.
    Thanks, Andy
    Declare @FromDate Datetime
    Declare @ToDate Datetime
    Declare @Group nvarchar(10)
    Set @FromDate = (Select min(S0.Docdate) from dbo.OINM S0 where S0.Docdate >='[%0]')
    Set @ToDate = (Select max(S1.Docdate) from dbo.OINM s1 where S1.Docdate <='[%1]')
    Set @Group = (Select s2.ItmsGrpCod from dbo.OITB S2 Where S2.ItmsGrpNam = '[%2]')
    Select
    a.Itemcode,
    min(a.Dscription),
    ((sum(a.[Opening Balance]) + sum(a.[IN])) - Sum(a.OUT)) as Closing
    from(
    Select
    N1.Itemcode,
    N1.Dscription,
    (sum(N1.inqty)-sum(n1.outqty)) as [Opening Balance],
    0 as [IN],
    0 as OUT
    From dbo.OINM N1
    Where
    N1.DocDate < @FromDate
    Group By
    N1.ItemCode,N1.Dscription
    Union All
    select
    N1.Itemcode,
    N1.Dscription,
    0 as [Opening Balance],
    sum(N1.inqty) as [IN],
    0 as OUT
    From dbo.OINM N1
    Where
    N1.DocDate >= @FromDate and N1.DocDate <= @ToDate and
    N1.Inqty >0
    Group By
    N1.ItemCode,N1.Dscription
    Union All
    select
    N1.Itemcode,
    N1.Dscription,
    0 as [Opening Balance],
    0 as [IN],
    sum(N1.outqty) as OUT
    From dbo.OINM N1
    Where
    N1.DocDate >= @FromDate and N1.DocDate <=@ToDate and
    N1.OutQty > 0
    Group By
    N1.ItemCode,N1.Dscription) a, dbo.OITM I1
    where
    a.ItemCode=I1.ItemCode and
    I1.ItmsGrpCod = @Group
    Group By
    a.Itemcode
    Having sum(a.[Opening Balance]) + sum(a.[IN]) + sum(a.OUT) > 0
    Order By a.Itemcode

    No, not entirely.  It does show Ins and Out, but only days where there is an In or an Out and it also show ALL the Ins and Outs on one day.
    I need the report to show me just the closing balance for each day, and also every day even if there is no In or Out.  Basically I need the query above to show me each day rather than the aggregate for the whole date period.

  • MSN's latest update is crashing Firefox many times per day. When I try to send the crash report to Firefox, it says it has trouble sending the report. Is anyone else having this problem? Is there a setting that can help?

    Firefox is crashing every time I have my MSN email account up. (Since I use it for business, that's many times per day.) It seems to coincide with hotmail's latest update where the email is checked and downloaded to the inbox automatically. Then when it asks me if I want to send the crash report to Firefox, I select yes and it tells me it had trouble sending the report. Is anyone else having this problem? Is there a setting I can change? I can't seem to keep my email account up for more than 10 minutes.
    p.s if you're reading this Microsoft, it's still not bad enough to make me to go back to Internet Explorer!

    Hi,
    /Users/sarahschadek/Desktop/Safari.app/Contents/MacOS/Safari
    Move the Safari app from the Desktop to the Applications folder.
    Restart your Mac.
    That's why you see this:
    When I try to do the updates my computer says it has ready it goes through like it is downloading them then at the end it says some of the files could not be saved to "/" files.
    After your restart your Mac, click the Apple  menu (top left in your screen) then click:  Software Update ...
    Carolyn  

  • How many mails i can send at a time per day using APEX mail system?

    HI,
    I am working on application, when i have written a process to send mail, i have a project where i have to send mail at a time for all the email id's
    given list there are upto 5000 email id's where text body also include certain set of data from a report. thinking at a time 3000 its difficult i divided
    it region wise, but still each region have 2000 odd email id's. during testing when i run the process just 950 mails i could send then i got a error
    saying "ORA-20001: You have exceeded the maximum number of email messages per workspace. Please contact your administrator." so please
    can any one help me to know How many mails i can send at a time per day using APEX mail system?
    Thanks in advance
    Gowthami

    Hi jfosteroracle,
    You are getting the error may be the following reason,
    Check the following,
    Login as ADMIN and Goto -->Manage Instance-->Instance Settings--> Mail-->Maximum Emails per workspace
    Actually this number denotes the Number of mails can be sent per 24 hour for the workspace,It may exceeded.
    It may be the reason.
    Thank you.     
    Regards,
    Gurujothi
    Edited by: Gurujothi on Jun 27, 2012 5:54 AM

  • Report for day 0PCA_C01

    HI Gurus
    I am extracting data from R3 to BW for the state of results based on 0PCA_C01, now require reports drawn per day but finished just shows me once a month
    as these reports could draw?
    BW:learnng

    Do your users really require DAILY balance sheets?
    ie balance as at the end of a day?
    You cannot do this in SAP (without building in <4.6 special ledgers and ECC6 segment ledgers nevermind BW!)
    0PCA_C01 gets fed either from the R3 table GLPCT which is a monthly summary table or get fed from 0EC_PCA_3 which is the line items of PCA for non sub ledger postings
    If your eally eanted to do this you would need to put cal day in the a Z version fo the PCA cube and generate 365 daily postings (as per the standard start routine - check the OSS notes)
    But to be quite honest it won;t work as the balance sheet will still not balance due to the AR, AP and AA ledgers only transfering once a month via the 1KEK and 1KES jobs (these are monthly jobs)
    If you wanted to use only P&L then yes you coudl create a z version and use 0EC_PCA_3 as a feeder
    If you dont; understand any of this then talk to your FICO guy he wil help you

  • Since I updated to iCloud, Mail on my MacBookPro 10.6.8 has been unable to connect to MobileMe more than once or twice per day. Mail on my iPhone 4 has no problems. What's wrong?

    Since I updated to iCloud, (which may or may not be related) Mail on my MacBookPro 10.6.8 has been unable to connect to MobileMe more than once or twice per day. Mail on my iPhone 4 and my old iMac has no problems. When there is no service a yellow warning triangle appears adjacent to the Inbox and Connection Doctor reports,"Trying to log into this MobileMe IMAP account failed. Verify that username and password are correct."  Since it does fetch Mail from time to time they cannot be wrong.... can they? Should I update to 10.7 and if so what does that entail?

    You have been using MobileMe's email settings, which sometimes continue to work for a time after migration but then get turned off. iCloud's mail server settings are different. Strictly speaking Lion 10.7.2 is required for iCloud, and on that Mail is set up automatically.
    Snow Leopard cannot access most of iCloud's facilities, however you can set Mail up manually to access your email. The method is described here:
    http://www.wilmut.webspace.virginmedia.com/notes/icloudmail.html
    The situation with iCloud and Snow Leopard is described in detail here:
    http://www.wilmut.webspace.virginmedia.com/notes/icloudSL.html

  • Safari crashes several times per day...kern protection failure (and 'hang')

    Can anyone help? Safari crashes several times per day on both my Mac Mini and Macbook Pro. This has been happening since I bought both machines - and thru several OS upgrades. Hoping to avoid the Genius Bar...
    Thanks in advance!
    Process: Safari [2021]
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: com.apple.Safari
    Version: 3.2.1 (5525.27.1)
    Build Info: WebBrowser-55252701~1
    Code Type: X86 (Native)
    Parent Process: launchd [121]
    Date/Time: 2008-12-18 22:18:32.415 -0500
    OS Version: Mac OS X 10.5.6 (9G55)
    Report Version: 6
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000003222
    Crashed Thread: 0
    Thread 0 Crashed:
    0 com.apple.WebCore 0x958dc7f5 ***::HashMap<WebCore::String, WebCore::String, WebCore::CaseFoldingHash, ***::HashTraits<WebCore::String>, ***::HashTraits<WebCore::String> >::set(WebCore::String const&, WebCore::String const&) + 101
    1 com.apple.WebCore 0x9592b685 WebCore::ResourceRequestBase::setHTTPHeaderField(WebCore::String const&, WebCore::String const&) + 53
    2 com.apple.WebCore 0x9592af60 WebCore::FrameLoader::applyUserAgent(WebCore::ResourceRequest&) + 112
    3 com.apple.WebCore 0x95931bb1 WebCore::FrameLoader::willSendRequest(WebCore::ResourceLoader*, WebCore::ResourceRequest&, WebCore::ResourceResponse const&) + 33
    4 com.apple.WebCore 0x959318d7 WebCore::ResourceLoader::willSendRequest(WebCore::ResourceRequest&, WebCore::ResourceResponse const&) + 87
    5 com.apple.WebCore 0x95b302e5 WebCore::SubresourceLoader::willSendRequest(WebCore::ResourceRequest&, WebCore::ResourceResponse const&) + 37
    6 com.apple.WebCore 0x959989b7 -[WebCoreResourceHandleAsDelegate connection:willSendRequest:redirectResponse:] + 455
    7 com.apple.Foundation 0x91793491 -[NSURLConnection(NSURLConnectionReallyInternal) sendWillSendRequest:redirectResponse:] + 193
    8 com.apple.Foundation 0x91793396 _NSURLConnectionWillSendRequest + 150
    9 com.apple.CFNetwork 0x90b9c3c6 URLConnectionClient::getRequestForTransmission(_CFURLResponse*, _CFURLRequest const*, __CFError**) + 272
    10 com.apple.CFNetwork 0x90b9d63d URLConnectionClient::clientWillSendRequest(_CFURLRequest const*, _CFURLResponse*) + 225
    11 com.apple.CFNetwork 0x90b9bd03 URLConnectionClient::ClientConnectionEventQueue::processAllEventsAndConsumePayl oad(XConnectionEventInfo<XClientEvent, XClientEventParams>*, long) + 179
    12 com.apple.CFNetwork 0x90b9cda8 URLConnectionClient::processEvents() + 114
    13 com.apple.CFNetwork 0x90b4cd37 MultiplexerSource::perform() + 189
    14 com.apple.CoreFoundation 0x9103d5f5 CFRunLoopRunSpecific + 3141
    15 com.apple.CoreFoundation 0x9103dcd8 CFRunLoopRunInMode + 88
    16 com.apple.HIToolbox 0x929fa2c0 RunCurrentEventLoopInMode + 283
    17 com.apple.HIToolbox 0x929fa0d9 ReceiveNextEventCommon + 374
    18 com.apple.HIToolbox 0x929f9f4d BlockUntilNextEventMatchingListInMode + 106
    19 com.apple.AppKit 0x92203d7d _DPSNextEvent + 657
    20 com.apple.AppKit 0x92203630 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    21 com.apple.Safari 0x0000808e 0x1000 + 28814
    22 com.apple.AppKit 0x921fc66b -[NSApplication run] + 795
    23 com.apple.AppKit 0x921c98a4 NSApplicationMain + 574
    24 com.apple.Safari 0x000b9b16 0x1000 + 756502
    Thread 1:
    0 libSystem.B.dylib 0x956c33ae _semwaitsignal + 10
    1 libSystem.B.dylib 0x956edd0d pthreadcondwait$UNIX2003 + 73
    2 com.apple.WebCore 0x958c58ff WebCore::IconDatabase::syncThreadMainLoop() + 239
    3 com.apple.WebCore 0x9587e065 WebCore::IconDatabase::iconDatabaseSyncThread() + 181
    4 libSystem.B.dylib 0x956ed095 pthreadstart + 321
    5 libSystem.B.dylib 0x956ecf52 thread_start + 34
    Thread 2:
    0 libSystem.B.dylib 0x956bc1c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x956c39bc mach_msg + 72
    2 com.apple.CoreFoundation 0x9103d0ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x9103dcd8 CFRunLoopRunInMode + 88
    4 com.apple.CFNetwork 0x90b21052 CFURLCacheWorkerThread(void*) + 396
    5 libSystem.B.dylib 0x956ed095 pthreadstart + 321
    6 libSystem.B.dylib 0x956ecf52 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x956bc1c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x956c39bc mach_msg + 72
    2 com.apple.CoreFoundation 0x9103d0ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x9103dcd8 CFRunLoopRunInMode + 88
    4 com.apple.Safari 0x00118d4d 0x1000 + 1146189
    5 com.apple.Safari 0x00117fd3 0x1000 + 1142739
    6 com.apple.Safari 0x00118081 0x1000 + 1142913
    7 libSystem.B.dylib 0x956ed095 pthreadstart + 321
    8 libSystem.B.dylib 0x956ecf52 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x956bc1c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x956c39bc mach_msg + 72
    2 com.apple.CoreFoundation 0x9103d0ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x9103dcd8 CFRunLoopRunInMode + 88
    4 com.apple.Foundation 0x9176cd40 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
    5 com.apple.Foundation 0x917097ed -[NSThread main] + 45
    6 com.apple.Foundation 0x91709394 _NSThread__main_ + 308
    7 libSystem.B.dylib 0x956ed095 pthreadstart + 321
    8 libSystem.B.dylib 0x956ecf52 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x9570b6f2 select$DARWIN_EXTSN + 10
    1 libSystem.B.dylib 0x956ed095 pthreadstart + 321
    2 libSystem.B.dylib 0x956ecf52 thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x956c33ae _semwaitsignal + 10
    1 libSystem.B.dylib 0x956edd0d pthreadcondwait$UNIX2003 + 73
    2 com.apple.ColorSync 0x94a4b45c pthreadSemaphoreWait(t_pthreadSemaphore*) + 42
    3 com.apple.ColorSync 0x94a5dd8e CMMConvTask(void*) + 54
    4 libSystem.B.dylib 0x956ed095 pthreadstart + 321
    5 libSystem.B.dylib 0x956ecf52 thread_start + 34
    Thread 7:
    0 libSystem.B.dylib 0x95725292 _workqops + 10
    1 libSystem.B.dylib 0x957252c2 start_wqthread + 30
    Thread 8:
    Thread 9:
    0 libSystem.B.dylib 0x956bc1c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x956c39bc mach_msg + 72
    2 com.apple.CoreFoundation 0x9103d0ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x9103dcd8 CFRunLoopRunInMode + 88
    4 com.apple.audio.CoreAudio 0x915d35dc HALRunLoop::OwnThread(void*) + 160
    5 com.apple.audio.CoreAudio 0x915d3464 CAPThread::Entry(CAPThread*) + 96
    6 libSystem.B.dylib 0x956ed095 pthreadstart + 321
    7 libSystem.B.dylib 0x956ecf52 thread_start + 34
    Thread 10:
    0 libSystem.B.dylib 0x956bc226 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x956ee1ef pthread_condwait + 1244
    2 libSystem.B.dylib 0x956efa73 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x9174f75c -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x9174f570 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.Foundation 0x9174f4d5 -[NSConditionLock lockWhenCondition:] + 69
    6 com.apple.AppKit 0x92269d90 -[NSUIHeartBeat _heartBeatThread:] + 753
    7 com.apple.Foundation 0x917097ed -[NSThread main] + 45
    8 com.apple.Foundation 0x91709394 _NSThread__main_ + 308
    9 libSystem.B.dylib 0x956ed095 pthreadstart + 321
    10 libSystem.B.dylib 0x956ecf52 thread_start + 34
    Thread 11:
    0 libSystem.B.dylib 0x956bc1c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x956c39bc mach_msg + 72
    2 ...romedia.Flash Player.plugin 0x17c3b3fd Flash_EnforceLocalSecurity + 1188169
    3 libSystem.B.dylib 0x956ed095 pthreadstart + 321
    4 libSystem.B.dylib 0x956ecf52 thread_start + 34
    Thread 12:
    0 libSystem.B.dylib 0x956bc20e semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x956ee206 pthread_condwait + 1267
    2 libSystem.B.dylib 0x95733539 pthreadcondwait + 48
    3 ...romedia.Flash Player.plugin 0x17b001fc 0x17768000 + 3768828
    4 ...romedia.Flash Player.plugin 0x17b38034 Flash_EnforceLocalSecurity + 126336
    5 ...romedia.Flash Player.plugin 0x17b004a6 0x17768000 + 3769510
    6 libSystem.B.dylib 0x956ed095 pthreadstart + 321
    7 libSystem.B.dylib 0x956ecf52 thread_start + 34
    Thread 13:
    0 libSystem.B.dylib 0x956bc20e semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x956ee206 pthread_condwait + 1267
    2 libSystem.B.dylib 0x95733539 pthreadcondwait + 48
    3 ...romedia.Flash Player.plugin 0x17b001fc 0x17768000 + 3768828
    4 ...romedia.Flash Player.plugin 0x17b38034 Flash_EnforceLocalSecurity + 126336
    5 ...romedia.Flash Player.plugin 0x17b004a6 0x17768000 + 3769510
    6 libSystem.B.dylib 0x956ed095 pthreadstart + 321
    7 libSystem.B.dylib 0x956ecf52 thread_start + 34
    Thread 14:
    0 libSystem.B.dylib 0x956bc1c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x956c39bc mach_msg + 72
    2 com.apple.CoreFoundation 0x9103d0ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x9103dd34 CFRunLoopRun + 84
    4 com.apple.DesktopServices 0x90a5de83 TSystemNotificationTask::SystemNotificationTaskProc(void*) + 123
    5 ...ple.CoreServices.CarbonCore 0x932ab10b PrivateMPEntryPoint + 56
    6 libSystem.B.dylib 0x956ed095 pthreadstart + 321
    7 libSystem.B.dylib 0x956ecf52 thread_start + 34
    Thread 15:
    0 libSystem.B.dylib 0x956bc1c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x956c39bc mach_msg + 72
    2 com.apple.CoreFoundation 0x9103d0ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x9103dd34 CFRunLoopRun + 84
    4 com.apple.DesktopServices 0x90a5dffc TFSEventsNotificationTask::FSEventsNotificationTaskProc(void*) + 216
    5 ...ple.CoreServices.CarbonCore 0x932ab10b PrivateMPEntryPoint + 56
    6 libSystem.B.dylib 0x956ed095 pthreadstart + 321
    7 libSystem.B.dylib 0x956ecf52 thread_start + 34
    Thread 16:
    0 libSystem.B.dylib 0x956c33ae _semwaitsignal + 10
    1 libSystem.B.dylib 0x956edd0d pthreadcondwait$UNIX2003 + 73
    2 ...ple.CoreServices.CarbonCore 0x932acef7 TSWaitOnCondition + 126
    3 ...ple.CoreServices.CarbonCore 0x9328be36 TSWaitOnConditionTimedRelative + 202
    4 ...ple.CoreServices.CarbonCore 0x932acb74 MPWaitOnQueue + 208
    5 com.apple.DesktopServices 0x90a68fba TNodeSyncTask::SyncTaskProc(void*) + 84
    6 ...ple.CoreServices.CarbonCore 0x932ab10b PrivateMPEntryPoint + 56
    7 libSystem.B.dylib 0x956ed095 pthreadstart + 321
    8 libSystem.B.dylib 0x956ecf52 thread_start + 34
    Thread 17:
    0 libSystem.B.dylib 0x956ec906 kevent + 10
    1 libSystem.B.dylib 0x956ed095 pthreadstart + 321
    2 libSystem.B.dylib 0x956ecf52 thread_start + 34
    Thread 18:
    0 libSystem.B.dylib 0x956bc226 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x956ee1ef pthread_condwait + 1244
    2 libSystem.B.dylib 0x956efa73 pthreadcond_timedwait_relativenp + 47
    3 com.apple.audio.CoreAudio 0x915e2bc3 CAGuard::WaitFor(unsigned long long) + 213
    4 com.apple.audio.CoreAudio 0x915e477e CAGuard::WaitUntil(unsigned long long) + 70
    5 com.apple.audio.CoreAudio 0x915e2f23 HP_IOThread::WorkLoop() + 759
    6 com.apple.audio.CoreAudio 0x915e2c27 HPIOThread::ThreadEntry(HPIOThread*) + 17
    7 com.apple.audio.CoreAudio 0x915d3464 CAPThread::Entry(CAPThread*) + 96
    8 libSystem.B.dylib 0x956ed095 pthreadstart + 321
    9 libSystem.B.dylib 0x956ecf52 thread_start + 34
    Thread 19:
    0 libSystem.B.dylib 0x956bc226 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x956ee1ef pthread_condwait + 1244
    2 libSystem.B.dylib 0x956efa73 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x9328be62 TSWaitOnConditionTimedRelative + 246
    4 ...ple.CoreServices.CarbonCore 0x932acb74 MPWaitOnQueue + 208
    5 com.apple.DesktopServices 0x90a6af04 TFolderSizeTask::FolderSizeTaskProc(void*) + 104
    6 ...ple.CoreServices.CarbonCore 0x932ab10b PrivateMPEntryPoint + 56
    7 libSystem.B.dylib 0x956ed095 pthreadstart + 321
    8 libSystem.B.dylib 0x956ecf52 thread_start + 34
    Thread 20:
    0 libSystem.B.dylib 0x956bc1c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x956c39bc mach_msg + 72
    2 com.apple.CoreFoundation 0x9103d0ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x9103dcd8 CFRunLoopRunInMode + 88
    4 com.apple.Foundation 0x9173dd75 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213
    5 com.apple.Foundation 0x91749e94 -[NSRunLoop(NSRunLoop) run] + 84
    6 com.apple.Safari 0x0005b9b0 0x1000 + 371120
    7 com.apple.Foundation 0x917097ed -[NSThread main] + 45
    8 com.apple.Foundation 0x91709394 _NSThread__main_ + 308
    9 libSystem.B.dylib 0x956ed095 pthreadstart + 321
    10 libSystem.B.dylib 0x956ecf52 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x00003222 ebx: 0x9592aefb ecx: 0x00000000 edx: 0x209a6d60
    edi: 0xbfffe790 esi: 0xbfffe7e8 ebp: 0xbfffe778 esp: 0xbfffe730
    ss: 0x0000001f efl: 0x00010206 eip: 0x958dc7f5 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0x00003222
    Binary Images:
    0x1000 - 0x1d7fe2 com.apple.Safari 3.2.1 (5525.27.1) <66278f41bc085c64e0f06ff487af4adc> /Applications/Safari.app/Contents/MacOS/Safari
    0x223000 - 0x232ff8 SyndicationUI ??? (???) <edde0133829971dbd8a0f3473cdb85fc> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0x500000 - 0x6e8fff com.apple.RawCamera.bundle 2.0.11 (410) <7704cc57f7daceb81672bfdc4434da40> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x14247000 - 0x14266fed com.apple.audio.CoreAudioKit 1.5 (1.5) <795c36d256c2cead9607068b1f78e141> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x150cb000 - 0x150d0ff3 libCGXCoreImage.A.dylib ??? (???) <375e0cdb64b043378dbf637992bbfeb0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x15199000 - 0x15199ffe com.apple.JavaPluginCocoa 12.2.0 (12.2.0) <b08d1285182ffcbaedd747d17fdaeefd> /Library/Internet Plug-Ins/JavaPluginCocoa.bundle/Contents/MacOS/JavaPluginCocoa
    0x151e0000 - 0x151e6ffd com.apple.JavaVM 12.2.0 (12.2.0) <9ad39149cc7ecc91da3e93df7f61d315> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0x174b4000 - 0x174b7fff com.apple.audio.AudioIPCPlugIn 1.0.5 (1.0.5) <e7424df9b53076d04045fb2e0132b2d0> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x17768000 - 0x17d71fdf +com.macromedia.Flash Player.plugin 9.0.151 (1.0.4f60) <f43004ffc4944f26af228334f2cda80b> /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
    0x1ad89000 - 0x1ad8aff3 ATSHI.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    0x1ae16000 - 0x1ae1cfff com.apple.URLMount.AFPPlugin 3.1.1 (3.1.1) <77607fdc65be1505a4f972f37bcda4cf> /System/Library/Filesystems/URLMount/afp.URLMounter/Contents/MacOS/afp
    0x1af5c000 - 0x1af9bfff com.apple.AppleShareClientCore 1.6.2 (1.6.2) <fd00593321701e12c8e8cd503a2a77f6> /System/Library/Frameworks/AppleShareClientCore.framework/Versions/A/AppleShare ClientCore
    0x1b624000 - 0x1b629fff com.apple.audio.AppleHDAHALPlugIn 1.6.2 (1.6.2a37) /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x1b917000 - 0x1b917ffd liblangid.dylib ??? (???) <d1bba9ec9142b4eb33db9c24d504ac63> /usr/lib/liblangid.dylib
    0x1c69e000 - 0x1c6a8ffc com.apple.framework.AppleTalk 1.2.0 (???) <03c9e04989b83129f00aecca0cb03fde> /System/Library/Frameworks/AppleTalk.framework/Versions/A/AppleTalk
    0x1c7d8000 - 0x1c7daffe com.apple.AutomatorCMM 1.1 (160) <650079fd95a57e8131e79409a00b2aed> /System/Library/Contextual Menu Items/AutomatorCMM.plugin/Contents/MacOS/AutomatorCMM
    0x1c7e0000 - 0x1c7e1ffd com.apple.BluetoothMenu 2.1.3 (2.1.3f8) /System/Library/Contextual Menu Items/BluetoothContextualMenu.plugin/Contents/MacOS/BluetoothContextualMenu
    0x1c7e6000 - 0x1c7e8fff com.apple.BezelServicesFW 1.4.925 (1.4.925) /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServi ces
    0x1c7ef000 - 0x1c7f0fff +com.vmware.FusionVMDKPlugIn ??? (0.0.1d2) /Library/Contextual Menu Items/FusionVMDKPlugIn.plugin/Contents/MacOS/FusionVMDKPlugIn
    0x1c824000 - 0x1c829fff com.apple.FolderActionsMenu 1.3.2 (1.3.2) <d7aa79798607f865bd48718e2acd6e2b> /System/Library/Contextual Menu Items/FolderActionsMenu.plugin/Contents/MacOS/FolderActionsMenu
    0x1c8a0000 - 0x1c8aaffe com.apple.URLMount 3.1.1 (3.1.1) <b4018e683fad4259ee78070e91f35029> /System/Library/PrivateFrameworks/URLMount.framework/URLMount
    0x1d900000 - 0x1d90efeb libSimplifiedChineseConverter.dylib ??? (???) <ec9a1c1949952acb83d09a0320ba2df1> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x2166c000 - 0x2167efff libTraditionalChineseConverter.dylib ??? (???) <086a18ff56a7d80d4446b979a18a4f64> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x24d87000 - 0x24d8dfc7 +com.Adobe.print.AdobePDF8.pde AdobePDF 8.0.0 (8.0.0) /Library/Printers/PPD Plugins/AdobePDFPDE800.plugin/Contents/MacOS/AdobePDFPDE800
    0x25885000 - 0x258affff com.apple.audio.SoundManager.Components 3.9.3 (3.9.3) /System/Library/Components/SoundManagerComponents.component/Contents/MacOS/Soun dManagerComponents
    0x258b5000 - 0x258f0fff com.apple.QuickTimeFireWireDV.component 7.5.5 (990.7) /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x25d9c000 - 0x25ec3feb libmecab.1.0.0.dylib ??? (???) <d42fb7fb40a58840dd30e4364635c245> /usr/lib/libmecab.1.0.0.dylib
    0x2d14f000 - 0x2d184fff com.apple.print.framework.Print.Private 5.5.6 (237.14) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/Current/Plugins/PrintCocoaUI.bundle/Contents/MacOS/PrintCocoaUI
    0x2d19d000 - 0x2d1c5fff com.apple.print.PrintingCocoaPDEs 5.5.6 (237.14) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Plugins/PrintingCocoaPDEs.bundle/Contents/MacOS/PrintingCocoaPDEs
    0x2d300000 - 0x2d31ffef +com.hp.print.cups.pde.photosmart 2.3.2 (2.3.2f01) /Library/Printers/hp/cups/Photosmart.driver/Contents/PlugIns/PDE.plugin/Content s/MacOS/PDE
    0x2d345000 - 0x2d362fff +com.hp.print.HPSmartPrint 3.4.1 (3.4.1f01) /Library/Frameworks/HPSmartPrint.framework/Versions/A/HPSmartPrint
    0x2d3a1000 - 0x2d40ffff +com.hp.print.cups.settings.photosmart 2.3.2 (2.3.2f01) /Library/Printers/hp/cups/Photosmart.driver/Contents/PlugIns/PDE.plugin/Content s/Resources/HPPrintSettings.bundle/Contents/MacOS/HPPrintSettings
    0x2d44d000 - 0x2d6cdfef +libhputils.dylib ??? (???) /Library/Printers/hp/cups/Photosmart.driver/Contents/lib/libhputils.dylib
    0x2d861000 - 0x2d87dfe7 libPDFRIP.A.dylib ??? (???) <bf4ccb6e46bd2d18896a752e0e2f94b8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libPDFRIP.A.dylib
    0x2fc1c000 - 0x2fc8fff7 com.apple.Bluetooth 2.1.3 (2.1.3f8) <1e2732edbd0f2c1db1ce5ecf06aa8192> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x70000000 - 0x700e6ff2 com.apple.audio.units.Components 1.5.2 (1.5.2) /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <100d362e03410f181a34e04e94189ae5> /usr/lib/dyld
    0x90003000 - 0x90003ffd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x90004000 - 0x90004fff com.apple.Carbon 136 (136) <ec1d4184925e652dbe1b9200a5a552ec> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x90005000 - 0x9000bfff com.apple.print.framework.Print 218.0.2 (220.1) <2979f3be4e7e8adc875bf21658e9be94> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9000c000 - 0x90068ff7 com.apple.htmlrendering 68 (1.1.3) <a9f65fa1c4668dc7c49af5bf7d5287ad> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x900a9000 - 0x9018aff7 libxml2.2.dylib ??? (???) <d69560099d9eb32ba7f8a17baa65a28d> /usr/lib/libxml2.2.dylib
    0x902ed000 - 0x9031cfe3 com.apple.AE 402.2 (402.2) <d0da935e781446faa4563e7a9c587cce> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x9031d000 - 0x90321fff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x90322000 - 0x9035cfe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x9035d000 - 0x9039ffef com.apple.NavigationServices 3.5.2 (163) <91844980804067b07a0b6124310d3f31> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x903a0000 - 0x9041fff5 com.apple.SearchKit 1.2.1 (1.2.1) <3140a605db2abf56b237fa156a08b28b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x90420000 - 0x90742fe2 com.apple.QuickTime 7.5.5 (990.7) <87077cec43c7e9b02c8ee80e50b8b81f> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x90743000 - 0x90781ff7 libGLImage.dylib ??? (???) <1123b8a48bcbe9cc7aa8dd8e1a214a66> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x90782000 - 0x90792fff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <06d8fc0307314f8ffc16f206ad3dbf44> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x90793000 - 0x9079fff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x907a0000 - 0x908f2ff3 com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x908f3000 - 0x90a39ff7 com.apple.ImageIO.framework 2.0.4 (2.0.4) <6a6623d3d1a7292b5c3763dcd108b55f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x90a5c000 - 0x90ae6fe3 com.apple.DesktopServices 1.4.7 (1.4.7) <d16642ba22c32f67be793ebfbe67ca3a> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x90ae7000 - 0x90b1dfef libtidy.A.dylib ??? (???) <f1d1742e06280444baa5637b209fd0af> /usr/lib/libtidy.A.dylib
    0x90b1e000 - 0x90bbbffc com.apple.CFNetwork 422.11 (422.11) <2780dfc3d2186195fccb3634bfb0944b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90bbc000 - 0x90bbcffa com.apple.CoreServices 32 (32) <2760719f7a81e8c2bdfd15b0939abc29> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90c6c000 - 0x90c82fff com.apple.DictionaryServices 1.0.0 (1.0.0) <7e9ff586b5c9d02b09e2a5527d98524f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x90c83000 - 0x90ca1fff libresolv.9.dylib ??? (???) <a8018c42930596593ddf27f7c20fe7af> /usr/lib/libresolv.9.dylib
    0x90cd7000 - 0x90d31ff7 com.apple.CoreText 2.0.3 (???) <1f1a97273753e6cfea86c810d6277680> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90d32000 - 0x90daffef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x90db0000 - 0x90e37ff7 libsqlite3.0.dylib ??? (???) <11311084bc4be9d4555dfac74fe7218a> /usr/lib/libsqlite3.0.dylib
    0x90e38000 - 0x90e65feb libvDSP.dylib ??? (???) <2ee4eb005babc90eaa352b33eb09226e> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x90e66000 - 0x90e8afff libxslt.1.dylib ??? (???) <0a9778d6368ae668826f446878deb99b> /usr/lib/libxslt.1.dylib
    0x90e8b000 - 0x90fc3ff7 libicucore.A.dylib ??? (???) <18098dcf431603fe47ee027a60006c85> /usr/lib/libicucore.A.dylib
    0x90fc4000 - 0x90fc9fff com.apple.CommonPanels 1.2.4 (85) <3b64ef0de184d09c6f99a1a7e77e42be> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x90fca000 - 0x910fdfff com.apple.CoreFoundation 6.5.5 (476.17) <4a70c8dbb582118e31412c53dc1f407f> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x9110a000 - 0x911c8fff com.apple.WebKit 5525.27 (5525.27.1) <a15e548666c9a463d61be1f114b2fa27> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x911c9000 - 0x9122fffb com.apple.ISSupport 1.7 (38.2) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x91230000 - 0x9124eff3 com.apple.DirectoryService.Framework 3.5.5 (3.5.5) <f8931f64103c8a86b82e9714352f4323> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x91282000 - 0x91401fff com.apple.AddressBook.framework 4.1.1 (699) <60ddae72a1df8ddbc5c53df92f372b76> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x91402000 - 0x91426feb libssl.0.9.7.dylib ??? (???) <c7359b7ab32b5f8574520746e10a41cc> /usr/lib/libssl.0.9.7.dylib
    0x91560000 - 0x91560ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x91561000 - 0x91563fff com.apple.securityhi 3.0 (30817) <dc95af76e8e2db99907708472ef434bf> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x915b6000 - 0x91633feb com.apple.audio.CoreAudio 3.1.1 (3.1.1) <f35477a5e23db0fa43233c37da01ae1c> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x91634000 - 0x91636ff5 libRadiance.dylib ??? (???) <8a844202fcd65662bb9ab25f08c45a62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91637000 - 0x916feff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x916ff000 - 0x9197afe7 com.apple.Foundation 6.5.7 (677.22) <8fe77b5d15ecdae1240b4cb604fc6d0b> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x9197b000 - 0x91a49ff3 com.apple.JavaScriptCore 5525.26 (5525.26.2) <69e219e81bc886a94c4d4b310d393ab9> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x91a4a000 - 0x91afafff edu.mit.Kerberos 6.0.12 (6.0.12) <685cc018c133668d0d3ac6a1cb63cff9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x91afb000 - 0x91b23ff7 com.apple.shortcut 1 (1.0) <5b57f8f162f77a1739b436900517d672> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x91b36000 - 0x91f46fef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x91f47000 - 0x91f53ffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x91f54000 - 0x91f54ffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x91f55000 - 0x91f55ff8 com.apple.ApplicationServices 34 (34) <e9cd7c823062c4382d89e3c9997f4739> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x91f56000 - 0x91f5dfff com.apple.agl 3.0.9 (AGL-3.0.9) <2f39c480cfcee9358a23d61b20a6aa56> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x91f5e000 - 0x91f73ffb com.apple.ImageCapture 5.0.1 (5.0.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x91f74000 - 0x91f8fffb libPng.dylib ??? (???) <4780e979d35aa5ec2cea22678836cea5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91f90000 - 0x91f9ffff libsasl2.2.dylib ??? (???) <bb7971ca2f609c070f87786a93d1041e> /usr/lib/libsasl2.2.dylib
    0x91fa0000 - 0x9202cff7 com.apple.LaunchServices 290.3 (290.3) <6f9629f4ed1ba3bb313548e6838b2888> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x920ef000 - 0x92182fff com.apple.ink.framework 101.3 (86) <dfa9debcd7537849d228021d1d9c0f63> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x92183000 - 0x921aefe7 libauto.dylib ??? (???) <2072d673706bbe463ed2426af57a28d7> /usr/lib/libauto.dylib
    0x921c3000 - 0x929c1fef com.apple.AppKit 6.5.6 (949.43) <a3a300499bbe4f1dfebf71d752d01916> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x929c2000 - 0x929c9ffe libbsm.dylib ??? (???) <5582985a86ea36504cca31788bccf963> /usr/lib/libbsm.dylib
    0x929ca000 - 0x92cd2fff com.apple.HIToolbox 1.5.4 (???) <3747086ba21ee419708a5cab946c8ba6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x92cd4000 - 0x92ce2ffd libz.1.dylib ??? (???) <545ca09467025f77131cfac09d8b9375> /usr/lib/libz.1.dylib
    0x92ced000 - 0x92deefef com.apple.PubSub 1.0.3 (65.1.1) /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x92def000 - 0x92dfafe7 libCSync.A.dylib ??? (???) <e6aceed359bd228f42bc1246af5919c9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x92dfb000 - 0x92e8eff3 com.apple.ApplicationServices.ATS 3.4 (???) <8c51de0ec3deaef416578cd59df38754> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x92f5e000 - 0x9303efff libobjc.A.dylib ??? (???) <7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib
    0x9303f000 - 0x9304fffc com.apple.LangAnalysis 1.6.4 (1.6.4) <8b7831b5f74a950a56cf2d22a2d436f6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x93056000 - 0x93063fe7 com.apple.opengl 1.5.9 (1.5.9) <7e5048a2677b41098c84045305f42f7f> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x930d7000 - 0x930dafff com.apple.help 1.1 (36) <175489f8adf287b3ebd259362b0292c0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x930db000 - 0x93155ff8 com.apple.print.framework.PrintCore 5.5.3 (245.3) <222dade7b33b99708b8c09d1303f93fc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x93156000 - 0x9324aff4 libiconv.2.dylib ??? (???) <3f183527811098bb7332f67a1f902bfd> /usr/lib/libiconv.2.dylib
    0x9324b000 - 0x93261fe7 com.apple.CoreVideo 1.5.1 (1.5.1) <001910004257f1386724398f584b30b5> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x93262000 - 0x9353cff3 com.apple.CoreServices.CarbonCore 786.10 (786.10) <ec35bb05f67fe0e828d49dda88bbf6d7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x937a6000 - 0x937a6ff8 com.apple.Cocoa 6.5 (???) <e9318c93615b27231498bbe585b8da98> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93a07000 - 0x93a11feb com.apple.audio.SoundManager 3.9.2 (3.9.2) <caa41909dcb5a18a94bc68cd13999bd5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x94a18000 - 0x94ae3fff com.apple.ColorSync 4.5.1 (4.5.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x94ae4000 - 0x94cb2ff3 com.apple.security 5.0.4 (34102) <55dda7486df4e8e1d61505be16f83a1c> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x94cb3000 - 0x94cd2ffa libJPEG.dylib ??? (???) <e7eb56555109e23144924cd64aa8daec> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x94cd3000 - 0x94ce2ffe com.apple.DSObjCWrappers.Framework 1.2.1 (1.2.1) <43c5b91223501f917392f59fbf9d7ace> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94dc5000 - 0x94e22ffb libstdc++.6.dylib ??? (???) <6106b1f2b0b303b06ae476253dbb5f3f> /usr/lib/libstdc++.6.dylib
    0x94e55000 - 0x95213fea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x95214000 - 0x9529ffff com.apple.framework.IOKit 1.5.1 (???) <f9f5f0d070e197a832d86751e1d44545> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x952a0000 - 0x952a7ff7 libCGATS.A.dylib ??? (???) <386dce4b28448fb86e33e06ac466f4d8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x952d8000 - 0x9538affb libcrypto.0.9.7.dylib ??? (???) <69bc2457aa23f12fa7d052601d48fa29> /usr/lib/libcrypto.0.9.7.dylib
    0x953af000 - 0x953f0fe7 libRIP.A.dylib ??? (???) <5d0b5af7992e14de017f9a9c7cb05960> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x953fe000 - 0x95435fff com.apple.SystemConfiguration 1.9.2 (1.9.2) <8b26ebf26a009a098484f1ed01ec499c> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x95436000 - 0x95436ffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x954e2000 - 0x9551bffe com.apple.securityfoundation 3.0 (32989) <d25780b149d9b0b518899c8aade0b61f> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x9551c000 - 0x9551cffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9551d000 - 0x95525fff com.apple.DiskArbitration 2.2.1 (2.2.1) <42908e7ecc17a83cec4afef2850ec79e> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x9552b000 - 0x95584ff7 libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x95588000 - 0x955d2fe1 com.apple.securityinterface 3.0.1 (35183) <f855cb06d2541ce544d9bcdf998b991c> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x955d3000 - 0x955d4ffc libffi.dylib ??? (???) <596e0dbf626b211741cecaa9698f271b> /usr/lib/libffi.dylib
    0x955d5000 - 0x956baff3 com.apple.CoreData 100.1 (186) <9187380c86061cb4c37b6bec8abeae75> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x956bb000 - 0x95822ff3 libSystem.B.dylib ??? (???) <d68880dfb1f8becdbdac6928db1510fb> /usr/lib/libSystem.B.dylib
    0x95823000 - 0x95828fff com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x95829000 - 0x9587aff7 com.apple.HIServices 1.7.0 (???) <01b690d1f376e400ac873105533e39eb> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x9587b000 - 0x95eccfff com.apple.WebCore 5525.26 (5525.26.6) <8676962ab93f003cf9b10748725c1bc2> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x95ecd000 - 0x9626afef com.apple.QuartzCore 1.5.7 (1.5.7) <2fed2dd7565c84a0f0c608d41d4d172c> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9626b000 - 0x96293fff libcups.2.dylib ??? (???) <81abd305142ad1b771024eb4a1309e2e> /usr/lib/libcups.2.dylib
    0x96294000 - 0x9629dfff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <6a6518b392d3d41ace3dcea69d6809d9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x9629e000 - 0x962a0fff com.apple.CrashReporterSupport 10.5.5 (159) <4ca9b6643fcbafd76424a46d162363eb> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x962a1000 - 0x962a5fff libGIF.dylib ??? (???) <572a32e46e33be1ec041c5ef5b0341ae> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x962ec000 - 0x96304fff com.apple.openscripting 1.2.8 (???) <572c7452d7e740e8948a5ad07a99602b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x96305000 - 0x963bffe3 com.apple.CoreServices.OSServices 226.5 (226.5) <2a135d4fb16f4954290f7b72b4111aa3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x963d8000 - 0x96417fef libTIFF.dylib ??? (???) <3589442575ac77746ae99ecf724f5f87> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x96418000 - 0x96ab8fff com.apple.CoreGraphics 1.407.2 (???) <3a91d1037afde01d1d8acdf9cd1caa14> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x96ab9000 - 0x96aebfff com.apple.LDAPFramework 1.4.5 (110) <cc04500cf7b6edccc75bb3fe2973f72c> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x96aec000 - 0x96b35fef com.apple.Metadata 10.5.2 (398.25) <e0572f20350523116f23000676122a8d> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x96b36000 - 0x96b3dfe9 libgcc_s.1.dylib ??? (???) <28a7cbc3a5ca2982d124668306f422d9> /usr/lib/libgcc_s.1.dylib
    0x96b3e000 - 0x9700ff3e libGLProgrammability.dylib ??? (???) <5d283543ac844e7c6fa3440ac56cd265> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x9703b000 - 0x970e2feb com.apple.QD 3.11.54 (???) <b743398c24c38e581a86e91744a2ba6e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0xba900000 - 0xba916fff libJapaneseConverter.dylib ??? (???) <79f7cbef6bc9f4c32a42d63c7332bf8e> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xbab00000 - 0xbab21fe2 libKoreanConverter.dylib ??? (???) <4b497e7a0027447eaff2b45572bb85ea> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0xeab00000 - 0xeab0ffff libConverter.dylib ??? (???) /System/Library/Printers/Libraries/libConverter.dylib
    0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

    i haven't really used the other user (guest) account much - don't remember it crashing on there.
    i opened my hd/library/internet plug ins folder, but can't seem to find the version of the pdf viewer. it just says AdobePDFViewer.plugin...didn't see any additional info when i did command+i.
    i'm thinking a trip to the genius bar is in order. i just started using my webcam and found that the other person's video is blurry and ends up w/ little garbled (moving) pixels randomly. bah. humbug.
    thanks for all of your help so far. and...happy new year!
    (i keep forgetting that i posted this help topic on here...lol)

  • Sales Analysis PER DAY SALE

    Hello Experts,
    In Sales Analysis Report, I want to see the Per Day Sales and the Quantity. I checked it through Item wise, but actually in this Tab (Item), in Quantity Column system only shows open Quantity.
    If a DO has been invoiced that Quantity will become Zero.
    How do I see the Total sales quantity WISE ?
    Thanks & Regards

    There are two XL Reporter Reports called "Sales Register" and "Daily Stock Account".
    These are under Indian Legal Reports and made specially for Indian Localization Format.
    I think these reports can solve your requirement.

  • IMac crashes several times per day. What is causing the issue?

    Here is the error report.
    I am always prompted to "report this issue to Apple" but never hear back as to what the issue actually is.
    Can someone decipher the "crash report"? 
    Thank you!
    Anonymous UUID:       90EECEB1-8B18-7E28-D93F-A28EA4557704
    Mon Jan 26 21:11:35 2015
    panic(cpu 0 caller 0xffffff8000e4e7fa): "A kext releasing a(n) OSData has corrupted the registry."@/SourceCache/xnu/xnu-2422.115.4/libkern/c++/OSObject.cpp:218
    Backtrace (CPU 0), Frame : Return Address
    0xffffff82ccfa3d90 : 0xffffff8000a22f79
    0xffffff82ccfa3e10 : 0xffffff8000e4e7fa
    0xffffff82ccfa3e60 : 0xffffff7f81e9251e
    0xffffff82ccfa3eb0 : 0xffffff7f81e948df
    0xffffff82ccfa3ee0 : 0xffffff7f81e9488f
    0xffffff82ccfa3ef0 : 0xffffff7f81e92cc9
    0xffffff82ccfa3f30 : 0xffffff7f81ed1e27
    0xffffff82ccfa3f50 : 0xffffff7f81ed1dd6
    0xffffff82ccfa3f70 : 0xffffff7f81ed1e4c
    0xffffff82ccfa3f90 : 0xffffff7f81ed1f40
    0xffffff82ccfa3fb0 : 0xffffff8000ad7607
          Kernel Extensions in backtrace:
             com.apple.iokit.IOBluetoothFamily(4.2.7f3)[7E5FC847-3012-3851-B67C-A1274D8D834F ]@0xffffff7f81e8d000->0xffffff7f81f29fff
                dependency: com.apple.iokit.IOUSBFamily(686.4.1)[815E4F64-F2D5-3847-931A-BE755698D993]@0xff ffff7f811fc000
                dependency: com.apple.iokit.IOReportFamily(23)[EE246983-FE6F-32F3-A5A0-88F3E3CDBA89]@0xffff ff7f81d3c000
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    13F34
    Kernel version:
    Darwin Kernel Version 13.4.0: Sun Aug 17 19:50:11 PDT 2014; root:xnu-2422.115.4~1/RELEASE_X86_64
    Kernel UUID: 9477416E-7BCA-3679-AF97-E1EAAD3DD5A0
    Kernel slide:     0x0000000000800000
    Kernel text base: 0xffffff8000a00000
    System model name: iMac14,2 (Mac-27ADBB7B4CEE8E61)
    System uptime in nanoseconds: 17023306605484
    last loaded kext at 4898854516476: com.apple.driver.AppleUSBCDC 4.2.1b5 (addr 0xffffff7f83033000, size 20480)
    last unloaded kext at 6271896713280: com.apple.filesystems.exfat 1.4 (addr 0xffffff7f83026000, size 53248)
    loaded kexts:
    com.Perfect.Driver.SystemAudioRecorder 1.0.0
    com.Cycling74.driver.Soundflower 1.6.6
    com.apple.driver.AppleBluetoothMultitouch 80.14
    com.apple.driver.AppleHWSensor 1.9.5d0
    com.apple.iokit.IOBluetoothSerialManager 4.2.7f3
    com.apple.filesystems.autofs 3.0
    com.apple.driver.AppleMikeyHIDDriver 124
    com.apple.driver.AppleHDA 2.6.3f4
    com.apple.driver.AGPM 100.14.34
    com.apple.driver.ApplePlatformEnabler 2.0.9d7
    com.apple.driver.X86PlatformShim 1.0.0
    com.apple.driver.AudioAUUC 1.60
    com.apple.driver.AppleUpstreamUserClient 3.5.13
    com.apple.GeForce 8.2.6
    com.apple.iokit.IOUserEthernet 1.0.0d1
    com.apple.driver.AppleIntelHD5000Graphics 8.2.8
    com.apple.Dont_Steal_Mac_OS_X 7.0.0
    com.apple.driver.AppleMikeyDriver 2.6.3f4
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport 4.2.7f3
    com.apple.driver.AppleHWAccess 1
    com.apple.driver.AppleIntelFramebufferAzul 8.2.8
    com.apple.driver.AppleLPC 1.7.0
    com.apple.driver.AppleSMCLMU 2.0.4d1
    com.apple.driver.AppleThunderboltIP 1.1.2
    com.apple.driver.AppleBacklight 170.4.11
    com.apple.driver.AppleMCCSControl 1.2.5
    com.apple.iokit.SCSITaskUserClient 3.6.7
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeLZVN 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.BootCache 35
    com.apple.driver.AppleUSBHub 683.4.0
    com.apple.driver.XsanFilter 404
    com.apple.iokit.IOAHCIBlockStorage 2.6.0
    com.apple.driver.AppleSDXC 1.5.2
    com.apple.iokit.AppleBCM5701Ethernet 3.8.1b2
    com.apple.driver.AirPort.Brcm4360 842.21.65
    com.apple.driver.AppleAHCIPort 3.0.5
    com.apple.driver.AppleUSBXHCI 683.4.0
    com.apple.driver.AppleHPET 1.8
    com.apple.driver.AppleACPIButtons 2.0
    com.apple.driver.AppleRTC 2.0
    com.apple.driver.AppleSMBIOS 2.1
    com.apple.driver.AppleACPIEC 2.0
    com.apple.driver.AppleAPIC 1.7
    com.apple.nke.applicationfirewall 153
    com.apple.security.quarantine 3
    com.apple.driver.AppleBluetoothHIDKeyboard 170.15
    com.apple.driver.IOBluetoothHIDDriver 4.2.7f3
    com.apple.driver.AppleMultitouchDriver 245.13.1
    com.apple.iokit.IOSerialFamily 10.0.7
    com.apple.kext.triggers 1.0
    com.apple.driver.DspFuncLib 2.6.3f4
    com.apple.vecLib.kext 1.0.0
    com.apple.iokit.IOAcceleratorFamily 98.23
    com.apple.nvidia.driver.NVDAGK100Hal 8.2.6
    com.apple.nvidia.driver.NVDAResman 8.2.6
    com.apple.iokit.IOAudioFamily 1.9.7fc2
    com.apple.kext.OSvKernDSPLib 1.14
    com.apple.iokit.IOBluetoothFamily 4.2.7f3
    com.apple.iokit.IOSurface 91.1
    com.apple.iokit.IOBluetoothHostControllerUSBTransport 4.2.7f3
    com.apple.driver.X86PlatformPlugin 1.0.0
    com.apple.driver.AppleHDAController 2.6.3f4
    com.apple.iokit.IOHDAFamily 2.6.3f4
    com.apple.driver.AppleSMBusPCI 1.0.12d1
    com.apple.AppleGraphicsDeviceControl 3.6.22
    com.apple.iokit.IOAcceleratorFamily2 98.23
    com.apple.driver.IOPlatformPluginFamily 5.7.1d6
    com.apple.driver.AppleSMC 3.1.8
    com.apple.driver.AppleThunderboltEDMSink 2.1.3
    com.apple.driver.AppleBacklightExpert 1.0.4
    com.apple.iokit.IONDRVSupport 2.4.1
    com.apple.driver.AppleSMBusController 1.0.12d1
    com.apple.iokit.IOGraphicsFamily 2.4.1
    com.apple.driver.AppleUSBHIDKeyboard 170.15
    com.apple.driver.AppleHIDKeyboard 170.15
    com.apple.iokit.IOUSBHIDDriver 660.4.0
    com.apple.iokit.IOSCSIBlockCommandsDevice 3.6.7
    com.apple.iokit.IOUSBMassStorageClass 3.6.0
    com.apple.iokit.IOSCSIArchitectureModelFamily 3.6.7
    com.apple.driver.AppleUSBMergeNub 650.4.0
    com.apple.driver.AppleUSBComposite 656.4.1
    com.apple.driver.AppleThunderboltDPOutAdapter 3.1.7
    com.apple.driver.AppleThunderboltDPInAdapter 3.1.7
    com.apple.driver.AppleThunderboltDPAdapterFamily 3.1.7
    com.apple.driver.AppleThunderboltPCIDownAdapter 1.4.5
    com.apple.driver.CoreStorage 380.70.2
    com.apple.iokit.IOUSBUserClient 660.4.2
    com.apple.driver.AppleThunderboltNHI 2.0.1
    com.apple.iokit.IOThunderboltFamily 3.3.1
    com.apple.iokit.IOEthernetAVBController 1.0.3b4
    com.apple.iokit.IO80211Family 640.36
    com.apple.driver.mDNSOffloadUserClient 1.0.1b5
    com.apple.iokit.IONetworkingFamily 3.2
    com.apple.iokit.IOAHCIFamily 2.6.5
    com.apple.iokit.IOUSBFamily 686.4.1
    com.apple.driver.AppleEFINVRAM 2.0
    com.apple.iokit.IOHIDFamily 2.0.0
    com.apple.driver.AppleEFIRuntime 2.0
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.security.sandbox 278.11.1
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.security.TMSafetyNet 7
    com.apple.driver.AppleKeyStore 2
    com.apple.driver.DiskImages 371.1
    com.apple.iokit.IOStorageFamily 1.9
    com.apple.iokit.IOReportFamily 23
    com.apple.driver.AppleFDEKeyStore 28.30
    com.apple.driver.AppleACPIPlatform 2.0
    com.apple.iokit.IOPCIFamily 2.9
    com.apple.iokit.IOACPIFamily 1.4
    com.apple.kec.corecrypto 1.0
    com.apple.kec.pthread 1
    Model: iMac14,2, BootROM IM142.0118.B00, 4 processors, Intel Core i7, 3.5 GHz, 24 GB, SMC 2.15f2
    Graphics: NVIDIA GeForce GTX 780M, NVIDIA GeForce GTX 780M, PCIe, 4096 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1333 MHz, 0x02FE, 0x45424A3430554738454655352D474E4C2D46
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1333 MHz, 0x02FE, 0x45424A3430554738454655352D474E4C2D46
    Memory Module: BANK 0/DIMM1, 8 GB, DDR3, 1333 MHz, 0x029E, 0x434D5358384758334D314131363030433130
    Memory Module: BANK 1/DIMM1, 8 GB, DDR3, 1333 MHz, 0x029E, 0x434D5358384758334D314131363030433130
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x111), Broadcom BCM43xx 1.0 (6.30.223.154.65)
    Bluetooth: Version 4.2.7f3 14616, 3 services, 23 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: APPLE SSD SD0128F, 121.33 GB
    Serial ATA Device: APPLE HDD ST3000DM001, 3 TB
    USB Device: My Book 1230
    USB Device: External USB 3.0
    USB Device: FaceTime HD Camera (Built-in)
    USB Device: BRCM20702 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: Keyboard Hub
    USB Device: Apple Keyboard
    Thunderbolt Bus: iMac, Apple Inc., 23.10

    Thanks for the update on this, Linc. I did try this out and it was helpful, however, I'm back in the same boat again!
    Thanks for any help and insight you can offer.
    The iMac has resorted to shutting down several times per day again.    Here is the latest error report.
    Anonymous UUID:       90EECEB1-8B18-7E28-D93F-A28EA4557704
    Thu Feb  5 23:44:25 2015
    panic(cpu 2 caller 0xffffff7f8cc56a35): "This LVG was created before the fix for <rdar://11023142>, you must recreate your LVGs"@/SourceCache/CoreStorage/CoreStorage-380.70.2/core/btree/btree_impl.h:55
    Backtrace (CPU 2), Frame : Return Address
    0xffffff82d7e5ba90 : 0xffffff800b023139
    0xffffff82d7e5bb10 : 0xffffff7f8cc56a35
    0xffffff82d7e5bba0 : 0xffffff7f8cc56a58
    0xffffff82d7e5bc30 : 0xffffff7f8cc4bcc7
    0xffffff82d7e5bc90 : 0xffffff7f8cc4f711
    0xffffff82d7e5bd70 : 0xffffff7f8cc4fb9f
    0xffffff82d7e5bf20 : 0xffffff7f8cc4b1af
    0xffffff82d7e5bf70 : 0xffffff7f8cc4b10c
    0xffffff82d7e5bf80 : 0xffffff7f8cc466e3
    0xffffff82d7e5bfb0 : 0xffffff800b0d7c67
          Kernel Extensions in backtrace:
             com.apple.driver.CoreStorage(380.70.2)[DFECD064-FF24-3CC7-9BB9-2469FCAA15AF]@0x ffffff7f8cbd6000->0xffffff7f8cc98fff
                dependency: com.apple.iokit.IOStorageFamily(1.9)[9B09B065-7F11-3241-B194-B72E5C23548B]@0xff ffff7f8b648000
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    13F34
    Kernel version:
    Darwin Kernel Version 13.4.0: Wed Dec 17 19:05:52 PST 2014; root:xnu-2422.115.10~1/RELEASE_X86_64
    Kernel UUID: 45486BF2-BDDE-34CB-8C71-606FF3FE181B
    Kernel slide:     0x000000000ae00000
    Kernel text base: 0xffffff800b000000
    System model name: iMac14,2 (Mac-27ADBB7B4CEE8E61)
    System uptime in nanoseconds: 15502458977428
    last loaded kext at 11079372093582: com.apple.filesystems.exfat 1.4 (addr 0xffffff7f8d61b000, size 61440)
    last unloaded kext at 11199508699870: com.apple.driver.AppleUSBCDC 4.2.1b5 (addr 0xffffff7f8d617000, size 16384)
    loaded kexts:
    com.Perfect.Driver.SystemAudioRecorder 1.0.0
    com.apple.filesystems.exfat 1.4
    com.apple.driver.AppleBluetoothMultitouch 80.14
    com.apple.driver.AppleHWSensor 1.9.5d0
    com.apple.filesystems.autofs 3.0
    com.apple.iokit.IOBluetoothSerialManager 4.2.7f4
    com.apple.driver.AppleMikeyHIDDriver 124
    com.apple.driver.AppleMikeyDriver 2.6.3f4
    com.apple.driver.AppleHDA 2.6.3f4
    com.apple.driver.AGPM 100.14.34
    com.apple.driver.ApplePlatformEnabler 2.0.9d7
    com.apple.driver.X86PlatformShim 1.0.0
    com.apple.driver.AudioAUUC 1.60
    com.apple.driver.AppleUpstreamUserClient 3.5.13
    com.apple.iokit.IOUserEthernet 1.0.0d1
    com.apple.GeForce 8.2.6
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport 4.2.7f4
    com.apple.driver.AppleIntelHD5000Graphics 8.2.8
    com.apple.Dont_Steal_Mac_OS_X 7.0.0
    com.apple.driver.AppleThunderboltIP 1.1.2
    com.apple.driver.AppleSMCLMU 2.0.4d1
    com.apple.driver.AppleLPC 1.7.0
    com.apple.driver.AppleHWAccess 1
    com.apple.driver.AppleIntelFramebufferAzul 8.2.8
    com.apple.driver.AppleBacklight 170.4.11
    com.apple.driver.AppleMCCSControl 1.2.5
    com.apple.iokit.SCSITaskUserClient 3.6.7
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeLZVN 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.BootCache 35
    com.apple.driver.AppleUSBHub 683.4.0
    com.apple.driver.XsanFilter 404
    com.apple.iokit.IOAHCIBlockStorage 2.6.0
    com.apple.driver.AppleSDXC 1.5.2
    com.apple.iokit.AppleBCM5701Ethernet 3.8.1b2
    com.apple.driver.AirPort.Brcm4360 842.21.65
    com.apple.driver.AppleAHCIPort 3.0.5
    com.apple.driver.AppleUSBXHCI 683.4.0
    com.apple.driver.AppleRTC 2.0
    com.apple.driver.AppleACPIButtons 2.0
    com.apple.driver.AppleHPET 1.8
    com.apple.driver.AppleSMBIOS 2.1
    com.apple.driver.AppleACPIEC 2.0
    com.apple.driver.AppleAPIC 1.7
    com.apple.nke.applicationfirewall 153
    com.apple.security.quarantine 3
    com.apple.driver.AppleBluetoothHIDKeyboard 170.15
    com.apple.driver.IOBluetoothHIDDriver 4.2.7f4
    com.apple.driver.AppleMultitouchDriver 245.13.1
    com.apple.kext.triggers 1.0
    com.apple.iokit.IOSerialFamily 10.0.7
    com.apple.driver.DspFuncLib 2.6.3f4
    com.apple.vecLib.kext 1.0.0
    com.apple.iokit.IOAudioFamily 1.9.7fc2
    com.apple.kext.OSvKernDSPLib 1.14
    com.apple.iokit.IOAcceleratorFamily 98.24
    com.apple.iokit.IOBluetoothHostControllerUSBTransport 4.2.7f4
    com.apple.iokit.IOSurface 91.1
    com.apple.nvidia.driver.NVDAGK100Hal 8.2.6
    com.apple.nvidia.driver.NVDAResman 8.2.6
    com.apple.iokit.IOBluetoothFamily 4.2.7f4
    com.apple.driver.AppleSMBusPCI 1.0.12d1
    com.apple.driver.AppleHDAController 2.6.3f4
    com.apple.iokit.IOHDAFamily 2.6.3f4
    com.apple.driver.X86PlatformPlugin 1.0.0
    com.apple.driver.AppleSMC 3.1.8
    com.apple.driver.IOPlatformPluginFamily 5.7.1d6
    com.apple.driver.AppleThunderboltEDMSink 2.1.3
    com.apple.AppleGraphicsDeviceControl 3.6.22
    com.apple.iokit.IOAcceleratorFamily2 98.24
    com.apple.driver.AppleBacklightExpert 1.0.4
    com.apple.iokit.IONDRVSupport 2.4.1
    com.apple.driver.AppleSMBusController 1.0.12d1
    com.apple.iokit.IOGraphicsFamily 2.4.1
    com.apple.driver.AppleUSBHIDKeyboard 170.15
    com.apple.driver.AppleHIDKeyboard 170.15
    com.apple.iokit.IOUSBHIDDriver 660.4.0
    com.apple.iokit.IOSCSIBlockCommandsDevice 3.6.7
    com.apple.iokit.IOUSBMassStorageClass 3.6.0
    com.apple.iokit.IOSCSIArchitectureModelFamily 3.6.7
    com.apple.driver.AppleUSBMergeNub 650.4.0
    com.apple.driver.AppleUSBComposite 656.4.1
    com.apple.driver.AppleThunderboltDPInAdapter 3.1.7
    com.apple.driver.AppleThunderboltDPOutAdapter 3.1.7
    com.apple.driver.AppleThunderboltDPAdapterFamily 3.1.7
    com.apple.driver.AppleThunderboltPCIDownAdapter 1.4.5
    com.apple.driver.CoreStorage 380.70.2
    com.apple.iokit.IOUSBUserClient 660.4.2
    com.apple.driver.AppleThunderboltNHI 2.0.1
    com.apple.iokit.IOThunderboltFamily 3.3.1
    com.apple.iokit.IOEthernetAVBController 1.0.3b4
    com.apple.iokit.IO80211Family 640.36
    com.apple.driver.mDNSOffloadUserClient 1.0.1b5
    com.apple.iokit.IONetworkingFamily 3.2
    com.apple.iokit.IOAHCIFamily 2.6.5
    com.apple.iokit.IOUSBFamily 686.4.1
    com.apple.driver.AppleEFINVRAM 2.0
    com.apple.driver.AppleEFIRuntime 2.0
    com.apple.iokit.IOHIDFamily 2.0.0
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.security.sandbox 278.11.2
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.security.TMSafetyNet 7
    com.apple.driver.AppleKeyStore 2
    com.apple.driver.DiskImages 371.1
    com.apple.iokit.IOStorageFamily 1.9
    com.apple.iokit.IOReportFamily 23
    com.apple.driver.AppleFDEKeyStore 28.30
    com.apple.driver.AppleACPIPlatform 2.0
    com.apple.iokit.IOPCIFamily 2.9
    com.apple.iokit.IOACPIFamily 1.4
    com.apple.kec.corecrypto 1.0
    com.apple.kec.pthread 1
    System Profile:
    Model: iMac14,2, BootROM IM142.0118.B00, 4 processors, Intel Core i7, 3.5 GHz, 24 GB, SMC 2.15f2
    Graphics: NVIDIA GeForce GTX 780M, NVIDIA GeForce GTX 780M, PCIe, 4096 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1333 MHz, 0x02FE, 0x45424A3430554738454655352D474E4C2D46
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1333 MHz, 0x02FE, 0x45424A3430554738454655352D474E4C2D46
    Memory Module: BANK 0/DIMM1, 8 GB, DDR3, 1333 MHz, 0x029E, 0x434D5358384758334D314131363030433130
    Memory Module: BANK 1/DIMM1, 8 GB, DDR3, 1333 MHz, 0x029E, 0x434D5358384758334D314131363030433130
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x111), Broadcom BCM43xx 1.0 (6.30.223.154.65)
    Bluetooth: Version 4.2.7f4 15112, 3 services, 23 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: APPLE SSD SD0128F, 121.33 GB
    Serial ATA Device: APPLE HDD ST3000DM001, 3 TB
    USB Device: My Book 1230
    USB Device: External USB 3.0
    USB Device: BRCM20702 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: FaceTime HD Camera (Built-in)
    USB Device: Keyboard Hub
    USB Device: Apple Keyboard
    USB Device: USB2.0 Printer (Hi-speed)
    Thunderbolt Bus: iMac, Apple Inc., 23.10

  • Calculate Per Day Salary Into Text Field

    HI,
    I want to calculate per day Salary so that i am using Code .i am enter salary in to :P65_SALARY1 text fiedl and calculated per day salary should come into :P65_per_day_salry text field. I have write that code in to item Source and select
    Source Used :-Always.replacing any existing value in session state
    Souce Type :- PL/SQL Expression or Function
    Source value or expression :- Type That below Code
    I have created item :P65_MONTH for Select Month
    BEGIN
    IF :P65_MONTH ='JAN' THEN
    :P65_SALARY1/31;
    ELSIF :P65_MONTH ='FEB' AND MOD(TO_CHAR(SYSDATE,'YYYY'),4)!=0 THEN
    :P65_SALARY1/28;
    ELSIF :P65_MONTH ='FEB' AND MOD(TO_CHAR(SYSDATE,'YYYY'),4)=0 THEN
    :P65_SALARY1/29;
    ELSIF :P65_MONTH ='MAR' THEN
    :P65_SALARY1/31;
    ELSIF :P65_MONTH ='APR' THEN
    :P65_SALARY1/30;
    ELSIF :P65_MONTH ='MAY' THEN
    :P65_SALARY1/31;
    ELSIF :P65_MONTH ='JUN' THEN
    :P65_SALARY1/30;
    ELSIF :P65_MONTH ='JUL' THEN
    :P65_SALARY1/31;
    ELSIF :P65_MONTH ='AUG' THEN
    :P65_SALARY1/31;
    ELSIF :P65_MONTH ='SEP' THEN
    :P65_SALARY1/30;
    ELSIF :P65_MONTH ='OCT' THEN
    :P65_SALARY1/31;
    ELSIF :P65_MONTH ='NOV' THEN
    :P65_SALARY1/30;
    ELSIF :P65_MONTH ='DEC' THEN
    :P65_SALARY1/31;
    END IF;
    END;When i run Page 65 Then Show me error
    ORA-06550: line 1, column 27: PLS-00103: Encountered the symbol "BEGIN" when expecting one of the following: ( - + case mod new not null avg count current exists max min prior sql stddev sum variance execute forall merge time timestamp interval date pipe
    Error      ERR-1020 Error in PLSQL item processing (function).
    Now Please Tell me how can i calculate Per Day Salary And How to remove that Error.
    Thanks

    HI,
    i have to change according to you but that give me error like.
    ORA-06550: line 5, column 13: PLS-00103: Encountered the symbol "/" when expecting one of the following: := . ( @ % ; indicator The symbol ":= was inserted before "/" to continue. ORA-06550: line 7, column 13: PLS-00103: Encountered the symbol "/" when expecting one of the following: := . ( @ % ; indicator The symbol ":= was inserted before "/" to continue. ORA-06550: line 9, column 13: PLS-00103: Encountered the symbol "/" when expecting one of the following: := . ( @ % ; indicator The symbol
    Error      ERR-1904 Unable to compute item default: type = Function Body computation_type= BEGIN IF :P65_MONTH ='JAN' THEN :P65_SALARY1/31; ELSIF :P65_MONTH ='FEB' AND MOD(TO_CHAR(SYSDATE,'YYYY'),4)!=0 THEN :P65_SALARY1/28; ELSIF :P65_MONTH ='FEB' AND MOD(TO_CHAR(SYSDATE,'YYYY'),4)=0 THEN :P65_SALARY1/29; ELSIF :P65_MONTH ='MAR' THEN :P65_SALARY1/31; ELSIF :P65_MONTH ='APR' THEN :P65_SALARY1/30; ELSIF :P65_MONTH ='MAY' THEN :P65_SALARY1/31; ELSIF :P65_MONTH ='JUN' THEN :P65_SALARY1/30; ELSIF :P65_MONTH ='JUL' THEN :P65_SALARY1/31; ELSIF :P65_MONTH ='AUG' THEN :P65_SALARY1/31; ELSIF :P65_MONTH ='SEP' THEN :P65_SALARY1/30; ELSIF :P65_MONTH ='OCT' THEN :P65_SALARY1/31; ELSIF :P65_MONTH ='NOV' THEN :P65_SALARY1/30; ELSIF :P65_MONTH ='DEC' THEN :P65_SALARY1/31; END IF; END;.
    OK      
    How can i remove this.
    Thanks

  • Get amount of megabytes for the message transfer per day, month, year

    Dear experts,
    can you please tell me the name of the report which can be used to get the amount of megabytes for the message transfer per day, month, year etc.? I can't find it in our system.
    Best regards,
    David

    Hi,
    Check this blog: /people/gourav.khare2/blog/2007/12/12/interesting-abap-tables-in-xi-150-part-i
    SXMSPFRAWH: this table contains runtime performance data for successful message and sender and receiver information is stored as address id that derive information from SXMSPFADDRESS, from this table you can find out volume and latency also.
    Regards,
    Gourav

  • OSPF problem: Neighbor Down 1-2 times per day

    Hi
    We have 4 devices are running OSPF (3 cisco routers and 1 Juniper firewall as show in attachment file). In last few months, we got Neighbot Down message almost 1-2 times per day. Network between them interrupt for a short time and even monitoring mechanism does not aware the interruption(down time is too short). Could I have your advice of any possible root cause to this problem?
    Timer intervals configured to all devices are same: Hello 10, Dead 40, Wait 40, Retransmit 5
    Neighbor A
    Neighbor A#sh ip ospf neighbor 
    Neighbor ID     Pri   State           Dead Time   Address         Interface
    172.16.255.128    1   FULL/DROTHER    00:00:34    172.16.108.11   GigabitEthernet0/11
    172.16.255.130    1   FULL/DR         00:00:33    172.16.108.2    GigabitEthernet0/11
    172.16.255.64     1   FULL/DROTHER    00:00:34    172.16.107.1    GigabitEthernet0/12
    172.16.255.128    1   FULL/DROTHER    00:00:38    172.16.107.11   GigabitEthernet0/12
    172.16.255.130    1   FULL/DR         00:00:38    172.16.107.7    GigabitEthernet0/12
    Neighbor A#show log
    Mar 16 06:03:33.159: %OSPF-5-ADJCHG: Process 1, Nbr 172.16.255.128 on GigabitEthernet0/12 from FULL to DOWN, Neighbor Down: Dead timer expired
    Mar 16 06:03:50.137: %OSPF-5-ADJCHG: Process 1, Nbr 172.16.255.128 on GigabitEthernet0/12 from LOADING to FULL, Loading Done
    Mar 16 21:15:05.509: %OSPF-5-ADJCHG: Process 1, Nbr 172.16.255.64 on GigabitEthernet0/12 from LOADING to FULL, Loading Done
    Neighbor B
    Neighbor B#sh ip ospf neighbor 
    Neighbor ID     Pri   State           Dead Time   Address         Interface
    172.16.255.128    1   FULL/DROTHER    00:00:36    172.16.108.11   GigabitEthernet0/11
    172.16.255.129    1   FULL/BDR        00:00:35    172.16.108.1    GigabitEthernet0/11
    172.16.255.64     1   FULL/DROTHER    00:00:39    172.16.107.1    GigabitEthernet0/12
    172.16.255.128    1   FULL/DROTHER    00:00:30    172.16.107.11   GigabitEthernet0/12
    172.16.255.129    1   FULL/BDR        00:00:35    172.16.107.6    GigabitEthernet0/12
    Neighbor B#show log
    Mar 16 06:03:33.143: %OSPF-5-ADJCHG: Process 1, Nbr 172.16.255.128 on GigabitEthernet0/12 from FULL to DOWN, Neighbor Down: Dead timer expired
    Mar 16 06:03:50.122: %OSPF-5-ADJCHG: Process 1, Nbr 172.16.255.128 on GigabitEthernet0/12 from LOADING to FULL, Loading Done
    Mar 16 21:14:58.054: %OSPF-5-ADJCHG: Process 1, Nbr 172.16.255.64 on GigabitEthernet0/12 from LOADING to FULL, Loading Done
    Mar 16 21:15:03.800: %OSPF-5-ADJCHG: Process 1, Nbr 172.16.255.128 on GigabitEthernet0/12 from LOADING to FULL, Loading Done
    Neighbor C
    Neighbor C#sh ip ospf neighbor 
    Neighbor ID     Pri   State           Dead Time   Address         Interface
    172.16.255.129    1   FULL/BDR        00:00:35    172.16.108.1    FastEthernet0/1/0
    172.16.255.130    1   FULL/DR         00:00:38    172.16.108.2    FastEthernet0/1/0
    172.16.255.64     1   2WAY/DROTHER    00:00:30    172.16.107.1    FastEthernet0/0/1
    172.16.255.129    1   FULL/BDR        00:00:35    172.16.107.6    FastEthernet0/0/1
    172.16.255.130    1   FULL/DR         00:00:33    172.16.107.7    FastEthernet0/0/1
    Neighbor C#show log
    Mar 16 06:03:23.571: %OSPF-5-ADJCHG: Process 1, Nbr 172.16.255.130 on FastEthernet0/0/1 from FULL to DOWN, Neighbor Down: Dead timer expired
    Mar 16 06:03:25.479: %OSPF-5-ADJCHG: Process 1, Nbr 172.16.255.129 on FastEthernet0/0/1 from FULL to DOWN, Neighbor Down: Dead timer expired
    Mar 16 06:03:29.415: %OSPF-5-ADJCHG: Process 1, Nbr 172.16.255.64 on FastEthernet0/0/1 from EXSTART to DOWN, Neighbor Down: Dead timer expired
    Mar 16 06:03:50.112: %OSPF-5-ADJCHG: Process 1, Nbr 172.16.255.129 on FastEthernet0/0/1 from LOADING to FULL, Loading Done
    Mar 16 06:03:50.112: %OSPF-5-ADJCHG: Process 1, Nbr 172.16.255.130 on FastEthernet0/0/1 from LOADING to FULL, Loading Done
    Mar 16 21:14:53.740: %OSPF-5-ADJCHG: Process 1, Nbr 172.16.255.130 on FastEthernet0/0/1 from FULL to DOWN, Neighbor Down: Dead timer expired
    Mar 16 21:15:03.793: %OSPF-5-ADJCHG: Process 1, Nbr 172.16.255.130 on FastEthernet0/0/1 from LOADING to FULL, Loading Done

    I think no L2 loops in the network. We have spanning tree configured on switches connecting to router A & B.
    VLAN0108
      Spanning tree enabled protocol ieee
      Root ID    Priority    32876
                 Address     5c50.15a3.8480
                 This bridge is the root
                 Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec
      Bridge ID  Priority    32876  (priority 32768 sys-id-ext 108)
                 Address     5c50.15a3.8480
                 Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec
                 Aging Time  300 sec
    Interface           Role Sts Cost      Prio.Nbr Type
    Gi1/0/45            Desg FWD 4         128.45   P2p Edge
    Gi1/0/47            Desg FWD 19        128.47   P2p Edge
    Gi1/0/48            Desg FWD 4         128.48   P2p Edge
    VLAN0107
      Spanning tree enabled protocol ieee
      Root ID    Priority    32875
                 Address     5c50.15ec.f000
                 This bridge is the root
                 Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec
      Bridge ID  Priority    32875  (priority 32768 sys-id-ext 107)
                 Address     5c50.15ec.f000
                 Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec
                 Aging Time  300 sec
    Interface           Role Sts Cost      Prio.Nbr Type
    Gi1/0/45            Desg FWD 4         128.45   P2p Edge
    Gi1/0/47            Desg FWD 19        128.47   P2p Edge
    Gi1/0/48            Desg FWD 4         128.48   P2p Edge

  • Adobe Muse CC Crashing 5x per day

    We have a team of 6 designers using Adobe Muse CC on a daily basis to build simple sites as well as complex prototypes.
    We work off a corporate server, this is a requirement and cannot operate locally on our own hard drives.
    Each of us are reporting multiple Muse crashes per day from various actions such as:
    Switching between Design & Preview views.
    Simply opening a page to edit it.
    Attempting to Export...
    Attempting to Place an object...
    As well as other random actions.
    We are all using v7.2, Build 232, CL 779928
    AIR Runtime: 4.0.0.1390
    Awaiting response from Adobe staff before supplying detailed information.  But this is getting to a point where we are researching alternative tools - I'd rather have Adobe staff provide a chance to correct these issues for us since we have multiple subscriptions and a lengthy investment into the tool.
    Thanks

    If what you're encountering is the "DBCW/assertTheDataBaseFileIsUnchange- Database file has been modified externally." error, there is no workaround other than working on the files locally.
    Code was added in Muse 7.0 that protects against simultaneous access of a Muse file from two separate computers, since that can result in a corrupt and unrepairable .muse file. The code that was added turned out to be incompatible with some file servers, leading to the error mentioned above, or variants thereof.
    We spent a considerable amount of time attempting to come up with a way to make the current approach serve it's intended purpose while avoiding this incompatiblity, but ultimately had to give up on the original approach. We're currently in the process of implementing an entirely different approach to preventing simultaneous access to a .muse file on top of some significant architectural changes underway for Muse 8.
    Until the release of Muse 8, you're only viable workaround is to copy the .muse file to a local drive prior to working on it in Muse.
    All Muse subscribers who can accept the terms of the Non-disclosure Agreement are invited to join the Private Beta Program via the Help menu in Muse. At present the Beta program is dormant, but it will start back up again in a few weeks with the first alpha/beta release of Muse 8. It would be extremely helpful if you could test with a beta of Muse 8 on your specific file server configuration to confirm this bug is fully resolved when working with your configuration.

  • Mac Mini Restarting Multiple times per day

    I have a Mac Mini from Sept 2010.  Recently upgraded to Mountain Lion and now the restarts due to an issue several times per day.  The computer is fine when i am using it, but the issue comes up when i return to wake the monitor by hitting a key or moving the mouse.  Sleep is disabled, but the monitor is set to turn off after 10 minutes of inactivity.  Sometimes it will be fine left for hours on its own and other times when i come back to the computer, I am met with a gray screen stating the computer had to restart. 
    Below is the log from the last crash:
    Jan 26 06:52:06 MacMini kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=895[GoogleSoftwareUp] clearing CS_VALID
    Jan 26 07:05:48 MacMini.local com.apple.usbmuxd[27]: _handle_timer heartbeat detected detach for device 0x82-192.168.1.2:0!
    Jan 26 07:07:40 MacMini.local LKDCHelper[909]: Starting (uid=501)
    Jan 26 07:17:51 MacMini com.apple.launchd.peruser.501[134] (com.apple.KerberosHelper.LKDCHelper[909]): Exited with code: 1
    Jan 26 07:50:49 MacMini kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=926[GoogleSoftwareUp] clearing CS_VALID
    Jan 26 08:07:40 MacMini.local LKDCHelper[951]: Starting (uid=501)
    Jan 26 08:17:51 MacMini com.apple.launchd.peruser.501[134] (com.apple.KerberosHelper.LKDCHelper[951]): Exited with code: 1
    Jan 26 08:47:52 MacMini.local com.apple.usbmuxd[27]: _handle_timer heartbeat detected detach for device 0x95-192.168.1.2:0!
    Jan 26 08:49:32 MacMini kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=973[GoogleSoftwareUp] clearing CS_VALID
    Jan 26 08:59:57 MacMini.local UserEventAgent[137]: Could not get event name for stream/token: com.apple.time/30: 0x3: No such process
    Jan 26 08:59:59 MacMini.local UserEventAgent[137]: Could not get event name for stream/token: com.apple.time/126: 0x3: No such process
    Jan 26 08:59:59 MacMini.local UserEventAgent[137]: Could not get event name for stream/token: com.apple.time/157: 0x3: No such process
    Jan 26 08:59:59 MacMini.local UserEventAgent[137]: Could not get event name for stream/token: com.apple.time/164: 0x3: No such process
    Jan 26 08:59:59 MacMini.local UserEventAgent[137]: Could not get event name for stream/token: com.apple.time/165: 0x3: No such process
    Jan 26 08:59:59 MacMini.local UserEventAgent[137]: Could not look up channel/token: com.apple.time/0x165: 0x3: No such process
    Jan 26 08:59:59 MacMini.local UserEventAgent[137]: Bug: 12C60: libxpc.dylib + 36100 [FAC04D8B-680E-325F-8F0C-DD69859D0E01]: 0x3
    Jan 26 08:59:59 MacMini.local UserEventAgent[137]: Could not get event name for stream/token: com.apple.time/168: 0x3: No such process
    Jan 26 08:59:59 MacMini.local UserEventAgent[137]: Could not get event name for stream/token: com.apple.time/172: 0x3: No such process
    Jan 26 08:59:59 --- last message repeated 7 times ---
    Jan 26 08:59:59 MacMini.local UserEventAgent[137]: Could not get event name for stream/token: com.apple.time/176: 0x3: No such process
    Jan 26 08:59:59 MacMini.local UserEventAgent[137]: Could not get event name for stream/token: com.apple.time/178: 0x3: No such process
    Jan 26 08:59:59 MacMini.local UserEventAgent[137]: Could not look up channel/token: com.apple.time/0x178: 0x3: No such process
    Jan 26 08:59:59 MacMini.local UserEventAgent[137]: Bug: 12C60: libxpc.dylib + 36100 [FAC04D8B-680E-325F-8F0C-DD69859D0E01]: 0x3
    Jan 26 08:59:59 MacMini.local UserEventAgent[137]: Could not get event name for stream/token: com.apple.time/178: 0x3: No such process
    Jan 26 08:59:59 MacMini.local UserEventAgent[137]: Could not get event name for stream/token: com.apple.time/180: 0x3: No such process
    Jan 26 08:59:59 --- last message repeated 1 time ---
    Jan 26 08:59:59 MacMini.local UserEventAgent[137]: Could not get event name for stream/token: com.apple.time/185: 0x3: No such process
    Jan 26 08:59:59 MacMini.local UserEventAgent[137]: Could not get event name for stream/token: com.apple.time/190: 0x3: No such process
    Jan 26 08:59:59 MacMini.local UserEventAgent[137]: Could not get event name for stream/token: com.apple.time/194: 0x3: No such process
    Jan 26 08:59:59 MacMini.local UserEventAgent[137]: Could not get event name for stream/token: com.apple.time/195: 0x3: No such process
    Jan 26 08:59:59 --- last message repeated 2 times ---
    Jan 26 08:59:59 MacMini.local UserEventAgent[137]: Could not look up channel/token: com.apple.time/0x195: 0x3: No such process
    Jan 26 08:59:59 MacMini.local UserEventAgent[137]: Bug: 12C60: libxpc.dylib + 36100 [FAC04D8B-680E-325F-8F0C-DD69859D0E01]: 0x3
    Jan 26 08:59:59 MacMini.local UserEventAgent[137]: Could not get event name for stream/token: com.apple.time/195: 0x3: No such process
    Jan 26 08:59:59 MacMini.local UserEventAgent[137]: Could not get event name for stream/token: com.apple.time/196: 0x3: No such process
    Jan 26 08:59:59 --- last message repeated 1 time ---
    Jan 26 08:59:59 MacMini.local UserEventAgent[137]: Could not look up channel/token: com.apple.time/0x196: 0x3: No such process
    Jan 26 08:59:59 MacMini.local UserEventAgent[137]: Bug: 12C60: libxpc.dylib + 36100 [FAC04D8B-680E-325F-8F0C-DD69859D0E01]: 0x3
    Jan 26 08:59:59 MacMini.local UserEventAgent[137]: Could not get event name for stream/token: com.apple.time/196: 0x3: No such process
    Jan 26 08:59:59 MacMini.local UserEventAgent[137]: Could not get event name for stream/token: com.apple.time/198: 0x3: No such process
    Jan 26 08:59:59 --- last message repeated 10 times ---
    Jan 26 08:59:59 MacMini.local UserEventAgent[137]: Could not look up channel/token: com.apple.time/0x198: 0x3: No such process
    Jan 26 08:59:59 MacMini.local UserEventAgent[137]: Bug: 12C60: libxpc.dylib + 36100 [FAC04D8B-680E-325F-8F0C-DD69859D0E01]: 0x3
    Jan 26 08:59:59 MacMini.local UserEventAgent[137]: Could not get event name for stream/token: com.apple.time/198: 0x3: No such process
    Jan 26 08:59:59 MacMini.local UserEventAgent[137]: Could not get event name for stream/token: com.apple.time/200: 0x3: No such process
    Jan 26 08:59:59 MacMini.local UserEventAgent[137]: Could not look up channel/token: com.apple.time/0x200: 0x3: No such process
    Jan 26 08:59:59 MacMini.local UserEventAgent[137]: Bug: 12C60: libxpc.dylib + 36100 [FAC04D8B-680E-325F-8F0C-DD69859D0E01]: 0x3
    Jan 26 08:59:59 MacMini.local UserEventAgent[137]: Could not get event name for stream/token: com.apple.time/200: 0x3: No such process
    Jan 26 08:59:59 MacMini.local UserEventAgent[137]: Could not get event name for stream/token: com.apple.time/201: 0x3: No such process
    Jan 26 08:59:59 MacMini.local UserEventAgent[137]: Could not look up channel/token: com.apple.time/0x202: 0x3: No such process
    Jan 26 08:59:59 MacMini.local UserEventAgent[137]: Could not get event name for stream/token: com.apple.time/202: 0x3: No such process
    Jan 26 08:59:59 MacMini.local UserEventAgent[137]: Bug: 12C60: libxpc.dylib + 36100 [FAC04D8B-680E-325F-8F0C-DD69859D0E01]: 0x3
    Jan 26 08:59:59 MacMini.local UserEventAgent[137]: Could not get event name for stream/token: com.apple.time/202: 0x3: No such process
    Jan 26 08:59:59 MacMini.local UserEventAgent[137]: Could not get event name for stream/token: com.apple.time/210: 0x3: No such process
    Jan 26 08:59:59 MacMini.local UserEventAgent[137]: Could not get event name for stream/token: com.apple.time/215: 0x3: No such process
    Jan 26 08:59:59 MacMini.local UserEventAgent[137]: Could not get event name for stream/token: com.apple.time/220: 0x3: No such process
    Jan 26 09:07:39 MacMini.local LKDCHelper[999]: Starting (uid=501)
    Jan 26 09:08:37 MacMini.local WindowServer[87]: handle_will_sleep_auth_and_shield_windows: no lock state data
    Jan 26 09:10:33 MacMini.local CVMServer[101]: Check-in to the service com.apple.cvmsCompAgent_x86_64 failed. This is likely because you have either unloaded the job or the MachService has the ResetAtClose attribute specified in the launchd.plist. If present, this attribute should be removed.
    Jan 26 09:11:04 --- last message repeated 1 time ---
    Jan 26 09:20:53 localhost bootlog[0]: BOOT_TIME 1359210053 0
    Any help would be appreciated, as this happens multiple times a day. 

    Thanks for the reply, den.thed. 
    I tried the first suggestion, resetting the SMC, but after this the problem continues. 
    I think the issue is related to the second, kernel panicking. 
    As for suggestions 3 and 4, i have my energy settings as you show in your post, with monitor sleep after 15 minutes, computer sleep never and none of the options checked.  While the computer does not sleep, this is only an issue when i step away from the computer for a while and come back, not when i am actively using it. 
    The latest error message is as follows, and seems to indicate a kernel panic (or several). 
    Interval Since Last Panic Report:  112486 sec
    Panics Since Last Report:          7
    Anonymous UUID:                    67206185-78EF-3547-FDBF-AFC3D867EDFE
    Sat Jan 26 14:22:44 2013
    panic(cpu 1 caller 0xffffff8002cb7bd5): Kernel trap at 0xffffff7f83801a58, type 0=divide error, registers:
    CR0: 0x000000008001003b, CR2: 0x0000000109d21000, CR3: 0x00000000058bf000, CR4: 0x0000000000000660
    RAX: 0x00015025a5a86800, RBX: 0x0000000000000000, RCX: 0x00000000092dd698, RDX: 0x0000000000000000
    RSP: 0xffffff800ada3000, RBP: 0xffffff800ada3090, RSI: 0x0000000000000000, RDI: 0xffffff800fcbc004
    R8:  0xffffff800ada2f94, R9:  0x00000000092dd698, R10: 0x00000000000061a8, R11: 0x0000000000000002
    R12: 0xffffff8067b91da0, R13: 0xffffff800f1c2004, R14: 0x000000000000000a, R15: 0xffffff800fcbc004
    RFL: 0x0000000000010246, RIP: 0xffffff7f83801a58, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0x0000000109d21000, Error code: 0x0000000000000000, Fault CPU: 0x1
    Backtrace (CPU 1), Frame : Return Address
    0xffffff800ada2ca0 : 0xffffff8002c1d626
    0xffffff800ada2d10 : 0xffffff8002cb7bd5
    0xffffff800ada2ee0 : 0xffffff8002cce4ed
    0xffffff800ada2f00 : 0xffffff7f83801a58
    0xffffff800ada3090 : 0xffffff7f837faefb
    0xffffff800ada3140 : 0xffffff7f837dbefc
    0xffffff800ada3180 : 0xffffff7f837ddcf1
    0xffffff800ada3330 : 0xffffff7f837e0294
    0xffffff800ada3380 : 0xffffff7f838c8ba1
    0xffffff800ada34c0 : 0xffffff7f838cef2e
    0xffffff800ada3510 : 0xffffff7f835d9659
    0xffffff800ada3540 : 0xffffff7f834c383b
    0xffffff800ada35e0 : 0xffffff7f8348c3f7
    0xffffff800ada3610 : 0xffffff7f834bf23d
    0xffffff800ada3800 : 0xffffff7f834c03a2
    0xffffff800ada38d0 : 0xffffff7f836b415a
    0xffffff800ada3900 : 0xffffff7f836b05ce
    0xffffff800ada3920 : 0xffffff7f836af158
    0xffffff800ada39a0 : 0xffffff7f836ababb
    0xffffff800ada39c0 : 0xffffff7f8369f704
    0xffffff800ada3a30 : 0xffffff7f836b5851
    0xffffff800ada3ae0 : 0xffffff7f836aa61c
    0xffffff800ada3c60 : 0xffffff7f834563c7
    0xffffff800ada3cd0 : 0xffffff7f8344057b
    0xffffff800ada3d40 : 0xffffff7f834431b8
    0xffffff800ada3db0 : 0xffffff7f83442db4
    0xffffff800ada3e10 : 0xffffff7f83409c04
    0xffffff800ada3e50 : 0xffffff7f83408eef
    0xffffff800ada3e80 : 0xffffff7f834082cb
    0xffffff800ada3ef0 : 0xffffff80030472a8
    0xffffff800ada3f30 : 0xffffff8003045daa
    0xffffff800ada3f80 : 0xffffff8003045ed9
    0xffffff800ada3fb0 : 0xffffff8002cb26b7
          Kernel Extensions in backtrace:
             com.apple.iokit.IOGraphicsFamily(2.3.5)[803496D0-ADAD-3ADB-B071-8A0A197DA53D]@0 xffffff7f833fb000->0xffffff7f83432fff
                dependency: com.apple.iokit.IOPCIFamily(2.7.2)[B1B77B26-7984-302F-BA8E-544DD3D75E73]@0xffff ff7f8324c000
             com.apple.iokit.IONDRVSupport(2.3.5)[86DDB71C-A73A-3EBE-AC44-0BC9A38B9A44]@0xff ffff7f8343e000->0xffffff7f8344ffff
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.5)[803496D0-ADAD-3ADB-B071-8A0A197DA53D]@0 xffffff7f833fb000
                dependency: com.apple.iokit.IOPCIFamily(2.7.2)[B1B77B26-7984-302F-BA8E-544DD3D75E73]@0xffff ff7f8324c000
             com.apple.NVDAResman(8.0)[A4C53A36-22B6-3075-82B9-9DE612A9C015]@0xffffff7f83452 000->0xffffff7f83754fff
                dependency: com.apple.iokit.IOPCIFamily(2.7.2)[B1B77B26-7984-302F-BA8E-544DD3D75E73]@0xffff ff7f8324c000
                dependency: com.apple.iokit.IONDRVSupport(2.3.5)[86DDB71C-A73A-3EBE-AC44-0BC9A38B9A44]@0xff ffff7f8343e000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.5)[803496D0-ADAD-3ADB-B071-8A0A197DA53D]@0 xffffff7f833fb000
             com.apple.nvidia.nv50hal(8.0)[9F3D09B5-3158-3D9E-BDA3-E71576AAD3B7]@0xffffff7f8 3762000->0xffffff7f83a84fff
                dependency: com.apple.NVDAResman(8.0.0)[A4C53A36-22B6-3075-82B9-9DE612A9C015]@0xffffff7f834 52000
                dependency: com.apple.iokit.IOPCIFamily(2.7.2)[B1B77B26-7984-302F-BA8E-544DD3D75E73]@0xffff ff7f8324c000
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    12C60
    Kernel version:
    Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64
    Kernel UUID: 69A5853F-375A-3EF4-9247-478FD0247333
    Kernel slide:     0x0000000002a00000
    Kernel text base: 0xffffff8002c00000
    System model name: Macmini4,1 (Mac-F2208EC8)
    System uptime in nanoseconds: 9708470052980
    last loaded kext at 3660329715313: com.apple.filesystems.afpfs          10.0 (addr 0xffffff7f84f16000, size 348160)
    last unloaded kext at 1940466153095: com.apple.driver.AppleUSBCDC          4.1.22 (addr 0xffffff7f84ef5000, size 12288)
    loaded kexts:
    com.Cycling74.driver.Soundflower          1.5.1
    com.iospirit.driver.rbiokithelper          1.8.0
    com.antecea.driver.AnteceaAudioDrv          1.0.0
    com.apple.filesystems.afpfs          10.0
    com.apple.nke.asp_tcp          7.0.0
    com.apple.filesystems.smbfs          1.8
    com.apple.driver.AppleIntelProfile          97
    com.apple.driver.AppleHWSensor          1.9.5d0
    com.apple.driver.AppleBluetoothMultitouch          75.15
    com.apple.iokit.IOBluetoothSerialManager          4.0.9f33
    com.apple.driver.AGPM          100.12.69
    com.apple.driver.ApplePlatformEnabler          2.0.5d4
    com.apple.driver.AppleHDA          2.3.1f2
    com.apple.driver.AppleMikeyHIDDriver          122
    com.apple.iokit.BroadcomBluetoothHCIControllerUSBTransport          4.0.9f33
    com.apple.driver.AppleMikeyDriver          2.3.1f2
    com.apple.driver.AudioAUUC          1.60
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.ApplePolicyControl          3.2.11
    com.apple.driver.ACPI_SMC_PlatformPlugin          1.0.0
    com.apple.driver.AppleLPC          1.6.0
    com.apple.driver.AppleUpstreamUserClient          3.5.10
    com.apple.driver.AppleMCCSControl          1.0.33
    com.apple.GeForce          8.0.0
    com.apple.filesystems.autofs          3.0
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          34
    com.apple.iokit.SCSITaskUserClient          3.5.1
    com.apple.driver.XsanFilter          404
    com.apple.iokit.IOAHCIBlockStorage          2.2.2
    com.apple.driver.AppleUSBHub          5.2.5
    com.apple.iokit.AppleBCM5701Ethernet          3.2.5b3
    com.apple.driver.AppleUSBOHCI          5.2.5
    com.apple.driver.AppleFWOHCI          4.9.6
    com.apple.driver.AppleSDXC          1.2.2
    com.apple.driver.AirPort.Brcm4331          602.15.22
    com.apple.driver.AppleAHCIPort          2.4.1
    com.apple.driver.AppleUSBEHCI          5.4.0
    com.apple.driver.AppleEFINVRAM          1.6.1
    com.apple.driver.AppleRTC          1.5
    com.apple.driver.AppleHPET          1.7
    com.apple.driver.AppleACPIButtons          1.6
    com.apple.driver.AppleSMBIOS          1.9
    com.apple.driver.AppleACPIEC          1.6
    com.apple.driver.AppleAPIC          1.6
    com.apple.driver.AppleIntelCPUPowerManagementClient          196.0.0
    com.apple.nke.applicationfirewall          4.0.39
    com.apple.security.quarantine          2
    com.apple.driver.AppleIntelCPUPowerManagement          196.0.0
    com.apple.security.SecureRemotePassword          1.0
    com.apple.driver.AppleProfileTimestampAction          97
    com.apple.driver.AppleProfileThreadInfoAction          97
    com.apple.driver.AppleProfileRegisterStateAction          97
    com.apple.driver.AppleProfileReadCounterAction          97
    com.apple.driver.AppleProfileKEventAction          97
    com.apple.driver.AppleProfileCallstackAction          97
    com.apple.iokit.AppleProfileFamily          97
    com.apple.driver.AppleBluetoothHIDKeyboard          165.5
    com.apple.driver.AppleHIDKeyboard          165.5
    com.apple.driver.IOBluetoothHIDDriver          4.0.9f33
    com.apple.driver.AppleMultitouchDriver          235.28
    com.apple.iokit.IOSerialFamily          10.0.6
    com.apple.driver.DspFuncLib          2.3.1f2
    com.apple.iokit.IOFireWireIP          2.2.5
    com.apple.iokit.AppleBluetoothHCIControllerUSBTransport          4.0.9f33
    com.apple.iokit.IOSurface          86.0.3
    com.apple.iokit.IOBluetoothFamily          4.0.9f33
    com.apple.iokit.IOAudioFamily          1.8.9fc10
    com.apple.kext.OSvKernDSPLib          1.6
    com.apple.driver.AppleGraphicsControl          3.2.11
    com.apple.driver.AppleHDAController          2.3.1f2
    com.apple.iokit.IOHDAFamily          2.3.1f2
    com.apple.driver.AppleSMBusPCI          1.0.10d0
    com.apple.driver.AppleSMC          3.1.4d2
    com.apple.driver.IOPlatformPluginLegacy          1.0.0
    com.apple.driver.IOPlatformPluginFamily          5.2.0d16
    com.apple.driver.AppleSMBusController          1.0.10d0
    com.apple.nvidia.nv50hal          8.0.0
    com.apple.NVDAResman          8.0.0
    com.apple.iokit.IONDRVSupport          2.3.5
    com.apple.iokit.IOGraphicsFamily          2.3.5
    com.apple.kext.triggers          1.0
    com.apple.iokit.IOUSBHIDDriver          5.2.5
    com.apple.driver.AppleUSBMergeNub          5.2.5
    com.apple.driver.AppleUSBComposite          5.2.5
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          3.5.1
    com.apple.iokit.IOBDStorageFamily          1.7
    com.apple.iokit.IODVDStorageFamily          1.7.1
    com.apple.iokit.IOCDStorageFamily          1.7.1
    com.apple.iokit.IOAHCISerialATAPI          2.5.0
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.5.1
    com.apple.iokit.IOUSBUserClient          5.2.5
    com.apple.iokit.IOEthernetAVBController          1.0.2b1
    com.apple.driver.NVSMU          2.2.9
    com.apple.iokit.IOFireWireFamily          4.5.5
    com.apple.iokit.IO80211Family          500.15
    com.apple.iokit.IONetworkingFamily          3.0
    com.apple.iokit.IOAHCIFamily          2.2.1
    com.apple.iokit.IOUSBFamily          5.4.0
    com.apple.driver.AppleEFIRuntime          1.6.1
    com.apple.iokit.IOHIDFamily          1.8.0
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          220
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.DiskImages          344
    com.apple.iokit.IOStorageFamily          1.8
    com.apple.driver.AppleKeyStore          28.21
    com.apple.driver.AppleACPIPlatform          1.6
    com.apple.iokit.IOPCIFamily          2.7.2
    com.apple.iokit.IOACPIFamily          1.4
    com.apple.kec.corecrypto          1.0
    Model: Macmini4,1, BootROM MM41.0042.B03, 2 processors, Intel Core 2 Duo, 2.4 GHz, 4 GB, SMC 1.65f2
    Graphics: NVIDIA GeForce 320M, NVIDIA GeForce 320M, PCI, 256 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80CE, 0x4D34373142353637334648302D4346382020
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80CE, 0x4D34373142353637334648302D4346382020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.106.98.81.22)
    Bluetooth: Version 4.0.9f33 10885, 2 service, 18 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Serial ATA Device: TOSHIBA MK5055GSXF, 500.11 GB
    Serial ATA Device: OPTIARC DVD RW AD-5680H
    USB Device: hub_device, 0x0409  (NEC Corporation), 0x005a, 0x24100000 / 2
    USB Device: iPhone, apple_vendor_id, 0x12a0, 0x26200000 / 2
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x06500000 / 2
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06600000 / 3
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8218, 0x06630000 / 4

  • PWA Timesheet - How to limit hours per day on timesheet submission?

    I've set "Maximum Hours per day" limiation to 24 hours on "Timesheet settings and defaults" and it works when a user click "Save" on "Timesheet" view. 
    But when the user click "Send" without saving first, it bypasses this limitation and save the timesheet reporting with any amount of hours that the user entered.
    Is there any way to solve this and limit the user so he won't be able to submit more than 24 hours per day?
    Thanks

    Under configure timesheet settings and defaults
    In the Hourly Reporting Limits section, specify the maximum and minimum hours allowed in a timesheet and the maximum number of hours allowed to be reported in a day. If team members report time beyond these limits, errors appear on their timesheets when
    they submit them.
    make it 8 hours then check.
    kirtesh

Maybe you are looking for

  • Creating purchase requisitions instead of planned orders after MRP run in MDBT

    When running regenerative planning in MDBT for plant with following details ,The system has to provides planned orders for the materials . Processing key:NEUPL Create Purchase requisition :3 Schedule lines:3 Create MRP list:1 Planning Mode:1 Scheduli

  • How do You Create Photo Albums without PC - Lumi...

    My second week helping someone with ther Nokia 800  Recomending this  phone will be  with me forever Its only now I am finding  all the faults that all the foroums show  The first thing was the  small text font size that you can not alter !   Now she

  • Do I have to use wifi to download a game over 100mb

    Do I have to use wifi to download a game over 100mb?

  • Reg: WebDynpro Adobe Interactive forms

    Hi Experts,       I am using an application where i have 2 screens, First screen I have a button Create, when i click on Create a new window with interactive form opens where I have an Adobe form in Editable mode, here i need to enter data and save w

  • Psd file into FW...trying to create rollover states

    Ok, first here is the link to the PSD file I used to load into FW (cs4): http://human-landscaping.com/test/soniMENUbar.psd Here is the file I tried to get a rollover (state change) in on the first item GALLERY: http://human-landscaping.com/test/soniM