Reserving tasks

Here is a condensed version of my issue:
Hardware:  cDAQ-9174 USB, module of concern, NI-9401 used as a counter/timer module.
Software:  LabVIEW 12, Windows 7
What I need to do:
Ctr0 is used to generate a finite number of pulses to turn a motor X distance.
Ctr1 is used to read a digital linear gage.
Everything worked fine until I wanted to generate only X number of pulses. Before I had the task set up for continuous pulses and was watching the linear gage until the desired distance was seen, then I would stop the task. I also set the on-time, off-time of the pulse (velocity).
Beginning of program I use the DAQmx Control Task to "reserve" the task.
To start motor, I'm using the DAQmx Write, Counter/Timer, 1Chan N Samp.
To set the number of pulses now, I'm using the DAQmx Timing, sample mode = finite, samples per channel = distance.
It works once, then I receive error -201133 which says I need to reserve all tasks that use this device. I am at the beginning of my program, once for each counter.
In my main loop I'm using DAQmx Is Task Done? to determine when I need to go to the next step in the program. When I see the task is done, I stop the task, which shouldn't make a difference (no error reported) if the task is already done.
As soon as I try to write the number of pulses to the task again, I get error -201133.
I'm trying to explain this without having to copy/paste parts of my program for visual aid, but I'll try to do that.
This is the first time I've used the cDAQ so I've never had to "reserve" hardware.
Any suggestions are appreciated!
Thanks,
Teri
Attachments:
CT01.jpg ‏116 KB
CT02.jpg ‏25 KB
CT03.jpg ‏44 KB

You should try closing the task and opening it again between each reading sense you want different sample clock parameters.  I bet that would fix your issue.
TimC
National Instruments
Applications Engineer

Similar Messages

  • Error 50103 the specified resource is reserved - task name - on 4 modules

    Hi all.
    I'm sorry i put this post by mistake in Measurement Studio for.NET: smileyindifferent:
    Let me tell you my configuration:
    software:   Windows XP sp3, Labview 8.5 en.
    hardware:   NI-cDAQ chassis 9172 with 4 modules installed (in this order):
                            1. NI-9217 (4 RTDs)
                            2. NI-9217 (4 RTDs)
                            3. NI-9219 (4 RTDs)
                            4. NI-9219 (4 RTDs)
    So, i want to aquire 16 temperatures.
    In MAX v4.3, all is working fine.
    As you aspected, I have the famous error 50103:  "The specified resource is reserved. The operation could not be completed
    as specified". "Task name: unnamedTask<9>".   - highlighting module #2.
    My goal is to read these temperatures consecutively, i mean: mod1 ch0..ch3, mod2 ch0..ch3 and so on.
    My programm (vi) is like that:
    In a while loop I have a Stacked Sequence Structure which has 4 frames, each for every DAQ Assistant asigned and configurated
    for those modules.
    So i have: Assitant1 for mod1, Assistant2 for mod2, and so on.
    The Assistants work well in configuration preview mod. (I see 4 temperatures on each module).
    But in my programm, i got the error above, on module2.
    I read something about this error and I understand that I can't use 2 or more resource in the same time.
    I understand that a resource represents a channel on a module.
    At each DAQ Assistant output I have a Split Signal (split in 4)
    But with this configuration and this algorithm I suppose I read all 16 channels in total consecutively, not in the same time.
    Am I wrong ?
    How can I fix the problem ? : smileysad:
    Thanks.
    Solved!
    Go to Solution.

    Hi dsasorin,
    The error that you have mentioned can be caused due to a number of reasons. There is a knowledgebase article listing several reasons for it that can be helpful. Have you created a task beforehand in MAX? Are you generating the code directly from it or are you writing the code in LabVIEW and asking it to use the channels from the task you specify? Have you tried using the lower level DAQmx VIs such as DAQmx Task name and then tried generating code from that by right-clicking and selecting Generate Code >> Configuration and Example. Hope this helps!
    Ipshita C.
    National Instruments
    Applications Engineer

  • Missing "RESERVED" BPM-Tasks from my Substitute in Taskcollection BPM OData

    Hello,
    i'm developing a Integration-scenario with BPM-Tasks. Therfore i'm using the ODATA-REST Service.
    The access to the Taskcollection shows me all my BPM-Tasks.
    Now a second User activated me as his substitute. I expected that my TaskCollection shows me all the Tasks of my substitute, but he just delivered me the tasks that are in statuts "READY". The Tasks which are in status "RESERVED" were not shown in the TAskCollection.
    Has anybody an idea, what i have to do for getting all Task in every status.
    this is my request for the TaskCollection:
    http://xxx:99999/bpmodata/tasks.svc/TaskCollection?$orderby=CreatedOn%20desc&$filter=Status%20ne%20%27COMPLETED%27&$expand=TaskDefinitionData&$inlinecount=allpages
    There is one more Problem with the TaskCollection:
    The propertie "SubstitutedUser" is always initial, even when the Task is from the Subsituted User by activated substitutionrule.
    I'm thankfull for every idea.
    Regards
    Demetrius P.

    Hello Andre,
    thank you for your reply. That is unfortunately not the answer i hoped for ;-)
    Than i have question for claiming a task. I'm always getting the same error:
    Befor sending the POST-Request I fill the Header with a X-CSRF-token and the coockies. Here is my code and my URL i'm sending with the client-request. I have tested the same URL with the CHROME Postman and there it works fine:
    Can you say me what i'm doing wrong?
    URL-Request in "path": http://host:porthttp://czt.rz.sys.aok.de:52600/bpmodata/tasks.svc/Claim?&%26InstanceID=%27bpm%253A%252F%252Fbpm.sap.com%252Ftask-instance%252F0218e66cd9a511e3c1f800000ffbd0e3%27&%26SAP__ORIGIN=%27CZT_CZT_26%27/bpmodata/tasks.svc/Claim?InstanceID='bpm%3A%2F%2Fbpm.sap.com%2Ftask-instance%2F0218e66cd9a511e3c1f800000ffbd0e3'&SAP__Origin='CZT_CZT_26'
    Code:
        DATA: path TYPE string,
          errortext TYPE string, "used for error handling
          subrc  TYPE sysubrc,
          l_str_subrc TYPE string,
          dummy TYPE string,
          l_wrk_message TYPE bapiret2,
          l_token TYPE string,
          l_instance TYPE string,
          l_origin TYPE string.
          client->refresh_request(    ).
        " setzen POST-Methode---------------------------
        client->request->set_method( if_http_request=>co_request_method_post ).
        "erst den absoluten Teil generieren lassen
        client->create_abs_url(
          EXPORTING
            path        = '/bpmodata/tasks.svc/Claim?'
          RECEIVING
            url         =     path
       CONCATENATE path  'InstanceID=''' i_instance_id '''&SAP__Origin=''' i_sap_origin '''' into path.
        cl_http_utility=>set_request_uri( request = client->request
         uri  = path ).
        "x-crsf-token auslesen und setzten für die Post-Methode
        l_token = client->response->get_header_field( me->co_csrf_token ).
        DATA: lt_cookies TYPE tihttpcki,
              lw_coockies LIKE LINE OF lt_cookies.
        client->response->get_cookies(
          CHANGING
            cookies = lt_cookies    " Cookies
        LOOP AT lt_cookies INTO lw_coockies.
          client->request->set_cookie(
           EXPORTING
             name    =  lw_coockies-name   " Name des Cookies
             value   =  lw_coockies-value   " Wert des Cookies
        ENDLOOP.
        client->request->set_header_field(
          EXPORTING
            name  =  me->co_csrf_token   " Name des Header-Feldes
            value =  l_token   " Wert des Header-Feldes
        client->request->set_header_field(
          EXPORTING
            name  =  'Content-Type'   " Name des Header-Feldes
            value =  'application/atom+xml'   " Wert des Header-Feldes
        client->send(
    *    EXPORTING
    *      timeout                    = CO_TIMEOUT_DEFAULT    " Timeout von Antwortwartezeit
          EXCEPTIONS
            http_communication_failure = 1
            http_invalid_state         = 2
            http_processing_failed     = 3
            http_invalid_timeout       = 4
            OTHERS                     = 5
        IF sy-subrc <> 0.
          l_wrk_message-type = sy-msgty.
          l_wrk_message-id   = sy-msgid.
          CALL METHOD client->get_last_error
            IMPORTING
              code    = subrc
              message = errortext.
          l_str_subrc = subrc.
          CONCATENATE 'Receive-Fehler:(' 'Code:' l_str_subrc '):' errortext INTO l_wrk_message-message SEPARATED BY space.
          APPEND l_wrk_message TO t_message.
          EXIT.
        ENDIF.
        client->receive(
          EXCEPTIONS
            http_communication_failure = 1
            http_invalid_state         = 2
            http_processing_failed     = 3
            OTHERS                     = 4
        IF sy-subrc <> 0.
          l_wrk_message-type = sy-msgty.
          l_wrk_message-id   = sy-msgid.
          CALL METHOD client->get_last_error
            IMPORTING
              code    = subrc
              message = errortext.
          l_str_subrc = subrc.
          CONCATENATE 'Receive-Fehler:(' 'Code:' l_str_subrc '):' errortext INTO l_wrk_message-message SEPARATED BY space.
          APPEND l_wrk_message TO t_message.
          EXIT.
        ELSE.
          xmlstring = client->response->get_data( ).
        ENDIF.
    regards
    Demetrius

  • Cisco UCS // task "Remove IPAddress Reservation"

    Hello UCSD community,
    i"m starting to work with USCD for 2 weeks now .. and its not easy !
    -- version 4.1.0.4
    i have created some "Public IP pools " ; I'm able to assign IP address from this Pool without issue;
    but when i'm trying to unassign this pool with using user input , this is not working...
    - tested with using inout Type "ipaddress", "gen_text_input", "StaticPoolIP" without success..
    the task is correclty executed, but the IP pools is not deleted.
    Jul 18, 2014 13:33:16 UTC Request submitted
    Jul 18, 2014 13:33:22 UTC Executing workflow item number 1
    Jul 18, 2014 13:33:22 UTC Completed workflow item number 1, with status Completed
    Jul 18, 2014 13:33:28 UTC Executing workflow item number 2
    Jul 18, 2014 13:33:28 UTC Trigger context executeWorkFlowStep called
    Jul 18, 2014 13:33:28 UTC Executing custom action testip (Remove IPAddress Reservation)
    Jul 18, 2014 13:33:28 UTC Executing custom action testip (Remove IPAddress Reservation)
    Jul 18, 2014 13:33:28 UTC Task #1 (testip (Remove IPAddress Reservation)) completed successfully in 0 seconds
    Jul 18, 2014 13:33:28 UTC Input/Output values for Task #1 (testip (Remove IPAddress Reservation)):
    Jul 18, 2014 13:33:28 UTC [Mapped Input: Reserved IPAddress = 1.1.1.1]
    Jul 18, 2014 13:33:28 UTC [Output: IPAddress = 1.1.1.1]
    Jul 18, 2014 13:33:28 UTC Completed workflow item number 2, with status Completed
    Jul 18, 2014 13:33:34 UTC Executing workflow item number 3
    Jul 18, 2014 13:33:34 UTC Completed workflow item number 3, with status Completed
    any idea ?
    in advance, thnaks
    fab

    Hi,
    ConfigMgr Driver Injector
    This tool will allow you to capture installed drivers on your workstations and then will automatically import them in ConfigMgr 2012.
    http://gallery.technet.microsoft.com/ConfigMgr-Driver-Injector-aae7d17d
    Hope it will help you.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Photoshop CC 2014 on Mac Book Pro Retina (late 2013) crashes alot on random tasks in OSX Yosemite

    When I am busy in Photoshop CC 2014 (latest version) postprocessing photos OSX crashes and no error message appears. These instability problem occur with random tasks in Photoshop. Mac osx is up to date and also tested with the graphic processor disabled in photoshop. After doing a hard reset by pushes the power button for a few secods and loggin in the system I got a message that there is a graphics problem and to report it to apple. A photoshop developer told my that there is a problem with the video driver and that is known by Apple and that you are working on a solutions??? Please let me know if this is true. Everything is up-to-date.
    Also sometimes a problem report appears:
    Process: Adobe Photoshop CC 2014 [463]
    Path: /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/MacOS/Adobe Photoshop CC 2014
    Identifier: com.adobe.Photoshop
    Version: 15.2.2 (15.2.2.310)
    Code Type: X86-64 (Native)
    Parent Process: ??? [1]
    Responsible: Adobe Photoshop CC 2014 [463]
    User ID: 502
    Date/Time: 2015-01-04 15:07:59.560 +0100
    OS Version: Mac OS X 10.10.1 (14B25)
    Report Version: 11
    Anonymous UUID: 690AFF2D-4188-7CE1-7274-62719F6D1470
    Time Awake Since Boot: 1600 seconds
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Exception Type: EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: EXC_I386_GPFLT
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0 com.apple.CoreFoundation 0x00007fff93268827 CFRelease + 39
    1 com.adobe.Photoshop 0x0000000101720772 0x1007d7000 + 16029554
    2 com.adobe.Photoshop 0x0000000101229bb6 0x1007d7000 + 10824630
    3 com.adobe.Photoshop 0x00000001011f86e3 0x1007d7000 + 10622691
    4 com.adobe.Photoshop 0x000000010114fe69 0x1007d7000 + 9932393
    5 com.adobe.Photoshop 0x00000001008ee0e1 0x1007d7000 + 1143009
    6 com.adobe.Photoshop 0x00000001008e2ed7 0x1007d7000 + 1097431
    7 com.adobe.Photoshop 0x00000001008eb4ec 0x1007d7000 + 1131756
    8 com.adobe.Photoshop 0x000000010086068a 0x1007d7000 + 562826
    9 com.adobe.Photoshop 0x000000010086676d 0x1007d7000 + 587629
    10 com.adobe.Photoshop 0x0000000100865981 0x1007d7000 + 584065
    11 com.adobe.Photoshop 0x00000001008617bf 0x1007d7000 + 567231
    12 com.adobe.Photoshop 0x00000001008615a6 0x1007d7000 + 566694
    13 com.adobe.Photoshop 0x000000010206cbb4 0x1007d7000 + 25779124
    14 com.apple.AppKit 0x00007fff999d6e98 -[NSApplication run] + 711
    15 com.adobe.Photoshop 0x000000010206d382 0x1007d7000 + 25781122
    16 com.adobe.Photoshop 0x000000010206e6f8 0x1007d7000 + 25786104
    17 com.adobe.Photoshop 0x0000000100861e8f 0x1007d7000 + 568975
    18 com.adobe.Photoshop 0x0000000100b15dce 0x1007d7000 + 3403214
    19 com.adobe.Photoshop 0x0000000100b15f29 0x1007d7000 + 3403561
    20 com.adobe.Photoshop 0x00000001007d9334 0x1007d7000 + 9012
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0 libsystem_kernel.dylib 0x00007fff965e422e kevent64 + 10
    1 libdispatch.dylib 0x00007fff96a54a6a _dispatch_mgr_thread + 52
    Thread 2:: MPSupport Worker
    0 libsystem_kernel.dylib 0x00007fff965e3132 __psynch_cvwait + 10
    1 MultiProcessor Support 0x000000011130e40b 0x1112c7000 + 291851
    2 MultiProcessor Support 0x000000011130e30b 0x1112c7000 + 291595
    3 MultiProcessor Support 0x000000011132e844 0x1112c7000 + 424004
    4 libsystem_pthread.dylib 0x00007fff8f9fa2fc _pthread_body + 131
    5 libsystem_pthread.dylib 0x00007fff8f9fa279 _pthread_start + 176
    6 libsystem_pthread.dylib 0x00007fff8f9f84b1 thread_start + 13
    Thread 3:: MPSupport Worker
    0 libsystem_kernel.dylib 0x00007fff965e3132 __psynch_cvwait + 10
    1 MultiProcessor Support 0x000000011130e40b 0x1112c7000 + 291851
    2 MultiProcessor Support 0x000000011130e30b 0x1112c7000 + 291595
    3 MultiProcessor Support 0x000000011132e844 0x1112c7000 + 424004
    4 libsystem_pthread.dylib 0x00007fff8f9fa2fc _pthread_body + 131
    5 libsystem_pthread.dylib 0x00007fff8f9fa279 _pthread_start + 176
    6 libsystem_pthread.dylib 0x00007fff8f9f84b1 thread_start + 13
    Thread 4:: MPSupport Worker
    0 libsystem_kernel.dylib 0x00007fff965e3132 __psynch_cvwait + 10
    1 MultiProcessor Support 0x000000011130e40b 0x1112c7000 + 291851
    2 MultiProcessor Support 0x000000011130e30b 0x1112c7000 + 291595
    3 MultiProcessor Support 0x000000011132e844 0x1112c7000 + 424004
    4 libsystem_pthread.dylib 0x00007fff8f9fa2fc _pthread_body + 131
    5 libsystem_pthread.dylib 0x00007fff8f9fa279 _pthread_start + 176
    6 libsystem_pthread.dylib 0x00007fff8f9f84b1 thread_start + 13
    Thread 5:: MPSupport Worker
    0 libsystem_kernel.dylib 0x00007fff965e3132 __psynch_cvwait + 10
    1 MultiProcessor Support 0x000000011130e40b 0x1112c7000 + 291851
    2 MultiProcessor Support 0x000000011130e30b 0x1112c7000 + 291595
    3 MultiProcessor Support 0x000000011132e844 0x1112c7000 + 424004
    4 libsystem_pthread.dylib 0x00007fff8f9fa2fc _pthread_body + 131
    5 libsystem_pthread.dylib 0x00007fff8f9fa279 _pthread_start + 176
    6 libsystem_pthread.dylib 0x00007fff8f9f84b1 thread_start + 13
    Thread 6:: MPSupport Worker
    0 libsystem_kernel.dylib 0x00007fff965e3132 __psynch_cvwait + 10
    1 MultiProcessor Support 0x000000011130e40b 0x1112c7000 + 291851
    2 MultiProcessor Support 0x000000011130e30b 0x1112c7000 + 291595
    3 MultiProcessor Support 0x000000011132e844 0x1112c7000 + 424004
    4 libsystem_pthread.dylib 0x00007fff8f9fa2fc _pthread_body + 131
    5 libsystem_pthread.dylib 0x00007fff8f9fa279 _pthread_start + 176
    6 libsystem_pthread.dylib 0x00007fff8f9f84b1 thread_start + 13
    Thread 7:: MPSupport Worker
    0 libsystem_kernel.dylib 0x00007fff965e3132 __psynch_cvwait + 10
    1 MultiProcessor Support 0x000000011130e40b 0x1112c7000 + 291851
    2 MultiProcessor Support 0x000000011130e30b 0x1112c7000 + 291595
    3 MultiProcessor Support 0x000000011132e844 0x1112c7000 + 424004
    4 libsystem_pthread.dylib 0x00007fff8f9fa2fc _pthread_body + 131
    5 libsystem_pthread.dylib 0x00007fff8f9fa279 _pthread_start + 176
    6 libsystem_pthread.dylib 0x00007fff8f9f84b1 thread_start + 13
    Thread 8:: MPSupport Worker
    0 libsystem_kernel.dylib 0x00007fff965e3132 __psynch_cvwait + 10
    1 MultiProcessor Support 0x000000011130e40b 0x1112c7000 + 291851
    2 MultiProcessor Support 0x000000011130e30b 0x1112c7000 + 291595
    3 MultiProcessor Support 0x000000011132e844 0x1112c7000 + 424004
    4 libsystem_pthread.dylib 0x00007fff8f9fa2fc _pthread_body + 131
    5 libsystem_pthread.dylib 0x00007fff8f9fa279 _pthread_start + 176
    6 libsystem_pthread.dylib 0x00007fff8f9f84b1 thread_start + 13
    Thread 9:
    0 libsystem_kernel.dylib 0x00007fff965de56a semaphore_wait_trap + 10
    1 libtbb.dylib 0x0000000105db9550 tbb::internal::rml::private_worker::thread_routine(void*) + 480
    2 libsystem_pthread.dylib 0x00007fff8f9fa2fc _pthread_body + 131
    3 libsystem_pthread.dylib 0x00007fff8f9fa279 _pthread_start + 176
    4 libsystem_pthread.dylib 0x00007fff8f9f84b1 thread_start + 13
    Thread 10:
    0 libsystem_kernel.dylib 0x00007fff965de56a semaphore_wait_trap + 10
    1 libtbb.dylib 0x0000000105db9550 tbb::internal::rml::private_worker::thread_routine(void*) + 480
    2 libsystem_pthread.dylib 0x00007fff8f9fa2fc _pthread_body + 131
    3 libsystem_pthread.dylib 0x00007fff8f9fa279 _pthread_start + 176
    4 libsystem_pthread.dylib 0x00007fff8f9f84b1 thread_start + 13
    Thread 11:
    0 libsystem_kernel.dylib 0x00007fff965de56a semaphore_wait_trap + 10
    1 libtbb.dylib 0x0000000105db9550 tbb::internal::rml::private_worker::thread_routine(void*) + 480
    2 libsystem_pthread.dylib 0x00007fff8f9fa2fc _pthread_body + 131
    3 libsystem_pthread.dylib 0x00007fff8f9fa279 _pthread_start + 176
    4 libsystem_pthread.dylib 0x00007fff8f9f84b1 thread_start + 13
    Thread 12:
    0 libsystem_kernel.dylib 0x00007fff965de56a semaphore_wait_trap + 10
    1 libtbb.dylib 0x0000000105db9550 tbb::internal::rml::private_worker::thread_routine(void*) + 480
    2 libsystem_pthread.dylib 0x00007fff8f9fa2fc _pthread_body + 131
    3 libsystem_pthread.dylib 0x00007fff8f9fa279 _pthread_start + 176
    4 libsystem_pthread.dylib 0x00007fff8f9f84b1 thread_start + 13
    Thread 13:
    0 libsystem_kernel.dylib 0x00007fff965de56a semaphore_wait_trap + 10
    1 libtbb.dylib 0x0000000105db9550 tbb::internal::rml::private_worker::thread_routine(void*) + 480
    2 libsystem_pthread.dylib 0x00007fff8f9fa2fc _pthread_body + 131
    3 libsystem_pthread.dylib 0x00007fff8f9fa279 _pthread_start + 176
    4 libsystem_pthread.dylib 0x00007fff8f9f84b1 thread_start + 13
    Thread 14:
    0 libsystem_kernel.dylib 0x00007fff965de56a semaphore_wait_trap + 10
    1 libtbb.dylib 0x0000000105db9550 tbb::internal::rml::private_worker::thread_routine(void*) + 480
    2 libsystem_pthread.dylib 0x00007fff8f9fa2fc _pthread_body + 131
    3 libsystem_pthread.dylib 0x00007fff8f9fa279 _pthread_start + 176
    4 libsystem_pthread.dylib 0x00007fff8f9f84b1 thread_start + 13
    Thread 15:
    0 libsystem_kernel.dylib 0x00007fff965de56a semaphore_wait_trap + 10
    1 libtbb.dylib 0x0000000105db9550 tbb::internal::rml::private_worker::thread_routine(void*) + 480
    2 libsystem_pthread.dylib 0x00007fff8f9fa2fc _pthread_body + 131
    3 libsystem_pthread.dylib 0x00007fff8f9fa279 _pthread_start + 176
    4 libsystem_pthread.dylib 0x00007fff8f9f84b1 thread_start + 13
    Thread 16:
    0 libsystem_kernel.dylib 0x00007fff965e3486 __semwait_signal + 10
    1 com.adobe.PSAutomate 0x000000013e45f5f8 0x13e311000 + 1369592
    2 com.adobe.PSAutomate 0x000000013e44505e 0x13e311000 + 1261662
    3 com.adobe.PSAutomate 0x000000013e45f195 0x13e311000 + 1368469
    4 libsystem_pthread.dylib 0x00007fff8f9fa2fc _pthread_body + 131
    5 libsystem_pthread.dylib 0x00007fff8f9fa279 _pthread_start + 176
    6 libsystem_pthread.dylib 0x00007fff8f9f84b1 thread_start + 13
    Thread 17:
    0 libsystem_kernel.dylib 0x00007fff965de52e mach_msg_trap + 10
    1 libsystem_kernel.dylib 0x00007fff965dd69f mach_msg + 55
    2 com.apple.CoreFoundation 0x00007fff932c2b14 __CFRunLoopServiceMachPort + 212
    3 com.apple.CoreFoundation 0x00007fff932c1fdb __CFRunLoopRun + 1371
    4 com.apple.CoreFoundation 0x00007fff932c1838 CFRunLoopRunSpecific + 296
    5 com.apple.AppKit 0x00007fff99b467a7 _NSEventThread + 137
    6 libsystem_pthread.dylib 0x00007fff8f9fa2fc _pthread_body + 131
    7 libsystem_pthread.dylib 0x00007fff8f9fa279 _pthread_start + 176
    8 libsystem_pthread.dylib 0x00007fff8f9f84b1 thread_start + 13
    Thread 18:
    0 libsystem_kernel.dylib 0x00007fff965e3336 __recvfrom + 10
    1 VulcanMessage5.dylib 0x0000000108d13b32 vcfoundation::io::BSDNamedPipe::Read(void*, unsigned long) + 24
    2 VulcanMessage5.dylib 0x0000000108d11c40 vcfoundation::io::BufferedReader::InternalRead(char*, long) + 112
    3 VulcanMessage5.dylib 0x0000000108d11cae vcfoundation::io::BufferedReader::Read(void*, unsigned long) + 60
    4 VulcanMessage5.dylib 0x0000000108d0a7d0 vcfoundation::io::IVCChannel::ReadFully(void*, unsigned long) + 70
    5 VulcanMessage5.dylib 0x0000000108d0b262 vcfoundation::io::Serializer::InternalDeserialize() + 30
    6 VulcanMessage5.dylib 0x0000000108d0b16f vcfoundation::io::Serializer::Deserialize() + 9
    7 VulcanMessage5.dylib 0x0000000108d10782 vcfoundation::ncomm::Connection::ReadIn() + 28
    8 VulcanMessage5.dylib 0x0000000108d108c6 vcfoundation::ncomm::NCService::ReadResponse(vcfoundation::ncomm::INCRequest*, vcfoundation::ncomm::INCListener&, vcfoundation::ncomm::NCService::ConRef&) + 40
    9 VulcanMessage5.dylib 0x0000000108d10681 vcfoundation::ncomm::NCService::Execute(vcfoundation::ncomm::INCRequest*, vcfoundation::ncomm::INCListener&) + 109
    10 VulcanMessage5.dylib 0x0000000108d105fa vcfoundation::ncomm::NCService::Execute(vcfoundation::ncomm::INCRequest*) + 32
    11 VulcanMessage5.dylib 0x0000000108d0132b adobe::vulcan::servicemgr::CSIRequest::Execute() + 53
    12 VulcanMessage5.dylib 0x0000000108d02507 adobe::vulcan::servicemgr::RegisterForEventsRequest::Run() + 353
    13 VulcanMessage5.dylib 0x0000000108d112d0 vcfoundation::thread::AbstractThread::Run() + 50
    14 VulcanMessage5.dylib 0x0000000108d15523 vcfoundation::thread::Thread::ThreadProc(void*) + 9
    15 libsystem_pthread.dylib 0x00007fff8f9fa2fc _pthread_body + 131
    16 libsystem_pthread.dylib 0x00007fff8f9fa279 _pthread_start + 176
    17 libsystem_pthread.dylib 0x00007fff8f9f84b1 thread_start + 13
    Thread 19:: UxTech Queue ThreadController
    0 libsystem_kernel.dylib 0x00007fff965e3132 __psynch_cvwait + 10
    1 com.adobe.Photoshop 0x0000000101f3c0fb 0x1007d7000 + 24531195
    2 com.adobe.Photoshop 0x000000010257e8bb 0x1007d7000 + 31094971
    3 com.adobe.Photoshop 0x000000010257cd7b 0x1007d7000 + 31087995
    4 com.adobe.Photoshop 0x000000010209bc44 0x1007d7000 + 25971780
    5 libsystem_pthread.dylib 0x00007fff8f9fa2fc _pthread_body + 131
    6 libsystem_pthread.dylib 0x00007fff8f9fa279 _pthread_start + 176
    7 libsystem_pthread.dylib 0x00007fff8f9f84b1 thread_start + 13
    Thread 20:: UxTech Queue ThreadController
    0 libsystem_kernel.dylib 0x00007fff965e3132 __psynch_cvwait + 10
    1 com.adobe.Photoshop 0x0000000101f3c0fb 0x1007d7000 + 24531195
    2 com.adobe.Photoshop 0x000000010257e8bb 0x1007d7000 + 31094971
    3 com.adobe.Photoshop 0x000000010257cd7b 0x1007d7000 + 31087995
    4 com.adobe.Photoshop 0x000000010209bc44 0x1007d7000 + 25971780
    5 libsystem_pthread.dylib 0x00007fff8f9fa2fc _pthread_body + 131
    6 libsystem_pthread.dylib 0x00007fff8f9fa279 _pthread_start + 176
    7 libsystem_pthread.dylib 0x00007fff8f9f84b1 thread_start + 13
    Thread 21:: UxTech Queue ThreadController
    0 libsystem_kernel.dylib 0x00007fff965e3132 __psynch_cvwait + 10
    1 com.adobe.Photoshop 0x0000000101f3c0fb 0x1007d7000 + 24531195
    2 com.adobe.Photoshop 0x000000010257e8bb 0x1007d7000 + 31094971
    3 com.adobe.Photoshop 0x000000010257cd7b 0x1007d7000 + 31087995
    4 com.adobe.Photoshop 0x000000010209bc44 0x1007d7000 + 25971780
    5 libsystem_pthread.dylib 0x00007fff8f9fa2fc _pthread_body + 131
    6 libsystem_pthread.dylib 0x00007fff8f9fa279 _pthread_start + 176
    7 libsystem_pthread.dylib 0x00007fff8f9f84b1 thread_start + 13
    Thread 22:: UxTech Queue ThreadController
    0 libsystem_kernel.dylib 0x00007fff965e3132 __psynch_cvwait + 10
    1 com.adobe.Photoshop 0x0000000101f3c0fb 0x1007d7000 + 24531195
    2 com.adobe.Photoshop 0x000000010257e8bb 0x1007d7000 + 31094971
    3 com.adobe.Photoshop 0x000000010257cd7b 0x1007d7000 + 31087995
    4 com.adobe.Photoshop 0x000000010209bc44 0x1007d7000 + 25971780
    5 libsystem_pthread.dylib 0x00007fff8f9fa2fc _pthread_body + 131
    6 libsystem_pthread.dylib 0x00007fff8f9fa279 _pthread_start + 176
    7 libsystem_pthread.dylib 0x00007fff8f9f84b1 thread_start + 13
    Thread 23:: com.apple.NSURLConnectionLoader
    0 libsystem_kernel.dylib 0x00007fff965de52e mach_msg_trap + 10
    1 libsystem_kernel.dylib 0x00007fff965dd69f mach_msg + 55
    2 com.apple.CoreFoundation 0x00007fff932c2b14 __CFRunLoopServiceMachPort + 212
    3 com.apple.CoreFoundation 0x00007fff932c1fdb __CFRunLoopRun + 1371
    4 com.apple.CoreFoundation 0x00007fff932c1838 CFRunLoopRunSpecific + 296
    5 com.apple.CFNetwork 0x00007fff8c694d20 +[NSURLConnection(Loader) _resourceLoadLoop:] + 434
    6 com.apple.Foundation 0x00007fff9a6f7b7a __NSThread__main__ + 1345
    7 libsystem_pthread.dylib 0x00007fff8f9fa2fc _pthread_body + 131
    8 libsystem_pthread.dylib 0x00007fff8f9fa279 _pthread_start + 176
    9 libsystem_pthread.dylib 0x00007fff8f9f84b1 thread_start + 13
    Thread 24:
    0 libsystem_kernel.dylib 0x00007fff965e3132 __psynch_cvwait + 10
    1 com.adobe.ape.engine 0x0000000140ef33dd APXGetHostAPI + 2516301
    2 com.adobe.ape.engine 0x0000000140ca15c1 APXGetHostAPI + 83761
    3 com.adobe.ape.engine 0x0000000140ef34a1 APXGetHostAPI + 2516497
    4 com.adobe.ape.engine 0x0000000140ef351a APXGetHostAPI + 2516618
    5 com.adobe.ape.engine 0x0000000140ef3649 APXGetHostAPI + 2516921
    6 libsystem_pthread.dylib 0x00007fff8f9fa2fc _pthread_body + 131
    7 libsystem_pthread.dylib 0x00007fff8f9fa279 _pthread_start + 176
    8 libsystem_pthread.dylib 0x00007fff8f9f84b1 thread_start + 13
    Thread 25:
    0 libsystem_kernel.dylib 0x00007fff965e3132 __psynch_cvwait + 10
    1 com.adobe.ape.engine 0x0000000140ef33dd APXGetHostAPI + 2516301
    2 com.adobe.ape.engine 0x0000000140ca15c1 APXGetHostAPI + 83761
    3 com.adobe.ape.engine 0x0000000140ef34a1 APXGetHostAPI + 2516497
    4 com.adobe.ape.engine 0x0000000140ef351a APXGetHostAPI + 2516618
    5 com.adobe.ape.engine 0x0000000140ef3649 APXGetHostAPI + 2516921
    6 libsystem_pthread.dylib 0x00007fff8f9fa2fc _pthread_body + 131
    7 libsystem_pthread.dylib 0x00007fff8f9fa279 _pthread_start + 176
    8 libsystem_pthread.dylib 0x00007fff8f9f84b1 thread_start + 13
    Thread 26:
    0 libsystem_kernel.dylib 0x00007fff965e3132 __psynch_cvwait + 10
    1 com.adobe.ape.engine 0x0000000140ef33dd APXGetHostAPI + 2516301
    2 com.adobe.ape.engine 0x0000000140ca15c1 APXGetHostAPI + 83761
    3 com.adobe.ape.engine 0x0000000140ef34a1 APXGetHostAPI + 2516497
    4 com.adobe.ape.engine 0x0000000140ef351a APXGetHostAPI + 2516618
    5 com.adobe.ape.engine 0x0000000140ef3649 APXGetHostAPI + 2516921
    6 libsystem_pthread.dylib 0x00007fff8f9fa2fc _pthread_body + 131
    7 libsystem_pthread.dylib 0x00007fff8f9fa279 _pthread_start + 176
    8 libsystem_pthread.dylib 0x00007fff8f9f84b1 thread_start + 13
    Thread 27:
    0 libsystem_kernel.dylib 0x00007fff965e3132 __psynch_cvwait + 10
    1 com.adobe.ape.engine 0x0000000140ef33dd APXGetHostAPI + 2516301
    2 com.adobe.ape.engine 0x0000000140ca15c1 APXGetHostAPI + 83761
    3 com.adobe.ape.engine 0x0000000140ef34a1 APXGetHostAPI + 2516497
    4 com.adobe.ape.engine 0x0000000140ef351a APXGetHostAPI + 2516618
    5 com.adobe.ape.engine 0x0000000140ef3649 APXGetHostAPI + 2516921
    6 libsystem_pthread.dylib 0x00007fff8f9fa2fc _pthread_body + 131
    7 libsystem_pthread.dylib 0x00007fff8f9fa279 _pthread_start + 176
    8 libsystem_pthread.dylib 0x00007fff8f9f84b1 thread_start + 13
    Thread 28:: com.apple.CFSocket.private
    0 libsystem_kernel.dylib 0x00007fff965e33f6 __select + 10
    1 libsystem_pthread.dylib 0x00007fff8f9fa2fc _pthread_body + 131
    2 libsystem_pthread.dylib 0x00007fff8f9fa279 _pthread_start + 176
    3 libsystem_pthread.dylib 0x00007fff8f9f84b1 thread_start + 13
    Thread 29:
    0 libsystem_kernel.dylib 0x00007fff965e3132 __psynch_cvwait + 10
    1 com.adobe.ape.engine 0x0000000140ef33a0 APXGetHostAPI + 2516240
    2 com.adobe.ape.engine 0x0000000140f0b5ab APXGetHostAPI + 2615067
    3 com.adobe.ape.engine 0x0000000140ef34a1 APXGetHostAPI + 2516497
    4 com.adobe.ape.engine 0x0000000140ef351a APXGetHostAPI + 2516618
    5 com.adobe.ape.engine 0x0000000140ef3649 APXGetHostAPI + 2516921
    6 libsystem_pthread.dylib 0x00007fff8f9fa2fc _pthread_body + 131
    7 libsystem_pthread.dylib 0x00007fff8f9fa279 _pthread_start + 176
    8 libsystem_pthread.dylib 0x00007fff8f9f84b1 thread_start + 13
    Thread 30:
    0 libsystem_kernel.dylib 0x00007fff965e3132 __psynch_cvwait + 10
    1 com.adobe.ape.engine 0x0000000140ef33a0 APXGetHostAPI + 2516240
    2 com.adobe.ape.engine 0x0000000141086073 APXGetHostAPI + 4166115
    3 com.adobe.ape.engine 0x0000000140ef34a1 APXGetHostAPI + 2516497
    4 com.adobe.ape.engine 0x0000000140ef351a APXGetHostAPI + 2516618
    5 com.adobe.ape.engine 0x0000000140ef3649 APXGetHostAPI + 2516921
    6 libsystem_pthread.dylib 0x00007fff8f9fa2fc _pthread_body + 131
    7 libsystem_pthread.dylib 0x00007fff8f9fa279 _pthread_start + 176
    8 libsystem_pthread.dylib 0x00007fff8f9f84b1 thread_start + 13
    Thread 31:: General Background Service
    0 libsystem_kernel.dylib 0x00007fff965e3132 __psynch_cvwait + 10
    1 com.adobe.Photoshop 0x0000000100ae56e1 0x1007d7000 + 3204833
    2 com.adobe.Photoshop 0x00000001023a6358 0x1007d7000 + 29160280
    3 com.adobe.Photoshop 0x00000001023a5b3b 0x1007d7000 + 29158203
    4 com.adobe.Photoshop 0x00000001023a6cba 0x1007d7000 + 29162682
    5 com.adobe.Photoshop 0x000000010209bc44 0x1007d7000 + 25971780
    6 libsystem_pthread.dylib 0x00007fff8f9fa2fc _pthread_body + 131
    7 libsystem_pthread.dylib 0x00007fff8f9fa279 _pthread_start + 176
    8 libsystem_pthread.dylib 0x00007fff8f9f84b1 thread_start + 13
    Thread 32:: Update Activation Menu Items
    0 libsystem_kernel.dylib 0x00007fff965e3486 __semwait_signal + 10
    1 com.adobe.Photoshop 0x0000000100a7bcd3 0x1007d7000 + 2772179
    2 com.adobe.Photoshop 0x000000010209bc44 0x1007d7000 + 25971780
    3 libsystem_pthread.dylib 0x00007fff8f9fa2fc _pthread_body + 131
    4 libsystem_pthread.dylib 0x00007fff8f9fa279 _pthread_start + 176
    5 libsystem_pthread.dylib 0x00007fff8f9f84b1 thread_start + 13
    Thread 33:
    0 libsystem_kernel.dylib 0x00007fff965e3946 __workq_kernreturn + 10
    1 libsystem_pthread.dylib 0x00007fff8f9f84a1 start_wqthread + 13
    Thread 34:
    0 libsystem_kernel.dylib 0x00007fff965e3946 __workq_kernreturn + 10
    1 libsystem_pthread.dylib 0x00007fff8f9f84a1 start_wqthread + 13
    Thread 35:
    0 libsystem_kernel.dylib 0x00007fff965e3132 __psynch_cvwait + 10
    1 com.apple.CoreServices.CarbonCore 0x00007fff9108f9c7 TSWaitOnConditionTimedRelative + 147
    2 com.apple.CoreServices.CarbonCore 0x00007fff9108f5a2 TSWaitOnSemaphoreCommon + 403
    3 com.apple.CoreServices.CarbonCore 0x00007fff91049a38 AsyncFileThread(void*) + 281
    4 libsystem_pthread.dylib 0x00007fff8f9fa2fc _pthread_body + 131
    5 libsystem_pthread.dylib 0x00007fff8f9fa279 _pthread_start + 176
    6 libsystem_pthread.dylib 0x00007fff8f9f84b1 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
    rax: 0x00000001051b80f0 rbx: 0x00007fff5f427ca0 rcx: 0x00007fff7d3ccd01 rdx: 0x00006100000bfce8
    rdi: 0x0001000000000000 rsi: 0x0000610000025800 rbp: 0x00007fff5f427320 rsp: 0x00007fff5f4272e0
    r8: 0x0000000000000002 r9: 0x0000600000e433f8 r10: 0x0000600000e433f8 r11: 0x0000000105283940
    r12: 0x0000000000000000 r13: 0x0000000105153200 r14: 0x0000000105584db8 r15: 0x0001000000000000
    rip: 0x00007fff93268827 rfl: 0x0000000000010246 cr2: 0x00007fff5f428058
    Logical CPU: 4
    Error Code: 0x00000000
    Trap Number: 13
    Binary Images:
    0x1007d7000 - 0x1050b3fbf +com.adobe.Photoshop (15.2.2 - 15.2.2.310) /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/MacOS/Adobe Photoshop CC 2014
    0x105dab000 - 0x105ddbfef +libtbb.dylib (0) /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/libtbb.dylib
    0x105dfe000 - 0x105e23fff +libtbbmalloc.dylib (0) /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/libtbbmalloc.dylib
    0x105e4e000 - 0x105f4dfff +com.adobe.amtlib (8.0.0.122 - 8.0.0.122) /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
    0x105f64000 - 0x106224fcf +com.adobe.PlugPlugOwl (5.2.0.54 - 5.2.0.54) /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/PlugPlugOwl.framework/Versions/A/PlugPlugOwl
    0x1064e3000 - 0x10658eff7 +com.adobe.AdobeScCore (ScCore 4.5.5 - 4.5.5.32401) /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore
    0x1065d7000 - 0x106695fff +com.adobe.AdobeExtendScript (ExtendScript 4.5.5 - 4.5.5.32401) /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtend Script
    0x1066e5000 - 0x1066ebfff org.twain.dsm (1.9.5 - 1.9.5) /System/Library/Frameworks/TWAIN.framework/Versions/A/TWAIN
    0x1066f8000 - 0x10670bff7 +com.adobe.ahclientframework (1.8.0.31 - 1.8.0.31) /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
    0x106715000 - 0x106717ff7 com.apple.textencoding.unicode (2.7 - 2.7) /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x10671c000 - 0x106720fff com.apple.agl (3.3.0 - AGL-3.3.0) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x106729000 - 0x106923ff7 +com.adobe.owl (AdobeOwl version 5.2.4 - 5.2.4) /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
    0x10696e000 - 0x106d62ff7 +com.adobe.MPS (AdobeMPS 5.8.1.33340 - 5.8.1.33340) /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
    0x106ddf000 - 0x106e0dfff +VulcanControl.dylib (5.0.0.82 - 5.0.0.82 © 2013 Adobe Systems, Inc. All rights reserved.) /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/VulcanControl.dylib
    0x106e41000 - 0x107184fff +com.adobe.AGM (AdobeAGM 4.30.41.33308 - 4.30.41.33308) /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x1071f2000 - 0x1071f3ff7 libCyrillicConverter.dylib (64) /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib
    0x1071f7000 - 0x10751cff7 +com.adobe.CoolType (AdobeCoolType 5.15.00.33308 - 5.15.00.33308) /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x107569000 - 0x107590ff7 +com.adobe.BIBUtils (AdobeBIBUtils 1.1.01 - 1.1.01) /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
    0x10759c000 - 0x1075c0ff7 +com.adobe.AXE8SharedExpat (AdobeAXE8SharedExpat 3.8.0.32260 - 3.8.0.32260) /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE 8SharedExpat
    0x1075e5000 - 0x107714fff +com.winsoft.wrservices (WRServices 8.0.0 - 8.0.0) /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
    0x107775000 - 0x1078c3ff7 +com.adobe.ACE (AdobeACE 2.20.02.33308 - 2.20.02.33308) /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x1078df000 - 0x1078fefff +com.adobe.BIB (AdobeBIB 1.2.03.33308 - 1.2.03.33308) /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x10790b000 - 0x1079c4ff7 +com.adobe.JP2K (1.2.2 - 1.2.2.33078) /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
    0x107a0b000 - 0x107a0fff7 +com.adobe.ape.shim (3.4.0.29366 - 3.4.0.29366) /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/adbeape.framework/Versions/A/adbeape
    0x107a18000 - 0x107accfff +com.adobe.AdobeXMPCore (Adobe XMP Core 5.6 -c 14 - 79.156797) /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
    0x107b7f000 - 0x1080d7fef +com.nvidia.cg (2.2.0006 - 0) /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/Cg.framework/Cg
    0x10874a000 - 0x1087d6fff +com.adobe.headlights.LogSessionFramework (7.2.1.3399) /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
    0x10881f000 - 0x108b5ffff +com.adobe.AIF (AdobeAIF 2014.0.00 - 2014.0.00) /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/aif_ogl.framework/Versions/A/aif_ogl
    0x108caa000 - 0x108cd3ff7 +com.adobe.PDFSettings (AdobePDFSettings 1.04.0 - 1.4) /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdobePDFSettings.framework/Versions/A/AdobePDFSett ings
    0x108cec000 - 0x108ceefff +com.adobe.AdobeCrashReporter (7.0 - 7.0.1) /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrash Reporter
    0x108cf7000 - 0x108d39ff7 +VulcanMessage5.dylib (5.0.0.82 - 5.0.0.82 © 2013 Adobe Systems, Inc. All rights reserved.) /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/VulcanMessage5.dylib
    0x108d81000 - 0x108e7fff7 +com.adobe.AXEDOMCore (AdobeAXEDOMCore 3.8.0.32260 - 3.8.0.32260) /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeAXEDOMCo re
    0x108f2e000 - 0x109088fff +com.adobe.linguistic.LinguisticManager (8.0.0 - 20256) /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguist ic
    0x1090d6000 - 0x1090f2ff7 +com.adobe.AIF (AdobeAIF 2014.0.00 - 2014.0.00) /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/aif_ocl.framework/Versions/A/aif_ocl
    0x109109000 - 0x109155fff +com.adobe.AIF (AdobeAIF 2014.0.00 - 2014.0.00) /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/aif_core.framework/Versions/A/aif_core
    0x109164000 - 0x1091d3ff7 +com.adobe.adobe_caps (adobe_caps 8.0.0.13 - 8.0.0.13) /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
    0x1091e1000 - 0x1092acfff +com.adobe.PM (AdbePM 2.2.00.32695 - 2.2.00.32695) /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdbePM.framework/Versions/A/AdbePM
    0x10d933000 - 0x10d950fff libJapaneseConverter.dylib (64) /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0x10d955000 - 0x10d977ff7 libKoreanConverter.dylib (64) /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0x10d97b000 - 0x10d98afff libSimplifiedChineseConverter.dylib (64) /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x10d98e000 - 0x10d9a0fff libTraditionalChineseConverter.dylib (64) /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x10d9ac000 - 0x10d9d4ffb libRIP.A.dylib (772) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib
    0x11106d000 - 0x11106dfef +cl_kernels (???) cl_kernels
    0x11107b000 - 0x11107bff5 +cl_kernels (???) cl_kernels
    0x111216000 - 0x111219fff +FastCore (???) /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Required/Plug-Ins/Extensions/FastCore.plugin/Contents/MacOS/F astCore
    0x111220000 - 0x11124ffff +MMXCore (???) /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Required/Plug-Ins/Extensions/MMXCore.plugin/Contents/MacOS/MM XCore
    0x1112c7000 - 0x11134ffff +MultiProcessor Support (???) /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Required/Plug-Ins/Extensions/MultiProcessor Support.plugin/Contents/MacOS/MultiProcessor Support
    0x117409000 - 0x117442ff7 +com.adobe.pip (7.2.1.3399) /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdobePIP.framework/AdobePIP
    0x11747c000 - 0x11747cffe +cl_kernels (???) cl_kernels
    0x117481000 - 0x11752dfff ColorSyncDeprecated.dylib (442) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x11788d000 - 0x117891fff com.apple.audio.AppleHDAHALPlugIn (267.0 - 267.0) /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x1178a9000 - 0x1178a9fef +cl_kernels (???) cl_kernels
    0x117bf6000 - 0x117c16fff com.apple.cmio.DAL.AppleCamera (400.5.23 - AppleCameraDeviceAbstractionLayer-5.23.0) /Library/CoreMediaIO/*/AppleCamera.plugin/Contents/MacOS/AppleCamera
    0x13d886000 - 0x13d897fff +MeasurementCore (???) /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Required/Plug-Ins/Measurements/MeasurementCore.plugin/Content s/MacOS/MeasurementCore
    0x13d89d000 - 0x13dcccff7 +com.google.selectivetool (2.1.25 - 2.1.25.456) /Applications/Adobe Photoshop CC 2014/*/SelectivePalette.plugin/Contents/MacOS/SelectivePalette
    0x13e0aa000 - 0x13e0e8fff +com.ononesoftware.vcb.perfecteffects.8.plugin.proxy (8.1.0 - 8.1.0) /Applications/Adobe Photoshop CC 2014/*/Perfect Effects 8.plugin/Contents/MacOS/Perfect Effects 8
    0x13e11d000 - 0x13e1e8ff7 +com.ononesoftware.ONCore8 (8.0 - 1) /Library/Frameworks/ONCore8.framework/Versions/A/ONCore8
    0x13e28a000 - 0x13e2b4ff7 +com.ononesoftware.ONDocument8 (8.0 - 1) /Library/Frameworks/ONDocument8.framework/Versions/A/ONDocument8
    0x13e2f6000 - 0x13e2fafff +com.ononesoftware.ONProxySupport8 (8.1.0 - 8.1.0) /Library/Frameworks/ONProxySupport8.framework/Versions/A/ONProxySupport8
    0x13e302000 - 0x13e30aff7 +com.topazlabs.RemaskAutomate (2.5) /Library/Application Support/Topaz Labs/*/TopazRemaskAutomate.plugin/Contents/MacOS/TopazRemaskAutomate
    0x13e311000 - 0x13e553ff7 +com.adobe.PSAutomate (15.2.2 - 15.2.2) /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Required/Plug-Ins/Extensions/ScriptingSupport.plugin/Contents /MacOS/ScriptingSupport
    0x13e5d8000 - 0x13e6cdff7 +com.adobe.AdbeScriptUIFlex (ScriptUIFlex 6.3.2 - 6.3.2.32394) /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdbeScriptUIFlex.framework/Versions/A/AdbeScriptUI Flex
    0x13e761000 - 0x13e787ff7 +com.adobe.ape (3.4.0.29366 - 3.4.0.29366) /Library/Application Support/Adobe/*/adbeapecore.framework/adbeapecore
    0x13ebf5000 - 0x13ec34ff7 +com.adobe.AAM.AdobeUpdaterNotificationFramework (UpdaterNotifications 8.0.0.14 - 8.0.0.14) /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/updaternotifications.framework/Versions/A/UpdaterN otifications
    0x13ec50000 - 0x13ed36fef unorm8_bgra.dylib (2.4.5) /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
    0x140c58000 - 0x141bddfef +com.adobe.ape.engine (3.4.0.29366 - 3.4.0.29366) /Library/Application Support/Adobe/*/adbeapecore.framework/Libraries/adbeapeengine.bundle/Contents/M acOS/adbeapeengine
    0x142626000 - 0x1426a0ff7 com.apple.xquery (1.3.1 - 30) /System/Library/PrivateFrameworks/XQuery.framework/XQuery
    0x14668a000 - 0x146771fe7 +IMSLib.dylib (7.0.0.154 - 7.0.0.154) /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/IMSLib.dylib
    0x123400000000 - 0x1234004f7ff7 com.apple.driver.AppleIntelHD5000GraphicsGLDriver (10.0.86 - 10.0.0) /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD5000GraphicsGLDriver
    0x123440000000 - 0x123440864fff com.apple.GeForceGLDriver (10.0.43 - 10.0.0) /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
    0x7fff6b673000 - 0x7fff6b6a9837 dyld (353.2.1) /usr/lib/dyld
    0x7fff8c5f4000 - 0x7fff8c7f7ff3 com.apple.CFNetwork (720.1.1 - 720.1.1) /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff8c801000 - 0x7fff8c807ff7 libsystem_networkextension.dylib (167.1.10) /usr/lib/system/libsystem_networkextension.dylib
    0x7fff8c808000 - 0x7fff8c81dff7 com.apple.AppContainer (4.0 - 238) /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r
    0x7fff8c81e000 - 0x7fff8c82aff7 com.apple.OpenDirectory (10.10 - 187) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff8c878000 - 0x7fff8c878fff libOpenScriptingUtil.dylib (162) /usr/lib/libOpenScriptingUtil.dylib
    0x7fff8c879000 - 0x7fff8c881fff libMatch.1.dylib (24) /usr/lib/libMatch.1.dylib
    0x7fff8c882000 - 0x7fff8c89cff7 com.apple.Kerberos (3.0 - 1) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff8c89d000 - 0x7fff8c8a9ff7 libGPUSupportMercury.dylib (11.0.7) /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupportMercury.dylib
    0x7fff8c8aa000 - 0x7fff8c8aefff libCoreVMClient.dylib (79) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x7fff8c9ad000 - 0x7fff8c9b4ff7 libcompiler_rt.dylib (35) /usr/lib/system/libcompiler_rt.dylib
    0x7fff8c9b5000 - 0x7fff8ca26ff7 com.apple.framework.IOKit (2.0.2 - 1050.1.21) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff8ca27000 - 0x7fff8ca7bfff libc++.1.dylib (120) /usr/lib/libc++.1.dylib
    0x7fff8ca7c000 - 0x7fff8cba3fff com.apple.coreui (2.1 - 305) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff8cbe0000 - 0x7fff8cbf2fff libsasl2.2.dylib (193) /usr/lib/libsasl2.2.dylib
    0x7fff8cbf3000 - 0x7fff8cc18fff libPng.dylib (1231) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff8cc19000 - 0x7fff8cc66ff3 com.apple.print.framework.PrintCore (10.0 - 451) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x7fff8cc67000 - 0x7fff8ccb6ff7 com.apple.opencl (2.4.2 - 2.4.2) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff8cd22000 - 0x7fff8cdd1fe7 libvMisc.dylib (512) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x7fff8ce08000 - 0x7fff8ce9dff7 com.apple.ColorSync (4.9.0 - 4.9.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff8cea2000 - 0x7fff8cec6fef libJPEG.dylib (1231) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff8cec7000 - 0x7fff8cec9fff libsystem_configuration.dylib (699.1.5) /usr/lib/system/libsystem_configuration.dylib
    0x7fff8d050000 - 0x7fff8d064ff7 com.apple.ProtectedCloudStorage (1.0 - 1) /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/Pr otectedCloudStorage
    0x7fff8d065000 - 0x7fff8d069fff libspindump.dylib (182) /usr/lib/libspindump.dylib
    0x7fff8d06a000 - 0x7fff8d147ff7 com.apple.QuickLookUIFramework (5.0 - 675) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x7fff8d175000 - 0x7fff8d234fff com.apple.backup.framework (1.6.1 - 1.6.1) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff8d235000 - 0x7fff8d2abfe7 libcorecrypto.dylib (233.1.2) /usr/lib/system/libcorecrypto.dylib
    0x7fff8d2ac000 - 0x7fff8d2c6ff3 com.apple.Ubiquity (1.3 - 313) /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x7fff8d2d1000 - 0x7fff8d2fefff com.apple.Accounts (113 - 113) /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
    0x7fff8d2ff000 - 0x7fff8d390fff com.apple.cloudkit.CloudKit (259.2.3 - 259.2.3) /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
    0x7fff8d480000 - 0x7fff8d5b2ff7 com.apple.MediaControlSender (2.0 - 215.10) /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
    0x7fff8d5c7000 - 0x7fff8d5cbfff libpam.2.dylib (20) /usr/lib/libpam.2.dylib
    0x7fff8d5ce000 - 0x7fff8d5cefff com.apple.CoreServices (62 - 62) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff8d5cf000 - 0x7fff8d5cfff7 libkeymgr.dylib (28) /usr/lib/system/libkeymgr.dylib
    0x7fff8d5f9000 - 0x7fff8d623fff GLRendererFloat (11.0.7) /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x7fff8d634000 - 0x7fff8d94ffcf com.apple.vImage (8.0 - 8.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x7fff8d968000 - 0x7fff8d970fff libsystem_dnssd.dylib (561.1.1) /usr/lib/system/libsystem_dnssd.dylib
    0x7fff8d971000 - 0x7fff8d975fff libsystem_stats.dylib (163.1.4) /usr/lib/system/libsystem_stats.dylib
    0x7fff8d976000 - 0x7fff8d9d1fef libTIFF.dylib (1231) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff8d9d5000 - 0x7fff8d9d7fff com.apple.EFILogin (2.0 - 2) /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x7fff8d9d8000 - 0x7fff8daeaff7 libvDSP.dylib (512) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x7fff8daeb000 - 0x7fff8db31ff7 libauto.dylib (186) /usr/lib/libauto.dylib
    0x7fff8db32000 - 0x7fff8df3fff7 libLAPACK.dylib (1128) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x7fff8df40000 - 0x7fff8df5cfff com.apple.GenerationalStorage (2.0 - 209.11) /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x7fff8dfb5000 - 0x7fff8dfb5fff com.apple.audio.units.AudioUnit (1.12 - 1.12) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff8ef5b000 - 0x7fff8f140267 libobjc.A.dylib (646) /usr/lib/libobjc.A.dylib
    0x7fff8f141000 - 0x7fff8f474ff7 libmecabra.dylib (666.1) /usr/lib/libmecabra.dylib
    0x7fff8f475000 - 0x7fff8f47cfff libCGCMS.A.dylib (772) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
    0x7fff8f47d000 - 0x7fff8f4aafff com.apple.CoreVideo (1.8 - 145.1) /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff8f4d0000 - 0x7fff8f544fff com.apple.ApplicationServices.ATS (360 - 375) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x7fff8f545000 - 0x7fff8f546fff libDiagnosticMessagesClient.dylib (100) /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff8f585000 - 0x7fff8f586fff liblangid.dylib (117) /usr/lib/liblangid.dylib
    0x7fff8f58a000 - 0x7fff8f5bdff7 com.apple.MediaKit (16 - 757) /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff8f6e8000 - 0x7fff8f703ff7 com.apple.aps.framework (4.0 - 4.0) /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
    0x7fff8f754000 - 0x7fff8f76bff7 libLinearAlgebra.dylib (1128) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLinearAlgebra.dylib
    0x7fff8f76c000 - 0x7fff8f777fff libGL.dylib (11.0.7) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff8f79b000 - 0x7fff8f7b5ff7 libextension.dylib (55.1) /usr/lib/libextension.dylib
    0x7fff8f7c0000 - 0x7fff8f866fff com.apple.PDFKit (3.0 - 3.0) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x7fff8f8e5000 - 0x7fff8f8e7fff libRadiance.dylib (1231) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
    0x7fff8f8e8000 - 0x7fff8f8f7fff com.apple.LangAnalysis (1.7.0 - 1.7.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff8f8f8000 - 0x7fff8f9b3ff7 com.apple.DiscRecording (9.0 - 9000.4.1) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff8f9d9000 - 0x7fff8f9f2fff com.apple.openscripting (1.4 - 162) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x7fff8f9f3000 - 0x7fff8f9f5ff7 com.apple.securityhi (9.0 - 55006) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x7fff8f9f6000 - 0x7fff8f9f6ff7 liblaunch.dylib (559.1.22) /usr/lib/system/liblaunch.dylib
    0x7fff8f9f7000 - 0x7fff8fa00fff libsystem_pthread.dylib (105.1.4) /usr/lib/system/libsystem_pthread.dylib
    0x7fff8fa63000 - 0x7fff8fa83fff com.apple.IconServices (47.1 - 47.1) /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
    0x7fff8fa84000 - 0x7fff8fa8fff7 com.apple.AppSandbox (4.0 - 238) /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x7fff8fa90000 - 0x7fff8facbfff com.apple.QD (301 - 301) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7fff8fb38000 - 0x7fff8fb87ff7 libstdc++.6.dylib (104.1) /usr/lib/libstdc++.6.dylib
    0x7fff8fb8a000 - 0x7fff8fb8efff libcache.dylib (69) /usr/lib/system/libcache.dylib
    0x7fff8fbc3000 - 0x7fff8fbcafff com.apple.network.statistics.framework (1.2 - 1) /System/Library/PrivateFrameworks/NetworkStatistics.framework/Versions/A/Networ kStatistics
    0x7fff8fbcb000 - 0x7fff8fbcbfff com.apple.Cocoa (6.8 - 21) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff8fc06000 - 0x7fff8fcfaff7 libFontParser.dylib (134) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff8fcfb000 - 0x7fff8fd34fff com.apple.AirPlaySupport (2.0 - 215.10) /System/Library/PrivateFrameworks/AirPlaySupport.framework/Versions/A/AirPlaySu pport
    0x7fff8fd35000 - 0x7fff8fd59ff7 com.apple.quartzfilters (1.10.0 - 1.10.0) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x7fff8fd5a000 - 0x7fff8fdceff3 com.apple.securityfoundation (6.0 - 55126) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x7fff8fe40000 - 0x7fff8fe6cfff libsandbox.1.dylib (358.1.1) /usr/lib/libsandbox.1.dylib
    0x7fff8fe6d000 - 0x7fff8fe70ff7 libdyld.dylib (353.2.1) /usr/lib/system/libdyld.dylib
    0x7fff8ff72000 - 0x7fff8ffbfff3 com.apple.CoreMediaIO (601.0 - 4749) /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff8ffc0000 - 0x7fff90038ff7 com.apple.SystemConfiguration (1.14 - 1.14) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x7fff90039000 - 0x7fff90056ffb libresolv.9.dylib (57) /usr/lib/libresolv.9.dylib
    0x7fff9007b000 - 0x7fff90119fff com.apple.Metadata (10.7.0 - 916.1) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x7fff9011a000 - 0x7fff9011bff7 libsystem_blocks.dylib (65) /usr/lib/system/libsystem_blocks.dylib
    0x7fff90144000 - 0x7fff9014dff7 libsystem_notify.dylib (133.1.1) /usr/lib/system/libsystem_notify.dylib
    0x7fff9014e000 - 0x7fff90171fff com.apple.Sharing (328.3 - 328.3) /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff90172000 - 0x7fff90281ffb com.apple.desktopservices (1.9 - 1.9) /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x7fff902e5000 - 0x7fff90325ff7 libGLImage.dylib (11.0.7) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x7fff90326000 - 0x7fff90333ff7 libxar.1.dylib (254) /usr/lib/libxar.1.dylib
    0x7fff90334000 - 0x7fff9037affb libFontRegistry.dylib (134) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff9037b000 - 0x7fff90752fe7 com.apple.CoreAUC (211.0.0 - 211.0.0) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff90753000 - 0x7fff90829ff3 com.apple.DiskImagesFramework (10.10 - 389.1) /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff9082a000 - 0x7fff908c0ffb com.apple.CoreMedia (1.0 - 1562.19) /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff908c1000 - 0x7fff908d4ff7 com.apple.CoreBluetooth (1.0 - 1) /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff9094e000 - 0x7fff90b33ff3 libicucore.A.dylib (531.30) /usr/lib/libicucore.A.dylib
    0x7fff90b34000 - 0x7fff90b35fff com.apple.TrustEvaluationAgent (2.0 - 25) /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x7fff90b36000 - 0x7fff90b3cff7 com.apple.XPCService (2.0 - 1) /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
    0x7fff90b6e000 - 0x7fff90b70ffb libCGXType.A.dylib (772) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXTy pe.A.dylib
    0x7fff90b71000 - 0x7fff90c05fff com.apple.ink.framework (10.9 - 213) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x7fff90c74000 - 0x7fff90d66fff libxml2.2.dylib (26) /usr/lib/libxml2.2.dylib
    0x7fff90d67000 - 0x7fff90fe1fff com.apple.CoreData (110 - 526) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff90fe2000 - 0x7fff90fe7ff7 libmacho.dylib (862) /usr/lib/system/libmacho.dylib
    0x7fff90fe8000 - 0x7fff912cfffb com.apple.CoreServices.CarbonCore (1108.1 - 1108.1) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x7fff9140d000 - 0x7fff9140dfff com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x7fff9140e000 - 0x7fff91426ff7 libexpat.1.dylib (12) /usr/lib/libexpat.1.dylib
    0x7fff91443000 - 0x7fff91449fff libsystem_trace.dylib (72.1.3) /usr/lib/system/libsystem_trace.dylib
    0x7fff9144a000 - 0x7fff91478fff com.apple.CoreServicesInternal (221.1 - 221.1) /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x7fff9160b000 - 0x7fff9163bff3 com.apple.CoreAVCHD (5.7.5 - 5750.4.1) /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff9163c000 - 0x7fff9171ffff libcrypto.0.9.8.dylib (52) /usr/lib/libcrypto.0.9.8.dylib
    0x7fff91735000 - 0x7fff917b7fff com.apple.PerformanceAnalysis (1.0 - 1) /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x7fff917b8000 - 0x7fff917baff7 libsystem_coreservices.dylib (9) /usr/lib/system/libsystem_coreservices.dylib
    0x7fff917bb000 - 0x7fff9180effb libAVFAudio.dylib (118.3) /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAu dio.dylib
    0x7fff9180f000 - 0x7fff91927ffb com.apple.CoreText (352.0 - 454.1) /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff9192e000 - 0x7fff919afff3 com.apple.CoreUtils (1.0 - 101.1) /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff919b0000 - 0x7fff919ebfff com.apple.Symbolication (1.4 - 56045) /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x7fff919ec000 - 0x7fff91a1cfff libsystem_m.dylib (3086.1) /usr/lib/system/libsystem_m.dylib
    0x7fff91a3f000 - 0x7fff91a4fff7 libbsm.0.dylib (34) /usr/lib/libbsm.0.dylib
    0x7fff91a84000 - 0x7fff91aa0ff7 libsystem_malloc.dylib (53.1.1) /usr/lib/system/libsystem_malloc.dylib
    0x7fff91aa1000 - 0x7fff91aeffff libcurl.4.dylib (83.1.2) /usr/lib/libcurl.4.dylib
    0x7fff91aff000 - 0x7fff91b07ffb libcopyfile.dylib (118.1.2) /usr/lib/system/libcopyfile.dylib
    0x7fff91b17000 - 0x7fff91b76ff3 com.apple.AE (681 - 681) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x7fff91ce7000 - 0x7fff91cf1ff7 com.apple.NetAuth (5.0 - 5.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff91d58000 - 0x7fff91d6aff7 com.apple.ImageCapture (9.0 - 9.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x7fff91d76000 - 0x7fff91daeffb libsystem_network.dylib (411) /usr/lib/system/libsystem_network.dylib
    0x7fff91daf000 - 0x7fff91e3bfff libsystem_c.dylib (1044.1.2) /usr/lib/system/libsystem_c.dylib
    0x7fff91e48000 - 0x7fff91e48ff7 libunc.dylib (29) /usr/lib/system/libunc.dylib
    0x7fff91e49000 - 0x7fff91e4dfff com.apple.IOAccelerator (156.4 - 156.4) /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelera tor
    0x7fff91e4e000 - 0x7fff91e68ff7 liblzma.5.dylib (7) /usr/lib/liblzma.5.dylib
    0x7fff91e81000 - 0x7fff91e83ff7 libsystem_sandbox.dylib (358.1.1) /usr/lib/system/libsystem_sandbox.dylib
    0x7fff91ea1000 - 0x7fff91ed8ffb com.apple.LDAPFramework (2.4.28 - 194.5) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff91f8b000 - 0x7fff91f8eff7 com.apple.AppleSystemInfo (3.0 - 3.0) /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
    0x7fff91fd0000 - 0x7fff91fe1ff7 libsystem_coretls.dylib (35.1.2) /usr/lib/system/libsystem_coretls.dylib
    0x7fff92009000 - 0x7fff9200cfff com.apple.help (1.3.3 - 46) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x7fff92953000 - 0x7fff9298bfff com.apple.RemoteViewServices (2.0 - 99) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x7fff9298c000 - 0x7fff931c5ff3 com.apple.CoreGraphics (1.600.0 - 772) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff931c6000 - 0x7fff93217ff7 com.apple.AppleVAFramework (5.0.31 - 5.0.31) /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff93218000 - 0x7fff93218fff com.apple.Carbon (154 - 157) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff93219000 - 0x7fff9321dfff com.apple.CommonPanels (1.2.6 - 96) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x7fff9321e000 - 0x7fff9324ffff libtidy.A.dylib (15.15) /usr/lib/libtidy.A.dylib
    0x7fff93250000 - 0x7fff935e6fff com.apple.CoreFoundation (6.9 - 1151.16) /System/Library/Frameworks/CoreFoundation.fram

    Are you having trouble only with CC apps, or with all apps?

  • Getting Access is Denied when Running Script in OSD Task Sequence

    I am attempting put in a script that will move the computer account to the proper OU in AD.  I have the script but when it launches inside of the TS I get "CScript Error: Loading script "C:\_SMSTaskSequence\WDPackage\Scripts\MoveOU.vbs" failed
    (Access is denied. )."
    I am using the Run Command Line, and using the "Run this step as the following account"  I have verified that the account has access to do what I need it to do in AD.  I have attached the logs as well.
    PackageID = 'WI10015A' InstallSoftware
    3/21/2012 8:46:53 AM 3316 (0x0CF4)
    BaseVar   = '', ContinueOnError='' InstallSoftware
    3/21/2012 8:46:53 AM 3316 (0x0CF4)
    SwdAction = '0001' InstallSoftware
    3/21/2012 8:46:53 AM 3316 (0x0CF4)
    Getting linked token InstallSoftware
    3/21/2012 8:46:53 AM 3316 (0x0CF4)
    failed to get the token information InstallSoftware
    3/21/2012 8:46:53 AM 3316 (0x0CF4)
    Get RunAs private desktop SMSTS-169042\SMSTSDesktop
    InstallSoftware 3/21/2012 8:46:54 AM
    3316 (0x0CF4)
    Run command line under a user account InstallSoftware
    3/21/2012 8:46:54 AM 3316 (0x0CF4)
    Found the location for the package _SMSTSWI10015A. The location is on \\<SCCMSERVERNAME>\SMSPKGF$\WI10015A\
    InstallSoftware 3/21/2012 8:46:54 AM
    3316 (0x0CF4)
    nPos != CCM::Utility::String::npos, HRESULT=80004005 (e:\nts_sms_fre\sms\framework\tscore\resolvesource.cpp,253)
    InstallSoftware 3/21/2012 8:46:54 AM
    3316 (0x0CF4)
    Creating a connection to \\<SCCMSERVERNAME>\SMSPKGF$\WI10015A\ with default account
    InstallSoftware 3/21/2012 8:46:54 AM
    3316 (0x0CF4)
    Connection request for "\\<SCCMSERVERNAME>\SMSPKGF$\WI10015A"
    InstallSoftware 3/21/2012 8:46:54 AM
    3316 (0x0CF4)
    No credentials available for connecting to "\\<SCCMSERVERNAME>\SMSPKGF$\WI10015A". See whether the share has already been connected.
    InstallSoftware 3/21/2012 8:46:54 AM
    3316 (0x0CF4)
    Connecting to "\\<SCCMSERVERNAME>\SMSPKGF$\WI10015A"
    InstallSoftware 3/21/2012 8:46:54 AM
    3316 (0x0CF4)
    Successfully connected to "\\<SCCMSERVERNAME>\SMSPKGF$\WI10015A"
    InstallSoftware 3/21/2012 8:46:54 AM
    3316 (0x0CF4)
    Resolved source to '\\<SCCMSERVERNAME>\SMSPKGF$\WI10015A'
    InstallSoftware 3/21/2012 8:46:54 AM
    3316 (0x0CF4)
    Command line for extension .exe is "%1" %* InstallSoftware
    3/21/2012 8:46:54 AM 3316 (0x0CF4)
    Set command line: Run command line InstallSoftware
    3/21/2012 8:46:54 AM 3316 (0x0CF4)
    Working dir '\\<SCCMSERVERNAME>\SMSPKGF$\WI10015A'
    InstallSoftware 3/21/2012 8:46:54 AM
    3316 (0x0CF4)
    Executing command line: Run command line InstallSoftware
    3/21/2012 8:46:54 AM 3316 (0x0CF4)
    Create a process under given user token InstallSoftware
    3/21/2012 8:46:54 AM 3316 (0x0CF4)
    Process completed with exit code 1 InstallSoftware
    3/21/2012 8:46:54 AM 3316 (0x0CF4)
    Microsoft (R) Windows Script Host Version 5.8
    InstallSoftware 3/21/2012 8:46:54 AM
    3316 (0x0CF4)
    Copyright (C) Microsoft Corporation. All rights reserved.
    InstallSoftware 3/21/2012 8:46:54 AM
    3316 (0x0CF4)
    InstallSoftware 3/21/2012 8:46:54 AM
    3316 (0x0CF4)
    CScript Error: Loading script "C:\_SMSTaskSequence\WDPackage\Scripts\MoveOU.vbs" failed (Access is denied. ).
    InstallSoftware
    3/21/2012 8:46:54 AM 3316 (0x0CF4)
    Command line returned 1 InstallSoftware
    3/21/2012 8:46:54 AM 3316 (0x0CF4)
    Entering ReleaseSource() for \\<SCCMSERVERNAME>\SMSPKGF$\WI10015A\
    InstallSoftware 3/21/2012 8:46:54 AM
    3316 (0x0CF4)
    reference count 1 for the source \\<SCCMSERVERNAME>\SMSPKGF$\WI10015A\ before releasing
    InstallSoftware 3/21/2012 8:46:54 AM
    3316 (0x0CF4)
    Released the resolved source \\<SCCMSERVERNAME>\SMSPKGF$\WI10015A\
    InstallSoftware 3/21/2012 8:46:54 AM
    3316 (0x0CF4)
    Process completed with exit code 1 TSManager
    3/21/2012 8:46:54 AM 2520 (0x09D8)
    TSManager 3/21/2012 8:46:54 AM
    2520 (0x09D8)
    Failed to run the action: Move Computer to Correct OU. 
    Incorrect function. (Error: 00000001; Source: Windows)
    TSManager 3/21/2012 8:46:54 AM
    2520 (0x09D8)
    Sending status message . . . TSManager
    3/21/2012 8:46:54 AM 2520 (0x09D8)
    Send a task execution status message SMS_TSExecution_ActionFailError
    TSManager 3/21/2012 8:46:54 AM
    2520 (0x09D8)
    MP server <SCCMSERVERNAME> and port 80. SSL=false. CRL=false.
    TSManager 3/21/2012 8:46:54 AM
    2520 (0x09D8)
    Site code: WI1 TSManager
    3/21/2012 8:46:54 AM 2520 (0x09D8)
    Client machine name: 1J44KQ1 TSManager
    3/21/2012 8:46:54 AM 2520 (0x09D8)
    Client Identity: GUID:6ffb32d4-1184-4e40-a1c8-26272a707a72
    TSManager 3/21/2012 8:46:54 AM
    2520 (0x09D8)
    Advertisement ID: WI12029D TSManager
    3/21/2012 8:46:54 AM 2520 (0x09D8)
    Package ID: WI1001E7 TSManager
    3/21/2012 8:46:54 AM 2520 (0x09D8)
    Sending StatusMessage TSManager
    3/21/2012 8:46:54 AM 2520 (0x09D8)
    Formatted header: TSManager
    3/21/2012 8:46:54 AM 2520 (0x09D8)
    <Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>ABB94CBE-33F4-4EB9-A151-34EE3474A0F9</SourceID><SourceHost/><TargetAddress>mp:[http]MP_StatusManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2012-03-21T12:46:54Z</SentTime><Protocol>http</Protocol><Body
    Type="ByteRange" Offset="0" Length="4174"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>StatusReceiver</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
    TSManager
    3/21/2012 8:46:54 AM 2520 (0x09D8)
    CLibSMSMessageWinHttpTransport::Send: URL: <SCCMSERVERNAME>:80  CCM_POST /ccm_system/request
    TSManager 3/21/2012 8:46:54 AM
    2520 (0x09D8)
    The request has succeeded. 200 OK TSManager
    3/21/2012 8:46:55 AM 2520 (0x09D8)
    Set a global environment variable _SMSTSLastActionRetCode=1
    TSManager 3/21/2012 8:46:55 AM
    2520 (0x09D8)
    Set a global environment variable _SMSTSLastActionSucceeded=false
    TSManager 3/21/2012 8:46:55 AM
    2520 (0x09D8)
    Clear local default environment TSManager
    3/21/2012 8:46:55 AM 2520 (0x09D8)
    Let the parent group (Testing) decides whether to continue execution
    TSManager 3/21/2012 8:46:55 AM
    2520 (0x09D8)
    The execution of the group (Testing) has failed and the execution has been aborted. An action failed.
    Operation aborted (Error: 80004004; Source: Windows)
    TSManager 3/21/2012 8:46:55 AM
    2520 (0x09D8)
    Failed to run the last action: Move Computer to Correct OU. Execution of task sequence failed.
    Incorrect function. (Error: 00000001; Source: Windows)
    TSManager 3/21/2012 8:46:55 AM
    2520 (0x09D8)
    Any suggestions would be greatly appreciated!
    "You can't fix stupid!"

    I'm having the exact same issue.  I'm using AutoIT for my script to move the computer account.  I've tried using ADO, LDAP, and LDAP/ADSystemInfo object.  They all fail with access denied.  In fact the ADO version of my script fails just
    trying to create the "ADODB.Connection" object which I know for a fact doesn't require elevation or administrator access.  However, all three versions of the script work correctly when run manually outside the TS.  They also work correctly on XP
    machines during OSD.  Only when deploying a Win7 machine do they fail during the TS.  I've tried adding the runas user to the local administrators group beforehand but no dice.  Did you have to restart the computer after doing the net localgroup
    change?  There has to be some other security config in Win7 that is set somewhere doing this.  I just can't figure out what.  I've even started looking at DCOM/COM permissions to see if something isn't right there.
    I don't see why but maybe the script needs to be run locally?  Any other ideas?

  • SSIS Package Load Failure and is missing Execute SQL Task in Toolbox

    Also, BIDS closes after right-clicking the toolbox and selecting “Choose Items”.
    I’ve tried several ways to fix these issues with no success.
    I’m running SSIS/SSMS/SQL Server 2008 R2 (but not running an SQL instance on my PC) on a Windows XP with Service Pack 3 workstation. I get the following errors:
    WHEN OPENING BIDS:
    I get 2 errors titled “Package Load Failure”. They both reference ‘Visual Studio Explorers and Designers Package’ as being what failed to load. The first message references GUID 8D8529D3-625D-4496-8354-3DAD630ECC1B. The second references GUID AA612177-A69A-4391-B2F4-17F8A88F4BBA
    . They both mention contacting the package vendor, but I haven’t got any Add-ins loaded so I’m not sure what that means exactly. They also both ask if I’d like to skip loading the package in the future.
    ONCE BIDS IS OPEN:
    No error messages appear here. There is no ‘Execute SQL Task’ in the toolbox for Control Flows. Also, if I attempt to open a project containing this object (Execute SQL Task), I get this error in a modal window:
    TITLE: Microsoft Visual Studio
    There were errors while the package was being loaded.
    The package might be corrupted.
    See the Error List for details.
    BUTTONS:
    OK
    . . . and these errors in the Error List at the bottom of the IDE:
    Error      1             
    Error loading Package.dtsx: Failed to load task "Execute SQL Task", type "Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.ExecuteSQLTask, Microsoft.SqlServer.SQLTask, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91". The contact information
    for this task is "Execute SQL Task; Microsoft Corporation; Microsoft SQL Server 2008 R2; © 2007 Microsoft Corporation; All Rights Reserved;http://www.microsoft.com/sql/support/default.asp;1". 
            C:\Documents and Settings\848862.VCHS_NT_DOMAIN\My Documents\Visual Studio 2008\Projects\LearnSSIS\LearnSSIS\Package.dtsx   
    1               
    1             
    Error      2             
    Validation error. Execute SQL Task : The task has failed to load. The contact information for this task is "Execute SQL Task; Microsoft Corporation; Microsoft SQL Server 2008 R2; © 2007 Microsoft Corporation; All Rights Reserved;http://www.microsoft.com/sql/support/default.asp;1". 
            Package.dtsx    
    0             
    0             
    Error      3             
    Validation error. Execute SQL Task : There were errors during task validation. 
       Package.dtsx    
    0             
    0               
    Finally, when I attempt to add the Execute SQL Task via the Tools menu, “Choose Toolbox Items” selection, I do get the tabbed box for adding things. However, they only come up after issuing this error:
    The following assemblies are installed SDK assemblies but could not be shown in the customize toolbox dialog because they are missing one or more components. Please make sure that all necessary libraries are available:
    Microsoft.SqlServer.SqlCEDest.dll
    Microsoft.SqlServer.Management.CollectorTasks.dll
    Microsoft.SqlServer.SQLTask.dll
    System.Data.SqlServerCe.dll
    Microsoft.Synchronization.Data.SqlServerCe.dll
    (above dll repeated at bottom of message)
    After this message, I have my choice of .NET Framework Compnents. When I select COM Components, those come up with no problem. The WPF Components tab generates the same dll error above. The Maintenance tab is empty. The SSIS Data Flow Items tab loads fine,
    as does the SSIS Control Flow Items tab – but there’s no Execute SQL Task there either.
    If you open the toolbox (on a new project, with a project loaded, or without a project loaded) and right-click, then select “Choose Items”, the entire application quickly closes. This “closing behavior” is the same thing you get if you attempt to add toolbox
    items through either the Tools menu or the right-click method when you launch BIDS in SafeMode.
    In an effort to fix this – I’ve rolled back the .NET Framework version to 3.0 and reinstalled back up to 4; I’ve uninstalled and reinstalled SQL Server 2008 R2 shared services as well as the entire application; I’ve cleared the .tbd files from my user profile;
    and I’ve run several things from the command line (devenv.exe /resetuserdata, /setup, /resetskippkgs, etc.). Lastly – I’ve applied every Service Pack and update applicable to my PC (ok, it belongs to my employer – but no one here has been able to figure this
    out either).
    After having worked this for several days now and, I think, exhausting every available avenue from search engines – I turn to you. Please let me know if you can help. Also, I can provide any additional
    files or information you may require.
    CBS

    try: Devenv.exe /ResetSettings
    http://msdn.microsoft.com/en-us/library/ms241273(v=vs.80).aspx
    Or try this (it's for 2005, but maybe it works for 2008 aswell):
    http://geekswithblogs.net/cicorias/archive/2007/10/10/Restoring-Missing-Toolbox-Items-in-Visual-Studio-2005---just.aspx
    or try
    http://stackoverflow.com/questions/1268298/how-to-rebuild-the-visual-studio-toolbox
    "You can also go into the folder "C:\Documents and Settings\\Local Settings\Application Data\Microsoft\VisualStudio\9.0" and delete the *.tbd files.  I have had to do this a couple times to get rid of duplicate items and when Reset Toolbox crashes
    without warning"
    Please mark the post as answered if it answers your question | My SSIS Blog:
    http://microsoft-ssis.blogspot.com |
    Twitter

  • Error -200587 occurred at DAQmx Start Task.vi:7

    I am running the attached code Merrit_Coil_calibration, and I get the following error:
    Error -200587 occurred at DAQmx Start Task.vi:7
    Possible reason(s):
    Requested operation could not be performed, because the specified digital lines are either reserved or the device is not present in NI-DAQmx.
    It is possible that these lines are reserved by another task, the device is being used through the Traditional NI-DAQ interface, or the device is being reset. You might also get the error if the specified resource is currently in use by LabVIEW network variables bound to the DAQ Channel, or if the DAQ Channel is being used in any OPC Client software.
    If you are using these lines with another task, wait for the task to complete.  If you are using the device through the Traditional NI-DAQ interface, and you want to use it with NI-DAQmx, reset (initialize) the device using the Traditional NI-DAQ interface. If you are resetting the device, wait for the reset to finish.
    Device:  Dev2
    Task Name: _unnamedTask<F>
    I am calling the same DAQ, many different places in my code and I think that is the problem, but I can not figure out why or hw to fix it.  Anyone have any suggestions?
    Attachments:
    Final.zip ‏2434 KB

    Thank you both for your input.  I slightly changed my code to Merritt_Coil_calibration (updated code attached) and the first error went away, but now I have a different one which is:
    Error -200429 occurred at DAQmx Write (Digital U32 1Chan 1Samp).vi:1
    Possible reason(s):
    Value passed to the Task/Channels In control is an empty string (or I/O control).
    The value must refer to a valid task or valid channels.
    As far as what DAQ device I am using, it is the NI USB 6009.  I am only using digital port 0.  During different pieces of my code I send different values to port 0.  I am using this to drive some stepper motors.  I thus send square waves on the different pins on port 0.  I do not know if this is exactly what you were asking. 
    Whatever the case, I was wondering if anyone knows why this error occurs and how I could fix it. 
    thanks.
    Attachments:
    honorsproject.zip ‏256 KB

  • Error on Data Flow Task MSSQL 2012 Clustered "Description: The version of Lookup is not compatible with this version of the DataFlow. "

    We have an SSIS package that runs on clustered MSSQL 2012 Enterprise Nodes that is failing.  We use a job to executer the package.
    Environmental information:
    Product - Microsoft SQL Server Enterprise: Core-based Licensing (64-bit)
    Operating System - Microsoft Windows NT 6.1 (7601)
    Patform - NT x64
    Version - MSSQL Version 11.0.3349.0
    Package is set to 32 -bit.  All permissions verified.  Runs in lower environments, same MSSQL version.  All environments are clustered.  In the failing environment, all nodes are at the same service pack.  I have not verified if all
    nodes in the failing environment have SSIS installed.  Data access is installed.  We have other simpler packages that run in this environment, just not this one.  Time to ask the community for help!
    Error:
    Source: Data Flow Task - Data Flow Task (SSIS.Pipeline)     Description: The version of Lookup is not compatible with this version of the DataFlow.  End Error  Error:  Code: 0xC0048020    
    Description: Component "Conditional Split, clsid {7F88F654-4E20-4D14-84F4-AF9C925D3087}" could not be created and returned error code 0x80070005 "Access is denied.". Make sure that the component is registered correctly.  End Error 
    Description: The component is missing, not registered, not upgradeable, or missing required interfaces. The contact information for this component is "Conditional Split;Microsoft Corporation; Microsoft SQL Server; (C) Microsoft Corporation; All Rights
    Reserved; http://www.microsoft.com/sql/support;0".  End Error 
    (Left out shop specific information.  This is the first error in the errors returns by the job history for this package. )
    Thanks in advance.

    Hi DeveloperMax,
    According to your description, the error occurs when you execute the package with Agent job on clustered MSSQL 2012 Enterprise Nodes.
    As per my understanding, I think this issue can be caused by you use SQL Server Agent to schedule a SQL Server Integration Services package in a 64-bit environment. And the SSIS package is referencing some 32-Bit DLL or 32-Bit drivers which are available
    only in 32-bit versions, so the job failed.
    To fix this issue, we should use the 32-bit version of the DTExec.exe utility to schedule the 64-bit SQL Server Agent to run a package. To run a package in 32-bit mode from a 64-bit version of SQL Server Agent, we can go to the Job Step dialog box, then
    select “32 bit runtime” in the Advanced tab.
    Besides, we should make sure that SQL Server Integration Services is installed on the failing environment.
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • DAC ETL tasks failing with Error Code

    Here is a copy of just 1 of the tasks that fail. I did search for this and found reference to increasing DB Processes to 500 but that had no effect.
    I have tried to reduce the number of Maximum Sessions in Setup to but it had no effect.
    Some of the tasks completed. The remaining stay as Failed even after re-running ETL.
    Using Informatica 8.1.1 SP5 32bit
    Build: 7.9.5.1.011209.1448
    Release Version: Oracle Business Intelligence Applications 7.9.5.1
    Package: 011209.1448
    Oracle 32bit 10g client
    Windows Server 2003 R2 64bit
    Details:
    pmcmd startworkflow -u Administrator -p **** -s 10.1.11.69:4006 -f SDE_ORAR12_Adaptor -lpf D:\OracleBI\DAC\Informatica\parameters\SDE_ORAR12_Adaptor.SDE_ORA_Stage_ValueSetHier_Extract_Full.txt SDE_ORA_Stage_ValueSetHier_Extract_Full
    Status Desc : Failed
    WorkFlowMessage :
    =====================================
    STD OUTPUT
    =====================================
    Informatica(r) PMCMD, version [8.1.1 SP5], build [186.0822], Windows 32-bit
    Copyright (c) Informatica Corporation 1994 - 2008
    All Rights Reserved.
    Invoked at Thu Apr 15 14:39:18 2010
    Connected to Integration Service at [10.1.11.69:4006]
    Folder: [SDE_ORAR12_Adaptor]
    Workflow: [SDE_ORA_Stage_ValueSetHier_Extract_Full] version [1].
    Workflow run status: [Failed]
    Workflow run error code: [36331]
    Workflow run error message: [WARNING: Session task instance [SDE_ORA_Stage_ValueSetHier_Extract_Full] failed and its "fail parent if this task fails" setting is turned on. So, Workflow [SDE_ORA_Stage_ValueSetHier_Extract_Full] will be failed.]
    Start time: [Thu Apr 15 14:38:58 2010]
    End time: [Thu Apr 15 14:39:03 2010]
    Workflow log file: [d:\Informatica\PowerCenter8.1.1\server\infa_shared\WorkflowLogs\SDE_ORA_Stage_ValueSetHier_Extract_Full.log]
    Workflow run type: [User request]
    Run workflow as user: [Administrator]
    Integration Service: [PowerCenter_Integration_Service]
    Disconnecting from Integration Service
    Completed at Thu Apr 15 14:39:18 2010
    =====================================
    ERROR OUTPUT
    =====================================
    Error Message : Unknown reason for error code 36331
    ErrorCode : 36331
    Workflow Log.
    INFO : LM_36435 [Thu Apr 15 14:38:58 2010] : (4716|4956) Starting execution of workflow [SDE_ORA_Stage_ValueSetHier_Extract_Full] in folder [SDE_ORAR12_Adaptor] last saved by user [Administrator].
    INFO : LM_44195 [Thu Apr 15 14:38:58 2010] : (4716|4956) Workflow [SDE_ORA_Stage_ValueSetHier_Extract_Full] service level [SLPriority:5,SLDispatchWaitTime:1800].
    INFO : VAR_27085 [Thu Apr 15 14:38:58 2010] : (4716|4956) Parameter file [d:\Informatica\PowerCenter8.1.1\server\infa_shared\Temp\SDE_ORA_Stage_ValueSetHier_Extract_Full_a04956] is opened for [workflow [SDE_ORA_Stage_ValueSetHier_Extract_Full]].
    INFO : LM_36330 [Thu Apr 15 14:38:58 2010] : (4716|4956) Start task instance [Start]: Execution started.
    INFO : LM_36318 [Thu Apr 15 14:38:58 2010] : (4716|4956) Start task instance [Start]: Execution succeeded.
    INFO : LM_36505 : (4716|4956) Link [Start --> SDE_ORA_Stage_ValueSetHier_Extract_Full]: empty expression string, evaluated to TRUE.
    INFO : LM_36388 [Thu Apr 15 14:38:58 2010] : (4716|4956) Session task instance [SDE_ORA_Stage_ValueSetHier_Extract_Full] is waiting to be started.
    INFO : LM_36330 [Thu Apr 15 14:38:59 2010] : (4716|4956) Session task instance [SDE_ORA_Stage_ValueSetHier_Extract_Full]: Execution started.
    INFO : LM_36488 [Thu Apr 15 14:38:59 2010] : (4716|4956) Session task instance [SDE_ORA_Stage_ValueSetHier_Extract_Full] : [TM_6793 Fetching initialization properties from the Integration Service. : (Thu Apr 15 14:38:58 2010)]
    INFO : LM_36488 [Thu Apr 15 14:38:59 2010] : (4716|4956) Session task instance [SDE_ORA_Stage_ValueSetHier_Extract_Full] : [DISP_20305 The [Preparer] DTM with process id [7972] is running on node [node01_OBIEEDEV01].
    : (Thu Apr 15 14:38:58 2010)]
    INFO : LM_36488 [Thu Apr 15 14:38:59 2010] : (4716|4956) Session task instance [SDE_ORA_Stage_ValueSetHier_Extract_Full] : [PETL_24036 Beginning the prepare phase for the session.]
    INFO : LM_36488 [Thu Apr 15 14:38:59 2010] : (4716|4956) Session task instance [SDE_ORA_Stage_ValueSetHier_Extract_Full] : [TM_6721 Started [Connect to Repository].]
    INFO : LM_36488 [Thu Apr 15 14:38:59 2010] : (4716|4956) Session task instance [SDE_ORA_Stage_ValueSetHier_Extract_Full] : [TM_6722 Finished [Connect to Repository]. It took [0.234368] seconds.]
    INFO : LM_36488 [Thu Apr 15 14:38:59 2010] : (4716|4956) Session task instance [SDE_ORA_Stage_ValueSetHier_Extract_Full] : [TM_6794 Connected to repository [PowerCenter] in domain [Domain_OBIEEDEV01] user [Administrator]]
    INFO : LM_36488 [Thu Apr 15 14:38:59 2010] : (4716|4956) Session task instance [SDE_ORA_Stage_ValueSetHier_Extract_Full] : [TM_6721 Started [Fetch Session from Repository].]
    INFO : LM_36488 [Thu Apr 15 14:38:59 2010] : (4716|4956) Session task instance [SDE_ORA_Stage_ValueSetHier_Extract_Full] : [TM_6722 Finished [Fetch Session from Repository]. It took [0.234367] seconds.]
    INFO : LM_36488 [Thu Apr 15 14:38:59 2010] : (4716|4956) Session task instance [SDE_ORA_Stage_ValueSetHier_Extract_Full] : [VAR_27028 Use override value [DataWarehouse] for session parameter:[$DBConnection_OLAP].]
    INFO : LM_36488 [Thu Apr 15 14:38:59 2010] : (4716|4956) Session task instance [SDE_ORA_Stage_ValueSetHier_Extract_Full] : [VAR_27028 Use override value [ORA_R12] for session parameter:[$DBConnection_OLTP].]
    INFO : LM_36488 [Thu Apr 15 14:38:59 2010] : (4716|4956) Session task instance [SDE_ORA_Stage_ValueSetHier_Extract_Full] : [VAR_27028 Use override value [9] for mapping parameter:[$$DATASOURCE_NUM_ID].]
    INFO : LM_36488 [Thu Apr 15 14:38:59 2010] : (4716|4956) Session task instance [SDE_ORA_Stage_ValueSetHier_Extract_Full] : [VAR_27027 Use default value [] for mapping parameter:[mplt_BC_ORA_ValueSetHier.$$LAST_EXTRACT_DATE].]
    INFO : LM_36488 [Thu Apr 15 14:38:59 2010] : (4716|4956) Session task instance [SDE_ORA_Stage_ValueSetHier_Extract_Full] : [TM_6721 Started [Partition Group Formation].]
    INFO : LM_36488 [Thu Apr 15 14:38:59 2010] : (4716|4956) Session task instance [SDE_ORA_Stage_ValueSetHier_Extract_Full] : [TM_6722 Finished [Partition Group Formation]. It took [0.031249] seconds.]
    INFO : LM_36488 [Thu Apr 15 14:38:59 2010] : (4716|4956) Session task instance [SDE_ORA_Stage_ValueSetHier_Extract_Full] : [PETL_24037 Finished the prepare phase for the session.]
    INFO : LM_36488 [Thu Apr 15 14:38:59 2010] : (4716|4956) Session task instance [SDE_ORA_Stage_ValueSetHier_Extract_Full] : [TM_6792 Notifying the Integration Service that the prepare phase has been completed. : (Thu Apr 15 14:38:59 2010)]
    INFO : LM_36488 [Thu Apr 15 14:38:59 2010] : (4716|4956) Session task instance [SDE_ORA_Stage_ValueSetHier_Extract_Full] : [TM_6228 Writing session output to log file [d:\Informatica\PowerCenter8.1.1\server\infa_shared\SessLogs\SDE_ORAR12_Adaptor.SDE_ORA_Stage_ValueSetHier_Extract_Full.log].]
    INFO : LM_36682 [Thu Apr 15 14:38:59 2010] : (4716|4960) Session task instance [SDE_ORA_Stage_ValueSetHier_Extract_Full]: started a process with pid [7972] on node [node01_OBIEEDEV01].
    ERROR : LM_36320 [Thu Apr 15 14:39:03 2010] : (4716|4964) Session task instance [SDE_ORA_Stage_ValueSetHier_Extract_Full]: Execution failed.
    WARNING : LM_36331 : (4716|4964) Session task instance [SDE_ORA_Stage_ValueSetHier_Extract_Full] failed and its "fail parent if this task fails" setting is turned on. So, Workflow [SDE_ORA_Stage_ValueSetHier_Extract_Full] will be failed.
    ERROR : LM_36320 [Thu Apr 15 14:39:03 2010] : (4716|4964) Workflow [SDE_ORA_Stage_ValueSetHier_Extract_Full]: Execution failed.
    Thanks

    Can you please post the session log?
    Thanks,
    Austin

  • How to run two vi's at the same time, one uses an AI task with 8 AI channels the other a single AI and AO channel???

    Hello Everyone,
    Here is my situation.  I have one vi that is reading an AI task of 8 channels AI0 --> AI7 (one sample on demand) and also has control of all of the digital outputs on the board.  My problem is that I want to run another vi that will use the last AI channel AI8 and an AO channel AO0.  These two vi's do not need to know anything about one another but I do need them both to be running at the same time.  Currently when I try running the two vi's together both vi's crash and I get an error message stating that the AI8 pin is reserved.  AI8 is not part of the task and is not refrenced anywere in the larger vi.  I am assuming that this problem is do to the fact that the larger vi is occupying the DAQ board, cycling through the task when the smaller vi is requesting data from AI8 and the DAQ board cannot do two things at once.  The sampling rate on the smaller vi is not really that important.  Is there anyway I can get the smaller vi to read from AI8 and not crash??? Software and Hardware listed below.  Thanks in advance for any suggestions.
    PCI-6221
    Labview 7.1 

    Hi steve ,
    Sorry to say that you cannot configure and acquire from AI channels on a   Device simultaineously from 2 seperate VI's.
    regards
    Dev

  • Apple Calendar Options: Make only major tasks appear in month view?

    I'm a big fan of the Apple Calendar App, but there's one thing I've been wondering about. I like to schedule my days down to the minute to maximize my efficiency, but I don't want all the details of my daily routine crowding up my month-view calender, which I tend to reserve for major events (exams, events, etc.).
    Is there a way to make it so that only events or tasks flagged as important are displayed in the month/week views even though I have a lot of routine stuff outlined in daily mode? If there isn't, it'd be great it Apple would consider implementing this as an option. I love iCal and don't want to have to juggle multiple calendar apps, but unless I can do what I've described above I'm afraid I might have to.

    Is there a way to make it so that only events or tasks flagged as important are displayed in the month/week views
    Unfortunately, no. There are many 3rd party cal apps available in the App store - possibly one or more can do this.
    If there isn't, it'd be great it Apple would consider implementing this as an option.
    This is strictly a user-to-user tech support site. Apple doesn't read or participate here. To make suggestions to apple, do so on the [Feedback page|http://www.apple.com/feedback/iphone.html].

  • DAC: failed task during ETL for financial apps

    I am trying  my first ETL on OBIA 7.9.6.4
    i'm using  Oracle EBS 12.1.1 as source system.
    the ETL completes 314 tasks successfully ,but it fails the task named:
    "SDE_ORA_GL_AR_REV_LinkageInformation_Extract"
    DAC Error log:
    =====================================
    STD OUTPUT
    =====================================
    Informatica(r) PMCMD, version [9.1.0 HotFix2], build [357.0903], Windows 32-bit
    Copyright (c) Informatica Corporation 1994 - 2011
    All Rights Reserved.
    Invoked at Wed Sep 18 09:46:41 2013
    Connected to Integration Service: [infor_int].
    Folder: [SDE_ORAR1211_Adaptor]
    Workflow: [SDE_ORA_GL_AR_REV_LinkageInformation_Extract_Full]
    Instance: [SDE_ORA_GL_AR_REV_LinkageInformation_Extract_Full]
    Mapping: [SDE_ORA_GL_AR_REV_LinkageInformation_Extract]
    Session log file: [C:\Informatica\server\infa_shared\SessLogs\.SDE_ORA_GL_AR_REV_LinkageInformation_Extract_Full.ORA_R1211.log]
    Source success rows: [0]
    Source failed rows: [0]
    Target success rows: [0]
    Target failed rows: [0]
    Number of transformation errors: [0]
    First error code [4035]
    First error message: [RR_4035 SQL Error [
    ORA-00904: "XLA_EVENTS"."UPG_BATCH_ID": invalid identifier
    Database driver error...
    Function Name : Execute
    SQL Stmt : SELECT DISTINCT
    DLINK.SOURCE_DISTRIBUTION_ID_NUM_1 DISTRIBUTION_ID,
    DLINK.SOURCE_DISTRIBUTION_TYPE SOURCE_TABLE,
    AELINE.ACCOUNTING_CLASS_CODE,
    GLIMPREF.JE_HEADER_ID JE_HEADER_ID,
    GLIMPREF.JE_LINE_NUM JE_LINE_NUM,
    AELINE.AE_HEADER_ID AE_HEADER_ID,
    AELINE.AE_LINE_NUM AE_LINE_NUM,
    T.LEDGER_ID LEDGER_ID,
    T.LEDGER_CATEGORY_CODE LEDGER_TYPE,
        JBATCH.NAME BATCH_NAME,
       JHEADER.NAME HEADER_NAME,
          PER.END_DATE,
    AELINE.CODE_COMBINATI]
    Task run status: [Failed]
    Integration Service: [infor_int]
    Integration Service Process: [infor_int]
    Integration Service Grid: [infor_int]
    Node Name(s) [node01_AMAZON-9C628AAE]
    Preparation fragment
    Partition: [Partition #1]
    Transformation instance: [SQ_XLA_AE_LINES]
    Transformation: [SQ_XLA_AE_LINES]
    Applied rows: [0]
    Affected rows: [0]
    Rejected rows: [0]
    Throughput(Rows/Sec): [0]
    Throughput(Bytes/Sec): [0]
    Last error code [16004], message [ERROR: Prepare failed. : [
    ORA-00904: "XLA_EVENTS"."UPG_BATCH_ID": invalid identifier
    Database driver error...
    Function Name : Execute
    SQL Stmt : SELECT DISTINCT
    DLINK.SOURCE_DISTRIBUTION_ID_NUM_1 DISTRIBUTION_ID,
    DLINK.SOURCE_DISTRIBUTION_TYPE SOURCE_TABLE,
    AELINE.ACCOUNTING_CLASS_CODE,
    GLIMPREF.JE_HEADER_ID JE_HEADER_ID,
    GLIMPREF.JE_LINE_NUM JE_LINE_NUM,
    AELINE.AE_HEADER_ID AE_HEADER_ID,
    AELINE.AE_LINE_NUM AE_LINE_NUM,
    T.LEDGER_ID LEDGER_ID,
    T.LEDGER_CATEGORY_CODE LEDGER_TYPE,
        JBATCH.NAME BATCH_NAME,
       JHEADER.NAME HEADER_NAME,
          PER.END_DATE,
    AELINE.CODE_CO]
    Start time: [Wed Sep 18 09:46:13 2013]
    End time: [Wed Sep 18 09:46:13 2013]
    Partition: [Partition #1]
    Transformation instance: [W_GL_LINKAGE_INFORMATION_GS]
    Transformation: [W_GL_LINKAGE_INFORMATION_GS]
    Applied rows: [0]
    Affected rows: [0]
    Rejected rows: [0]
    Throughput(Rows/Sec): [0]
    Throughput(Bytes/Sec): [0]
    Last error code [0], message [No errors encountered.]
    Start time: [Wed Sep 18 09:46:14 2013]
    End time: [Wed Sep 18 09:46:14 2013]
    Disconnecting from Integration Service
    Completed at Wed Sep 18 09:46:41 2013
    Informatica session logs:
    DIRECTOR> VAR_27028 Use override value [DataWarehouse] for session parameter:[$DBConnection_OLAP].
    DIRECTOR> VAR_27028 Use override value [ORA_R1211] for session parameter:[$DBConnection_OLTP].
    DIRECTOR> VAR_27028 Use override value [.SDE_ORA_GL_AR_REV_LinkageInformation_Extract_Full.ORA_R1211.log] for session parameter:[$PMSessionLogFile].
    DIRECTOR> VAR_27028 Use override value [26] for mapping parameter:[$$DATASOURCE_NUM_ID].
    DIRECTOR> VAR_27028 Use override value ['N'] for mapping parameter:[$$FILTER_BY_LEDGER_ID].
    DIRECTOR> VAR_27028 Use override value ['N'] for mapping parameter:[$$FILTER_BY_LEDGER_TYPE].
    DIRECTOR> VAR_27028 Use override value [] for mapping parameter:[$$Hint1].
    DIRECTOR> VAR_27028 Use override value [01/01/1970] for mapping parameter:[$$INITIAL_EXTRACT_DATE].
    DIRECTOR> VAR_27028 Use override value [01/01/1990] for mapping parameter:[$$LAST_EXTRACT_DATE].
    DIRECTOR> VAR_27028 Use override value [1] for mapping parameter:[$$LEDGER_ID_LIST].
    DIRECTOR> VAR_27028 Use override value ['NONE'] for mapping parameter:[$$LEDGER_TYPE_LIST].
    DIRECTOR> TM_6014 Initializing session [SDE_ORA_GL_AR_REV_LinkageInformation_Extract_Full] at [Wed Sep 18 09:46:13 2013].
    DIRECTOR> TM_6683 Repository Name: [infor_rep]
    DIRECTOR> TM_6684 Server Name: [infor_int]
    DIRECTOR> TM_6686 Folder: [SDE_ORAR1211_Adaptor]
    DIRECTOR> TM_6685 Workflow: [SDE_ORA_GL_AR_REV_LinkageInformation_Extract_Full] Run Instance Name: [] Run Id: [2130]
    DIRECTOR> TM_6101 Mapping name: SDE_ORA_GL_AR_REV_LinkageInformation_Extract [version 1].
    DIRECTOR> TM_6963 Pre 85 Timestamp Compatibility is Enabled
    DIRECTOR> TM_6964 Date format for the Session is [MM/DD/YYYY HH24:MI:SS]
    DIRECTOR> TM_6827 [C:\Informatica\server\infa_shared\Storage] will be used as storage directory for session [SDE_ORA_GL_AR_REV_LinkageInformation_Extract_Full].
    DIRECTOR> CMN_1805 Recovery cache will be deleted when running in normal mode.
    DIRECTOR> CMN_1802 Session recovery cache initialization is complete.
    DIRECTOR> TM_6708 Using configuration property [DisableDB2BulkMode ,Yes]
    DIRECTOR> TM_6708 Using configuration property [OraDateToTimestamp ,Yes]
    DIRECTOR> TM_6708 Using configuration property [overrideMpltVarWithMapVar,Yes]
    DIRECTOR> TM_6708 Using configuration property [SiebelUnicodeDB,[APPS]@[ 54.225.65.108:1521:VIS] [DWH_REP2]@[AMAZON-9C628AAE:1521:obiaDW1]]
    DIRECTOR> TM_6703 Session [SDE_ORA_GL_AR_REV_LinkageInformation_Extract_Full] is run by 32-bit Integration Service  [node01_AMAZON-9C628AAE], version [9.1.0 HotFix2], build [0903].
    MANAGER> PETL_24058 Running Partition Group [1].
    MANAGER> PETL_24000 Parallel Pipeline Engine initializing.
    MANAGER> PETL_24001 Parallel Pipeline Engine running.
    MANAGER> PETL_24003 Initializing session run.
    MAPPING> CMN_1569 Server Mode: [ASCII]
    MAPPING> CMN_1570 Server Code page: [MS Windows Latin 1 (ANSI), superset of Latin1]
    MAPPING> TM_6151 The session sort order is [Binary].
    MAPPING> TM_6156 Using low precision processing.
    MAPPING> TM_6180 Deadlock retry logic will not be implemented.
    MAPPING> TM_6187 Session target-based commit interval is [10000].
    MAPPING> TM_6307 DTM error log disabled.
    MAPPING> TE_7022 TShmWriter: Initialized
    MAPPING> TE_7004 Transformation Parse Warning [IIF(EVENT_TYPE_CODE='RECP_REVERSE',
    IIF(UPG_BATCH_ID>0,
    SOURCE_TABLE || '~' || DISTRIBUTION_ID,
    SOURCE_TABLE || '~RECEIPTREVERSE~' || DISTRIBUTION_ID),
    SOURCE_TABLE || '~' || DISTRIBUTION_ID)
    ]; transformation continues...
    MAPPING> TE_7004 Transformation Parse Warning [<<PM Parse Warning>> [||]: operand converted to a string
    ... IIF(EVENT_TYPE_CODE='RECP_REVERSE',
    IIF(UPG_BATCH_ID>0,
    SOURCE_TABLE || '~' || >>>>DISTRIBUTION_ID<<<<,
    SOURCE_TABLE || '~RECEIPTREVERSE~' || DISTRIBUTION_ID),
    SOURCE_TABLE || '~' || DISTRIBUTION_ID)
    <<PM Parse Warning>> [||]: operand converted to a string
    ... IIF(EVENT_TYPE_CODE='RECP_REVERSE',
    IIF(UPG_BATCH_ID>0,
    SOURCE_TABLE || '~' || DISTRIBUTION_ID,
    SOURCE_TABLE || '~RECEIPTREVERSE~' || >>>>DISTRIBUTION_ID<<<<),
    SOURCE_TABLE || '~' || DISTRIBUTION_ID)
    <<PM Parse Warning>> [||]: operand converted to a string
    ... IIF(EVENT_TYPE_CODE='RECP_REVERSE',
    IIF(UPG_BATCH_ID>0,
    SOURCE_TABLE || '~' || DISTRIBUTION_ID,
    SOURCE_TABLE || '~RECEIPTREVERSE~' || DISTRIBUTION_ID),
    SOURCE_TABLE || '~' || >>>>DISTRIBUTION_ID<<<<)
    ]; transformation continues...
    MAPPING> TE_7004 Transformation Parse Warning [JE_HEADER_ID || '~' || JE_LINE_NUM]; transformation continues...
    MAPPING> TE_7004 Transformation Parse Warning [<<PM Parse Warning>> [||]: operand converted to a string
    ... >>>>JE_HEADER_ID<<<< || '~' || JE_LINE_NUM<<PM Parse Warning>> [JE_LINE_NUM]: operand converted to a string
    ... JE_HEADER_ID || '~' || >>>>JE_LINE_NUM<<<<]; transformation continues...
    MAPPING> TE_7004 Transformation Parse Warning [AE_HEADER_ID || '~' || AE_LINE_NUM]; transformation continues...
    MAPPING> TE_7004 Transformation Parse Warning [<<PM Parse Warning>> [||]: operand converted to a string
    ... >>>>AE_HEADER_ID<<<< || '~' || AE_LINE_NUM<<PM Parse Warning>> [AE_LINE_NUM]: operand converted to a string
    ... AE_HEADER_ID || '~' || >>>>AE_LINE_NUM<<<<]; transformation continues...
    MAPPING> TM_6007 DTM initialized successfully for session [SDE_ORA_GL_AR_REV_LinkageInformation_Extract_Full]
    DIRECTOR> PETL_24033 All DTM Connection Info: [<NONE>].
    MANAGER> PETL_24004 Starting pre-session tasks. : (Wed Sep 18 09:46:13 2013)
    MANAGER> PETL_24027 Pre-session task completed successfully. : (Wed Sep 18 09:46:13 2013)
    DIRECTOR> PETL_24006 Starting data movement.
    MAPPING> TM_6660 Total Buffer Pool size is 12582912 bytes and Block size is 128000 bytes.
    READER_1_1_1> DBG_21438 Reader: Source is [54.225.65.108:1521/VIS], user [APPS]
    READER_1_1_1> BLKR_16003 Initialization completed successfully.
    WRITER_1_*_1> WRT_8146 Writer: Target is database [AMAZON-9C628AAE:1521/obiaDW1], user [DWH_REP2], bulk mode [ON]
    WRITER_1_*_1> WRT_8106 Warning! Bulk Mode session - recovery is not guaranteed.
    WRITER_1_*_1> WRT_8124 Target Table W_GL_LINKAGE_INFORMATION_GS :SQL INSERT statement:
    INSERT INTO W_GL_LINKAGE_INFORMATION_GS(SOURCE_DISTRIBUTION_ID,JOURNAL_LINE_INTEGRATION_ID,LEDGER_ID,LEDGER_TYPE,DISTRIBUTION_SOURCE,JE_BATCH_NAME,JE_HEADER_NAME,JE_LINE_NUM,POSTED_ON_DT,GL_ACCOUNT_ID,SLA_TRX_INTEGRATION_ID,DATASOURCE_NUM_ID)  VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
    WRITER_1_*_1> WRT_8270 Target connection group #1 consists of target(s) [W_GL_LINKAGE_INFORMATION_GS]
    WRITER_1_*_1> WRT_8003 Writer initialization complete.
    READER_1_1_1> BLKR_16007 Reader run started.
    READER_1_1_1> RR_4029 SQ Instance [SQ_XLA_AE_LINES] User specified SQL Query [SELECT DISTINCT
    DLINK.SOURCE_DISTRIBUTION_ID_NUM_1 DISTRIBUTION_ID,
    DLINK.SOURCE_DISTRIBUTION_TYPE SOURCE_TABLE,
    AELINE.ACCOUNTING_CLASS_CODE,
    GLIMPREF.JE_HEADER_ID JE_HEADER_ID,
    GLIMPREF.JE_LINE_NUM JE_LINE_NUM,
    AELINE.AE_HEADER_ID AE_HEADER_ID,
    AELINE.AE_LINE_NUM AE_LINE_NUM,
    T.LEDGER_ID LEDGER_ID,
    T.LEDGER_CATEGORY_CODE LEDGER_TYPE,
        JBATCH.NAME BATCH_NAME,
       JHEADER.NAME HEADER_NAME,
          PER.END_DATE,
    AELINE.CODE_COMBINATION_ID,
    AEHEADER.EVENT_TYPE_CODE,
    NVL(XLA_EVENTS.UPG_BATCH_ID,0) UPG_BATCH_ID
    FROM XLA_DISTRIBUTION_LINKS DLINK
       , GL_IMPORT_REFERENCES        GLIMPREF
       , XLA_AE_LINES                              AELINE
       , GL_JE_HEADERS                         JHEADER
       , GL_JE_BATCHES                         JBATCH
       , GL_LEDGERS                                 T
       , GL_PERIODS   PER
    WHERE DLINK.SOURCE_DISTRIBUTION_TYPE IN
             (  'AR_DISTRIBUTIONS_ALL'
              , 'RA_CUST_TRX_LINE_GL_DIST_ALL')
    AND DLINK.APPLICATION_ID = 222
    AND AELINE.APPLICATION_ID = 222
    AND AELINE.GL_SL_LINK_TABLE = GLIMPREF.GL_SL_LINK_TABLE
    AND AELINE.GL_SL_LINK_ID         = GLIMPREF.GL_SL_LINK_ID
    AND AELINE.AE_HEADER_ID         = DLINK.AE_HEADER_ID        
    AND AELINE.AE_LINE_NUM           = DLINK.AE_LINE_NUM
    AND GLIMPREF.JE_HEADER_ID   = JHEADER.JE_HEADER_ID
    AND JHEADER.JE_BATCH_ID       = JBATCH.JE_BATCH_ID
    AND JHEADER.LEDGER_ID                   = T.LEDGER_ID
    AND JHEADER.STATUS                         = 'P'
    AND T.PERIOD_SET_NAME = PER.PERIOD_SET_NAME
    AND JHEADER.PERIOD_NAME = PER.PERIOD_NAME
    AND JHEADER.CREATION_DATE >=
              TO_DATE('01/01/1970 00:00:00'
                    , 'MM/DD/YYYY HH24:MI:SS' )
    AND DECODE('N', 'Y', T.LEDGER_ID, 1) IN (1)
    AND DECODE('N', 'Y', T.LEDGER_CATEGORY_CODE, 'NONE') IN ('NONE')]
    READER_1_1_1> RR_4049 SQL Query issued to database : (Wed Sep 18 09:46:13 2013)
    WRITER_1_*_1> WRT_8005 Writer run started.
    WRITER_1_*_1> WRT_8158
    *****START LOAD SESSION*****
    Load Start Time: Wed Sep 18 09:46:13 2013
    Target tables:
         W_GL_LINKAGE_INFORMATION_GS
    READER_1_1_1> CMN_1761 Timestamp Event: [Wed Sep 18 09:46:13 2013]
    READER_1_1_1> RR_4035 SQL Error [
    ORA-00904: "XLA_EVENTS"."UPG_BATCH_ID": invalid identifier
    Database driver error...
    Function Name : Execute
    SQL Stmt : SELECT DISTINCT
    DLINK.SOURCE_DISTRIBUTION_ID_NUM_1 DISTRIBUTION_ID,
    DLINK.SOURCE_DISTRIBUTION_TYPE SOURCE_TABLE,
    AELINE.ACCOUNTING_CLASS_CODE,
    GLIMPREF.JE_HEADER_ID JE_HEADER_ID,
    GLIMPREF.JE_LINE_NUM JE_LINE_NUM,
    AELINE.AE_HEADER_ID AE_HEADER_ID,
    AELINE.AE_LINE_NUM AE_LINE_NUM,
    T.LEDGER_ID LEDGER_ID,
    T.LEDGER_CATEGORY_CODE LEDGER_TYPE,
        JBATCH.NAME BATCH_NAME,
       JHEADER.NAME HEADER_NAME,
          PER.END_DATE,
    AELINE.CODE_COMBINATION_ID,
    AEHEADER.EVENT_TYPE_CODE,
    NVL(XLA_EVENTS.UPG_BATCH_ID,0) UPG_BATCH_ID
    FROM XLA_DISTRIBUTION_LINKS DLINK
       , GL_IMPORT_REFERENCES        GLIMPREF
       , XLA_AE_LINES                              AELINE
       , GL_JE_HEADERS                         JHEADER
       , GL_JE_BATCHES                         JBATCH
       , GL_LEDGERS                                 T
       , GL_PERIODS   PER
    WHERE DLINK.SOURCE_DISTRIBUTION_TYPE IN
             (  'AR_DISTRIBUTIONS_ALL'
              , 'RA_CUST_TRX_LINE_GL_DIST_ALL')
    AND DLINK.APPLICATION_ID = 222
    AND AELINE.APPLICATION_ID = 222
    AND AELINE.GL_SL_LINK_TABLE = GLIMPREF.GL_SL_LINK_TABLE
    AND AELINE.GL_SL_LINK_ID         = GLIMPREF.GL_SL_LINK_ID
    AND AELINE.AE_HEADER_ID         = DLINK.AE_HEADER_ID        
    AND AELINE.AE_LINE_NUM           = DLINK.AE_LINE_NUM
    AND GLIMPREF.JE_HEADER_ID   = JHEADER.JE_HEADER_ID
    AND JHEADER.JE_BATCH_ID       = JBATCH.JE_BATCH_ID
    AND JHEADER.LEDGER_ID                   = T.LEDGER_ID
    AND JHEADER.STATUS                         = 'P'
    AND T.PERIOD_SET_NAME = PER.PERIOD_SET_NAME
    AND JHEADER.PERIOD_NAME = PER.PERIOD_NAME
    AND JHEADER.CREATION_DATE >=
              TO_DATE('01/01/1970 00:00:00'
                    , 'MM/DD/YYYY HH24:MI:SS' )
    AND DECODE('N', 'Y', T.LEDGER_ID, 1) IN (1)
    AND DECODE('N', 'Y', T.LEDGER_CATEGORY_CODE, 'NONE') IN ('NONE')
    Oracle Fatal Error
    Database driver error...
    Function Name : Execute
    SQL Stmt : SELECT DISTINCT
    DLINK.SOURCE_DISTRIBUTION_ID_NUM_1 DISTRIBUTION_ID,
    DLINK.SOURCE_DISTRIBUTION_TYPE SOURCE_TABLE,
    AELINE.ACCOUNTING_CLASS_CODE,
    GLIMPREF.JE_HEADER_ID JE_HEADER_ID,
    GLIMPREF.JE_LINE_NUM JE_LINE_NUM,
    AELINE.AE_HEADER_ID AE_HEADER_ID,
    AELINE.AE_LINE_NUM AE_LINE_NUM,
    T.LEDGER_ID LEDGER_ID,
    T.LEDGER_CATEGORY_CODE LEDGER_TYPE,
        JBATCH.NAME BATCH_NAME,
       JHEADER.NAME HEADER_NAME,
          PER.END_DATE,
    AELINE.CODE_COMBINATION_ID,
    AEHEADER.EVENT_TYPE_CODE,
    NVL(XLA_EVENTS.UPG_BATCH_ID,0) UPG_BATCH_ID
    FROM XLA_DISTRIBUTION_LINKS DLINK
       , GL_IMPORT_REFERENCES        GLIMPREF
       , XLA_AE_LINES                              AELINE
       , GL_JE_HEADERS                         JHEADER
       , GL_JE_BATCHES                         JBATCH
       , GL_LEDGERS                                 T
       , GL_PERIODS   PER
    WHERE DLINK.SOURCE_DISTRIBUTION_TYPE IN
             (  'AR_DISTRIBUTIONS_ALL'
              , 'RA_CUST_TRX_LINE_GL_DIST_ALL')
    AND DLINK.APPLICATION_ID = 222
    AND AELINE.APPLICATION_ID = 222
    AND AELINE.GL_SL_LINK_TABLE = GLIMPREF.GL_SL_LINK_TABLE
    AND AELINE.GL_SL_LINK_ID         = GLIMPREF.GL_SL_LINK_ID
    AND AELINE.AE_HEADER_ID         = DLINK.AE_HEADER_ID        
    AND AELINE.AE_LINE_NUM           = DLINK.AE_LINE_NUM
    AND GLIMPREF.JE_HEADER_ID   = JHEADER.JE_HEADER_ID
    AND JHEADER.JE_BATCH_ID       = JBATCH.JE_BATCH_ID
    AND JHEADER.LEDGER_ID                   = T.LEDGER_ID
    AND JHEADER.STATUS                         = 'P'
    AND T.PERIOD_SET_NAME = PER.PERIOD_SET_NAME
    AND JHEADER.PERIOD_NAME = PER.PERIOD_NAME
    AND JHEADER.CREATION_DATE >=
              TO_DATE('01/01/1970 00:00:00'
                    , 'MM/DD/YYYY HH24:MI:SS' )
    AND DECODE('N', 'Y', T.LEDGER_ID, 1) IN (1)
    AND DECODE('N', 'Y', T.LEDGER_CATEGORY_CODE, 'NONE') IN ('NONE')
    Oracle Fatal Error].
    READER_1_1_1> CMN_1761 Timestamp Event: [Wed Sep 18 09:46:13 2013]
    READER_1_1_1> BLKR_16004 ERROR: Prepare failed.
    WRITER_1_*_1> WRT_8333 Rolling back all the targets due to fatal session error.
    WRITER_1_*_1> WRT_8325 Final rollback executed for the target [W_GL_LINKAGE_INFORMATION_GS] at end of load
    WRITER_1_*_1> WRT_8035 Load complete time: Wed Sep 18 09:46:13 2013
    LOAD SUMMARY
    ============
    WRT_8036 Target: W_GL_LINKAGE_INFORMATION_GS (Instance Name: [W_GL_LINKAGE_INFORMATION_GS])
    WRT_8044 No data loaded for this target
    WRITER_1_*_1> WRT_8043 *****END LOAD SESSION*****
    MANAGER> PETL_24031
    ***** RUN INFO FOR TGT LOAD ORDER GROUP [1], CONCURRENT SET [1] *****
    Thread [READER_1_1_1] created for [the read stage] of partition point [SQ_XLA_AE_LINES] has completed. The total run time was insufficient for any meaningful statistics.
    Thread [TRANSF_1_1_1] created for [the transformation stage] of partition point [SQ_XLA_AE_LINES] has completed. The total run time was insufficient for any meaningful statistics.
    Thread [WRITER_1_*_1] created for [the write stage] of partition point [W_GL_LINKAGE_INFORMATION_GS] has completed. The total run time was insufficient for any meaningful statistics.
    MANAGER> PETL_24005 Starting post-session tasks. : (Wed Sep 18 09:46:14 2013)
    MANAGER> PETL_24029 Post-session task completed successfully. : (Wed Sep 18 09:46:14 2013)
    MAPPING> TM_6018 The session completed with [0] row transformation errors.
    MANAGER> PETL_24002 Parallel Pipeline Engine finished.
    DIRECTOR> PETL_24013 Session run completed with failure.
    DIRECTOR> TM_6022
    SESSION LOAD SUMMARY
    ================================================
    DIRECTOR> TM_6252 Source Load Summary.
    DIRECTOR> CMN_1740 Table: [SQ_XLA_AE_LINES] (Instance Name: [SQ_XLA_AE_LINES])
      Output Rows [0], Affected Rows [0], Applied Rows [0], Rejected Rows [0]
    DIRECTOR> TM_6253 Target Load Summary.
    DIRECTOR> CMN_1740 Table: [W_GL_LINKAGE_INFORMATION_GS] (Instance Name: [W_GL_LINKAGE_INFORMATION_GS])
      Output Rows [0], Affected Rows [0], Applied Rows [0], Rejected Rows [0]
    DIRECTOR> TM_6023
    ===================================================
    DIRECTOR> TM_6020 Session [SDE_ORA_GL_AR_REV_LinkageInformation_Extract_Full] completed at [Wed Sep 18 09:46:14 2013].
    *I did some queries in my source database (Vision) , table "XLA_EVENTS" exists , column "UPG_BATCH_ID" also exists
    *I added "XLA_EVENTS" to the FROM clause and ran it in SQL Developer
    *in the SELECT clause ,i see a column named "AEHEADER.EVENT_TYPE_CODE"
    but there is no table named "AEHEADER" in the FROM clause
    so i added it manually , it's probably refers to "XLA_AE_HEADERS"
    Final query looks like this:
    SELECT DISTINCT
    DLINK.SOURCE_DISTRIBUTION_ID_NUM_1 DISTRIBUTION_ID,
    DLINK.SOURCE_DISTRIBUTION_TYPE SOURCE_TABLE,
    AELINE.ACCOUNTING_CLASS_CODE,
    GLIMPREF.JE_HEADER_ID JE_HEADER_ID,
    GLIMPREF.JE_LINE_NUM JE_LINE_NUM,
    AELINE.AE_HEADER_ID AE_HEADER_ID,
    AELINE.AE_LINE_NUM AE_LINE_NUM,
    T.LEDGER_ID LEDGER_ID,
    T.LEDGER_CATEGORY_CODE LEDGER_TYPE,
        JBATCH.NAME BATCH_NAME,
       JHEADER.NAME HEADER_NAME,
          PER.END_DATE,
    AELINE.CODE_COMBINATION_ID,
    AEHEADER.EVENT_TYPE_CODE,
    NVL(XLA_EVENTS.UPG_BATCH_ID,0) UPG_BATCH_ID
    FROM XLA_DISTRIBUTION_LINKS DLINK
       , GL_IMPORT_REFERENCES        GLIMPREF
       , XLA_AE_LINES                              AELINE
       , GL_JE_HEADERS                         JHEADER
       , GL_JE_BATCHES                         JBATCH
       , GL_LEDGERS                                 T
       , GL_PERIODS   PER
       , XLA_AE_HEADERS AEHEADER
       , XLA_EVENTS
    WHERE DLINK.SOURCE_DISTRIBUTION_TYPE IN
             (  'AR_DISTRIBUTIONS_ALL'
              , 'RA_CUST_TRX_LINE_GL_DIST_ALL')
    AND DLINK.APPLICATION_ID = 222
    AND AELINE.APPLICATION_ID = 222
    AND AELINE.GL_SL_LINK_TABLE = GLIMPREF.GL_SL_LINK_TABLE
    AND AELINE.GL_SL_LINK_ID         = GLIMPREF.GL_SL_LINK_ID
    AND AELINE.AE_HEADER_ID         = DLINK.AE_HEADER_ID        
    AND AELINE.AE_LINE_NUM           = DLINK.AE_LINE_NUM
    AND GLIMPREF.JE_HEADER_ID   = JHEADER.JE_HEADER_ID
    AND JHEADER.JE_BATCH_ID       = JBATCH.JE_BATCH_ID
    AND JHEADER.LEDGER_ID                   = T.LEDGER_ID
    AND JHEADER.STATUS                         = 'P'
    AND T.PERIOD_SET_NAME = PER.PERIOD_SET_NAME
    AND JHEADER.PERIOD_NAME = PER.PERIOD_NAME
    AND JHEADER.CREATION_DATE >=
              TO_DATE('01/01/1970 00:00:00'
                    , 'MM/DD/YYYY HH24:MI:SS' )
    AND DECODE('N', 'Y', T.LEDGER_ID, 1) IN (1)
    AND DECODE('N', 'Y', T.LEDGER_CATEGORY_CODE, 'NONE') IN ('NONE')
    *when i run that query,it takes a lot of time executing without returning any results (last time it took 4 hours before i cancel it)
    my questions are:
    -what's wrong with that query?
    -how can i change the query in the workflow?
    could anyone please help?

    thank you very much
    i found SQ_XLA_AE_LINES and checked its SQL query,it's a very healthy query
    SELECT  DISTINCT
    DLINK.SOURCE_DISTRIBUTION_ID_NUM_1 DISTRIBUTION_ID,
    DLINK.SOURCE_DISTRIBUTION_TYPE SOURCE_TABLE,
          AELINE.ACCOUNTING_CLASS_CODE,
    GLIMPREF.JE_HEADER_ID JE_HEADER_ID,
    GLIMPREF.JE_LINE_NUM JE_LINE_NUM,
    AELINE.AE_HEADER_ID AE_HEADER_ID,
    AELINE.AE_LINE_NUM AE_LINE_NUM,
    T.LEDGER_ID LEDGER_ID,
    T.LEDGER_CATEGORY_CODE LEDGER_TYPE,
        JBATCH.NAME BATCH_NAME,
       JHEADER.NAME HEADER_NAME,
          PER.END_DATE,
    AELINE.CODE_COMBINATION_ID,
    AEHEADER.EVENT_TYPE_CODE,
    NVL(XLA_EVENTS.UPG_BATCH_ID,0) UPG_BATCH_ID
    FROM XLA_DISTRIBUTION_LINKS DLINK
       , GL_IMPORT_REFERENCES        GLIMPREF
       , XLA_AE_LINES                              AELINE
       , XLA_AE_HEADERS AEHEADER
       , GL_JE_HEADERS                         JHEADER
       , GL_JE_BATCHES                         JBATCH
       , GL_LEDGERS                                 T
       , GL_PERIODS   PER
       , XLA_EVENTS
    WHERE DLINK.SOURCE_DISTRIBUTION_TYPE IN
             (  'AR_DISTRIBUTIONS_ALL'
              , 'RA_CUST_TRX_LINE_GL_DIST_ALL')
    AND DLINK.APPLICATION_ID = 222
    AND AELINE.APPLICATION_ID = 222
    AND AEHEADER.APPLICATION_ID = 222
    AND XLA_EVENTS.APPLICATION_ID=222
    AND AEHEADER.AE_HEADER_ID = AELINE.AE_HEADER_ID
    AND AELINE.GL_SL_LINK_TABLE = GLIMPREF.GL_SL_LINK_TABLE
    AND AELINE.GL_SL_LINK_ID         = GLIMPREF.GL_SL_LINK_ID
    AND AELINE.AE_HEADER_ID         = DLINK.AE_HEADER_ID        
    AND AELINE.AE_LINE_NUM           = DLINK.AE_LINE_NUM
    AND GLIMPREF.JE_HEADER_ID   = JHEADER.JE_HEADER_ID
    AND JHEADER.JE_BATCH_ID       = JBATCH.JE_BATCH_ID
    AND JHEADER.LEDGER_ID                   = T.LEDGER_ID
    AND JHEADER.STATUS                         = 'P'
    AND T.PERIOD_SET_NAME = PER.PERIOD_SET_NAME
    AND JHEADER.PERIOD_NAME = PER.PERIOD_NAME
    AND AEHEADER.EVENT_ID=XLA_EVENTS.EVENT_ID
    AND JHEADER.LAST_UPDATE_DATE >=
              TO_DATE('$$LAST_EXTRACT_DATE'
                    , 'MM/DD/YYYY HH24:MI:SS' )
    AND DECODE($$FILTER_BY_LEDGER_ID, 'Y', T.LEDGER_ID, 1) IN ($$LEDGER_ID_LIST)
    AND DECODE($$FILTER_BY_LEDGER_TYPE, 'Y', T.LEDGER_CATEGORY_CODE, 'NONE') IN ($$LEDGER_TYPE_LIST)
    i compared this query with the query that appears in the Error messages,they are different (the Error message is stated in the first post)
    the query that appears in the Error messages misses a couple of lines,specifically in the "FROM" clause and the "WHERE" clause
    what might cause that issue?

  • DAC task failure: SIL_PositionDimensionHierarchy_AsIsUpdate_Full

    Hi,
    The Incremental DAC load failed yesterday night for two workflows:
    SIL_PositionDimensionHierarchy_AsIsUpdate
    SIL_PositionDimensionHierarchy_AsIsUpdate_Full
    The workflows belong to the Out-Of-Box Container SIL_Vert.
    The workflows populate zero records on other regular days, but this is for the first time it resulted in an error during DAC load.
    The DAC log doesn't show any detectable error message with the root cause information. But since there were many dependent tasks running on top of it, they all got stopped and henceforth resulting in the DAC failure.
    ###########################DAC LOG######################################
    =====================================
    STD OUTPUT
    =====================================
    Informatica(r) PMCMD, version [8.6.1 HotFix10], build [412.0123], Windows 32-bit
    Copyright (c) Informatica Corporation 1994 - 2010
    All Rights Reserved.
    Invoked at Fri Jan 28 02:15:04 2011
    Connected to Integration Service: [Integration_Service_SAMPGHSBL112].
    Integration Service status: [Running]
    Integration Service startup time: [Sat Dec 04 18:52:14 2010]
    Integration Service current time: [Fri Jan 28 02:15:04 2011]
    Folder: [SIL_Vert]
    Workflow: [SIL_PositionDimensionHierarchy_Type1Update] version [1].
    Workflow run status: [Terminated unexpectedly]
    Workflow run error code: [0]
    Workflow run id [46743].
    Start time: [Fri Jan 28 02:14:43 2011]
    End time: [Fri Jan 28 02:14:48 2011]
    Workflow log file: [G:\Informatica\PowerCenter8.6.1\server\infa_shared\WorkflowLogs\SIL_PositionDimensionHierarchy_Type1Update.log]
    Workflow run type: [User request]
    Run workflow as user: [Administrator]
    Run workflow with Impersonated OSProfile in domain: []
    Integration Service: [Integration_Service_SAMPGHSBL112]
    Disconnecting from Integration Service
    Completed at Fri Jan 28 02:15:04 2011
    =====================================
    ERROR OUTPUT
    =====================================
    Error Message : Unable to get Informatica workflow return code. Check Informatica workflow/session logs.
    ErrorCode : -1
    Re-Queue to attempt to run again or attach to running workflow
    if Execution Plan is still running or re-submit Execution Plan to execute the workflow.
    EXCEPTION CLASS::: com.siebel.analytics.etl.etltask.IrrecoverableException
    com.siebel.analytics.etl.etltask.InformaticaTask.doExecute(InformaticaTask.java:179)
    com.siebel.analytics.etl.etltask.GenericTaskImpl.doExecuteWithRetries(GenericTaskImpl.java:410)
    com.siebel.analytics.etl.etltask.GenericTaskImpl.execute(GenericTaskImpl.java:306)
    com.siebel.analytics.etl.etltask.GenericTaskImpl.execute(GenericTaskImpl.java:213)
    com.siebel.analytics.etl.etltask.GenericTaskImpl.run(GenericTaskImpl.java:585)
    com.siebel.analytics.etl.taskmanager.XCallable.call(XCallable.java:63)
    java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
    java.util.concurrent.FutureTask.run(FutureTask.java:138)
    java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
    java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
    java.util.concurrent.FutureTask.run(FutureTask.java:138)
    java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
    java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
    java.lang.Thread.run(Thread.java:619)
    12972 SEVERE Fri Jan 28 02:15:05 EST 2011
    ANOMALY INFO::: Error while executing task Informatica Session Batch
    MESSAGE:::Submitted task failed during execution
    EXCEPTION CLASS::: com.siebel.analytics.etl.etltask.FailedTaskException
    com.siebel.analytics.etl.etltask.ParallelTaskBatch.submitIncompleteTasks(ParallelTaskBatch.java:251)
    com.siebel.analytics.etl.etltask.ParallelTaskBatch.doExecuteNormal(ParallelTaskBatch.java:360)
    com.siebel.analytics.etl.etltask.ParallelTaskBatch.doExecute(ParallelTaskBatch.java:164)
    com.siebel.analytics.etl.etltask.GenericTaskImpl.doExecuteWithRetries(GenericTaskImpl.java:410)
    com.siebel.analytics.etl.etltask.GenericTaskImpl.execute(GenericTaskImpl.java:306)
    com.siebel.analytics.etl.etltask.GenericTaskImpl.execute(GenericTaskImpl.java:213)
    com.siebel.analytics.etl.etltask.ParallelTaskBatch.doExecuteNormal(ParallelTaskBatch.java:326)
    com.siebel.analytics.etl.etltask.ParallelTaskBatch.doExecute(ParallelTaskBatch.java:164)
    com.siebel.analytics.etl.etltask.GenericTaskImpl.doExecuteWithRetries(GenericTaskImpl.java:410)
    com.siebel.analytics.etl.etltask.GenericTaskImpl.execute(GenericTaskImpl.java:306)
    com.siebel.etl.engine.core.Session.executeTasks(Session.java:2697)
    com.siebel.etl.engine.core.Session.run(Session.java:3246)
    java.lang.Thread.run(Thread.java:619)
    12973 SEVERE Fri Jan 28 02:15:05 EST 2011
    ANOMALY INFO::: Error while executing : com.siebel.analytics.etl.etltask.ParallelTaskBatch:Informatica Session Batch
    MESSAGE:::com.siebel.analytics.etl.etltask.FailedTaskException: Submitted task failed during execution
    EXCEPTION CLASS::: java.lang.RuntimeException
    com.siebel.analytics.etl.etltask.GenericTaskImpl.doExecuteWithRetries(GenericTaskImpl.java:469)
    com.siebel.analytics.etl.etltask.GenericTaskImpl.execute(GenericTaskImpl.java:306)
    com.siebel.analytics.etl.etltask.GenericTaskImpl.execute(GenericTaskImpl.java:213)
    com.siebel.analytics.etl.etltask.ParallelTaskBatch.doExecuteNormal(ParallelTaskBatch.java:326)
    com.siebel.analytics.etl.etltask.ParallelTaskBatch.doExecute(ParallelTaskBatch.java:164)
    com.siebel.analytics.etl.etltask.GenericTaskImpl.doExecuteWithRetries(GenericTaskImpl.java:410)
    com.siebel.analytics.etl.etltask.GenericTaskImpl.execute(GenericTaskImpl.java:306)
    com.siebel.etl.engine.core.Session.executeTasks(Session.java:2697)
    com.siebel.etl.engine.core.Session.run(Session.java:3246)
    java.lang.Thread.run(Thread.java:619)
    ::: CAUSE :::
    MESSAGE:::Submitted task failed during execution
    EXCEPTION CLASS::: com.siebel.analytics.etl.etltask.FailedTaskException
    com.siebel.analytics.etl.etltask.ParallelTaskBatch.submitIncompleteTasks(ParallelTaskBatch.java:251)
    com.siebel.analytics.etl.etltask.ParallelTaskBatch.doExecuteNormal(ParallelTaskBatch.java:360)
    com.siebel.analytics.etl.etltask.ParallelTaskBatch.doExecute(ParallelTaskBatch.java:164)
    com.siebel.analytics.etl.etltask.GenericTaskImpl.doExecuteWithRetries(GenericTaskImpl.java:410)
    com.siebel.analytics.etl.etltask.GenericTaskImpl.execute(GenericTaskImpl.java:306)
    com.siebel.analytics.etl.etltask.GenericTaskImpl.execute(GenericTaskImpl.java:213)
    com.siebel.analytics.etl.etltask.ParallelTaskBatch.doExecuteNormal(ParallelTaskBatch.java:326)
    com.siebel.analytics.etl.etltask.ParallelTaskBatch.doExecute(ParallelTaskBatch.java:164)
    com.siebel.analytics.etl.etltask.GenericTaskImpl.doExecuteWithRetries(GenericTaskImpl.java:410)
    com.siebel.analytics.etl.etltask.GenericTaskImpl.execute(GenericTaskImpl.java:306)
    com.siebel.etl.engine.core.Session.executeTasks(Session.java:2697)
    com.siebel.etl.engine.core.Session.run(Session.java:3246)
    java.lang.Thread.run(Thread.java:619)
    12974 SEVERE Fri Jan 28 02:15:05 EST 2011
    ANOMALY INFO::: Error while executing task All Task Batches
    MESSAGE:::Execution of child batch Informatica Session Batch failed.
    EXCEPTION CLASS::: com.siebel.analytics.etl.etltask.FailedTaskException
    #######################END OF DAC LOG#################################
    After the first fail of the DAC load due, I marked the task as completed and restarted the Execution Plan again; the load failed again due to the second workflow mentioned above. I repeated the same steps and this time, it ran till the end to complete the load process.
    The Informatica Log file for the particular workflow shows:
    Message: Use override value [DATAWAREHOUSE.DATAWAREHOUSE.SIL_Vert.SIL_PositionDimensionHierarchy_AsIsUpdate.log] for session parameter:[$PMSessionLogFile].
    Please suggest us if we can bypass the above mentioned tasks and we can exclude the same from our current Execution Profiles. If the dependencies on these tasks create issues, how do we modulate the same for successful DAC loads going forward. Also please specify the significance of these particular workflows.
    Thanks-
    Ramaswamy Pappula
    Ph: 412-320-6796

    Hi gs,
    This is database dependent command
    depending on conncetion type @DAC_SOURCE_DBTYPE
    which DAC reads when you define Source database type in Physical datasources,
    By default it will invoke the informatica workflkow SIL_PositionDimensionHierarchy_AsIsUpdate_ORCL
    however if your
    source is DB2 it will invoke workflow: SIL_PositionDimensionHierarchy_AsIsUpdate_DB2
    source is mSSQL it will invoke workflow: SIL_PositionDimensionHierarchy_AsIsUpdate_MSSQL
    source is Teradata it will invoke workflow: SIL_PositionDimensionHierarchy_AsIsUpdate_TD
    Let me know if this helps.
    Thanks,
    Ani

  • Failed to load Execute Package Task error.

    Hello Experts,
    Excuse my newbie question.
    Execute Package Task: Error: The task has failed to load. The contact information for the task is "Microsoft Corporation; Microsoft SQL Server; Microsoft corporation; All Rights Reserved http://www.microsoft.com/sql/support/default.asp:1"
    We have a windows service running on our app server that deploys a package that executes other packages using execute package task. This package and rest of the packages are in the same folder at the same level under integration services
    catalog. The package fails to execute with the above said error.
    Execute package task is configured to run in 'in-process' mode. Changing delay validation to true/false in child packages didn't help.
    ironically if the package is deployed using a console application from the app server the package gets executed just fine. I checked permissions, everything seem fine.
    Is there anyway to get details of this error to understand the problem better? I am looking at reports > standard reports > all executions.
    Thanks.

    As it turns out, the 63bit ExecPackageTask.dll was not found under "C:\Program Files\Microsoft SQL Server\110\DTS\Binn". Installing "SQL Server Data Tools" installed only 32 bit version of the component under "C:\Program Files (x86)\Microsoft SQL
    Server\110\DTS\Binn".
    Is there a way to get 64bit version of this component without installing "Integration Services" (to avoid possible license issues)?
    Hi Jayakarthiks,
    To make use of the 64-bit ExecPackageTask.dll, you also need the 64-bit SSIS runtime and 64-bit DTExec utility tool. To obtain the 64-bit SSIS runtime and tools, you have to install the SQL Server Integration Services service from your SQL Server 2012 install
    media.
    Reference:
    http://msdn.microsoft.com/en-us/library/ms143731.aspx
    Regards,
    Mike Yin
    If you have any feedback on our support, please click here
    Mike Yin
    TechNet Community Support

Maybe you are looking for