DATE datatype in USER PARAMETER

i'm now using forms6.0 and a date
user parameter is still problematic.
can't reference it as a date !!!?
e.g.: user parameter P_DATE, datatype=date;
pl/sql for after paramform has:
declare var_date date := :P_DATE;
runtime gives you:
REP-1401: 'afterpform': Fatal PL/SQL error
QUICKFIX i apply is set P_DATE as character,
then use to_date().
BUT what's the purpose of available datatype
property "date" if it's not compatible or
consistent with other date objects in your
code within the same program?
PLS ENLIGHTEN ME, ANYONE ...

the ffg is provided in the online help,
TOPIC: parameter, reference restrictions
* If a reference is made to a parameter
with a Datatype of Date is used in an
expression, a TO_DATE function should be used
How do I interpret that:
TO_DATE(<param_with_date_type>) ???
'tried it and doesn't work still.
(also tried to suppply format YYYYMMDD)

Similar Messages

  • Unseen user parameter data when it is based on list of values

    Hi All;
    i use oracle report builder version 6.0.8.8.3 on win98 platform and i have a silly problem.
    When i create a user parameter with list of values , the list does not display any data .
    When i select any empty row from the list the report runs correctly displaying the data filtered where the selected emty row indicating that the list contains data but it does not appear in the list.
    I feel that it is a bug in my version.
    thank you in advance.

    i discovered a new notice about this problem,
    when the data displayed is arabic ,it does not appear.
    when it is english ,it appears clearly.
    my nls_lang=american_america.ar8mswin1256 and i tried another nls_lang=american_america.ar8msawin and it does not work also.
    i tried to un check the hide first column property but both arabic & english data do not appear
    thank u for your concern

  • To show Last Update Date(Date datatype) as per User Preferred TimeZone

    VO RuleSetVO.xml has a timestamp attribute LastUpdateDate.In UI,this VO is shown in table format and the last update date is shown in date format and there is QBE filter enabled on it.
    As there is a QBE enabled on last update date and our filltering view criteria requires a date attribute,we have made use of a transient date datatype attribute LastUpdateDateQBE which gets the value from the LastUpdateDate in VOrowImpl and LastUpdateDateQBE (date attribute) is shown in UI.
    Now,we have a requiement to show the date in UI in user preferred time zone instead of DB server timezone.
    Any pointers to the solution??
    Note:
    1.LastUpdateDateQBE is a date attribute,cannot use <timeZone="#{applCorePrefs.UPTZ}"/> as this doesnt hold good on date attribute
    2.There might be differences between the DB server timezone and the timezeone in which the database records are stored i.e both might not be in sync always.
    Jdev and ADF information:
    ade:[ amujahed_rupaug08 ] [amujahed@indl64066 fusionapps]$ jdev getJdevAdfLabelInformation
    Primary == FUSIONAPPS_PT.11.1.1_LINUX.X64_110807.0800.S (Primary Product for the view)
    Primary depends on FMWTOOLS == FMWTOOLS_11.1.1.5.0_GENERIC_110505.0801
    FMWTOOLS depends on label == JDEVADF_11.1.1.5.0_GENERIC_110409.0025.6013
    The above label originated from base label == JDEVADF_MAIN_GENERIC_090903.1833.5483

    I would have to think that someone on the fusion apps team has already dealt with something like this - why not ask your peers instead of a public forum (we don't know all the ins-and-outs of fusion apps and any utility methods that may be available for you)
    John

  • PPOME 'date and preview period'.  Is there a user parameter for settings?

    Hi
    The default setting for the 'date and preview period' in PPOME/PPOSE is sy-datum + 3 months.  Our users would like this to be sy-datum with time period 'Complete'.
    Is there a user parameter to set for this.
    Is there anywhere I can see the documentation for the values in parameter POK?
    Thanks in advance
    Kirsten

    Hi Kirsten,
    In PPOME, when you select end date 31.12.9999 from date & preview period, save and exit; the next time you login the system defaults this selection for you.
    There is a user parameter OM_DATE (format : YYYYMMDD) which defaults the start date in date and preview period window in PPOME.
    Best regards,
    Dilek

  • Problem in retreiving data for the given user parameter year!!!

    hi all,
    I am working in oracle report 6i. I want to display the data for the date given in the parameter field(MM/YYYY).
    For ex. Input is 07/2007 means i want to display the data from 04/2006 to 07/2007.Please guide me
    to get this desire output......
    Here is my query.....
    select gl_code,financial_month,financial_year,division_code
    from gtemp
    where financial_year between to_number(to_char(:P_Date,'YYYY')) - 1 and to_number(to_char(:P_Date,'YYYY'))
    and financial_month >= '04'
    and financial_month < = to_char(:P_Date,'MM')
    and division_code = 11
    order by financial_month, financial_year
    regards,
    jame
    Message was edited by:
    Jame

    Works fine if u gave values instead of variables.... But if we gave 02 in place of 11 like below.Query will get
    confused to take which years 02 because in both 2005 and 2006 we have 02(Feb)thats y.......
    how to overcome this prob.......I think, my entire query is wrong to get this desire output....Please guide me how
    to solve......
    select gl_code,financial_month,financial_year,division_code
    from gtemp
    where financial_year between 2005 and 2006
    and financial_month >= '04'
    and financial_month < = '02'
    and division_code = 11
    order by financial_month, financial_year

  • Using user parameter for

    Hello,
    I have created a report using an xml pds. I am using a servlet for the xml data stream source. Everything works great with the url to the servlet hard-coded between the <xml></xml> tags (ex. <xml>http://10.3.35.119:9004/ssapp/servlet/ScheduleDataServlet</xml>) but when I try using a user parameter between the tags (so I will be able to dynamically change the url to this servlet) it bombs. Please see my source code and error message below. Any help would be greatly appreciated, I've been stuck on this for days! Thanks!
    <rw:report id="recoveryCenterScheduleReport" parameters="server=myreportserver&userid=ssstage/ssstage@DEVL&p_xmlDataURL=http://10.3.35.119:9004/ssapp/servlet/ScheduleDataServlet">
    <rw:objects id="objects">
    <?xml version="1.0" encoding="WINDOWS-1252" ?>
    <report name="XMLscheduleReport" DTDVersion="9.0.2.0.0">
    <xmlSettings xmlTag="XMLSCHEDULEREPORT" xmlPrologType="text">
    <![CDATA[<?xml version="1.0" encoding="&Encoding"?>]]>
    </xmlSettings>
    <data>
    <userParameter name="XML_HTTPS" datatype="character"
    pluginClass="oracle.reports.plugin.datasource.xmlpds.XMLDataSourceFactory"
    width="255" defaultWidth="0" defaultHeight="0" display="no"/>
    <userParameter name="p_xmlDataURL" datatype="character" width="100"
    precision="10" defaultWidth="0" defaultHeight="0"/>
    <dataSource name="QP_1">
    <plugin
    factoryClass="oracle.reports.plugin.datasource.xmlpds.XMLDataSourceFactory"
    majorVersionNumber="1" minorVersionNumber="2"
    signOnParameter="XML_HTTPS">
    <![CDATA[<xmlpds DTDVersion=" 1.0">
    <dtd>null</dtd>
    <schema>file:///C:/Practic Workspace/Practice/WEB-INF/xsd/scheduleReport.xsd</schema>
    <XSQLschema>null</XSQLschema>
    <XSQLWithDTD>false</XSQLWithDTD>
    <type>false</type>
    <xmlWritten>true</xmlWritten>
    <validate>true</validate>
    <xml>&<[b]p_xmlDataURL></xml>
    <xsl>null</xsl>
    javax.servlet.jsp.JspException: rwlib-1: REP-0002: Unable to retrieve a string from the report builder message file.
    REP-0069: Internal error
    XMLPDS-63004:Generic error while parsing the URL stream name instead of <.
    REP-4111: Fail to create pluggable data source 'QP_1'
         at oracle.reports.jsp.ObjectsTag.doEndTag(ObjectsTag.java:180)
         at jsp.reports._schedule._XMLscheduleReport._jspService(_XMLscheduleReport.java:87)
    ....

    Never mind, I discovered the problem. I wasn't using the necessary xml escape characters for the user parameter embedded in the xml.

  • Placeholder or User Parameter receiving directly from a field.

    I can place as well placeholder as much as user parameter inputs in my report. My issue is when query returns no rows, but I need to show in this case user input datas, and my variable(placeholder or user parameter) is just syncronized with user inputs. But I wanna to change value when no rows returned it shows user inputs, and when there are rows, show a field at query.
    Assumed i.g:
    SELECT NM_NAME FROM MY_TABLE WHERE NM_NAME = :NAME
    I have one placeholder inside report margin that represents NAME.
    When that query has rows, show QUERY FIELD, so... NM_NAME, when no rows returned, so show :NAME.
    I´m not getting point how can I syncronize this with my issue, to contour this, I can create one extra query (same as mine main query) that return the value when there is rows to return.
    What is the best maner to fix it?
    I hope that my explanation was plain.
    Regards!

    I should use functions from the SRW package in a format trigger:
    1. Create a field in the margin (layout).
    2. Give it a source . eg. 'mode' or ' desformat' (just any of the system parameters)
    3. Create a format trigger on this field with code (eg.):
    function F_1FormatTrigger return boolean is
    begin
    if :P_parameter = 'Yes' then
    srw.set_field_char(0,:Name);
    else
    srw.set_field_char(0,'other text');
    end if;
    return (TRUE);
    end;
    Hope this helps,
    regards, Bart

  • How to include input user parameter values in XML report output?

    How can i include input user parameter values in XML report output. I a have a report which can be run by providing start date and end date. I would like to include value of these parameters in XML output to enable me to figure out dates for report, just by looking at XML output.
    Rgds,
    manish

    I think all the XML attributes can contain lexicals. If you bring up the property palette against the report object you can just set the following:
    XML Tag Attributes: myParameter="&<P_1>"
    where P_1 is your user parameter.

  • Error in user parameter list when I try to export my imovie project

    Please help!  iMovie cannot export this particular movie project, which is 14 minutes and 40 seconds.  It will export for several minutes, then give the following error message:
    Unable to prepare project for publishing.
    The project could not be prepared for publishing because an error occurred. (Error in user parameter list)
    What the heck?  I have iMovie 9.0.4, OSX 10.7.3
    Thank you!!!

    My latest attempt to export resulted in this crash and crash report:
    Date/Time:       2012-02-22 08:42:00 -0800
    OS Version:      10.7.3 (Build 11D50)
    Architecture:    x86_64
    Report Version:  9
    Command:         iMovie
    Path:            /Applications/iMovie.app/Contents/MacOS/iMovie
    Version:         9.0.4 (1635)
    Build Version:   2
    Project Name:    iMovieApp
    Source Version:  16350000
    App Item ID:     408981434
    App External ID: 3919357
    Parent:          launchd [172]
    PID:             2402
    Event:           hang
    Duration:        0.32s
    Steps:           4 (100ms sampling interval)
    Pageins:         1
    Pageouts:        0
    Process:         iMovie [2402]
    Path:            /Applications/iMovie.app/Contents/MacOS/iMovie
    Architecture:    i386
    UID:             501
      Thread 0x1df3d    
      User stack:
        4 ??? (in iMovie) [0x2a6e]
          4 ??? (in iMovie) [0x31b3]
            4 NSApplicationMain + 1054 (in AppKit) [0x9b1a4261]
              4 -[NSApplication run] + 1007 (in AppKit) [0x9af106d5]
                4 ??? (in iMovie) [0x46e9e]
                  4 -[NSApplication sendEvent:] + 4788 (in AppKit) [0x9af7f0e7]
                    4 -[NSWindow sendEvent:] + 7533 (in AppKit) [0x9afe6ca5]
                      4 -[NSControl mouseDown:] + 943 (in AppKit) [0x9b01dcf3]
                        4 -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 501 (in AppKit) [0x9b0a2551]
                          4 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 2295 (in AppKit) [0x9b01f2b0]
                            4 -[NSCell _sendActionFrom:] + 160 (in AppKit) [0x9b01fef3]
                              4 -[NSControl sendAction:to:] + 102 (in AppKit) [0x9b01fff0]
                                4 ??? (in iMovie) [0x44eee]
                                  4 -[NSApplication sendAction:to:from:] + 232 (in AppKit) [0x9b020113]
                                    4 -[NSObject performSelector:withObject:] + 65 (in CoreFoundation) [0x9ba39de1]
                                      4 -[NSSavePanel ok:] + 464 (in AppKit) [0x9b4bd155]
                                        4 -[NSSavePanel dismissWindow:] + 154 (in AppKit) [0x9b4bb4ed]
                                          4 ??? (in iMovie) [0x41440]
                                            4 -[NSApplication endSheet:returnCode:] + 337 (in AppKit) [0x9b1e35d2]
                                              4 -[NSSavePanel _didEndSheet:returnCode:contextInfo:] + 317 (in AppKit) [0x9b4be693]
                                                4 ??? (in iMovie) [0x18c064]
                                                  4 ??? (in iMovie) [0xfaead]
                                                    4 ??? (in iMovie) [0x18fb66]
                                                      4 ??? (in iMovie) [0x18f351]
                                                        4 ??? (in iMovie) [0x6f200]
                                                          4 ??? (in iMovie) [0x6fb02]
                                                            4 MovieExportFromProceduresToDataRef + 49 (in QuickTime) [0x946910d4]
                                                              4 CallComponentDispatch + 29 (in CarbonCore) [0x999854a6]
                                                                4 CallComponent + 223 (in CarbonCore) [0x9998545d]
                                                                  4 SpitMovieComponentDispatch + 95 (in QuickTimeComponents) [0x93efdfb3]
                                                                    4 CallComponentFunctionWithStorageProcInfo + 30 (in CarbonCore) [0x99a0f47d]
                                                                      4 _ZL38CallComponentFunctionCommonWithStoragePPcP19ComponentParametersPFlvEm + 45 (in CarbonCore) [0x99a0f43d]
                                                                        4 callComponentStorage_444 + 32 (in CarbonCore) [0x99960546]
                                                                          4 ??? (in QuickTimeComponents) [0x93f006f6]
                                                                            4 ??? (in QuickTimeComponents) [0x93f19c53]
                                                                              4 ??? (in QuickTimeComponents) [0x93f18db3]
                                                                                4 ??? (in QuickTimeComponents) [0x93f18c85]
                                                                                  4 ??? (in iMovie) [0x6d981]
                                                                                    4 ??? (in iMovie) [0x6de2b]
                                                                                       4 ??? (in iMovie) [0x607c9]
                                                                                         4 MoviesTask_priv + 91 (in QuickTime) [0x944e1495]
                                                                                           4 TaskMovie_priv + 3712 (in QuickTime) [0x944d36c0]
                                                                                             4 MediaMoviesTask + 61 (in QuickTime) [0x944d4580]
                                                                                               4 CallComponentDispatch + 29 (in CarbonCore) [0x999854a6]
                                                                                                 4 CallComponent + 223 (in CarbonCore) [0x9998545d]
                                                                                                   4 Video2ComponentDispatch + 95 (in QuickTimeComponents) [0x93ccf252]
                                                                                                     4 CallComponentFunctionWithStorageProcInfo + 30 (in CarbonCore) [0x99a0f47d]
                                                                                                       4 _ZL38CallComponentFunctionCommonWithStoragePPcP19ComponentParametersPFlvEm + 45 (in CarbonCore) [0x99a0f43d]
                                                                                                         4 callComponentStorage_44444 + 47 (in CarbonCore) [0x99960869]
                                                                                                           4 ??? (in QuickTimeComponents) [0x93cd1938]
                                                                                                             4 ??? (in QuickTimeComponents) [0x93cde7df]
                                                                                                               4 ??? (in QuickTimeComponents) [0x93cdc9cb]
                                                                                                                 4 ??? (in QuickTimeComponents) [0x93cdbae7]
                                                                                                                   2 ??? (in QuickTimeComponents) [0x93cdb5a0]
                                                                                                                     2 ??? (in QuickTimeComponents) [0x9428a757]
                                                                                                                       2 CallComponentDispatch + 29 (in CarbonCore) [0x999854a6]
                                                                                                                         2 CallComponent + 223 (in CarbonCore) [0x9998545d]
                                                                                                                           2 SDH_ComponentDispatch + 95 (in QuickTimeComponents) [0x93cb95bf]
                                                                                                                             2 CallComponentFunctionWithStorageProcInfo + 30 (in CarbonCore) [0x99a0f47d]
                                                                                                                               2 _ZL38CallComponentFunctionCommonWithStoragePPcP19ComponentParametersPFlvEm + 45 (in CarbonCore) [0x99a0f43d]
                                                                                                                                 2 callComponentStorage_4 + 15 (in CarbonCore) [0x999602c4]
                                                                                                                                   2 ??? (in QuickTimeComponents) [0x93cbcebf]
                                                                                                                                     2 QTIdleManagerSetNextIdleTimeNever + 22 (in QuickTime) [0x944c3861]
                                                                                                                                       2 QTIdleManagerSetNextIdleTimeNever_priv + 72 (in QuickTime) [0x944c38b4]
                                                                                                                                         1 QTIdleManagerSetNextIdleTime_priv + 172 (in QuickTime) [0x944ac177]
                                                                                                                                           1 pthread_mutex_unlock + 320 (in libsystem_c.dylib) [0x96341c4c]
                                                                                                                                         1 QTIdleManagerSetNextIdleTime_priv + 49 (in QuickTime) [0x944ac0fc]
                                                                                                                                           1 QTMLGrabMutex + 41 (in QuickTime) [0x94485262]
                                                                                                                                             1 pthread_mutex_lock + 704 (in libsystem_c.dylib) [0x963416f6]
                                                                                                                   2 ??? (in QuickTimeComponents) [0x93cdb5a5]
                                                                                                                     2 swtch_pri + 10 (in libsystem_kernel.dylib) [0x97232cfa]
      Kernel stack:
        3 hndl_allintrs + 290 (in mach_kernel) [0xffffff80002d7bd2]
          3 interrupt + 192 (in mach_kernel) [0xffffff80002c2790]
            3 lapic_interrupt + 121 (in mach_kernel) [0xffffff80002c7859]
              3 cpu_signal_handler + 172 (in mach_kernel) [0xffffff80002c970c]
                3 sync_iss_to_iks + 118 (in mach_kernel) [0xffffff80002c1bc6]
        1 hndl_mach_scall + 213 (in mach_kernel) [0xffffff80002d8015]
      Thread 0x1df4e      DispatchQueue 1701273966
      User stack:
        4 _dispatch_mgr_thread + 53 (in libdispatch.dylib) [0x959ca6a7]
          4 __select_nocancel + 10 (in libsystem_kernel.dylib) [0x97234b5e]
      Kernel stack:
        4 wakeup + 992 (in mach_kernel) [0xffffff80005526a0]
      Thread 0x1e107    
      User stack:
        4 thread_start + 34 (in libsystem_c.dylib) [0x963466de]
          4 _pthread_start + 335 (in libsystem_c.dylib) [0x96342ed9]
            4 _ZN3AVSL27AVCVideoServicesThreadStartEPNS_28AVCVideoServicesThreadParamsE + 254 (in FWAVCPrivate) [0xf84763]
              4 CFRunLoopRun + 129 (in CoreFoundation) [0x9b9eb1a1]
                4 CFRunLoopRunSpecific + 332 (in CoreFoundation) [0x9b9da47c]
                  4 __CFRunLoopRun + 1428 (in CoreFoundation) [0x9b9dada4]
                    4 __CFRunLoopServiceMachPort + 170 (in CoreFoundation) [0x9b9d1c7a]
                      4 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x97232c22]
      Kernel stack:
        4 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x1e4a0    
      User stack:
        4 thread_start + 34 (in libsystem_c.dylib) [0x963466de]
          4 _pthread_start + 335 (in libsystem_c.dylib) [0x96342ed9]
            4 __select + 10 (in libsystem_kernel.dylib) [0x97234b42]
      Kernel stack:
        4 wakeup + 992 (in mach_kernel) [0xffffff80005526a0]
      Thread 0x1e4dd    
      User stack:
        4 thread_start + 34 (in libsystem_c.dylib) [0x963466de]
          4 _pthread_start + 335 (in libsystem_c.dylib) [0x96342ed9]
            4 ??? (in QuickTimeComponents) [0x93cbebe6]
              4 TSWaitOnSemaphoreRelative + 24 (in CarbonCore) [0x9995bf76]
                4 TSWaitOnSemaphoreCommon + 490 (in CarbonCore) [0x9995c165]
                  4 TSWaitOnConditionTimedRelative + 178 (in CarbonCore) [0x9995c3ef]
                    4 pthread_cond_timedwait_relative_np + 47 (in libsystem_c.dylib) [0x96346f7b]
                      4 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x9723483e]
      Kernel stack:
        4 hndl_unix_scall + 281 (in mach_kernel) [0xffffff80002d7f39]
          4 unix_syscall + 472 (in mach_kernel) [0xffffff80005ca448]
            4 psynch_cvwait + 1913 (in mach_kernel) [0xffffff800059f149]
              4 ksyn_block_thread_locked + 67 (in mach_kernel) [0xffffff800059a7d3]
                4 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                  4 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                    4 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Thread 0x1e54a    
      User stack:
        4 thread_start + 34 (in libsystem_c.dylib) [0x963466de]
          4 _pthread_start + 335 (in libsystem_c.dylib) [0x96342ed9]
            4 ??? (in QuickTimeComponents) [0x94199e43]
              4 ??? (in QuickTimeComponents) [0x93d2ed0d]
                4 semaphore_wait_trap + 10 (in libsystem_kernel.dylib) [0x97232c5e]
      Kernel stack:
        4 semaphore_wait_continue + 0 (in mach_kernel) [0xffffff80002345c0]
      Thread 0x1e59c    
      User stack:
        4 pthread_cond_timedwait$UNIX2003 + 70 (in libsystem_c.dylib) [0x962f73e0]
          4 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x9723483e]
      Kernel stack:
        4 hndl_unix_scall + 281 (in mach_kernel) [0xffffff80002d7f39]
          4 unix_syscall + 472 (in mach_kernel) [0xffffff80005ca448]
            4 psynch_cvwait + 1913 (in mach_kernel) [0xffffff800059f149]
              4 ksyn_block_thread_locked + 67 (in mach_kernel) [0xffffff800059a7d3]
                4 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                  4 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                    4 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Thread 0x1e5e9    
      User stack:
        4 thread_start + 34 (in libsystem_c.dylib) [0x963466de]
          4 _pthread_start + 335 (in libsystem_c.dylib) [0x96342ed9]
            4 ??? (in QuickTimeComponents) [0x93de0b7d]
              4 pthread_cond_wait + 48 (in libsystem_c.dylib) [0x962ee82a]
                4 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x9723483e]
      Kernel stack:
        4 hndl_unix_scall + 281 (in mach_kernel) [0xffffff80002d7f39]
          4 unix_syscall + 472 (in mach_kernel) [0xffffff80005ca448]
            4 psynch_cvwait + 1913 (in mach_kernel) [0xffffff800059f149]
              4 ksyn_block_thread_locked + 67 (in mach_kernel) [0xffffff800059a7d3]
                4 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                  4 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                    4 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Thread 0x1e5ea    
      User stack:
        4 thread_start + 34 (in libsystem_c.dylib) [0x963466de]
          4 _pthread_start + 335 (in libsystem_c.dylib) [0x96342ed9]
            4 ??? (in QuickTimeComponents) [0x93de0b7d]
              4 pthread_cond_wait + 48 (in libsystem_c.dylib) [0x962ee82a]
                4 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x9723483e]
      Kernel stack:
        4 hndl_unix_scall + 281 (in mach_kernel) [0xffffff80002d7f39]
          4 unix_syscall + 472 (in mach_kernel) [0xffffff80005ca448]
            4 psynch_cvwait + 1913 (in mach_kernel) [0xffffff800059f149]
              4 ksyn_block_thread_locked + 67 (in mach_kernel) [0xffffff800059a7d3]
                4 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                  4 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                    4 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Thread 0x1e5eb    
      User stack:
        4 thread_start + 34 (in libsystem_c.dylib) [0x963466de]
          4 _pthread_start + 335 (in libsystem_c.dylib) [0x96342ed9]
            4 ??? (in QuickTimeComponents) [0x93de0b7d]
              4 pthread_cond_wait + 48 (in libsystem_c.dylib) [0x962ee82a]
                4 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x9723483e]
      Kernel stack:
        4 hndl_unix_scall + 281 (in mach_kernel) [0xffffff80002d7f39]
          4 unix_syscall + 472 (in mach_kernel) [0xffffff80005ca448]
            4 psynch_cvwait + 1913 (in mach_kernel) [0xffffff800059f149]
              4 ksyn_block_thread_locked + 67 (in mach_kernel) [0xffffff800059a7d3]
                4 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                  4 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                    4 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Thread 0x21689    
      User stack:
        4 thread_start + 34 (in libsystem_c.dylib) [0x963466de]
          4 _pthread_start + 335 (in libsystem_c.dylib) [0x96342ed9]
            4 ??? (in QuickTimeH264.scalar) [0x69a9bedb]
              4 semaphore_wait_trap + 10 (in libsystem_kernel.dylib) [0x97232c5e]
      Kernel stack:
        4 semaphore_wait_continue + 0 (in mach_kernel) [0xffffff80002345c0]
      Thread 0x2168a    
      User stack:
        4 thread_start + 34 (in libsystem_c.dylib) [0x963466de]
          4 _pthread_start + 335 (in libsystem_c.dylib) [0x96342ed9]
            4 ??? (in QuickTimeH264.scalar) [0x69a9bedb]
              4 semaphore_wait_trap + 10 (in libsystem_kernel.dylib) [0x97232c5e]
      Kernel stack:
        4 semaphore_wait_continue + 0 (in mach_kernel) [0xffffff80002345c0]
      Thread 0x2168b    
      User stack:
        4 thread_start + 34 (in libsystem_c.dylib) [0x963466de]
          4 _pthread_start + 335 (in libsystem_c.dylib) [0x96342ed9]
            4 ??? (in QuickTimeH264.scalar) [0x69a9bedb]
              4 semaphore_wait_trap + 10 (in libsystem_kernel.dylib) [0x97232c5e]
      Kernel stack:
        4 semaphore_wait_continue + 0 (in mach_kernel) [0xffffff80002345c0]
      Thread 0x22325    
      User stack:
        4 start_wqthread + 30 (in libsystem_c.dylib) [0x963466fe]
          4 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x9723502e]
      Kernel stack:
        4 workqueue_exit + 1616 (in mach_kernel) [0xffffff80005a1660]
      Thread 0x32738    
      User stack:
        4 start_wqthread + 30 (in libsystem_c.dylib) [0x963466fe]
          4 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x9723502e]
      Kernel stack:
        4 workqueue_exit + 1616 (in mach_kernel) [0xffffff80005a1660]
      Binary Images:
          0x1000 -   0x441feb  com.apple.iMovieApp 9.0.4 (1635) <677756C9-3E33-AE1B-EAF8-6A78D6C9DD37> /Applications/iMovie.app/Contents/MacOS/iMovie
        0xf80000 -   0xfb0ff7  com.apple.FWAVCPrivate 52.47 (47) <8E724EF3-79D6-3B0D-8A57-6E13DA3EACB5> /System/Library/PrivateFrameworks/FWAVCPrivate.framework/FWAVCPrivate
      0x69800000 - 0x69b8dfe3  QuickTimeH264.scalar ??? (???) <DBBBB79F-0E6B-3623-8BF8-261019F511ED> /System/Library/QuickTime/QuickTimeH264.component/Contents/Resources/QuickTimeH 264.scalar
      0x936d2000 - 0x94422feb  com.apple.QuickTimeComponents.component 7.7.1 (2315) <1826E4DB-15C2-3495-A278-A17ADEDB0A62> /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
      0x94482000 - 0x94707fe3  com.apple.QuickTime 7.7.1 (2315) <E6249041-B569-3A96-897F-E84B1C057948> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
      0x959c9000 - 0x959d7fff  libdispatch.dylib ??? (???) <B50C62AD-0B5B-34C3-A491-ECFD72ED505E> /usr/lib/system/libdispatch.dylib
      0x962e6000 - 0x963b1fff  libsystem_c.dylib ??? (???) <1B0A12B3-DAFA-31E2-8F82-E98D620E4D72> /usr/lib/system/libsystem_c.dylib
      0x9721c000 - 0x9723aff7  libsystem_kernel.dylib ??? (???) <D32C2E9C-8184-3FAF-8694-99FC619FC71B> /usr/lib/system/libsystem_kernel.dylib
      0x9991e000 - 0x99c20fff  com.apple.CoreServices.CarbonCore 960.20 (960.20) <E6300673-A013-3A91-BB1A-DD793B857E16> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
      0x9af0b000 - 0x9b99eff6  com.apple.AppKit 6.7.3 (1138.32) <008E7C05-C20C-344A-B51C-4A2441372785> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
      0x9b99f000 - 0x9bb76fff  com.apple.CoreFoundation 6.7.1 (635.19) <3A07EDA3-F460-3971-BFCB-AFE9A11F74F1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Process:         AirPort Base Station Agent [218]
    Path:            /System/Library/CoreServices/AirPort Base Station Agent.app/Contents/MacOS/AirPort Base Station Agent
    Architecture:    x86_64
    UID:             501
      Thread 0x1155       DispatchQueue 1
      User stack:
        4 ??? (in AirPort Base Station Agent) [0x1045f8654]
          4 ??? (in AirPort Base Station Agent) [0x104609353]
            4 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff8d0a938f]
              4 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff8d099676]
                4 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff8d099e64]
                  4 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff8d0916fc]
                    4 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8349267a]
      Kernel stack:
        4 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x1174       DispatchQueue 2
      User stack:
        4 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8a40014e]
          4 kevent + 10 (in libsystem_kernel.dylib) [0x7fff834947e6]
      Kernel stack:
        4 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537d10]
      Thread 0x117e     
      User stack:
        4 thread_start + 13 (in libsystem_c.dylib) [0x7fff8c735b75]
          4 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8c7328bf]
            4 __select + 10 (in libsystem_kernel.dylib) [0x7fff83493df2]
      Kernel stack:
        4 wakeup + 992 (in mach_kernel) [0xffffff80005526a0]
      Binary Images:
             0x1045f7000 -        0x10460efff  com.apple.AirPortBaseStationAgent 1.5.5 (155.7) <4B2DADB0-223B-32AA-9438-30FBEA0A8FE6> /System/Library/CoreServices/AirPort Base Station Agent.app/Contents/MacOS/AirPort Base Station Agent
          0x7fff8347d000 -     0x7fff8349dfff  libsystem_kernel.dylib ??? (???) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8a3fe000 -     0x7fff8a40cfff  libdispatch.dylib ??? (???) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> /usr/lib/system/libdispatch.dylib
          0x7fff8c6e4000 -     0x7fff8c7c1fef  libsystem_c.dylib ??? (???) <FF69F06E-0904-3C08-A5EF-536FAFFFDC22> /usr/lib/system/libsystem_c.dylib
          0x7fff8d061000 -     0x7fff8d235fff  com.apple.CoreFoundation 6.7.1 (635.19) <57B77925-9065-38C9-A05B-02F4F9ED007C> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Process:         airportd [2788]
    Path:            /usr/libexec/airportd
    Architecture:    x86_64
    UID:             0
      Thread 0x32894    
      User stack:
        4 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff8c735b85]
          4 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x7fff83494192]
      Kernel stack:
        4 workqueue_exit + 1616 (in mach_kernel) [0xffffff80005a1660]
      Thread 0x32895      DispatchQueue 2
      User stack:
        4 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8a40014e]
          4 kevent + 10 (in libsystem_kernel.dylib) [0x7fff834947e6]
      Kernel stack:
        4 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537d10]
      Thread 0x32896      DispatchQueue 6
      User stack:
        4 _dispatch_sig_thread + 45 (in libdispatch.dylib) [0x7fff8a402954]
          4 __sigsuspend_nocancel + 10 (in libsystem_kernel.dylib) [0x7fff83494022]
      Kernel stack:
        4 wakeup + 992 (in mach_kernel) [0xffffff80005526a0]
      Thread 0x32897    
      User stack:
        4 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff8c735b85]
          4 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x7fff83494192]
      Kernel stack:
        4 workqueue_exit + 1616 (in mach_kernel) [0xffffff80005a1660]
      Thread 0x328ae    
      User stack:
        4 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff8c735b85]
          4 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x7fff83494192]
      Kernel stack:
        4 workqueue_exit + 1616 (in mach_kernel) [0xffffff80005a1660]
      Thread 0x328af    
      User stack:
        4 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff8c735b85]
          4 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x7fff83494192]
      Kernel stack:
        4 workqueue_exit + 1616 (in mach_kernel) [0xffffff80005a1660]
      Binary Images:
             0x10a8d6000 -        0x10a90efff  airportd ??? (???) <229F3A9D-B095-3B7D-932E-28F9586C7FD1> /usr/libexec/airportd
          0x7fff8347d000 -     0x7fff8349dfff  libsystem_kernel.dylib ??? (???) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8a3fe000 -     0x7fff8a40cfff  libdispatch.dylib ??? (???) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> /usr/lib/system/libdispatch.dylib
          0x7fff8c6e4000 -     0x7fff8c7c1fef  libsystem_c.dylib ??? (???) <FF69F06E-0904-3C08-A5EF-536FAFFFDC22> /usr/lib/system/libsystem_c.dylib
    Process:         AppleSpell [206]
    Path:            /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
    Architecture:    x86_64
    UID:             501
      Thread 0x113b       DispatchQueue 1
      User stack:
        4 ??? (in AppleSpell) [0x10ee66a7c]
          4 ??? (in AppleSpell) [0x10ee66d2e]
            4 -[NSSpellServer run] + 74 (in Foundation) [0x7fff85d54c66]
              4 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff8d0a938f]
                4 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff8d099676]
                  4 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff8d099e64]
                    4 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff8d0916fc]
                      4 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8349267a]
      Kernel stack:
        4 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x113f       DispatchQueue 2
      User stack:
        4 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8a40014e]
          4 kevent + 10 (in libsystem_kernel.dylib) [0x7fff834947e6]
      Kernel stack:
        4 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537d10]
      Binary Images:
             0x10ee65000 -        0x10ef21ff7  com.apple.AppleSpell 1.7.1 (131.1) <A994D9F1-C4D8-3361-B0F4-112A7BAED8BD> /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
          0x7fff8347d000 -     0x7fff8349dfff  libsystem_kernel.dylib ??? (???) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
          0x7fff85bf8000 -     0x7fff85f11ff7  com.apple.Foundation 6.7.1 (833.24) <6D4E6F93-64EF-3D41-AE80-2BB10E2E6323> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff8a3fe000 -     0x7fff8a40cfff  libdispatch.dylib ??? (???) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> /usr/lib/system/libdispatch.dylib
          0x7fff8d061000 -     0x7fff8d235fff  com.apple.CoreFoundation 6.7.1 (635.19) <57B77925-9065-38C9-A05B-02F4F9ED007C> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Process:         ARDAgent [209]
    Path:            /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/MacOS/ARDAg ent
    Architecture:    x86_64
    UID:             501
      Thread 0x114c       DispatchQueue 1
      User stack:
        4 ??? (in ARDAgent) [0x10966b924]
          4 ??? (in ARDAgent) [0x10966ba9c]
            4 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff8d0a938f]
              4 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff8d099676]
                4 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff8d099e64]
                  4 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff8d0916fc]
                    4 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8349267a]
      Kernel stack:
        4 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x1161       DispatchQueue 2
      User stack:
        4 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8a40014e]
          4 kevent + 10 (in libsystem_kernel.dylib) [0x7fff834947e6]
      Kernel stack:
        4 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537d10]
      Thread 0x1190     
      User stack:
        4 thread_start + 13 (in libsystem_c.dylib) [0x7fff8c735b75]
          4 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8c7328bf]
            4 PrivateMPEntryPoint + 58 (in CarbonCore) [0x7fff8c8b2e36]
              4 kevent + 10 (in libsystem_kernel.dylib) [0x7fff834947e6]
      Kernel stack:
        4 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537d10]
      Thread 0x1191     
      User stack:
        4 thread_start + 13 (in libsystem_c.dylib) [0x7fff8c735b75]
          4 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8c7328bf]
            4 PrivateMPEntryPoint + 58 (in CarbonCore) [0x7fff8c8b2e36]
              4 __recvfrom + 10 (in libsystem_kernel.dylib) [0x7fff83493d7a]
      Kernel stack:
        4 hndl_unix_scall64 + 19 (in mach_kernel) [0xffffff80002d8363]
          4 unix_syscall64 + 507 (in mach_kernel) [0xffffff80005caa7b]
            4 recvfrom_nocancel + 248 (in mach_kernel) [0xffffff8000586608]
              4 shutdown + 495 (in mach_kernel) [0xffffff8000585edf]
                4 soreceive + 5591 (in mach_kernel) [0xffffff800057fbb7]
                  4 sbwait + 171 (in mach_kernel) [0xffffff800058428b]
                    4 msleep + 119 (in mach_kernel) [0xffffff8000552a27]
                      4 wakeup + 267 (in mach_kernel) [0xffffff80005523cb]
                        4 lck_mtx_sleep + 74 (in mach_kernel) [0xffffff8000227e6a]
                          4 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                            4 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                              4 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Binary Images:
             0x10966a000 -        0x10972ffff  com.apple.RemoteDesktopAgent 3.5.2 (3.5.2) <9990876B-F973-31E7-80A4-CB93667C9F65> /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/MacOS/ARDAg ent
          0x7fff8347d000 -     0x7fff8349dfff  libsystem_kernel.dylib ??? (???) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8a3fe000 -     0x7fff8a40cfff  libdispatch.dylib ??? (???) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> /usr/lib/system/libdispatch.dylib
          0x7fff8c6e4000 -     0x7fff8c7c1fef  libsystem_c.dylib ??? (???) <FF69F06E-0904-3C08-A5EF-536FAFFFDC22> /usr/lib/system/libsystem_c.dylib
          0x7fff8c829000 -     0x7fff8cb45ff7  com.apple.CoreServices.CarbonCore 960.20 (960.20) <C45CA09E-8867-3D67-BB2E-48D2E6B0D78C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
          0x7fff8d061000 -     0x7fff8d235fff  com.apple.CoreFoundation 6.7.1 (635.19) <57B77925-9065-38C9-A05B-02F4F9ED007C> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Process:         autofsd [80]
    Path:            /usr/libexec/autofsd
    Architecture:    x86_64
    UID:             0
      Thread 0x29d        DispatchQueue 2
      User stack:
        4 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8a40014e]
          4 kevent + 10 (in libsystem_kernel.dylib) [0x7fff834947e6]
      Kernel stack:
        4 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537d10]
      Thread 0x29e        DispatchQueue 6
      User stack:
        4 _dispatch_sig_thread + 45 (in libdispatch.dylib) [0x7fff8a402954]
          4 __sigsuspend_nocancel + 10 (in libsystem_kernel.dylib) [0x7fff83494022]
      Kernel stack:
        4 wakeup + 992 (in mach_kernel) [0xffffff80005526a0]
      Binary Images:
             0x10eaca000 -        0x10eacbfff  autofsd ??? (???) <A02D5E70-1BB1-30ED-A699-375CB0CCE901> /usr/libexec/autofsd
          0x7fff8347d000 -     0x7fff8349dfff  libsystem_kernel.dylib ??? (???) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8a3fe000 -     0x7fff8a40cfff  libdispatch.dylib ??? (???) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> /usr/lib/system/libdispatch.dylib
    Process:         blued [22]
    Path:            /usr/sbin/blued
    Architecture:    x86_64
    UID:             0
      Thread 0x14e        DispatchQueue 1
      User stack:
        4 ??? (in blued) [0x10d9ffe78]
          4 ??? (in blued) [0x10da356af]
            4 -[NSRunLoop(NSRunLoop) run] + 62 (in Foundation) [0x7fff85c03e8b]
              4 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267 (in Foundation) [0x7fff85c03f9f]
                4 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff8d099676]
                  4 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff8d099e64]
                    4 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff8d0916fc]
                      4 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8349267a]
      Kernel stack:
        4 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x155        DispatchQueue 2
      User stack:
        4 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8a40014e]
          4 kevent + 10 (in libsystem_kernel.dylib) [0x7fff834947e6]
      Kernel stack:
        4 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537d10]
      Thread 0x1f8      
      User stack:
        4 thread_start + 13 (in libsystem_c.dylib) [0x7fff8c735b75]
          4 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8c7328bf]
            4 __select + 10 (in libsystem_kernel.dylib) [0x7fff83493df2]
      Kernel stack:
        4 wakeup + 992 (in mach_kernel) [0xffffff80005526a0]
      Binary Images:
             0x10d9fe000 -        0x10dab3fff  blued ??? (???) <85D33825-1A68-3F2C-A78D-6B9E43F3DCA9> /usr/sbin/blued
          0x7fff8347d000 -     0x7fff8349dfff  libsystem_kernel.dylib ??? (???) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
          0x7fff85bf8000 -     0x7fff85f11ff7  com.apple.Foundation 6.7.1 (833.24) <6D4E6F93-64EF-3D41-AE80-2BB10E2E6323> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff8a3fe000 -     0x7fff8a40cfff  libdispatch.dylib ??? (???) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> /usr/lib/system/libdispatch.dylib
          0x7fff8c6e4000 -     0x7fff8c7c1fef  libsystem_c.dylib ??? (???) <FF69F06E-0904-3C08-A5EF-536FAFFFDC22> /usr/lib/system/libsystem_c.dylib
          0x7fff8d061000 -     0x7fff8d235fff  com.apple.CoreFoundation 6.7.1 (635.19) <57B77925-9065-38C9-A05B-02F4F9ED007C> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Process:         com.apple.dock.extra [202]
    Path:            /System/Library/CoreServices/Dock.app/Contents/XPCServices/com.apple.dock.extra .xpc/Contents/MacOS/com.apple.dock.extra
    Architecture:    x86_64
    UID:             501
      Thread 0x10de       DispatchQueue 1
      User stack:
        4 ??? (in com.apple.dock.extra) [0x100365974]
          4 xpc_service_main + 448 (in XPCService) [0x7fff86ef55ed]
            4 NSApplicationMain + 867 (in AppKit) [0x7fff8628bb88]
              4 -[NSApplication run] + 470 (in AppKit) [0x7fff8600d19d]
                4 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135 (in AppKit) [0x7fff86010861]
                  4 _DPSNextEvent + 659 (in AppKit) [0x7fff86010f5d]
                    4 BlockUntilNextEventMatchingListInMode + 62 (in HIToolbox) [0x7fff892fd456]
                      4 ReceiveNextEventCommon + 355 (in HIToolbox) [0x7fff892fd5c9]
                        4 RunCurrentEventLoopInMode + 277 (in HIToolbox) [0x7fff892f631f]
                          4 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff8d099676]
                            4 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff8d099e64]
                              4 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff8d0916fc]
                                4 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8349267a]
      Kernel stack:
        4 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x1105       DispatchQueue 2
      User stack:
        4 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8a40014e]
          4 kevent + 10 (in libsystem_kernel.dylib) [0x7fff834947e6]
      Kernel stack:
        4 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537d10]
      Thread 0x32993    
      User stack:
        4 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff8c735b85]
          4 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x7fff83494192]
      Kernel stack:
        4 workqueue_exit + 1616 (in mach_kernel) [0xffffff80005a1660]
      Thread 0x32994    
      User stack:
      Kernel stack:
        4 workqueue_exit + 1088 (in mach_kernel) [0xffffff80005a1450]
      Binary Images:
             0x100364000 -        0x100368fff  com.apple.dock.extra 1.0 (1) <A3B7E3DB-E53E-32E4-83F6-6CFF99B13BB1> /System/Library/CoreServices/Dock.app/Contents/XPCServices/com.apple.dock.extra .xpc/Contents/MacOS/com.apple.dock.extra
          0x7fff8347d000 -     0x7fff8349dfff  libsystem_kernel.dylib ??? (???) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
          0x7fff86008000 -     0x7fff86c0cfff  com.apple.AppKit 6.7.3 (1138.32) <A9EB81C6-C519-3F29-89F1-42C3E8930281> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
          0x7fff86ef3000 -     0x7fff86efaff7  com.apple.XPCService 1.3 (1) <4C0AE300-9325-3950-A132-1562C03B05CE> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
          0x7fff892f4000 -     0x7fff8961eff7  com.apple.HIToolbox 1.8 (???) <D6A0D513-4893-35B4-9FFE-865FF419F2C2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
          0x7fff8a3fe000 -     0x7fff8a40cfff  libdispatch.dylib ??? (???) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> /usr/lib/system/libdispatch.dylib
          0x7fff8c6e4000 -     0x7fff8c7c1fef  libsystem_c.dylib ??? (???) <FF69F06E-0904-3C08-A5EF-536FAFFFDC22> /usr/lib/system/libsystem_c.dylib
          0x7fff8d061000 -     0x7fff8d235fff  com.apple.CoreFoundation 6.7.1 (635.19) <57B77925-9065-38C9-A05B-02F4F9ED007C> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Process:         configd [16]
    Path:            /usr/libexec/configd
    Architecture:    x86_64
    UID:             0
      Thread 0x113        DispatchQueue 1
      User stack:
        4 ??? (in configd) [0x105bdafcc]
          4 ??? (in configd) [0x105bdb783]
            4 ??? (in configd) [0x105bdc088]
              4 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff8d099676]
                4 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff8d099e64]
                  4 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff8d0916fc]
                    4 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8349267a]
      Kernel stack:
        4 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x120        DispatchQueue 2
      User stack:
        4 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8a40014e]
          4 __select_nocancel + 10 (in libsystem_kernel.dylib) [0x7fff83493e06]
      Kernel stack:
        4 wakeup + 992 (in mach_kernel) [0xffffff80005526a0]
      Thread 0x122      
      User stack:
        4 thread_start + 13 (in libsystem_c.dylib) [0x7fff8c735b75]
          4 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8c7328bf]
            4 ??? (in configd) [0x105bdca66]
              4 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff8d0a938f]
                4 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff8d099676]
                  4 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff8d099e64]
                    4 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff8d0916fc]
                      4 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8349267a]
      Kernel stack:
        4 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x135      
      User stack:
        4 thread_start + 13 (in libsystem_c.dylib) [0x7fff8c735b75]
          4 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8c7328bf]
            4 ??? (in configd) [0x105be73dd]
              4 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff8d0a938f]
                4 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff8d099676]
                  4 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff8d099e64]
                    4 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff8d0916fc]
                      4 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8349267a]
      Kernel stack:
        4 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x1c4      
      User stack:
        4 thread_start + 13 (in libsystem_c.dylib) [0x7fff8c735b75]
          4 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8c7328bf]
            4 __select + 10 (in libsystem_kernel.dylib) [0x7fff83493df2]
      Kernel stack:
        4 wakeup + 992 (in mach_kernel) [0xffffff80005526a0]
      Thread 0x1c5      
      User stack:
        4 thread_start + 13 (in libsystem_c.dylib) [0x7fff8c735b75]
          4 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8c7328bf]
            4 pppcntl_run_thread + 2194 (in PPPController) [0x10601a142]
              4 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff8d0a938f]
                4 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff8d099676]
                  4 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff8d099e64]
                    4 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff8d0916fc]
                      4 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8349267a]
      Kernel stack:
        4 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x32890    
      User stack:
        4 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff8c735b85]
          4 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x7fff83494192]
      Kernel stack:
        4 workqueue_exit + 1616 (in mach_kernel) [0xffffff80005a1660]
      Thread 0x32891    
      User stack:
        4 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff8c735b85]
          4 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x7fff83494192]
      Kernel stack:
        4 workqueue_exit + 1616 (in mach_kernel) [0xffffff80005a1660]
      Thread 0x328b0    
      User stack:
        4 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff8c735b85]
          4 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x7fff83494192]
      Kernel stack:
        4 workqueue_exit + 1616 (in mach_kernel) [0xffffff80005a1660]
      Thread 0x328b1    
      User stack:
        4 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff8c735b85]
          4 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x7fff83494192]
      Kernel stack:
        4 workqueue_exit + 1616 (in mach_kernel) [0xffffff80005a1660]
      Binary Images:
             0x105bda000 -        0x105c03ff7  configd ??? (???) <2F1DBCF7-E9C0-348D-B806-1AA71E536A84> /usr/libexec/configd
             0x10600c000 -        0x10604bfff  com.apple.SystemConfiguration.PPPController 1.7 (1.7) <E9A5AB07-EF72-34E2-9742-112AEB9C98AE> /System/Library/SystemConfiguration/PPPController.bundle/Contents/MacOS/PPPCont roller
          0x7fff8347d000 -     0x7

  • Report Designer odbc connection string for data source using a parameter

    I am using stand alone report designer 3 for the present and have a question/problem regarding the odbc connection string for MySQL when setting up the data-source
    I need to be able to enter a parameter which is the database name i.e. BOE-201401 or say BOE-201312 etc  from a list of databases the user can choose from.
    at present the odbc connection string points to BOE-201402
    the connection string is at present  Dsn=Development Server for MYsql;description=MYSQL;server=ldndw01;database=BOE-201402;port=3306
    my parameter has the name BOE_DATABASE
    and in an expression it is  as such
    =Parameters!BOE_DATABASE.Value
    I want to point the datasource for the report to the parameter value before the user sees the report.

    Hi Leslie,
    Based on your description, we want to design a report with a dynamic DataSource connection string. There are the basic steps below for your reference:
    Create report with static database.
    Change data source to report parameter.
    Send new database connection string as a report parameter. 
    More detail information, please refer to the following blog: Dynamic Database in SSRS 2008.
    http://haseebmukhtar.wordpress.com/2011/11/09/dynamic-database-in-ssrs-2008/
    Regards,
    Alisa Tang
    Alisa Tang
    TechNet Community Support

  • Table for User Parameter IDs

    Hi All,
    Does anyone know the Table for User Parameter IDs?
    Thanks in Advance

    Hi Duke,
    USR01                          User master record (runtime data)
    USR02                          Logon data
    USR03                          User address data
    USR04                          User master authorizations
    USR05                          User Master Parameter ID      
    Regards,
    Ashok

  • GET PARAMETER:   user parameter not consistant.

    I've got a data element ( /SAPSLL/LGREG ) for which I have assigned a user parameter in my user's profile.  The parameter value assigned under "maintain user profile" is Parameter ID: /SAPSLL/LGREG,  Parameter value:  ZLOC.
    The program I am running executes the command:
    GET PARAMETER ID '/SAPSLL/LGREG' lv_lgreg.
    In most cases it retrieves the value 'ZLOC' into lv_lgreg which is what I expect based on the user's parameter, however in some cases 'ACE ' is retrieved into lv_lgreg unexpectedly.
    'ACE ' is a value that exists in the value table for the data domain /SAPSLL/LGREG ( table /SAPSLL/T606G ).
    Does anyone know why in some situations the User Profile Parameter would not be retrieved by the GET PARAMETER ID statement, and instead one of the values from the data domain's value table would retrieve instead?

    Yes I tried putting a breakpoint on SET PARAMETER, but that statement is not encountered in the program prior to the GET PARAMETER statement.  I had assumed that in a situation like this the user's paramater should be retrieved, but it seems that instead it is somehow retrieving from the Values Table.  Could it be that it picks up the last value from some other program?  This only seems to happen ocasionally.

  • SQL Developer: Right-click format doesn't work right with DATE datatype

    Hi All!
    Currently I'm using version SQL Developer Version 3.1.05.
    Got a question regarding the 'auto-format' of syntax whenever writing in the code editor.
    If you take this snippet of code and drop it into a worksheet, then highlight it, right click the mouse, then select "format" it's like it fails to add the proper spacing when it runs into the DATE datatype. I looked all through the : preferences > database > sql formatter > oracle formatting > edit and couldn't find anything regarding the formatting with date types.
    Am I looking in the wrong area?? Is this a known bug? Having trouble searching for this exact issue too. I LOVE the format feature, but I hate having to go to each date type and manually spacing it out to make everything look 'clean'. I'm picky I guess :P I can live with it but figured I'd ask.
    type TEMP_REC
    IS
    record
    ORG_CODE VARCHAR2(15),
    PROJECT VARCHAR2(15),
    WBS VARCHAR2(30),
    SERIAL_NO VARCHAR2(30),
    QTY_ORDERED NUMBER,
    QTY_SCRAPPED NUMBER,
    QTY_COMPLETE NUMBER,
    BOM_ID NUMBER,
    REQUEST_DATE DATE,
    CREATE_DATE DATE,
    REL_DATE DATE,
    START_DATE DATE,
    NEED_DATE DATE,
    DUE_DATE DATE,
    COMPLETE_DATE DATE,
    CREATED_BY VARCHAR2(30),
    MODIFIED_BY VARCHAR2(30),
    MODIFY_DATE DATE,
    EST_HOURS NUMBER(6,2),
    ACT_HOURS NUMBER(6,2),
    BAD_COMMENTS VARCHAR2(1000) );

    Hello,
    I put 3.1.07 as you'd suggested. Seems the problem is still occuring for me... probably a user preference though ;)
    Open a new worksheet and drop this in, highlight everything, right-click and choose "format". All the keywords (varchar2, number, etc) should align on themselves making it look nice. I have mine set up to line-break after a comma. (I can't get it to format properly as I type it here onto the forums, so added a bunch of spaces to try to mimic it in this view)
    type TEMP_REC
    IS
    record
    LEAD_TIME NUMBER(5,0),
    SCRAP_PERCENT NUMBER,
    CREATED_BY VARCHAR2(30),
    MODIFIED_BY VARCHAR2(30),
    OPER_SEQ VARCHAR2(6),
    REF_NO VARCHAR2(2000),
    COMMENTS VARCHAR2(2000),
    BOM_FLAGS VARCHAR2(100),
    BOM_ATTR1 VARCHAR2(30),
    BOM_ATTR2 VARCHAR2(30),
    BOM_ATTR3 VARCHAR2(30),
    BOM_AMT1 NUMBER,
    BOM_AMT2 NUMBER,
    BAD_COMMENTS VARCHAR2(1000) );
    Now, let's add another field in there, but this time a date/timestamp datatype. If you format it like this you will see that the keywords sort of 'reset' their position after it encounters a date/timestamp datatype. The date type doesn't align properly with the others.
    type TEMP_REC
    IS
    record
    LEAD_TIME NUMBER(5,0),
    SCRAP_PERCENT NUMBER,
    CREATED_BY VARCHAR2(30),
    MODIFIED_BY VARCHAR2(30),
    OPER_SEQ VARCHAR2(6),
    REF_NO VARCHAR2(2000),
    test DATE,
    COMMENTS VARCHAR2(2000),
    BOM_FLAGS VARCHAR2(100),
    BOM_ATTR1 VARCHAR2(30),
    BOM_ATTR2 VARCHAR2(30),
    BOM_ATTR3 VARCHAR2(30),
    BOM_AMT1 NUMBER,
    BOM_AMT2 NUMBER,
    BAD_COMMENTS VARCHAR2(1000) );
    Might post a picture next time if that still isn't clear, though I konw folks are leary against clicking links to see screenshots. Might you know what I'm doing wrong here?

  • Use global variable to transfer user parameter in some Vi

    Hello,
    I have troubles when I use a global variable to transfer the parameter to a first Vi (user interface) to a second vi (acquisition interface).
    In the first Vi, the user paramater is wrote to my global variable.
    In the second Vi, the acquisition parameter is read to my global variable.
    This 2 Vis are include to a master Vi who synchronized by the error bus.
    The problem :
    For the first use, the user parameter is transfer to the global variable but the acquisition vi read the old parameter. In the second use, acquisition vi read the first use parameter.
    After I use the IN/OUT parameter subvi and i have too this problem.
    Thanks for help.
    VIEW THE PROBLEM : (I use event structure
    Attachments:
    Problem.zip ‏52 KB

    Labview uses the dataflow to chain the execution. That is, as soon as one item of data is ready is is presented to the next stage.
    Global (or local) variables do not easily fit in there. A variable is always present and ready to give away it's data. It does not matter that you write to it in one vi. Another vi, that is running concurrently is not aware that the content may have changed.
    Especially if you reference variables outside of loops, the value is taken just once and never updated. Be aware! If in doubt, use the tracing facilty (the light bulb) to follow the data flow.
    Gabi
    7.1 -- 2013
    CLA

  • Put a modified user parameter in the margin

    Hello!
    My report has an user parameter called ON_DATE. It is a date, passed in the format YYYYMMDD. I would like this date to be placed in the report margin in a different format, DD-MM-YYYY.
    What I tried to do is make a second query:
    select to_char(to_date (&ON_DATE, 'YYYYMMDD'), 'DD-MM-YYYY') as the_date from dual;
    I then make a new field in the margin and select 'the_date' as its source. This results in a REP-1213 error which I have been unable to resolve.
    Does anyone know of a way to do what I want to do?
    I am using Reports Builder 10.1.2
    Thanks in advance,
    Frans

    Hi Frans,
    I don't think you need a second query to change the date format. The new field you created in the margin make the source = 'ON_DATE', and if you go the the new field's property palette, there you find a format attribute wherein you can put DD-MM-YYYY.
    -Marilyn

Maybe you are looking for