NI Sinks and Sources library in Simulink

Hi!
I need the 'NI Sinks and Sources' library in Simulink, but I don´t know how obtain it.
I have 'NI SIT Block' library but I don´t have 'NI Sinks and Sources' library.
How I can get it?
Thanks for all!
Igor García

Did you ever figure out how to solve this?  I am having the same issue.  Put the block in simulink for xpc with a scope, but no signal is showing.  I tested the D/A functionality of the card, and it is fine.  I am also using the 6052E.

Similar Messages

  • Display sink and source of wire on block diagram

    A colleague is trying to decipher some LV code we received from a third party, and if ever a block diagram illustrated the term "spaghetti-code" this does. I showed him how the wiring tool will display the name of the source of a wire in the help window, when you hover the tool over the wire in question. He asked if there was a way to display both the source and the sink (yes the code really is that bad). Any ideas?
    Oh, I should mention that he really doesn't want to rewrite or modify the code in any way, just understand it.
    Thanks.

    Hmm.  If you can I dont know of one.  I'm a cheap engineer though and dont like extra window clutter if I can avoid it.  When I am (usually) faced with spaghetti-code and need to trace things I just tripple click on wires to highlight the whole thing and scroll the window around to find the starting and ending points...
    Attachments:
    Spaghetti.jpg ‏22 KB

  • Sink and source error

    in the vibration analysis.vi example(lv 8.2)... how can i take the power density output so that i can compare it with a threshold using a boolean compare operator? wen i tried it, i got an error saying the source and sink don't match.
    thnx
    DiPS  

    Hello DiPS. 
    Thank you for posting to the NI Discussion Forums. 
    The error that you are getting seems to indicate that incompatible data types are being wired to each other.  For example, if you wire a string to an input that expects a number or a boolean value, you will get this error.  The output of the power density, as I understand it, is a 1D array of doubles.  So, as long as you are comparing it to a compatible data type (an integer, double, some type of number), you should be just fine.  In fact, if you were to wire a 1D array of doubles to one input on a 'Greater?' VI and a single numeric to the other input on the 'Greater?' VI, LabVIEW will automatically coerce the single numeric to be a 1D array of numerics of equal length to the first input. 
    Thus, I think I need more information about the error that you are seeing.  After the error saying the source and sink don't match, it should describe the type of the sinc and the type of the source.  Can you please post this information?  Also, a screenshot of the code that you are trying to execute would be very helpful.  Let us know because we would love to help you.
    Have a great day!
    Brian F
    Applications Engineer
    National Instruments

  • Configuring Doc Path (and Source Path) for default JDeveloper library

    hi
    Sometimes a default JDeveloper library as no Doc Path (or Source Path) configured.
    Adding a project library with only a Doc Path (or/and Source Path) configured (so no Class Path) can make the relevant API documentation more easily available in JDeveloper,
    see http://www.consideringred.com/files/oracle/img/2011/library-doc-path-20110529.png
    - (q1) Why has the "WebLogic 10.3 Remote-Client" library no Doc Path configured by default?
    - (q2) Are somehow/somewhere source files available (maybe only of "API related"/non-implementation classes) for the "WebLogic 10.3 Remote-Client" library, so these can be configured in a library Source Path, to make the API documentation even more easily accessible in JDeveloper?
    many thanks
    Jan Vervecken

    Thanks for your reply John.
    John Stegeman wrote:
    ... At least some of the classes' javadocs are [url http://download.oracle.com/docs/cd/E21764_01/apirefs.1111/e13941/toc.htm]here ...
    As I write in my initial post, I am able to add a project library with only a Doc Path configured (as shown in library-doc-path-20110529.png),
    to "Oracle Fusion Middleware Oracle WebLogic Server MBean Javadoc 11g Release 1 (10.3.5) Part Number E13945-05 "
    at http://download.oracle.com/docs/cd/E21764_01/apirefs.1111/e13945/
    So, questions (q1) about a default Doc Path configuration and question (q2) about source files (similar to ADF) remain.
    regards
    Jan

  • How to create list of a View's column names and source

    Using SQL 2005, 2008, and 2012
    How to create list of a View's column names and source. For the following example would like to @Print something like the following.  Does anyone already have some code to do this? I realize there are probably some gotchas, but the views that I am looking
    at to use this follows the code snippet pattern below.
    DBACCT.[Account Number]
    dbo.ConvertDate(DBACDT). [Boarding Date]
    DBXES.DBXES
    CREATE VIEW [dbo].[v_ods_DBAL]
    AS
    SELECT DBACCT AS [Account Number], dbo.ConvertDate(DBACDT) AS [Boarding Date], DBXES
    FROM dbo.ods_DBAL

    The column information can be obtained from INFORMATION_SCHEMA.COLUMNS view using logic like below
    SELECT c.COLUMN_NAME,c.DATA_TYPE
    FROM INFORMATION_SCHEMA.COLUMNS c
    WHERE EXISTS (SELECT 1
    FROM INFORMATION_SCHEMA.TABLES
    WHERE TABLE_NAME = c.TABLE_NAME
    AND TABLE_TYPE='VIEW')
    http://technet.microsoft.com/en-us/library/ms188348.aspx
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • HT1364 I am trying to change the location of my itunes library and the library doesn't copy to the new location.

    I am trying to change the location of my itunes library and the library doesn't copy to the new location.  I followed the steps in the help message (HT1364) exactly but I am not prompted to consolidate in the new location.  Any suggestions?

    Hi ed2345 and diesel vdub,  when I consolidate, the files start copying to the new location and part way through I get a message that the copying failed (-50) even though all of the files are already in place in the new location.  Should I just delete the itunes in the new location and manually copy the files again?  But in itunes, I have indicated that the new location is on the external hard drive but itunes seems to ignore that and still looks for itunes in the original location on my internal hard drive.  I disabled the location of itunes in the old location (by labelling itunes as "itunes old") and it tried to create a new itunes at the old location and prompted me to import music and videos from a CD or other source.  I hope I am making sense.

  • Rsync used STRICTLY for "photos and video" library back-up

    Hi,
    I'm hoping to get some guidance from some experienced users of rsync.
    I'm new to rsync, but have been learning about it.   I'm also new to Terminal.
    .....**For full system back-ups, I use CCC (Carbon Copy Cloner)....clean and simple.**
    However, for my large "photo & video library" (over 1 TB on an external drive), I found that CCC, while essentially doing the same as rsync, seems to take MUCH longer.  Rsync, on the other hand, is very fast.
    This leads me to FIVE questions.
    Q1:  Is this because CCC (which uses the rsync command, albeit modified), is doing a check-sum or sometime else behind the scenes?
    Also, looking through the various command lines that other contributors have suggested when using rsync, I am a little confused as to which optional commands are necessary for a PURELY "photo and video" library.
    For the optional commands, I think the ones that are a MUST for me are:
    -a  - "archive" rsync, includes ownership info and extended attributes extremely useful for moving large volumes of data and keeping AD/OD/POSIX permissions intact
    -v - "verbose" gives the user more information on the rsync display
    -x - prevents crossing filesystem boundaries
    -t   - preserves modified time
    --delete  
    This tells rsync to delete any files on the receiving side that aren't on the sending side. Files that are excluded from transfer are excluded from being deleted 
    ....Optionally, I could add the following to view the progress:
    --stats
    This tells rsync to print a verbose set of statistics on the file transfer, allowing you to tell how effective the rsync algorithm is for your data.
    Q2:  Is there anything else I should be adding?
    Q3:  Also, I saw that one contributor used "bash" at the start of the command line.  Is this necessary for my specific purpose?
    Q4:  Snow Leopard comes with rsync version 2.6.9 version 29.   I know that version 3.1.0 is already out, but this would require an installation step (possibly using come Terminal commands, or something like "MacPort"), then adding patches, and perhaps some steps that I haven't mentioned.  Is version 3.1.0 really necessary, and in what way?  Much faster?  Better Integrity of the back-up?  Other?  (o.k., that was more than one question) 
    Q5:  Is there a command to preserve the "CREATED" time of the photo?  Is this taken care of by the " -a " or the " -t "?
    Thanks,
    Sam

    sling74 wrote:
    sling74 wrote:
    Hi Tony,
    Thanks for your quick reply.  
    A few other questions:
    1.     What is the -N command for?  I could not see it on the rsync.samba.org website.
    2.     My friend does not have CCC.  She's also using Snow Leopard 10.6.8.  What are the steps to properly install the newest version of rsync?
    3.    For myself, what would be the disadvantage of using CCC directly rather than accessing it via Terminal?  When running CCC, what are the default commands being used?
    Thanks,
    Sam
    Hi Tony,
    Thanks for your quick reply.  
    A few other questions:
    1.     What is the -N command for?  I could not see it on the rsync.samba.org website.
    That's added with the crtimes patch:
         -N, --crtimes               preserve create times (newness)
    2.     My friend does not have CCC.  She's also using Snow Leopard 10.6.8.  What are the steps to properly install the newest version of rsync?
    Here's what I do:
    1. Download and unarchive rsync and its patches
        a. Move patches directory to rsync-3.1.0
        b. cd rsync-3.1.0
    2. Apply patches relevant to preserving Mac OS X metadata
           patch -p1 <patches/fileflags.diff
           patch -p1 <patches/crtimes.diff
    3. Apply patch relevant to preserving Mac OS X hfs+compression
          patch -p1 <patches/hfs-compression.diff
    4. Configure, make, install
            ./prepare-source
            ./configure
            make
            sudo make install
    5. Verify your installation
          rsync --version
    By default, rsync will be installed in /usr/local/bin.
    If that isn't in your path, you will need to call
    your new version of rsync by its absolute
    path in /usr/local/bin (you will most likely need to do this
    and --version will verify that you have the right version)
    (from: Configuring Mac OS X for Unattended Backup Using rsync and updated for hfs+compression patch)
    3.    For myself, what would be the disadvantage of using CCC directly rather than accessing it via Terminal?  When running CCC, what are the default commands being used?
    No disadvantages that I'm aware of. 
    I'm not sure what defaults that Mike is using now, but most of the the flags that I use and posted are from the link above from Mike a few years ago.

  • [Solved] sqlite3: SQLite header and source version mismatch

    Is anyone else getting this error?
    $ sqlite3
    SQLite header and source version mismatch
    2009-09-11 14:05:07 b084828a771ec40be85f07c590ca99de4f6c24ee
    2012-03-20 11:35:50 00bb9c9ce4f465e6ac321ced2a9d0062dc364669
    I just performed a full system upgrade
    $ pacman -Syyu
    I tried re-installing:
    $ pacman -Rdd sqlite3
    $ pacman -S sqlite3
    I tried updating the shared library links (as suggested by a post):
    $ ldconfig
    None of the above steps helped...
    $ pacman -Qs sqlite3
    local/sqlite3 3.7.11-1
    A C library that implements an SQL database engine
    $ uname -a
    Linux mdt3 3.2.13-1-ARCH #1 SMP PREEMPT Sat Mar 24 09:10:39 CET 2012 x86_64 AMD Opteron(tm) Processor 6128 AuthenticAMD GNU/Linux
    Last edited by rWarrior (2012-04-25 21:03:38)

    Hi,
    I've got the same problem...
    SQLite header and source version mismatch
    2011-06-23 19:49:22 4374b7e83ea0a3fbc3691f9c0c936272862f32f2
    2012-03-20 11:35:50 00bb9c9ce4f465e6ac321ced2a9d0062dc364669
    Can u tell me how to fix it? This occured when I've unpacked sqlite-autoconf-3071100.tar.gz, entered into unpacked directory with terminal and used commands:
    ./configure
    make
    sudo make install
    sqlite3
    As u've said before the problem is with libsqlite3.so... So i've searched it in File System. And the result is:
    One file with name libsqlite3.so - /usr/local/lib
    Two files with name libsqlite3.so.0 One is here - /usr/local/lib and another here - /usr/lib/i386-linux-gnu
    Two files with name libsqlite3.so.0.8.6 One is here - /usr/local/lib and another here - /usr/lib/i386-linux-gnu
    So... can u tell me which one to delete (in which folder)? What to do next? I am newbie... so if it's possible tell in little steps.
    Thanks in advance.
    Best wishes,
    Teddy.
    Last edited by TeddyRO (2012-04-27 19:57:18)

  • Aperture update will not launch...can't repair and load library on both of my Macs.

    Aperture update will not launch...can't repair and load library on both of my Macs.
    I've tried to run the repair multiple times. Will not repair and wlll not open library. On both Macs and done repeatedely.
    Something is wrong.

    And this.
    Date/Time:       2012-09-23 14:11:34 +0200
    OS Version:      10.8.2 (Build 12C54)
    Architecture:    x86_64
    Report Version:  11
    Command:         Aperture
    Path:            /Applications/Aperture.app/Contents/MacOS/Aperture
    Version:         3.4 (3.4)
    Build Version:   2
    Project Name:    Aperture
    Source Version:  301036000000000
    App Item ID:     408981426
    App External ID: 10581304
    Parent:          launchd [321]
    PID:             1734
    Event:           hang
    Duration:        2.87s
    Steps:           29 (100ms sampling interval)
    Hardware model:  MacBook5,1
    Active cpus:     2
    Free pages:      437272 pages (-282)
    Pageins:         14 pages
    Pageouts:        0 pages
    Process:         Aperture [1734]
    Path:            /Applications/Aperture.app/Contents/MacOS/Aperture
    Architecture:    x86_64
    Parent:          launchd [321]
    UID:             501
    Task size:       70384 pages (-2)
    CPU Time:        0.076s
    Note:            Suspended for 2 samples
      Thread 0x19a15    DispatchQueue 1          priority <multiple>
      28 ??? (Aperture + 62228) [0x107013314]
        28 ??? (Aperture + 63938) [0x1070139c2]
          28 NSProApplicationMain + 378 (ProKit) [0x10851a324]
            28 -[NSApplication run] + 517 (AppKit) [0x7fff80771283]
              28 ??? (Aperture + 4669453) [0x10747800d]
                28 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128 (AppKit) [0x7fff80779ed2]
                  28 _DPSNextEvent + 1456 (AppKit) [0x7fff8077a916]
                    28 AEProcessAppleEvent + 100 (HIToolbox) [0x7fff86d3b8e9]
                      28 aeProcessAppleEvent + 318 (AE) [0x7fff870a3869]
                        28 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 37 (AE) [0x7fff870a39a9]
                          28 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 307 (AE) [0x7fff870a3b48]
                            28 _NSAppleEventManagerGenericHandler + 106 (Foundation) [0x7fff88755f8d]
                              28 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 308 (Foundation) [0x7fff8875612b]
                                28 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 351 (AppKit) [0x7fff8077e12c]
                                  28 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 566 (AppKit) [0x7fff8077e532]
                                    28 -[NSApplication _sendFinishLaunchingNotification] + 216 (AppKit) [0x7fff80781346]
                                      28 -[NSApplication _postDidFinishNotification] + 292 (AppKit) [0x7fff8078160d]
                                        28 -[NSNotificationCenter postNotificationName:object:userInfo:] + 64 (Foundation) [0x7fff8873c846]
                                          28 _CFXNotificationPost + 2554 (CoreFoundation) [0x7fff82d2f47a]
                                            28 ??? (Aperture + 374892) [0x10705f86c]
                                              28 ??? (Aperture + 370198) [0x10705e616]
                                                28 +[RKRecoverMgr rebuildDatabase] + 216 (RedRock) [0x107b8e7fb]
                                                  28 -[RKRecoverMgr runModalSession] + 96 (RedRock) [0x107b8febb]
                                                    28 -[NSApplication runModalSession:] + 49 (AppKit) [0x7fff809c4e3e]
                                                      28 -[NSApplication _realDoModalLoop:peek:] + 485 (AppKit) [0x7fff809c4709]
                                                        28 ??? (Aperture + 4669453) [0x10747800d]
                                                          28 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128 (AppKit) [0x7fff80779ed2]
                                                            28 _DPSNextEvent + 685 (AppKit) [0x7fff8077a613]
                                                              28 BlockUntilNextEventMatchingListInMode + 62 (HIToolbox) [0x7fff86d30cd3]
                                                                28 ReceiveNextEventCommon + 166 (HIToolbox) [0x7fff86d30d84]
                                                                  28 RunCurrentEventLoopInMode + 209 (HIToolbox) [0x7fff86d310a4]
                                                                    28 CFRunLoopRunSpecific + 290 (CoreFoundation) [0x7fff82d1e6b2]
                                                                      28 __CFRunLoopRun + 1614 (CoreFoundation) [0x7fff82d1f0fe]
                                                                        28 _dispatch_main_queue_callback_4CF + 275 (libdispatch.dylib) [0x7fff872240c8]
                                                                          28 _dispatch_client_callout + 8 (libdispatch.dylib) [0x7fff8721f0b6]
                                                                            28 _dispatch_barrier_sync_f_slow_invoke + 77 (libdispatch.dylib) [0x7fff87224a2d]
                                                                              28 __55+[RKImageMgr newQTMovieInMainThreadWithFile:importRef:]_block_invoke_0 + 45 (RedRock) [0x107af4cc0]
                                                                                28 +[RKAudioVideoMgr quickTimeMovieFromPath:unsupportedCodecs:] + 200 (RedRock) [0x107d415d4]
                                                                                  28 -[QTMovie initWithAttributes:error:] + 833 (QTKit) [0x7fff801bf8a0]
                                                                                    28 -[QTMovie_QuickTime initWithAttributes:error:forParent:] + 813 (QTKit) [0x7fff801c00de]
                                                                                       28 initWithAttributes + 141 (QTKit) [0x7fff801c1b84]
                                                                                         28 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff816c4686]
                                                                                          *28 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000213030]
    *1  return_from_trap + 156 (mach_kernel) [0xffffff80002ce4bc]
       *1  i386_astintr + 35 (mach_kernel) [0xffffff80002b8163]
         *1  ast_taken + 209 (mach_kernel) [0xffffff800021b6e1]
           *1  bsd_ast + 839 (mach_kernel) [0xffffff8000568f17]
             *1  postsig_locked + 663 (mach_kernel) [0xffffff8000568a87]
               *1  exit1_internal + 567 (mach_kernel) [0xffffff8000556607]
                 *1  task_terminate_internal + 384 (mach_kernel) [0xffffff8000235a20]
                   *1  ipc_space_terminate + 172 (mach_kernel) [0xffffff800021831c]
                     *1  ipc_right_terminate + 518 (mach_kernel) [0xffffff8000216786]
                       *1  mach_notify_no_senders + 65 (mach_kernel) [0xffffff800024f021]
                         *1  mach_msg_send_from_kernel_proper + 66 (mach_kernel) [0xffffff8000220df2]
                           *1  ipc_kmsg_send + 104 (mach_kernel) [0xffffff8000210448]
                             *1  ipc_kobject_server + 348 (mach_kernel) [0xffffff8000220b0c]
                               *1  iokit_notify + 170 (mach_kernel) [0xffffff800029302a]
                                 *1  iokit_client_died + 97 (mach_kernel) [0xffffff8000660b31]
                                   *1  IONVGLContext::clientClose() + 37 (GeForce) [0xffffff7f8196885d]
                                     *1  NVGLContext::stop(IOService*) + 1002 (GeForce) [0xffffff7f819a9528]
                                       *1  nvChannelManager::ReleaseChannel(nvChannel*) + 223 (GeForce) [0xffffff7f8199cba9]
                                         *1  nvChannel::WaitForTimeStamp(unsigned int, unsigned long long*) + 200 (GeForce) [0xffffff7f8199ac28]
                                           *1  thread_block_reason + 300 (mach_kernel) [0xffffff800022da0c]
                                             *1  ??? (mach_kernel + 190273) [0xffffff800022e741]
                                               *1  machine_switch_context + 366 (mach_kernel) [0xffffff80002b3d7e]
      Thread 0x19a23    DispatchQueue 2          priority 49         cpu time   0.001s
      28 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff872219ee]
        28 kevent + 10 (libsystem_kernel.dylib) [0x7fff816c6d16]
         *28 ??? (mach_kernel + 3471600) [0xffffff800054f8f0]
      Thread 0x19a25    DispatchQueue 6          priority 47       
      28 start_wqthread + 13 (libsystem_c.dylib) [0x7fff84798171]
        28 _pthread_wqthread + 404 (libsystem_c.dylib) [0x7fff847adcab]
          28 _dispatch_worker_thread2 + 304 (libdispatch.dylib) [0x7fff872201fa]
            28 _dispatch_client_callout + 8 (libdispatch.dylib) [0x7fff8721f0b6]
              28 _dispatch_call_block_and_release + 15 (libdispatch.dylib) [0x7fff87222f01]
                28 -[RKRecoverMgr rebuildDatabaseOnThisThread] + 3136 (RedRock) [0x107b8df28]
                  28 -[RKRecoverMgr rebuildVersions] + 2436 (RedRock) [0x107b7d968]
                    28 -[RKRecoverMgr repairVersions] + 120 (RedRock) [0x107b854b1]
                      28 -[RKRecoverMgr ensureAllManagedFilesHaveMasters] + 3167 (RedRock) [0x107b81ff7]
                        28 -[RKRecoverMgr ensureManagedFilesHaveMastersAtPath:importGroupName:existingMasterPaths:lowerca seExistingMasterPaths:] + 1315 (RedRock) [0x107b80c4d]
                          28 -[RKMaster initWithUuid:name:importGroup:project:withFilePath:isReference:metadata:] + 68 (RedRock) [0x107b32d6d]
                            28 -[RKMaster initWithModelId:uuid:name:importGroup:project:withFilePath:isReference:metadata :] + 1183 (RedRock) [0x107a56dc9]
                              28 -[RKMetadata initWithPath:imageIOMethodVersion:includeRaw:filetype:] + 211 (RedRock) [0x107a4c6f8]
                                28 +[RKImageMgr newQTMovieInMainThreadWithFile:importRef:] + 354 (RedRock) [0x107af4b31]
                                  28 _dispatch_barrier_sync_f_slow + 188 (libdispatch.dylib) [0x7fff87223a92]
                                    28 semaphore_wait_trap + 10 (libsystem_kernel.dylib) [0x7fff816c46c2]
                                     *28 semaphore_wait_continue + 0 (mach_kernel) [0xffffff8000233ec0]
      Thread 0x19a2d    priority 36       
      28 thread_start + 13 (libsystem_c.dylib) [0x7fff84798181]
        28 _pthread_start + 327 (libsystem_c.dylib) [0x7fff847ab742]
          28 __NSThread__main__ + 1345 (Foundation) [0x7fff88789612]
            28 -[XTThread run:] + 329 (ProXTCore) [0x1091e8282]
              28 -[XTMsgQueue waitForMessage] + 47 (ProXTCore) [0x1091e903a]
                28 -[NSConditionLock lockWhenCondition:beforeDate:] + 235 (Foundation) [0x7fff887b4789]
                  28 -[NSCondition waitUntilDate:] + 357 (Foundation) [0x7fff887b4933]
                    28 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff816c60fa]
                     *28 psynch_cvcontinue + 0 (mach_kernel) [0xffffff80005b5d30]
      Thread 0x19a4a    priority 41       
      28 thread_start + 13 (libsystem_c.dylib) [0x7fff84798181]
        28 _pthread_start + 327 (libsystem_c.dylib) [0x7fff847ab742]
          28 __NSThread__main__ + 1345 (Foundation) [0x7fff88789612]
            28 -[XTThread run:] + 329 (ProXTCore) [0x1091e8282]
              28 -[XTMsgQueue waitForMessage] + 47 (ProXTCore) [0x1091e903a]
                28 -[NSConditionLock lockWhenCondition:beforeDate:] + 235 (Foundation) [0x7fff887b4789]
                  28 -[NSCondition waitUntilDate:] + 357 (Foundation) [0x7fff887b4933]
                    28 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff816c60fa]
                     *28 psynch_cvcontinue + 0 (mach_kernel) [0xffffff80005b5d30]
      Thread 0x19a4b    priority 51       
      28 thread_start + 13 (libsystem_c.dylib) [0x7fff84798181]
        28 _pthread_start + 327 (libsystem_c.dylib) [0x7fff847ab742]
          28 __NSThread__main__ + 1345 (Foundation) [0x7fff88789612]
            28 -[XTThread run:] + 329 (ProXTCore) [0x1091e8282]
              28 -[XTMsgQueue waitForMessage] + 47 (ProXTCore) [0x1091e903a]
                28 -[NSConditionLock lockWhenCondition:beforeDate:] + 235 (Foundation) [0x7fff887b4789]
                  28 -[NSCondition waitUntilDate:] + 357 (Foundation) [0x7fff887b4933]
                    28 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff816c60fa]
                     *28 psynch_cvcontinue + 0 (mach_kernel) [0xffffff80005b5d30]
      Thread 0x19a4c    priority 41       
      28 thread_start + 13 (libsystem_c.dylib) [0x7fff84798181]
        28 _pthread_start + 327 (libsystem_c.dylib) [0x7fff847ab742]
          28 __NSThread__main__ + 1345 (Foundation) [0x7fff88789612]
            28 -[XTThread run:] + 329 (ProXTCore) [0x1091e8282]
              28 -[XTMsgQueue waitForMessage] + 47 (ProXTCore) [0x1091e903a]
                28 -[NSConditionLock lockWhenCondition:beforeDate:] + 235 (Foundation) [0x7fff887b4789]
                  28 -[NSCondition waitUntilDate:] + 357 (Foundation) [0x7fff887b4933]
                    28 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff816c60fa]
                     *28 psynch_cvcontinue + 0 (mach_kernel) [0xffffff80005b5d30]
      Thread 0x19a4d    priority 51       
      28 thread_start + 13 (libsystem_c.dylib) [0x7fff84798181]
        28 _pthread_start + 327 (libsystem_c.dylib) [0x7fff847ab742]
          28 __NSThread__main__ + 1345 (Foundation) [0x7fff88789612]
            28 -[XTThread run:] + 329 (ProXTCore) [0x1091e8282]
              28 -[XTMsgQueue waitForMessage] + 47 (ProXTCore) [0x1091e903a]
                28 -[NSConditionLock lockWhenCondition:beforeDate:] + 235 (Foundation) [0x7fff887b4789]
                  28 -[NSCondition waitUntilDate:] + 357 (Foundation) [0x7fff887b4933]
                    28 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff816c60fa]
                     *28 psynch_cvcontinue + 0 (mach_kernel) [0xffffff80005b5d30]
      Thread 0x19a4e    priority 51       
      28 thread_start + 13 (libsystem_c.dylib) [0x7fff84798181]
        28 _pthread_start + 327 (libsystem_c.dylib) [0x7fff847ab742]
          28 __NSThread__main__ + 1345 (Foundation) [0x7fff88789612]
            28 -[XTThread run:] + 329 (ProXTCore) [0x1091e8282]
              28 -[XTMsgQueue waitForMessage] + 47 (ProXTCore) [0x1091e903a]
                28 -[NSConditionLock lockWhenCondition:beforeDate:] + 235 (Foundation) [0x7fff887b4789]
                  28 -[NSCondition waitUntilDate:] + 357 (Foundation) [0x7fff887b4933]
                    28 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff816c60fa]
                     *28 psynch_cvcontinue + 0 (mach_kernel) [0xffffff80005b5d30]
      Thread 0x19a4f    priority 51       
      28 thread_start + 13 (libsystem_c.dylib) [0x7fff84798181]
        28 _pthread_start + 327 (libsystem_c.dylib) [0x7fff847ab742]
          28 __NSThread__main__ + 1345 (Foundation) [0x7fff88789612]
            28 -[XTThread run:] + 329 (ProXTCore) [0x1091e8282]
              28 -[XTMsgQueue waitForMessage] + 47 (ProXTCore) [0x1091e903a]
                28 -[NSConditionLock lockWhenCondition:beforeDate:] + 235 (Foundation) [0x7fff887b4789]
                  28 -[NSCondition waitUntilDate:] + 357 (Foundation) [0x7fff887b4933]
                    28 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff816c60fa]
                     *28 psynch_cvcontinue + 0 (mach_kernel) [0xffffff80005b5d30]
      Thread 0x19a7a    priority <multiple> cpu time   0.073s
      28 thread_start + 13 (libsystem_c.dylib) [0x7fff84798181]
        28 _pthread_start + 327 (libsystem_c.dylib) [0x7fff847ab742]
          28 __NSThread__main__ + 1345 (Foundation) [0x7fff88789612]
            27 -[NSUIHeartBeat _heartBeatThread:] + 543 (AppKit) [0x7fff8095f958]
              27 usleep + 54 (libsystem_c.dylib) [0x7fff84835717]
                27 __semwait_signal + 10 (libsystem_kernel.dylib) [0x7fff816c6386]
                 *27 semaphore_wait_continue + 0 (mach_kernel) [0xffffff8000233ec0]
            1  -[NSUIHeartBeat _heartBeatThread:] + 1781 (AppKit) [0x7fff8095fe2e]
              1  -[NSProProgressIndicator heartBeat:] + 2138 (ProKit) [0x10854d841]
                1  -[NSProProgressIndicator drawRect:] + 188 (ProKit) [0x10854c85b]
                  1  -[NSProgressIndicator drawRect:] + 1704 (AppKit) [0x7fff8095e35c]
                    1  -[NSProProgressIndicator _drawThemeBackground] + 100 (ProKit) [0x10854bbc4]
                      1  -[NSProThemeFacet drawInFrame:alpha:operation:owner:userInfo:] + 237 (ProKit) [0x10862e547]
                        1  -[NSProThemeFacet _drawSpecificRenditionKey:inFrame:alpha:operation:isFocused:isFlipped:] + 431 (ProKit) [0x10862f85b]
                          1  DrawThreePartElementFromRenditionWithOperation + 79 (ProKit) [0x1085021e4]
                            1  -[_NSProThemePixelRendition imageForSliceIndex:] + 182 (ProKit) [0x108595adf]
                              1  -[NSImage addRepresentation:] + 82 (AppKit) [0x7fff8071e52d]
                                1  -[NSImage _addRepresentations:] + 129 (AppKit) [0x7fff8071e5d4]
                                  1  -[NSImage _usingRepresentationsPerformBlock:] + 91 (AppKit) [0x7fff8071e641]
                                    1  -[NSImage _usingRepProviderPerformBlock:] + 41 (AppKit) [0x7fff8071e67f]
                                      1  __31-[NSImage _addRepresentations:]_block_invoke_0 + 73 (AppKit) [0x7fff8071e866]
                                        1  -[NSImage _setRepProvider:] + 47 (AppKit) [0x7fff8071e8de]
                                          1  _NSAtomicSetObject + 51 (AppKit) [0x7fff8071e929]
                                            1  -[NSObject retain] + 110 (libobjc.A.dylib) [0x7fff8c1c464e]
                                              1  objc::DenseMap<objc_object*, unsigned long, true, objc::DenseMapInfo<objc_object*>, objc::DenseMapInfo<unsigned long> >::FindAndConstruct(objc_object* const&) + 32 (libobjc.A.dylib) [0x7fff8c1abd16]
                                                1  objc::DenseMap<objc_object*, unsigned long, true, objc::DenseMapInfo<objc_object*>, objc::DenseMapInfo<unsigned long> >::LookupBucketFor(objc_object* const&, std::__1::pair<objc_object*, unsigned long>*&) const + 82 (libobjc.A.dylib) [0x7fff8c1abd96]
                                                  1  <executing in user space>
      Thread 0x1b152    priority 47       
      28 start_wqthread + 13 (libsystem_c.dylib) [0x7fff84798171]
        28 _pthread_wqthread + 412 (libsystem_c.dylib) [0x7fff847adcb3]
          28 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff816c66d6]
           *28 ??? (mach_kernel + 3911280) [0xffffff80005bae70]
      Thread 0x1b322    priority 47       
      28 start_wqthread + 13 (libsystem_c.dylib) [0x7fff84798171]
        28 _pthread_wqthread + 412 (libsystem_c.dylib) [0x7fff847adcb3]
          28 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff816c66d6]
           *28 ??? (mach_kernel + 3911280) [0xffffff80005bae70]
      Thread 0x1b57a    priority <multiple> cpu time   0.002s
      28 start_wqthread + 13 (libsystem_c.dylib) [0x7fff84798171]
        28 _pthread_wqthread + 412 (libsystem_c.dylib) [0x7fff847adcb3]
          28 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff816c66d6]
           *28 ??? (mach_kernel + 3911280) [0xffffff80005bae70]
      Thread 0x1db6a    priority 47       
      28 thread_start + 13 (libsystem_c.dylib) [0x7fff84798181]
        28 _pthread_start + 327 (libsystem_c.dylib) [0x7fff847ab742]
          28 listenOnDelegatePort + 403 (QTKit) [0x7fff801c1496]
            28 CFRunLoopRun + 97 (CoreFoundation) [0x7fff82d2d371]
              28 CFRunLoopRunSpecific + 290 (CoreFoundation) [0x7fff82d1e6b2]
                28 __CFRunLoopRun + 1078 (CoreFoundation) [0x7fff82d1eee6]
                  28 __CFRunLoopServiceMachPort + 195 (CoreFoundation) [0x7fff82d19803]
                    28 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff816c4686]
                     *28 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000213030]
      Thread 0x1db6b    priority 47       
      28 thread_start + 13 (libsystem_c.dylib) [0x7fff84798181]
        28 _pthread_start + 327 (libsystem_c.dylib) [0x7fff847ab742]
          28 listenOnNotificationPort + 371 (QTKit) [0x7fff801c1931]
            28 CFRunLoopRun + 97 (CoreFoundation) [0x7fff82d2d371]
              28 CFRunLoopRunSpecific + 290 (CoreFoundation) [0x7fff82d1e6b2]
                28 __CFRunLoopRun + 1078 (CoreFoundation) [0x7fff82d1eee6]
                  28 __CFRunLoopServiceMachPort + 195 (CoreFoundation) [0x7fff82d19803]
                    28 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff816c4686]
                     *28 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000213030]
      Binary Images:
             0x107004000 -        0x107755fff  com.apple.Aperture 3.4 (3.4) <F66E6C13-82C8-3C10-91D2-6A749047429F> /Applications/Aperture.app/Contents/MacOS/Aperture
             0x1079f4000 -        0x107f10fff  com.apple.RedRock 1.9.4 (301.35) <6425F20F-6955-3997-9AEC-4E7198FC6111> /Applications/Aperture.app/Contents/Frameworks/RedRock.framework/Versions/A/Red Rock
             0x1084fc000 -        0x10876aff7  com.apple.prokit 7.3.1 (1943) <0B1D4E42-D5BF-32E9-9AFC-762167D91A02> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
             0x1091e5000 -        0x10925fff7  com.apple.proxtcore 1.4.1 (250.56) <3EE2E877-CBED-3842-8927-00E0805AB8A7> /Applications/Aperture.app/Contents/Frameworks/ProXTCore.framework/Versions/A/P roXTCore
          0x7fff801ad000 -     0x7fff8031eff7  com.apple.QTKit 7.7.1 (2599.13) <5B24A892-ED69-3C01-8B00-DF3AD81A20D4> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
          0x7fff80625000 -     0x7fff81252ff7  com.apple.AppKit 6.8 (1187.34) <1FF64844-EB62-3F96-AED7-6525B7CCEC23> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
          0x7fff816b4000 -     0x7fff816cfff7  libsystem_kernel.dylib <C0535565-35D1-31A7-A744-63D9F10F12A4> /usr/lib/system/libsystem_kernel.dylib
          0x7fff82cea000 -     0x7fff82ed3fff  com.apple.CoreFoundation 6.8 (744.12) <EF002794-DAEF-31C6-866C-E3E3AC387A9F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff84797000 -     0x7fff84863fe7  libsystem_c.dylib <8CBCF9B9-EBB7-365E-A3FF-2F3850763C6B> /usr/lib/system/libsystem_c.dylib
          0x7fff86cd1000 -     0x7fff87001ff7  com.apple.HIToolbox 2.0 <317F75F7-4B0F-35F5-89A7-F20BA60AC944> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
          0x7fff8709b000 -     0x7fff870f8ff7  com.apple.AE 645.3 (645.3) <FF867ACA-8628-3E5A-8FA0-AF429B42C5D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
          0x7fff8721d000 -     0x7fff87232ff7  libdispatch.dylib <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
          0x7fff886f4000 -     0x7fff88a50fff  com.apple.Foundation 6.8 (945.11) <A5D41956-A354-3ACC-9355-BE200072223B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff8c1a3000 -     0x7fff8c2bb92f  libobjc.A.dylib <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib
    *0xffffff7f8195b000 - 0xffffff7f819eeffb  com.apple.GeForce 8.0.61 (8.0.0) <2E56ED9A-D848-3795-9E52-56BABDC9000C> /System/Library/Extensions/GeForce.kext/Contents/MacOS/GeForce
    *0xffffff8000200000 - 0xffffff800074033c  mach_kernel <69A5853F-375A-3EF4-9247-478FD0247333> /mach_kernel
    Process:         accountsd [1527]
    Path:            /System/Library/Frameworks/Accounts.framework/Versions/A/Support/accountsd
    Architecture:    x86_64
    Parent:          launchd [321]
    UID:             501
    Sudden Term:     Clean (allows idle exit)
    Task size:       1324 pages
      Thread 0x17e17    DispatchQueue 1          priority 31       
      29 start + 1 (libdyld.dylib) [0x7fff8b5427e1]
        29 ??? (accountsd + 3048) [0x1053c5be8]
          29 CFRunLoopRunSpecific + 290 (CoreFoundation) [0x7fff82d1e6b2]
            29 __CFRunLoopRun + 1078 (CoreFoundation) [0x7fff82d1eee6]
              29 __CFRunLoopServiceMachPort + 195 (CoreFoundation) [0x7fff82d19803]
                29 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff816c4686]
                 *29 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000213030]
      Thread 0x17e1d    DispatchQueue 2          priority 33       
      29 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff872219ee]
        29 kevent + 10 (libsystem_kernel.dylib) [0x7fff816c6d16]
         *29 ??? (mach_kernel + 3471600) [0xffffff800054f8f0]
      Binary Images:
             0x1053c5000 -        0x1053c5fff  accountsd <0982A50A-159D-3E63-A2EC-6447F3706436> /System/Library/Frameworks/Accounts.framework/Versions/A/Support/accountsd
          0x7fff816b4000 -     0x7fff816cfff7  libsystem_kernel.dylib <C0535565-35D1-31A7-A744-63D9F10F12A4> /usr/lib/system/libsystem_kernel.dylib
          0x7fff82cea000 -     0x7fff82ed3fff  com.apple.CoreFoundation 6.8 (744.12) <EF002794-DAEF-31C6-866C-E3E3AC387A9F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff8721d000 -     0x7fff87232ff7  libdispatch.dylib <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
          0x7fff8b540000 -     0x7fff8b543ff7  libdyld.dylib <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
    *0xffffff8000200000 - 0xffffff800074033c  mach_kernel <69A5853F-375A-3EF4-9247-478FD0247333> /mach_kernel
    Process:         AirPort Base Station Agent [1570]
    Path:            /System/Library/CoreServices/AirPort Base Station Agent.app/Contents/MacOS/AirPort Base Station Agent
    Architecture:    x86_64
    Parent:          launchd [321]
    UID:             501
    Sudden Term:     Clean
    Task size:       474 pages
      Thread 0x180aa    DispatchQueue 1          priority 30       
      29 start + 1 (libdyld.dylib) [0x7fff8b5427e1]
        29 ??? (AirPort Base Station Agent + 71957) [0x10309f915]
          29 CFRunLoopRun + 97 (CoreFoundation) [0x7fff82d2d371]
            29 CFRunLoopRunSpecific + 290 (CoreFoundation) [0x7fff82d1e6b2]
              29 __CFRunLoopRun + 1078 (CoreFoundation) [0x7fff82d1eee6]
                29 __CFRunLoopServiceMachPort + 195 (CoreFoundation) [0x7fff82d19803]
                  29 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff816c4686]
                   *29 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000213030]
      Thread 0x180c4    DispatchQueue 2          priority 33       
      29 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff872219ee]
        29 kevent + 10 (libsystem_kernel.dylib) [0x7fff816c6d16]
         *29 ??? (mach_kernel + 3471600) [0xffffff800054f8f0]
      Thread 0x180e1    priority 31       
      29 thread_start + 13 (libsystem_c.dylib) [0x7fff84798181]
        29 _pthread_start + 327 (libsystem_c.dylib) [0x7fff847ab742]
          29 __select + 10 (libsystem_kernel.dylib) [0x7fff816c6322]
           *29 ??? (mach_kernel + 3581216) [0xffffff800056a520]
      Thread 0x180e2    priority 31       
      29 thread_start + 13 (libsystem_c.dylib) [0x7fff84798181]
        29 _pthread_start + 327 (libsystem_c.dylib) [0x7fff847ab742]
          29 ??? (AirPort Base Station Agent + 72800) [0x10309fc60]
            29 ??? (AirPort Base Station Agent + 10633) [0x103090989]
              29 ??? (AirPort Base Station Agent + 73571) [0x10309ff63]
                29 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff816c60fa]
                 *29 psynch_cvcontinue + 0 (mach_kernel) [0xffffff80005b5d30]
      Binary Images:
             0x10308e000 -        0x1030a4ff7  com.apple.AirPortBaseStationAgent 1.5.5 (155.7) <F3A0627B-7620-3A09-A390-3FEBA3DE9CCD> /System/Library/CoreServices/AirPort Base Station Agent.app/Contents/MacOS/AirPort Base Station Agent
          0x7fff816b4000 -     0x7fff816cfff7  libsystem_kernel.dylib <C0535565-35D1-31A7-A744-63D9F10F12A4> /usr/lib/system/libsystem_kernel.dylib
          0x7fff82cea000 -     0x7fff82ed3fff  com.apple.CoreFoundation 6.8 (744.12) <EF002794-DAEF-31C6-866C-E3E3AC387A9F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff84797000 -     0x7fff84863fe7  libsystem_c.dylib <8CBCF9B9-EBB7-365E-A3FF-2F3850763C6B> /usr/lib/system/libsystem_c.dylib
          0x7fff8721d000 -     0x7fff87232ff7  libdispatch.dylib <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
          0x7fff8b540000 -     0x7fff8b543ff7  libdyld.dylib <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
    *0xffffff8000200000 - 0xffffff800074033c  mach_kernel <69A5853F-375A-3EF4-9247-478FD0247333> /mach_kernel
    Process:         appleeventsd [60]
    Path:            /System/Library/CoreServices/appleeventsd
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             71
    Sudden Term:     Dirty (allows idle exit)
    Task size:       729 pages
      Thread 0x1fd      DispatchQueue 2          priority 33       
      29 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff872219ee]
        29 kevent + 10 (libsystem_kernel.dylib) [0x7fff816c6d16]
         *29 ??? (mach_kernel + 3471600) [0xffffff800054f8f0]
      Thread 0x1fe      DispatchQueue 7          priority 31       
      29 _dispatch_sig_thread + 45 (libdispatch.dylib) [0x7fff8721ed85]
        29 __sigsuspend_nocancel + 10 (libsystem_kernel.dylib) [0x7fff816c6566]
         *29 ??? (mach_kernel + 3581216) [0xffffff800056a520]
      Binary Images:
             0x1000ef000 -        0x1000effff  appleeventsd <4617FC4D-4C6C-3B62-9E64-08F9C99ABEEF> /System/Library/CoreServices/appleeventsd
          0x7fff816b4000 -     0x7fff816cfff7  libsystem_kernel.dylib <C0535565-35D1-31A7-A744-63D9F10F12A4> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8721d000 -     0x7fff87232ff7  libdispatch.dylib <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
    *0xffffff8000200000 - 0xffffff800074033c  mach_kernel <69A5853F-375A-3EF4-9247-478FD0247333> /mach_kernel
    Process:         AppleIDAuthAgent [788]
    Path:            /System/Library/CoreServices/AppleIDAuthAgent
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             0
    Sudden Term:     Clean (allows idle exit)
    Task size:       606 pages
      Thread 0x5be0     DispatchQueue 2          priority 33       
      29 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff872219ee]
        29 kevent + 10 (libsystem_kernel.dylib) [0x7fff816c6d16]
         *29 ??? (mach_kernel + 3471600) [0xffffff800054f8f0]
      Thread 0x5be2     DispatchQueue 7          priority 31       
      29 _dispatch_sig_thread + 45 (libdispatch.dylib) [0x7fff8721ed85]
        29 __sigsuspend_nocancel + 10 (libsystem_kernel.dylib) [0x7fff816c6566]
         *29 ??? (mach_kernel + 3581216) [0xffffff800056a520]
      Binary Images:
             0x102fea000 -        0x10301afff  AppleIDAuthAgent <83E1C2AC-BA88-304A-8CF5-E3FF228F77DB> /System/Library/CoreServices/AppleIDAuthAgent
          0x7fff816b4000 -     0x7fff816cfff7  libsystem_kernel.dylib <C0535565-35D1-31A7-A744-63D9F10F12A4> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8721d000 -     0x7fff87232ff7  libdispatch.dylib <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
    *0xffffff8000200000 - 0xffffff800074033c  mach_kernel <69A5853F-375A-3EF4-9247-478FD0247333> /mach_kernel
    Process:         AppleIDAuthAgent [1567]
    Path:            /System/Library/CoreServices/AppleIDAuthAgent
    Architecture:    x86_64
    Parent:          launchd [321]
    UID:             501
    Sudden Term:     Clean (allows idle exit)
    Task size:       494 pages
      Thread 0x180c6    DispatchQueue 2          priority 33       
      29 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff872219ee]
        29 kevent + 10 (libsystem_kernel.dylib) [0x7fff816c6d16]
         *29 ??? (mach_kernel + 3471600) [0xffffff800054f8f0]
      Thread 0x180c8    DispatchQueue 7          priority 31       
      29 _dispatch_sig_thread + 45 (libdispatch.dylib) [0x7fff8721ed85]
        29 __sigsuspend_nocancel + 10 (libsystem_kernel.dylib) [0x7fff816c6566]
         *29 ??? (mach_kernel + 3581216) [0xffffff800056a520]
      Thread 0x181d1    DispatchQueue 17         priority 31       
      29 start_wqthread + 13 (libsystem_c.dylib) [0x7fff84798171]
        29 _pthread_wqthread + 404 (libsystem_c.dylib) [0x7fff847adcab]
          29 _dispatch_worker_thread2 + 249 (libdispatch.dylib) [0x7fff872201c3]
            29 _dispatch_queue_invoke + 52 (libdispatch.dylib) [0x7fff872202f1]
              29 _dispatch_queue_drain + 180 (libdispatch.dylib) [0x7fff87220448]
                29 _dispatch_queue_invoke + 72 (libdispatch.dylib) [0x7fff87220305]
                  29 _dispatch_source_invoke + 691 (libdispatch.dylib) [0x7fff8722129b]
                    29 _dispatch_client_callout + 8 (libdispatch.dylib) [0x7fff8721f0b6]
                      29 _dispatch_after_timer_callback + 22 (libdispatch.dylib) [0x7fff8722396f]
                        29 _dispatch_client_callout + 8 (libdispatch.dylib) [0x7fff8721f0b6]
                          29 _dispatch_call_block_and_release + 15 (libdispatch.dylib) [0x7fff87222f01]
                            29 ??? (AppleIDAuthAgent + 9227) [0x10ab5a40b]
                              29 semaphore_timedwait_trap + 10 (libsystem_kernel.dylib) [0x7fff816c46da]
                               *29 semaphore_wait_continue + 0 (mach_kernel) [0xffffff8000233ec0]
      Binary Images:
             0x10ab58000 -        0x10ab88fff  AppleIDAuthAgent <83E1C2AC-BA88-304A-8CF5-E3FF228F77DB> /System/Library/CoreServices/AppleIDAuthAgent
          0x7fff816b4000 -     0x7fff816cfff7  libsystem_kernel.dylib <C0535565-35D1-31A7-A744-63D9F10F12A4> /usr/lib/system/libsystem_kernel.dylib
          0x7fff84797000 -     0x7fff84863fe7  libsystem_c.dylib <8CBCF9B9-EBB7-365E-A3FF-2F3850763C6B> /usr/lib/system/libsystem_c.dylib
          0x7fff8721d000 -     0x7fff87232ff7  libdispatch.dylib <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
    *0xffffff8000200000 - 0xffffff800074033c  mach_kernel <69A5853F-375A-3EF4-9247-478FD0247333> /mach_kernel
    Process:         AppleSpell [1548]
    Path:            /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
    Architecture:    x86_64
    Parent:          launchd [321]
    UID:             501
    Sudden Term:     Clean
    Task size:       661 pages (+3)
      Thread 0x17f63    DispatchQueue 1          priority 46       
      29 start + 1 (libdyld.dylib) [0x7fff8b5427e1]
        29 ??? (AppleSpell + 7271) [0x1087a8c67]
          29 -[NSSpellServer run] + 73 (Foundation) [0x7fff88875e36]
            29 CFRunLoopRun + 97 (CoreFoundation) [0x7fff82d2d371]
              29 CFRunLoopRunSpecific + 290 (CoreFoundation) [0x7fff82d1e6b2]
                29 __CFRunLoopRun + 1078 (CoreFoundation) [0x7fff82d1eee6]
                  29 __CFRunLoopServiceMachPort + 195 (CoreFoundation) [0x7fff82d19803]
                    29 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff816c4686]
                     *29 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000213030]
      Thread 0x17f65    DispatchQueue 2          priority 48       
      29 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff872219ee]
        29 kevent + 10 (libsystem_kernel.dylib) [0x7fff816c6d16]
         *29 ??? (mach_kernel + 3471600) [0xffffff800054f8f0]
      Thread 0x1e5fe    priority 46       
      9 start_wqthread + 13 (libsystem_c.dylib) [0x7fff84798171]
        9 _pthread_wqthread + 412 (libsystem_c.dylib) [0x7fff847adcb3]
          9 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff816c66d6]
           *8 ??? (mach_kernel + 3911280) [0xffffff80005bae70]
           *1 hndl_unix_scall64 + 19 (mach_kernel) [0xffffff80002ced33]
             *1 unix_syscall64 + 522 (mach_kernel) [0xffffff80005e182a]
               *1 workq_kernreturn + 478 (mach_kernel) [0xffffff80005ba7ae]
                 *1 ??? (mach_kernel + 3907428) [0xffffff80005b9f64]
                   *1 thread_block_reason + 275 (mach_kernel) [0xffffff800022d9f3]
                     *1 ??? (mach_kernel + 187521) [0xffffff800022dc81]
                       *1 processor_idle + 227 (mach_kernel) [0xffffff800022f1c3]
                         *1 machine_idle + 282 (mach_kernel) [0xffffff80002b8c5a]
      Binary Images:
             0x1087a7000 -        0x10885cff7  com.apple.AppleSpell 1.9 (173.1) <6ED0981A-B081-3345-8EBB-E4AB821B077A> /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
          0x7fff816b4000 -     0x7fff816cfff7  libsystem_kernel.dylib <C0535565-35D1-31A7-A744-63D9F10F12A4> /usr/lib/system/libsystem_kernel.dylib
          0x7fff82cea000 -     0x7fff82ed3fff  com.apple.CoreFoundation 6.8 (744.12) <EF002794-DAEF-31C6-866C-E3E3AC387A9F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff84797000 -     0x7fff84863fe7  libsystem_c.dylib <8CBCF9B9-EBB7-365E-A3FF-2F3850763C6B> /usr/lib/system/libsystem_c.dylib
          0x7fff8721d000 -     0x7fff87232ff7  libdispatch.dylib <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
          0x7fff886f4000 -     0x7fff88a50fff  com.apple.Foundation 6.8 (945.11) <A5D41956-A354-3ACC-9355-BE200072223B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff8b540000 -     0x7fff8b543ff7  libdyld.dylib <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
    *0xffffff8000200000 - 0xffffff800074033c  mach_kernel <69A5853F-375A-3EF4-9247-478FD0247333> /mach_kernel
    Process:         apsd [1534]
    Path:            /System/Library/PrivateFrameworks/ApplePushService.framework/apsd
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             0
    Task size:       1937 pages
      Thread 0x17e5b    DispatchQueue 1          priority 31       
      29 start + 1 (libdyld.dylib) [0x7fff8b5427e1]
        29 ??? (apsd + 21702) [0x10b0a44c6]
          29 -[NSRunLoop(NSRunLoop) run] + 74 (Foundation) [0x7fff8872718a]
            29 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 268 (Foundation) [0x7fff8878e89e]
              29 CFRunLoopRunSpecific + 290 (CoreFoundation) [0x7fff82d1e6b2]
                29 __CFRunLoopRun + 1078 (CoreFoundation) [0x7fff82d1eee6]
                  29 __CFRunLoopServiceMachPort + 195 (CoreFoundation) [0x7fff82d19803]
                    29 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff816c4686]
                     *29 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000213030]
      Thread 0x17e5c    DispatchQueue 2          priority 33       
      29 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff872219ee]
        29 kevent + 10 (libsystem_kernel.dylib) [0x7fff816c6d16]
         *29 ??? (mach_kernel + 3471600) [0xffffff800054f8f0]
      Thread 0x17e70    priority 63       
      29 thread_start + 13 (libsystem_c.dylib) [0x7fff84798181]
        29 _pthread_start + 327 (libsystem_c.dylib) [0x7fff847ab742]
          29 __NSThread__main__ + 1345 (Foundation) [0x7fff88789612]
            29 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356 (Foundation) [0x7fff8872b586]
              29 CFRunLoopRunSpecific + 290 (CoreFoundation) [0x7fff82d1e6b2]
                29 __CFRunLoopRun + 1078 (CoreFoundation) [0x7fff82d1eee6]
                  29 __CFRunLoopServiceMachPort + 195 (CoreFoundation) [0x7fff82d19803]
                    29 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff816c4686]
                     *29 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000213030]
      Thread 0x17e76    priority 31       
      29 thread_start + 13 (libsystem_c.dylib) [0x7fff84798181]
        29 _pthread_start + 327 (libsystem_c.dylib) [0x7fff847ab742]
          29 __select + 10 (libsystem_kernel.dylib) [0x7fff816c6322]
           *29 ??? (mach_kernel + 3581216) [0xffffff800056a520]
      Binary Images:
             0x10b09f000 -        0x10b11dff7  apsd <955901BC-3EA7-3976-9473-FD16EE108102> /System/Library/PrivateFrameworks/ApplePushService.framework/apsd
          0x7fff816b4000 -     0x7fff816cfff7  libsystem_kernel.dylib <C0535565-35D1-31A7-A744-63D9F10F12A4> /usr/lib/system/libsystem_kernel.dylib
          0x7fff82cea000 -     0x7fff82ed3fff  com.apple.CoreFoundation 6.8 (744.12) <EF002794-DAEF-31C6-866C-E3E3AC387A9F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff84797000 -     0x7fff84863fe7  libsystem_c.dylib <8CBCF9B9-EBB7-365E-A3FF-2F3850763C6B> /usr/lib/system/libsystem_c.dylib
          0x7fff8721d000 -     0x7fff87232ff7  libdispatch.dylib <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
          0x7fff886f4000 -     0x7fff88a50fff  com.apple.Foundation 6.8 (945.11) <A5D41956-A354-3ACC-9355-BE200072223B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff8b540000 -     0x7fff8b543ff7  libdyld.dylib <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
    *0xffffff8000200000 - 0xffffff800074033c  mach_kernel <69A5853F-375A-3EF4-9247-478FD0247333> /mach_kernel
    Process:         assistantd [1568]
    Path:            /System/Library/PrivateFrameworks/AssistantServices.framework/assistantd
    Architecture:    x86_64
    Parent:          launchd [321]
    UID:             501
    Task size:       1379 pages
      Thread 0x180a8    DispatchQueue 1          priority 31       
      29 start + 1 (libdyld.dylib) [0x7fff8b5427e1]
        29 ??? (assistantd + 7216) [0x10f16dc30]
          29 -[NSRunLoop(NSRunLoop) run] + 74 (Foundation) [0x7fff8872718a]
            29 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 268 (Foundation) [0x7fff8878e89e]
              29 CFRunLoopRunSpecific + 290 (CoreFoundation) [0x7fff82d1e6b2]
                29 __CFRunLoopRun + 1078 (CoreFoundation) [0x7fff82d1eee6]
                  29 __CFRunLoopServiceMachPort + 195 (CoreFoundation) [0x7fff82d19803]
                    29 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff816c4686]
                     *29 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000213030]
      Thread 0x1810b    DispatchQueue 2          priority 33       
      29 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff872219ee]
        29 kevent + 10 (libsystem_kernel.dylib) [0x7fff816c6d16]
         *29 ??? (mach_kernel + 3471600) [0xffffff800054f8f0]
      Binary Images:
             0x10f16c000 -        0x10f40cff7  assistantd <62DB4F2D-B333-3B4D-BCCE-B21A072B5F0B> /System/Library/PrivateFrameworks/AssistantServices.framework/assistantd
          0x7fff816b4000 -     0x7fff816cfff7  libsystem_kernel.dylib <C0535565-35D1-31A7-A744-63D9F10F12A4> /usr/lib/system/libsystem_kernel.dylib
          0x7fff82cea000 -     0x7fff82ed3fff  com.apple.CoreFoundation 6.8 (744.12) <EF002794-DAEF-31C6-866C-E3E3AC387A9F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff8721d000 -     0x7fff87232ff7  libdispatch.dylib <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
          0x7fff886f4000 -     0x7fff88a50fff  com.apple.Foundation 6.8 (945.11) <A5D41956-A354-3ACC-9355-BE200072223B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff8b540000 -     0x7fff8b543ff7  libdyld.dylib <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
    *0xffffff8000200000 - 0xffffff800074033c  mach_kernel <69A5853F-375A-3EF4-9247-478FD0247333> /mach_kernel
    Process:         autofsd [65]
    Path:            /usr/libexec/autofsd
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             0
    Sudden Term:     Clean
    Task size:       450 pages
      Thread 0x1d3      DispatchQueue 2          priority 33       
      29 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff872219ee]
        29 kevent + 10 (libsystem_kernel.dylib) [0x7fff816c6d16]
         *29 ??? (mach_kernel + 3471600) [0xffffff800054f8f0]
      Thread 0x1d4      DispatchQueue 7          priority 31       
      29 _dispatch_sig_thread + 45 (libdispatch.dylib) [0x7fff8721ed85]
        29 __sigsuspend_nocancel + 10 (libsystem_kernel.dylib) [0x7fff816c6566]
         *29 ??? (mach_kernel + 3581216) [0xffffff800056a520]
      Binary Images:
             0x10bf98000 -        0x10bf99fff  autofsd <84AA47F0-1486-37EE-9C69-12CB98C34F1C> /usr/libexec/autofsd
          0x7fff816b4000 -     0x7fff816cfff7  libsystem_kernel.dylib <C0535565-35D1-31A7-A744-63D9F10F12A4> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8721d000 -     0x7fff87232ff7  libdispatch.dylib <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
    *0xffffff8000200000 - 0xffffff800074033c  mach_kernel <69A5853F-375A-3EF4-9247-478FD0247333> /mach_kernel
    Process:         CalendarAgent [1533]
    Path:            /System/Library/PrivateFrameworks/CalendarAgent.framework/Executables/CalendarA gent
    Architecture:    x86_64
    Parent:          launchd [321]
    UID:             501
    Sudden Term:     Clean (allows idle exit)
    Task size:       8975 pages (-3)
      Thread 0x17e54    DispatchQueue 1          priority 30       
      29 start + 1 (libdyld.dylib) [0x7fff8b5427e1]
        29 ??? (CalendarAgent + 2739) [0x102dc9ab3]
          29 CFRunLoopRunSpecific + 290 (CoreFoundation) [0x7fff82d1e6b2]
            29 __CFRunLoopRun + 1078 (CoreFoundation) [0x7fff82d1eee6]
              29 __CFRunLoopServiceMachPort + 195 (CoreFoundation) [0x7fff82d19803]
                29 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff816c4686]
                 *29 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000213030]
      Thread 0x17e56    DispatchQueue 2          priority 33       
      29 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff872219ee]
        29 kevent + 10 (libsystem_kernel.dylib) [0x7fff816c6d16]
         *29 ??? (mach_kernel + 3471600) [0xffffff800054f8f0]

  • Log connection attempts and source IP address for connections that fail/timeout on RADIUS

    How can I log the connection attempts and source IP address for connections that fail RADIUS authentication?  I'm using RD Gateway on 2012 R2 in conjunction with Azure Multi-Factor Authentication Server on another 2012 R2 server.  When a user fails
    multifactor authentication or the authentication times out, all I get is Security event 6273 on the RD Gateway that the radius server did not process the request, and only the radius server's IP is logged.  There's nothing logged in TerminalServices-Gateway\Operational
    because the TS Gateway hasn't yet processed the connection attempt (all auditing options for RD Gateway are enabled).  The MFA/Radius Server is only logging the connection from the TSGateway - it doesn't know the original client's IP address.
    I'm looking for the equivalent of an IIS log - somewhere the RD Gateway should log the initial HTTPS connection attempt and the source IP address of the client.  I need to be able to track down potentially fraudulent login attempts. 

    Hi,
    Thank you for your posting in Windows Server Forum.
    This error might be caused by one of the following conditions:
    •  The user does not have valid credentials
    •  The connection method is not allowed by network policy
    •  The network access server is under attack
    •  NPS does not have access to the user account database on the domain controller
    •  NPS log files or the SQL Server database are not available
    To perform these procedures, you must be a member of Domain Admins.
    Please check for more information:
    Event ID 6273 — NPS Authentication Status
    http://technet.microsoft.com/en-us/library/cc735399(v=ws.10).aspx
    Hope it helps!
    Thanks.
    Dharmesh Solanki

  • Configuration Wizard-NW:BI-AS ABAP(Connectivity of BI and Source System): M

    Hi friends,
    I´m configuring the (NW: BI - AS ABAP (Connectivity of BI and Source System): Maintain) in NWA using Configuration Wizard.
    But there is the error in step (NW: BI - AS ABAP (Connectivity of BI and Source System): Maintain > Scenario UI: NW_BI_ABAP_DEFAULT > Scenario Process: Abap Server Integration to BI > Configuration Process > Configuration Unit: Initialize > Config Unit BI System: Initialize > Customizing: Assign Logical System to Client > Write Customizing data to Table T000)
    Below error log:
    *Write Customizing data to Table T000*
    Description:
    Exception in step "WriteProfile_1223390220410"
    Exception details : com.sap.tc.lm.ctc.metamodel.exception.ActionExecuteException: Exception during the import of the profile!
    State
    Step finished with error
    Support Information
    Type of Action
    WriteProfile
    Debug Events
    WriteProfile:Write Customizing data to Table T000
    Library: sap.com/tclmconfig~bs
    SourcePath ./com_sap_nw_bi_abap_default_maintain/ext_12064772269223/ext_1206447991146/Process_1207123636083/proc_1196064316796/Process_1204300420808/proc_1204300371034/WriteProfile_1223390220410
    Time 2011/11/03 at 15:36:57
    Schema content/NetWeaver/Common/Customizing/Clients/T000.xsd
    Type : View Maintenance
    Input
    <TABLE_T000 xmlns:expr="http:/sap.com/ctc/expressions"><T000><MANDT>100</MANDT><LOGSYS>SOLCLNT100</LOGSYS></T000></TABLE_T000>
    Schema
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:vma="http://www.sap.com/ctc/vma"
    elementFormDefault="qualified"> <xsd:element name="TABLE_T000" type="TABLE_T000"></xsd:element> <xsd:complexType name="TABLE_T000"> <xsd:sequence> <xsd:element name="T000" type="T000"> <xsd:annotation> <xsd:appinfo
    source="http://www.sap.com/ctc"> <vma:vmacontext table="T000" isupdate="false"/> </xsd:appinfo> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:complexType> <xsd:complexType name="T000"> <xsd:sequence> <xsd:element name="MANDT" type="xsd:string"> <xsd:annotation> <xsd:appinfo source="http://www.sap.com/ctc"> <vma:vmaproperty column="MANDT"/> </xsd:appinfo>
    </xsd:annotation> </xsd:element> <xsd:element name="LOGSYS" type="xsd:string"> <xsd:annotation> <xsd:appinfo source="http://www.sap.com/ctc"> <vma:vmaproperty column="LOGSYS"></vma:vmaproperty> </xsd:appinfo> </xsd:annotation> </xsd:element
    </xsd:sequence> </xsd:complexType> </xsd:schema>  
    Destination parameters
    user : SOLMAN_ADMIN
    password : % secure content %
    host : cdsolman
    sysnr : 01
    client : 100
    language : en
    Stack Trace
    Caused by: com.sap.tc.lm.ctc.cul.api.CULServiceException: Exception during the import of the profile!
         at com.sap.tc.lm.ctc.cul.serviceimpl.writeProfile.CULServiceWriteProfileImpl.writeProfile(CULServiceWriteProfileImpl.java:98)
         at com.sap.tc.lm.ctc.cul.serviceimpl.process.WriteProfileControllerImpl.execute(WriteProfileControllerImpl.java:160)
         ... 16 more
    Caused by: com.sap.tc.lm.ctc.cul.cpi.context.ConfigurationBrokerException: <Localization failed: ResourceBundle='com.sap.tc.lm.ctc.cul.cpi.CPIResourceBundle', ID='xml_parsing_exception', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key xml_parsing_exception
         at com.sap.tc.lm.ctc.cul.broker.BrokerWriteProfileImpl.writeProfile(BrokerWriteProfileImpl.java:79)
         at com.sap.tc.lm.ctc.cul.serviceimpl.writeProfile.CULServiceWriteProfileImpl.writeProfile(CULServiceWriteProfileImpl.java:95)
         ... 17 more
    Caused by: com.sap.tc.lm.ctc.provider.vmaprovider.exceptions.VMAProviderBaseException: Incorrect XML
         at com.sap.tc.lm.ctc.provider.vmaprovider.util.VMAUtil.getDocument(VMAUtil.java:349)
         at com.sap.tc.lm.ctc.provider.vmaprovider.util.VMAUtil.setXmlValue(VMAUtil.java:250)
         at com.sap.tc.lm.ctc.provider.vmaprovider.util.JCOProfileExecutorImpl.executeContext(JCOProfileExecutorImpl.java:310)
         at com.sap.tc.lm.ctc.provider.vmaprovider.util.JCOProfileExecutorImpl.executeChildNode(JCOProfileExecutorImpl.java:183)
         at com.sap.tc.lm.ctc.provider.vmaprovider.util.JCOProfileExecutorImpl.executeProfile(JCOProfileExecutorImpl.java:129)
         at com.sap.tc.lm.ctc.provider.vmaprovider.VMAWriteProfile.writeProfile(VMAWriteProfile.java:59)
         at com.sap.tc.lm.ctc.cul.broker.BrokerWriteProfileImpl.writeProfile(BrokerWriteProfileImpl.java:144)
         at com.sap.tc.lm.ctc.cul.broker.BrokerWriteProfileImpl.writeProfile(BrokerWriteProfileImpl.java:73)
    Caused by: com.sap.engine.lib.xml.parser.NestedSAXParserException: Fatal Error: com.sap.engine.lib.xml.parser.ParserException: Incorrect encoded sequence detected at character (hex) 0x6f, (bin) 1101111. Check whether the input parsed contains correctly encoded characters. Encoding used is: 'utf-8'(:main:, row:1, col:637)(:main:, row=1, col=637) -> com.sap.engine.lib.xml.parser.ParserException: Incorrect encoded sequence detected at character (hex) 0x6f, (bin) 1101111. Check whether the input parsed contains correctly encoded characters. Encoding used is: 'utf-8'(:main:, row:1, col:637)
         at com.sap.engine.lib.xml.parser.DOMParser.parse(DOMParser.java:139)
         at com.sap.engine.lib.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:127)
         at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:76)
         at com.sap.tc.lm.ctc.provider.vmaprovider.util.VMAUtil.getDocument(VMAUtil.java:341)
    Caused by: com.sap.engine.lib.xml.parser.ParserException: Incorrect encoded sequence detected at character (hex) 0x6f, (bin) 1101111. Check whether the input parsed contains correctly encoded characters. Encoding used is: 'utf-8'(:main:, row:1, col:637)
         at com.sap.engine.lib.xml.parser.readers.EncodedDataReader.read(EncodedDataReader.java:209)
         at com.sap.engine.lib.xml.parser.readers.EncodedDataReader.read(EncodedDataReader.java:207)
         at com.sap.engine.lib.xml.parser.helpers.AdvancedXMLStreamReader.read(AdvancedXMLStreamReader.java:143)
    All the others steps were finished successfully
    Only this step is with error. I don´t know that to do.
    Regards,
    Ricardo Arriado
    Edited by: Ricardo Arriado on Nov 4, 2011 6:24 PM

    Hi,
    Please double check the JCO user and the authorization.
    Or
    Apply these two notes, it should resolve ur issue
    1493124 CTC: Check table existence before table whitelist
    1471762 CTC: Automated Configuration:
    Hope this helps u.
    Best Regards
    Vijay K

  • Do I need to pay anything to Adobe if I inject java script using some open source library?

    Hello,
    I want to restrict PDF reader to achieve Digital Rights Management (DRM).
    Do I need to pay anything to Adobe if I inject java script to achieve so using some open source library?
    Basically I want my PDF documents to be restricted such that I can: 
    Limit printing
    Prevent screenshots
    Restrict access by license expiry date
    Restrict distribution of downloaded PDF (i.e. the document should run on specific machine only)
    Restrict copy and paste within PDF document
    I came across below links from which I suspect Adobe expects one to pay if he/she attempts to restrict reader functionality in some way?
    http://www.adobe.com/devnet/reader/topic_drm.html
    http://www.adobe.com/devnet/acrobat/overview.html
    Am I correct in my assumption?

    I think it is a vain hope to imagine you could implement DRM via JavaScript. Remember it can be turned off.
    Printing is either enabled or disabled according to document security.
    Working with PDFs does not require permission from Adobe but
    * adding functionality to Adobe Reader definitely does; a DRM development license is a major investment.
    * if the file is Reader-enabled, all third party tools will disable that.

  • Open-source library of componetns being built

    Just thought I'd chime in with a project I am working on when time allows. I am sure there are others out there, but I am doing this for a couple reasons. First, I find as I work on some components I'd like to see, I am learning how to use Swing more. There are times when I copy/paste some code from tutorial examples, then modify it to my liking. Second, I am working on a pluggable Swing based UI framework application that I am hoping to release into alpha in a few months, built around my plugin engine that is similar to the eclipse engine in how it works. I am seeing more and more Eclipse RCP applications using SWT being built or being talked about, and I believe the majority of GUI developers for Java are still using Swing, and in my opinion should continue to do so. As such, I hope to provide a very capable, robust GUI application framework that can run out of the box as an empty shell ready to take on plugins. Developers will use not only the plugin capability to quickly add dynamic features to an application, but plugins will make full use of "core" plugins (help facility, preferences panel, file chooser dialog, email/ftp services, web services, ejb services, jmx connectors, etc), as well as make use of the many widgets I plan to add (along with some others) with this library.
    I am working on several components initially. Some of them I am not sure yet that I can use, as I have taken source from examples and will need to get author permission to modify them and make them available. The library should be LGPL or BSD licensed. I have not yet got a library put together of the components. I thus far have a tree check box, list check box, rounded panels with gradient shadowing and outlining, drag and drop library that you can set the source and target components (or several), provide various types of data to be draggable between them, and the use of compositing the drag image to give it a ghost like appearance, wizard component, taskview (outlook style slidable bars), status bar, a dynamic toolbar that functions like the Mac OS X main bar, where when you mouse over them they can magnify in an animated manner. I am also working on a JFileChooser replacement, one with much more configurable capabilities. For example, when choosing directories, why does JFileChooser not allow you to hide the filename and Files of type fields? You can't make use of them because you are not displaying filenames in the chooser box.
    Anyway, the project is at www.sourceforge.net/projects/genpluginengine for the plugin engine, and /projects/theseuswidgets for the component library. Please feel free to join up on the forums/mail lists there, respond here, and help contribute!!
    Thanks.

     
    Have you looked at HighCharts
    or
    QuickGraph
    UML, then code

  • Multiple film rolls in source library

    Belated thanks to those who helped me create new film rolls (in August!) Your advice was accurate, but my source library shows no film rolls except 'last roll'(although there are many rolls shown on the hard disk). When I create a new selection of photos in a new film roll it simply makes that selection 'last roll' and I can't rename it.

    Yes, Film Rolls are very flexible. You can drag selected photo(s) into another roll. Don't release the mouse until the roll header is highlighted, and then the photos will drop into that roll. Command-click to add photos to your selection; that's the easiest way to select photos from different rolls at once. When they are selected, drag any one of them to the header of the roll to which you want them added. Or make your selection and do File > Create Film Roll to bring them into a new roll.
    Film Rolls only list chronologically, in ascending or descending order. So if you'd like to tweak the order of your rolls a bit, you can edit the film roll date. It's independent from the dates of the photos, so it doesn't hurt anything to change it.
    Have fun.

  • Import music and photo library from i pad to mac book pro

    i had a problem with the hard drive of my mac book pro and sold all conents. I now want to put the music and photo library and import it on the mac. it does not allow me to do it. what is the best way to do it so i have my library again on the mac books?

    You should be able to copy iTunes purchased music back via File > Devices > Transfer Purchases, but for music from other sources (e.g. copied from CDs), and if you don't have a copy of it anywhere else, then you will need a third-party program to copy it back from your iPad - there are some programs listed half-way down this page which should be able to copy it : https://discussions.apple.com/docs/DOC-3991
    If you've changed the hard-drive on your Mac you may also find this page for syncing to a new computer useful : https://discussions.apple.com/docs/DOC-3141
    For photos, if they were taken with the iPad, copied to it via the camera connection kit, or saved from emails/websites then on a Mac you can use Image Capture, iPhoto or Aperture to copy them off : http://support.apple.com/kb/HT4083
    To copy photos that were originally synced from a computer you will need a third-party app on your iPad such as Simple Transfer which can copy them off via your wifi network. But as photos are 'optimised' when they are synced to an iPad, any that you then copy back to a computer may not be exactly the same as they originally were on your computer.

Maybe you are looking for

  • I want to find a particular word in a file

    Hi, I have got the contents of a file in a ArrayList using : String name = null;      ArrayList<String> myArrayStrings = new ArrayList<String>();Then got a word using : myArrayStrings.get(r) This word was generated randomly and in a loop so I dont kn

  • Hello, what is the best way for me to convert RW2 raw format for use in Photoshop CC

    Hello, what is the best way for me to convert RW2 raw format for use in Photoshop CC. I would appreciate any help with this.

  • A scaling issue is driving me nuts...

    I can't figure out how to set Illustrator CS3 so that I can scale objects uniformly by using the <shift> key and the arrow tool... currently, if I hold down the shift key and drag the corner of the object, the object does not scale uniformly for some

  • EJB & other naming convention

    Hi everyone, I'm developing an application with web presentation tier and EJB Business tier. anyway, I'm looking for the best solution of namming convetion in EJB or other part of the application. So, my EJB tier has entity such as Pricing part (Pric

  • Sync iPhone with mountian lion

    I tried to sync my iPhone with my Mac after I upgrade the software to mountian lion And I can't sync the notes. I would like to know please how can I sync the notes? Becoase I didn't found the settings were can I set the notes in iTunes info? Thanks