Error message after refreshing system

Dear all,
During the refresh of the Qual system by the Production system, the script user_change.sql failed (note 551915). The script change the old SID (pe1) by the new on (qe2).
The script have updated all tables of the database exept 2 tables (KNA1 and KNVV). These tables keep the old name and the old owner(pe1.KNA1 and pe1.KNVV)
Error message: "Object 'pe1.KNA1' does not exist or is not a valid object for this operation"
I have check these tables into Dev environment and it didn't been changed.
Thank you for your help.
Fabrice CHAINE

Hello,
can you send us the result of
use QE2
select name,uid,xtype from sysobjects where name in ('KNA1','KNVV')
or when you are running on SQL 2005
select name,schema_id,xtype from sys.objects where name in ('KNA1','KNVV')
regards
  Clas

Similar Messages

  • Clearing error messages after refresh

    Hello Experts,
    I have done a web application using struts in which i need to clear the error message like Invalid user name and password., after pressing refresh button. let me tell you clearly. In Login page end-user has to provide user name and passowrd, if this is wrong at LoginAction
    i set a request attribute with an error message and forward the control to login jsp where i have the following code
                if(request.getAttribute("logerr")!=null){
                    out.println(request.getAttribute("logerr").toString());
                    request.removeAttribute("logerr");               
                } when i refresh the current login page after getting this error, there should not be this message, since there is no value for user name and password typed.
    my bean
    * LoginForm.java
    * Created on October 4, 2006, 3:31 PM
    package forms;
    import javax.servlet.http.HttpServletRequest;
    import org.apache.struts.action.ActionErrors;
    import org.apache.struts.action.ActionMapping;
    * @author srinivas
    * @version
    public class LoginForm extends org.apache.struts.action.ActionForm {
         private String userId;
         private String password;
        public String getUserId()
            return userId;
        public void setUserId(String userId)
            this.userId =  userId;
        public String getPassword()
            return password;
        public void setPassword(String userPass)
            this.password = userPass;
        public void reset(ActionMapping mapping, HttpServletRequest request)
            this.userId= "";
            this.password= "";
        public ActionErrors validate(ActionMapping mapping,HttpServletRequest request)
            ActionErrors errors = new ActionErrors();
              if(userId==null || userId.length()== 0)
                 errors.add("userId",new org.apache.struts.action.ActionError("error.userId"));           
            if(password==null || password.length()== 0)
                errors.add("password",new org.apache.struts.action.ActionError("error.password"));                            
           return errors;
        }Please help me out, Any help will be greatly appreciated.
    Thanks & Regards,
    Sri.

    Thanks BaluC for your quick response,
    By the way i just dont get your point what i understood and changed is
    <html:form action="/login" method="GET" focus="userId" >                     but invain i dont do any external forward except those with struts follows.
    my action class
    * LoginAction.java
    * Created on Sep 22, 2008, 12:32 PM
    package actions;
    import javax.servlet.http.HttpServletRequest;
    import javax.servlet.http.HttpServletResponse;
    import org.apache.struts.action.ActionErrors;
    import java.sql.*;
    import org.apache.struts.action.Action;
    import org.apache.struts.action.ActionForm;
    import org.apache.struts.action.ActionMapping;
    import org.apache.struts.action.ActionForward;
    import forms.LoginForm;
    import jdbc.ResourceManager;
    * @author srinivas
    * @version
    public class LoginAction extends Action {
        /* forward name="success" path="" */
        private final static String SUCCESS = "success";
        public ActionForward execute(ActionMapping mapping, ActionForm form,
                HttpServletRequest request, HttpServletResponse response)
                throws Exception {
            ActionErrors errors = new ActionErrors();
            LoginForm loginForm = (LoginForm) form;
            ActionForward forward = new ActionForward();
            // loginForm.reset(mapping,request);
            String userId = "";
            userId = loginForm.getUserId();
            String userPass = "";
            userPass = loginForm.getPassword();
            if(userId.equals("") && userPass.equals("")){           
                return mapping.findForward("failure");
            String uname = "";
            String isSup = "";
            String isHos = "";
            String isApp = "";
            String isSet = "";
            String isCap = "";
            String isUnt = "";
            String intUnit = "";
            String strUnit = "";
            ResourceManager rm = new ResourceManager();
            Connection c = rm.getConnection();
            PreparedStatement s = c.prepareStatement(" SELECT UserName,Supervisor,AllowSetUp,AllowHospital,AllowCapture,AllowApproval,UnitCode,AttachedUnitCode,(SELECT ltrim(rtrim(upper(name))) FROM healthunits WHERE unitcode=AttachedUnitCode) FROM SystemUsers WHERE USERID=? AND PASSWORD=? ");
            try {
                s.setString(1, userId);
                s.setString(2, userPass);
                ResultSet r = s.executeQuery();
                while (r.next()) {               
                    uname = r.getString(1);
                    isSup = r.getString(2);
                    isSet = r.getString(3);
                    isHos = r.getString(4);
                    isCap = r.getString(5);
                    isApp = r.getString(6);
                    isUnt = r.getString(7);
                    intUnit = r.getString(8);
                    strUnit = r.getString(9);
            } catch (Exception e) {
                System.out.println(e.getMessage());
            loginForm.reset(mapping, request);
            javax.servlet.http.HttpSession session = request.getSession();
            if (uname.length() > 1) {
                session.setAttribute("uname", uname);           
                session.setAttribute("isSup", isSup);
                session.setAttribute("isSet", isSet);
                session.setAttribute("isHos", isHos);
                session.setAttribute("isCap", isCap);
                session.setAttribute("isApp", isApp);
                session.setAttribute("isUnt", isUnt);
                session.setAttribute("intUnit", intUnit);
                session.setAttribute("strUnit", strUnit);
                return mapping.findForward(SUCCESS);
            } else {
                request.setAttribute("logerr", "Userid or password is incorrect.");           
                return mapping.findForward("failure");
    }

  • Error message after Upgraded from 2.53ghz (533 FSB) to 3.2ghz (HT)

    Hi! everyone,
    As you can see i'm a newbie on this board, however I've frequently visited here once in a while.  Anyway, the problem I currently have after I upgraded my cpu from 2.53 ghz to 3.2ghz HT (Northwood) is that I not very often (few times so forth since monday) see this error message after reboot my pc :
    ***Message starts here***
    A problem has been detected and windows has been shut down to prevent damage to your computer.
    If this is the first time you've seen this stop error restart your computer.  If this message appears again, follow these step:
    Run system diagnostic utility supplied by your hardware manufacturer.  In particularly run a memory check and check for faulty or mismatched memory, try changing video adapters.  
    Disable or remove any newly installed hardware or drivers....etc.
    Technical information
    ***STOP:  0x0000007F (0x00000008, 0xF7806d70, 0x00000000, 0x00000000)
    ....................................... ........etc.....
    ****Message ends here****
    As i stated before I've never seen this message before the upgrade.  So, here is my configurations:
    BEFORE
    875P NEO-LSR w/ BIOS v. 2.0
    2.53ghz 512 FSB CPU
    9500 Readon 128mb video card
    Dual IDE HD 80gb & 160 gb (NON SATA)
    1gb Dual channel memory (512mb on channel 1  -  512mb on channel 3) (KINGSTON pc2700 module)
    CURRENT
    857P NEO-LSR w/BIOS v. 2.0
    3.2ghz 800 FSB 512mb (L2 cache) CPU
    9500 Readon 128mb video card
    Dual IDE HD 80gb & 160 gb (NON SATA)
    1gb Dual channel memory (512mb stick on channel 1 - 512mb stick on channel 3) (KINGSTON pc2700 module) *
    * may be this causes this error message because as I read it on the discription page of the 875P NEO-LSR that it will only support DUAL channel (PC3200 type) with HT CPU.  So, i suspect this may cause the problem but I havent try to rearrange my memory to one channel (1 x 2) yet.
    I will greatly appreciate it if someone in here who may has experienced it before or know what all this means.  Please advise

    Thanks for your advise bejon2000.  
    Here is my situation, I just freshly installed Windows XP Pro w/SP2 prior to this cpu upgrade ...I did the os last weekend and upgraded the cpu the day or two after which is monday of this week.  So, can I just do the BIOS update now with the os already inplaced ???  I assum the aswer is yes, however I just wanted to confirm before I do it, you know  
    I've SiSoftware Utilities 2004 installed on the system as well, and after I did the Performance Tune-Up in SiSoftware ...This is what I got
    SiSoftware Sandra
    Display on Screen
    Device Type : Desktop/Notebook
    System Summary
    Analysing...
    Tip 2546 : Large memory modules should be ECC/Parity.
    Finished Successfully : Yes
    ****Mainboard Information
    Analysing...
    Power / Aux Temperature : 59.0°C / 138.2°F
    Notice 224 : SMBIOS/DMI information may be inaccurate.
    Tip 2505 : System does not support memory error detection. Some memory errors may go unnoticed.
    Warning 2506 : System does not support memory error correction. System will stop if memory errors are found.
    Tip 2511 : Some memory slots are free so the memory can be easily upgraded.
    Tip 2546 : Large memory modules should be ECC/Parity.
    Warning 2518 : Mainboard temperature is too high.
    Finished Successfully : Yes
    ***CPU & BIOS Information
    Analysing...
    Tip 210 : Processor 1 : Mainboard supports faster CPUs, so the CPU can be upgraded when needed.
    Notice 224 : Processor 1 : SMBIOS/DMI information may be inaccurate.
    Notice 224 : System BIOS : SMBIOS/DMI information may be inaccurate.
    Tip 212 : System BIOS : BIOS can be shadowed so check whether it is.
    Tip 211 : System BIOS : BIOS is flash-able and socketed so it can be upgraded when needed.
    Finised Successfully : Yes
    APM & ACPI Information
    Analysing...
    Notice 224 : SMBIOS/DMI information may be inaccurate.
    Finished Successfully : Yes
    PCI, AGP, CardBus Bus(es) Information
    Analysing...
    Finished Successfully : Yes
    Video System Information
    Analysing...
    Tip 319 : Primary Display Driver (display) : A refresh rate of at least 75Hz is recommended. Increase it if possible.
    Tip 323 : Primary Display Driver (display) : Remove the desktop wallpaper to save memory and improve performance.
    Tip 319 : RADEON 9500 (\\.\DISPLAY1) @ \\.\DISPLAY1 : A refresh rate of at least 75Hz is recommended. Increase it if possible.
    Tip 323 : RADEON 9500 (\\.\DISPLAY1) @ \\.\DISPLAY1 : Remove the desktop wallpaper to save memory and improve performance.
    Finished Successfully : Yes
    Windows Memory Information
    Analysing...
    Finished Successfully : Yes
    Drives Information
    Analysing...
    Warning : 1.44MB 3.5" (A:) : Cannot obtain drive information; check that a disk is in the drive and it is correctly formatted.
    Warning : CD-ROM/DVD (F:) : Cannot obtain drive information; check that a disk is in the drive and it is correctly formatted.
    Warning : Removable Drive (G:) : Cannot obtain drive information; check that a disk is in the drive and it is correctly formatted.
    Tip 1821 : Removable Drive (H:) : Label (name) drive.
    Finished Successfully : Yes
    Ports Information
    Analysing...
    Warning : Communications Port (COM1) : Port in use. [5]
    Finished Successfully : Yes
    Keyboard Information
    Analysing...
    Finished Successfully : Yes
    Mouse Information
    Analysing...
    Finished Successfully : Yes
    Sound Card Information
    Analysing...
    Finished Successfully : Yes
    Printer and Fax Information
    Analysing...
    Tip 402 : PaperPort Color : Print quality may have been set too low. Check settings.
    Finished Successfully : Yes
    MCI Devices Information
    Analysing...
    Finished Successfully : Yes
    Windows Information
    Analysing...
    Tip 1300 : Enter your company name or "Home" instead of "Unknown".
    Finished Successfully : Yes
    WinSock Information
    Analysing...
    Finished Successfully : Yes
    Processes Information
    Analysing...
    Tip 1601 : 6. tinhbuon0e - ********* - Winamp [Stopped] : Program consumes a large amount of memory.
    Tip 1601 : Adobe Photoshop - [main.psd @ 90.9% (Layer 4, RGB/8)] : Program consumes a large amount of memory.
    Tip 1601 : Adobe ImageReady : Program consumes a large amount of memory.
    Finished Successfully : Yes
    Modules Information
    Analysing...
    Finished Successfully : Yes
    OLE Information
    Analysing...
    Finished Successfully : Yes
    DirectX Information
    Analysing...
    Finished Successfully : Yes
    Network Information
    Analysing...
    Finished Successfully : Yes
    SCSI Information
    Analysing...
    Warning 2600 : WDC WD80 0JB-00CRA1       : SCSI version does not adhere to ANSI. Probably ATA/ATAPI device.
    Warning 2600 : Maxtor 6 Y160P0           : SCSI version does not adhere to ANSI. Probably ATA/ATAPI device.
    Warning 2600 : TOSHIBA  DVD-ROM SD-M1712 : SCSI version does not adhere to ANSI. Probably ATA/ATAPI device.
    Warning 2600 : PLEXTOR  DVDR   PX-716A   : SCSI version does not adhere to ANSI. Probably ATA/ATAPI device.
    Finished Successfully : Yes
    Font Information
    Analysing...
    Finished Successfully : Yes
    CMOS Information
    Analysing...
    Finished Successfully : Yes
    OpenGL Video Information
    Analysing...
    Finished Successfully : Yes
    Services Information
    Analysing...
    Tip 2130 : Alerter : Service may be disabled on Home/Professional OS version.
    Tip 2130 : Error Reporting Service : Service may be disabled on Home/Professional OS version.
    Tip 2130 : Help and Support : Service may be disabled on Home/Professional OS version.
    Tip 2130 : Removable Storage : Service may be disabled on Home/Professional OS version.
    Tip 2130 : IPSEC Services : Service may be disabled on Home/Professional OS version.
    Tip 2130 : Remote Registry : Service may be disabled on Home/Professional OS version.
    Tip 2130 : Secondary Logon : Service may be disabled on Home/Professional OS version.
    Tip 2130 : Windows Image Acquisition (WIA) : Service may be disabled on Home/Professional OS version.
    Tip 2130 : Distributed Link Tracking Client : Service may be disabled on Home/Professional OS version.
    Finished Successfully : Yes
    ATA/ATAPI Information
    Analysing...
    Warning 3100 : ATA device (fixed) : SMART not enabled; consider enabling for safety.
    Warning 3103 : ATA device (fixed) : Acoustic Management enabled. Peformance may be impaired.
    Finished Successfully : Yes
    Data Sources Information
    Analysing...
    Error : Could not connect to the database. : Could not connect to the database.
    Error : Could not connect to the database. : Could not connect to the database.
    Error : Could not connect to the database. : Could not connect to the database.
    Error : Could not connect to the database. : Could not connect to the database.
    Tip 3001 : ODBC Information : ODBC driver support old; should support ODBC 3.52 or later.
    Error : Tables/Views : No tables/views found.
    Error : Procedures/Functions : No procedures/functions found.
    Finished Successfully : Yes
    Hardware IRQ Settings
    Analysing...
    Finished Successfully : Yes
    DMA Settings
    Analysing...
    Finished Successfully : Yes
    I/O Settings
    Analysing...
    Finished Successfully : Yes
    Memory Resources
    Analysing...
    Finished Successfully : Yes
    Plug & Play Enumerator
    Analysing...
    Finished Successfully : Yes
    Performance Tune-up Wizard
    Finished Successfully : Yes
    There are actually some notices on MAINBOARD INFORMATION & CPU & BIOS INFORMATION, however I'm not sure what exactly they mean though.
    ******UPDATED*****
    here is the last part of the error that i described in my first post, I just saw it again right now
    ****STOP:  0x.......
    **** sysaudio.sys - Address F6EAA481 base at F6EA7000, Datestamp 41107F1a
    Beginning dump of physical memory
    Dumping physical memory to disk:  (counting from 1 to 99 then it shut down the computer)

  • Error message "Live file system repair is not supported."

    System won't boot. Directed to Disk Utility to repair but get error message "Live file system repair is not supported."  Appreciate all help.
    Thanks.
    John

    I recently ran into a similar issue with my Time Machine backup disk. After about 6 days of no backups - I had swapped the disk for my photo library for a media project; I reattached the Time Machine disk and attempted a backup.
    Time Machine could not backup to the disk. Running Disk Utility and attempting to Repair the disk ended up returning the "Live file system repair is not supported" message.
    After much experimentaion with disk analysis softwares, I came to the realization that the issue might be that the USB disk dock wasn't connected directly to the MacBook Pro - it was daisy-chained through a USB Hub.
    Connecting the USB disk dock directly to the MBP and running Disk Utility appears to have resolved the issue. DU ran for about 6 hours and succesfully repaired the disk. Consequently, I have been able to use that Time Machine disk for subsequent backups.

  • Error message after downloading and install rolled back (using up data limit)

    error message after completing install of trial. then program was rolled back. I do not appreciate using up data allotment unnecesarily, people.Thanks for any assistance.

    Rhumsike which Adobe software or service are you trying to install?  Also which operating system are you using?  Finally what is the error message which you are receiving?

  • Illustrator CS6 (UA version) started with error message, after start main menu looks like Illustrator ?????? ???? ?????? ????? ????????

    I have Illustrator CS 6 UA language version from Design Collection Bundle
    After starting app - i have 2 error message:
    after initialisation of inner modules live blends zip
    look pict 1
    second message - can't load inner plugins
    look pict
    after this - my illustrator workspace look like pict 3
    HELP ME - two weeks can't use legal buying product!!!
    ____________ CRUSH REPORT____________
    Process:         Adobe Illustrator [4446]
    Path:            /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
    Identifier:      com.adobe.illustrator
    Version:         691 (16.0.5)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [158]
    User ID:         501
    Date/Time:       2014-06-16 14:41:45.317 +0300
    OS Version:      Mac OS X 10.8.5 (12F45)
    Report Version:  10
    Interval Since Last Report:          113222 sec
    Crashes Since Last Report:           2
    Per-App Interval Since Last Report:  2301 sec
    Per-App Crashes Since Last Report:   2
    Anonymous UUID:                      611908C7-718D-8010-5BCA-804B5B5B8795
    Crashed Thread:  0  Main Thread  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
    VM Regions Near 0:
    -->
        __TEXT                 0000000100000000-0000000101877000 [ 24.5M] r-x/rwx SM=COW  /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
    Thread 0 Crashed:: Main Thread  Dispatch queue: com.apple.main-thread
    0   libsystem_c.dylib             0x00007fff82fa7670 strlen + 16
    1   libstdc++.6.dylib             0x00007fff87a54a3f std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) + 39
    2   com.adobe.illustrator         0x00000001009ae22c 0x100000000 + 10150444
    3   com.adobe.illustrator         0x00000001009af1bc 0x100000000 + 10154428
    4   com.adobe.illustrator         0x0000000100979137 0x100000000 + 9933111
    5   com.adobe.illustrator         0x00000001009793ca 0x100000000 + 9933770
    6   com.adobe.illustrator         0x0000000100993b6b 0x100000000 + 10042219
    7   com.adobe.illustrator         0x000000010084878e 0x100000000 + 8685454
    8   com.adobe.illustrator         0x00000001009904af 0x100000000 + 10028207
    9   com.adobe.illustrator         0x0000000100774bab 0x100000000 + 7818155
    10  com.adobe.illustrator         0x0000000100848995 0x100000000 + 8685973
    11  com.adobe.illustrator         0x00000001007742b1 0x100000000 + 7815857
    12  com.adobe.illustrator         0x0000000100705fab 0x100000000 + 7364523
    13  com.adobe.illustrator         0x000000010084878e 0x100000000 + 8685454
    14  com.adobe.illustrator         0x0000000100704369 0x100000000 + 7357289
    15  com.adobe.illustrator         0x00000001006f4ccc 0x100000000 + 7294156
    16  com.adobe.illustrator         0x00000001001634e8 0x100000000 + 1455336
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff83cf4d16 kevent + 10
    1   libdispatch.dylib             0x00007fff8170adea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib             0x00007fff8170a9ee _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib         0x00007fff83cf40fa __psynch_cvwait + 10
    1   libsystem_c.dylib             0x00007fff82fbdfb9 _pthread_cond_wait + 869
    2   com.apple.CoreServices.CarbonCore 0x00007fff89c1a210 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff89c1a3e7 TSWaitOnConditionTimedRelative + 132
    4   com.apple.CoreServices.CarbonCore 0x00007fff89b7ca98 MPWaitOnQueue + 252
    5   com.adobe.ACE                 0x0000000102a2f2c9 0x1029f6000 + 234185
    6   com.adobe.ACE                 0x0000000102a2e5da 0x1029f6000 + 230874
    7   com.apple.CoreServices.CarbonCore 0x00007fff89bf17e0 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib             0x00007fff82fb9772 _pthread_start + 327
    9   libsystem_c.dylib             0x00007fff82fa61a1 thread_start + 13
    Thread 3:
    0   libsystem_kernel.dylib         0x00007fff83cf40fa __psynch_cvwait + 10
    1   libsystem_c.dylib             0x00007fff82fbdfb9 _pthread_cond_wait + 869
    2   com.apple.CoreServices.CarbonCore 0x00007fff89c1a210 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff89c1a3e7 TSWaitOnConditionTimedRelative + 132
    4   com.apple.CoreServices.CarbonCore 0x00007fff89b7ca98 MPWaitOnQueue + 252
    5   com.adobe.ACE                 0x0000000102a2f2c9 0x1029f6000 + 234185
    6   com.adobe.ACE                 0x0000000102a2e5da 0x1029f6000 + 230874
    7   com.apple.CoreServices.CarbonCore 0x00007fff89bf17e0 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib             0x00007fff82fb9772 _pthread_start + 327
    9   libsystem_c.dylib             0x00007fff82fa61a1 thread_start + 13
    Thread 4:
    0   libsystem_kernel.dylib         0x00007fff83cf40fa __psynch_cvwait + 10
    1   libsystem_c.dylib             0x00007fff82fbdfb9 _pthread_cond_wait + 869
    2   com.apple.CoreServices.CarbonCore 0x00007fff89c1a210 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff89c1a3e7 TSWaitOnConditionTimedRelative + 132
    4   com.apple.CoreServices.CarbonCore 0x00007fff89b7ca98 MPWaitOnQueue + 252
    5   com.adobe.ACE                 0x0000000102a2f2c9 0x1029f6000 + 234185
    6   com.adobe.ACE                 0x0000000102a2e5da 0x1029f6000 + 230874
    7   com.apple.CoreServices.CarbonCore 0x00007fff89bf17e0 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib             0x00007fff82fb9772 _pthread_start + 327
    9   libsystem_c.dylib             0x00007fff82fa61a1 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib         0x00007fff83cf40fa __psynch_cvwait + 10
    1   libsystem_c.dylib             0x00007fff82fbdfb9 _pthread_cond_wait + 869
    2   com.adobe.AGM                 0x0000000102eddcfb AGMInitialize + 3255535
    3   com.adobe.AGM                 0x0000000102edeafc AGMInitialize + 3259120
    4   com.adobe.AGM                 0x0000000102ee5d8b AGMInitialize + 3288447
    5   libsystem_c.dylib             0x00007fff82fb9772 _pthread_start + 327
    6   libsystem_c.dylib             0x00007fff82fa61a1 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib         0x00007fff83cf40fa __psynch_cvwait + 10
    1   libsystem_c.dylib             0x00007fff82fbdfb9 _pthread_cond_wait + 869
    2   com.adobe.ape.engine           0x00000001192c1c0d APXGetHostAPI + 2516093
    3   com.adobe.ape.engine           0x000000011906fec1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine           0x00000001192c1cd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine           0x00000001192c1d4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine           0x00000001192c1e79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib             0x00007fff82fb9772 _pthread_start + 327
    8   libsystem_c.dylib             0x00007fff82fa61a1 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib         0x00007fff83cf40fa __psynch_cvwait + 10
    1   libsystem_c.dylib             0x00007fff82fbdfb9 _pthread_cond_wait + 869
    2   com.adobe.ape.engine           0x00000001192c1c0d APXGetHostAPI + 2516093
    3   com.adobe.ape.engine           0x000000011906fec1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine           0x00000001192c1cd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine           0x00000001192c1d4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine           0x00000001192c1e79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib             0x00007fff82fb9772 _pthread_start + 327
    8   libsystem_c.dylib             0x00007fff82fa61a1 thread_start + 13
    Thread 8:
    0   libsystem_kernel.dylib         0x00007fff83cf40fa __psynch_cvwait + 10
    1   libsystem_c.dylib             0x00007fff82fbdfb9 _pthread_cond_wait + 869
    2   com.adobe.ape.engine           0x00000001192c1c0d APXGetHostAPI + 2516093
    3   com.adobe.ape.engine           0x000000011906fec1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine           0x00000001192c1cd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine           0x00000001192c1d4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine           0x00000001192c1e79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib             0x00007fff82fb9772 _pthread_start + 327
    8   libsystem_c.dylib             0x00007fff82fa61a1 thread_start + 13
    Thread 9:
    0   libsystem_kernel.dylib         0x00007fff83cf40fa __psynch_cvwait + 10
    1   libsystem_c.dylib             0x00007fff82fbdfb9 _pthread_cond_wait + 869
    2   com.adobe.ape.engine           0x00000001192c1c0d APXGetHostAPI + 2516093
    3   com.adobe.ape.engine           0x000000011906fec1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine           0x00000001192c1cd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine           0x00000001192c1d4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine           0x00000001192c1e79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib             0x00007fff82fb9772 _pthread_start + 327
    8   libsystem_c.dylib             0x00007fff82fa61a1 thread_start + 13
    Thread 10:
    0   libsystem_kernel.dylib         0x00007fff83cf2686 mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff83cf1c42 mach_msg + 70
    2   com.apple.CoreFoundation       0x00007fff86f84233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation       0x00007fff86f89916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation       0x00007fff86f890e2 CFRunLoopRunSpecific + 290
    5   com.apple.CoreMediaIO         0x00007fff8dd946e8 CMIO::DAL::RunLoop::OwnThread(void*) + 146
    6   com.apple.CoreMediaIO         0x00007fff8dd8c2ce CAPThread::Entry(CAPThread*) + 156
    7   libsystem_c.dylib             0x00007fff82fb9772 _pthread_start + 327
    8   libsystem_c.dylib             0x00007fff82fa61a1 thread_start + 13
    Thread 11:
    0   libsystem_kernel.dylib         0x00007fff83cf40fa __psynch_cvwait + 10
    1   libsystem_c.dylib             0x00007fff82fbdff3 _pthread_cond_wait + 927
    2   com.adobe.ape.engine           0x00000001192c1bd0 APXGetHostAPI + 2516032
    3   com.adobe.ape.engine           0x00000001192d9ddb APXGetHostAPI + 2614859
    4   com.adobe.ape.engine           0x00000001192c1cd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine           0x00000001192c1d4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine           0x00000001192c1e79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib             0x00007fff82fb9772 _pthread_start + 327
    8   libsystem_c.dylib             0x00007fff82fa61a1 thread_start + 13
    Thread 12:
    0   libsystem_kernel.dylib         0x00007fff83cf40fa __psynch_cvwait + 10
    1   libsystem_c.dylib             0x00007fff82fbdff3 _pthread_cond_wait + 927
    2   com.adobe.ape.engine           0x00000001192c1bd0 APXGetHostAPI + 2516032
    3   com.adobe.ape.engine           0x00000001194542c3 APXGetHostAPI + 4164403
    4   com.adobe.ape.engine           0x00000001192c1cd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine           0x00000001192c1d4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine           0x00000001192c1e79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib             0x00007fff82fb9772 _pthread_start + 327
    8   libsystem_c.dylib             0x00007fff82fa61a1 thread_start + 13
    Thread 13:
    0   libsystem_kernel.dylib         0x00007fff83cf40fa __psynch_cvwait + 10
    1   libsystem_c.dylib             0x00007fff82fbdfb9 _pthread_cond_wait + 869
    2   com.adobe.AFlame               0x00000001206eb5f5 Flame_Terminate + 1642661
    3   com.adobe.AFlame               0x00000001206cc4cb Flame_Terminate + 1515387
    4   com.adobe.AFlame               0x000000012068428a Flame_Terminate + 1219898
    5   libsystem_c.dylib             0x00007fff82fb9772 _pthread_start + 327
    6   libsystem_c.dylib             0x00007fff82fa61a1 thread_start + 13
    Thread 14:
    0   libsystem_kernel.dylib         0x00007fff83cf4386 __semwait_signal + 10
    1   libsystem_c.dylib             0x00007fff830437c8 nanosleep + 163
    2   libsystem_c.dylib             0x00007fff830436df usleep + 54
    3   com.adobe.illustrator.plugins.dBrushTool 0x000000011c5912d2 PluginMain + 364594
    4   libsystem_c.dylib             0x00007fff82fb9772 _pthread_start + 327
    5   libsystem_c.dylib             0x00007fff82fa61a1 thread_start + 13
    Thread 15:
    0   libsystem_kernel.dylib         0x00007fff83cf26c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool 0x000000011c5937ea PluginMain + 374090
    Thread 16:
    0   libsystem_kernel.dylib         0x00007fff83cf26c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool 0x000000011c5937ea PluginMain + 374090
    Thread 17:
    0   libsystem_kernel.dylib         0x00007fff83cf26c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool 0x000000011c5937ea PluginMain + 374090
    Thread 18:
    0   libsystem_kernel.dylib         0x00007fff83cf26c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool 0x000000011c5937ea PluginMain + 374090
    Thread 19:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib         0x00007fff83cf4322 __select + 10
    1   com.apple.CoreFoundation       0x00007fff86fc8f46 __CFSocketManager + 1302
    2   libsystem_c.dylib             0x00007fff82fb9772 _pthread_start + 327
    3   libsystem_c.dylib             0x00007fff82fa61a1 thread_start + 13
    Thread 20:: IPCClient rcvr: FMClient.501.4446.140735100813696.1
    0   libsystem_kernel.dylib         0x00007fff83cf4322 __select + 10
    1   com.extensis.cpp-core-framework 0x0000000129930169 GIPCReceiver::OSWaitForData() + 2975
    2   com.extensis.cpp-core-framework 0x0000000129924b40 GIPCClient::ReceiverThreadProc(GThread*) + 798
    3   com.extensis.cpp-core-framework 0x00000001299a2ed9 GThread::PthreadInternal(void*) + 223
    4   libsystem_c.dylib             0x00007fff82fb9772 _pthread_start + 327
    5   libsystem_c.dylib             0x00007fff82fa61a1 thread_start + 13
    Thread 21:: Agent IF Message Handler
    0   libsystem_kernel.dylib         0x00007fff83cf40fa __psynch_cvwait + 10
    1   libsystem_c.dylib             0x00007fff82fbdfb9 _pthread_cond_wait + 869
    2   com.extensis.cpp-core-framework 0x00000001299623ce GSemaphore::TimedWait(unsigned int) + 76
    3   com.extensis.cpp-core-framework 0x00000001299293f9 GIPCClient::GIPCMTDataAccumulator::WaitForData(unsigned int, std::vector<char, std::allocator<char> >&, bool) + 37
    4   com.extensis.ExtensisFontManagement.sdk 0x0000000129ef11d5 GAgentIFMessageHandlerThread::RunMessageHandlerThread() + 445
    5   com.extensis.ExtensisFontManagement.sdk 0x0000000129ef18f2 GAgentIFMessageHandlerThread::AgentIFMessageHandlerThreadFunc(GThread*) + 42
    6   com.extensis.cpp-core-framework 0x00000001299a2ed9 GThread::PthreadInternal(void*) + 223
    7   libsystem_c.dylib             0x00007fff82fb9772 _pthread_start + 327
    8   libsystem_c.dylib             0x00007fff82fa61a1 thread_start + 13
    Thread 22:: IPCDataHandler for rcvr: FMClient.501.4446.140735100813696.1
    0   libsystem_kernel.dylib         0x00007fff83cf4322 __select + 10
    1   com.extensis.cpp-core-framework 0x000000012992c3d1 -[IPCDataHandler handleDataFromSocket:] + 2197
    2   com.apple.Foundation           0x00007fff8a2b9532 __NSThread__main__ + 1345
    3   libsystem_c.dylib             0x00007fff82fb9772 _pthread_start + 327
    4   libsystem_c.dylib             0x00007fff82fa61a1 thread_start + 13
    Thread 23:
    0   libsystem_kernel.dylib         0x00007fff83cf46d6 __workq_kernreturn + 10
    1   libsystem_c.dylib             0x00007fff82fbbf1c _pthread_workq_return + 25
    2   libsystem_c.dylib             0x00007fff82fbbce3 _pthread_wqthread + 412
    3   libsystem_c.dylib             0x00007fff82fa6191 start_wqthread + 13
    Thread 24:
    0   libsystem_kernel.dylib         0x00007fff83cf46d6 __workq_kernreturn + 10
    1   libsystem_c.dylib             0x00007fff82fbbf1c _pthread_workq_return + 25
    2   libsystem_c.dylib             0x00007fff82fbbce3 _pthread_wqthread + 412
    3   libsystem_c.dylib             0x00007fff82fa6191 start_wqthread + 13
    Thread 25:
    0   libsystem_kernel.dylib         0x00007fff83cf46d6 __workq_kernreturn + 10
    1   libsystem_c.dylib             0x00007fff82fbbf1c _pthread_workq_return + 25
    2   libsystem_c.dylib             0x00007fff82fbbce3 _pthread_wqthread + 412
    3   libsystem_c.dylib             0x00007fff82fa6191 start_wqthread + 13
    Thread 26:
    0   libsystem_kernel.dylib         0x00007fff83cf4386 __semwait_signal + 10
    1   libsystem_c.dylib             0x00007fff830437c8 nanosleep + 163
    2   com.adobe.illustrator.plugins.ScriptingSupport 0x00000001158d78cb PluginMain + 1570155
    3   com.adobe.illustrator.plugins.ScriptingSupport 0x00000001158bf5b9 PluginMain + 1471065
    4   com.adobe.illustrator.plugins.ScriptingSupport 0x00000001158d7c16 PluginMain + 1570998
    5   libsystem_c.dylib             0x00007fff82fb9772 _pthread_start + 327
    6   libsystem_c.dylib             0x00007fff82fa61a1 thread_start + 13
    Thread 27:
    0   libsystem_kernel.dylib         0x00007fff83cf42aa __recvfrom + 10
    1   ServiceManager-Launcher.dylib 0x00000001150d65ec Invoke + 45721
    2   ServiceManager-Launcher.dylib 0x00000001150d5813 Invoke + 42176
    3   ServiceManager-Launcher.dylib 0x00000001150d4be0 Invoke + 39053
    4   ServiceManager-Launcher.dylib 0x00000001150d4c66 Invoke + 39187
    5   ServiceManager-Launcher.dylib 0x00000001150d030f Invoke + 20412
    6   ServiceManager-Launcher.dylib 0x00000001150d0616 Invoke + 21187
    7   ServiceManager-Launcher.dylib 0x00000001150d0cd7 Invoke + 22916
    8   ServiceManager-Launcher.dylib 0x00000001150d0f41 Invoke + 23534
    9   ServiceManager-Launcher.dylib 0x00000001150d361d Invoke + 33482
    10  ServiceManager-Launcher.dylib 0x00000001150d3775 Invoke + 33826
    11  ServiceManager-Launcher.dylib 0x00000001150d3fb2 Invoke + 35935
    12  ServiceManager-Launcher.dylib 0x00000001150d40ad Invoke + 36186
    13  ServiceManager-Launcher.dylib 0x00000001150c6d6b Login + 480
    14  ServiceManager-Launcher.dylib 0x00000001150ca7ad Login + 15394
    15  ServiceManager-Launcher.dylib 0x00000001150d4412 Invoke + 37055
    16  ServiceManager-Launcher.dylib 0x00000001150d6253 Invoke + 44800
    17  libsystem_c.dylib             0x00007fff82fb9772 _pthread_start + 327
    18  libsystem_c.dylib             0x00007fff82fa61a1 thread_start + 13
    Thread 28:
    0   libsystem_kernel.dylib         0x00007fff83cf40fa __psynch_cvwait + 10
    1   libsystem_c.dylib             0x00007fff82fbdff3 _pthread_cond_wait + 927
    2   com.adobe.ape.engine           0x00000001192c1bd0 APXGetHostAPI + 2516032
    3   com.adobe.ape.engine           0x00000001192d9ddb APXGetHostAPI + 2614859
    4   com.adobe.ape.engine           0x00000001192c1cd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine           0x00000001192c1d4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine           0x00000001192c1e79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib             0x00007fff82fb9772 _pthread_start + 327
    8   libsystem_c.dylib             0x00007fff82fa61a1 thread_start + 13
    Thread 29:
    0   libsystem_kernel.dylib         0x00007fff83cf40fa __psynch_cvwait + 10
    1   libsystem_c.dylib             0x00007fff82fbdff3 _pthread_cond_wait + 927
    2   com.adobe.ape.engine           0x00000001192c1bd0 APXGetHostAPI + 2516032
    3   com.adobe.ape.engine           0x00000001194542c3 APXGetHostAPI + 4164403
    4   com.adobe.ape.engine           0x00000001192c1cd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine           0x00000001192c1d4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine           0x00000001192c1e79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib             0x00007fff82fb9772 _pthread_start + 327
    8   libsystem_c.dylib             0x00007fff82fa61a1 thread_start + 13
    Thread 30:
    0   libsystem_kernel.dylib         0x00007fff83cf26c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator         0x00000001001b9105 0x100000000 + 1806597
    2   com.adobe.illustrator         0x00000001001b8cde 0x100000000 + 1805534
    3   com.apple.CoreServices.CarbonCore 0x00007fff89bf17e0 PrivateMPEntryPoint + 58
    4   libsystem_c.dylib             0x00007fff82fb9772 _pthread_start + 327
    5   libsystem_c.dylib             0x00007fff82fa61a1 thread_start + 13
    Thread 31:
    0   libsystem_kernel.dylib         0x00007fff83cf26c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator         0x00000001001b9105 0x100000000 + 1806597
    2   com.adobe.illustrator         0x00000001001b8cde 0x100000000 + 1805534
    3   com.apple.CoreServices.CarbonCore 0x00007fff89bf17e0 PrivateMPEntryPoint + 58
    4   libsystem_c.dylib             0x00007fff82fb9772 _pthread_start + 327
    5   libsystem_c.dylib             0x00007fff82fa61a1 thread_start + 13
    Thread 32:
    0   libsystem_kernel.dylib         0x00007fff83cf46d6 __workq_kernreturn + 10
    1   libsystem_c.dylib             0x00007fff82fbbf1c _pthread_workq_return + 25
    2   libsystem_c.dylib             0x00007fff82fbbce3 _pthread_wqthread + 412
    3   libsystem_c.dylib             0x00007fff82fa6191 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x00000000ffffffff  rbx: 0x0000000000000001  rcx: 0x0000000000000001  rdx: 0x0000000000000001
      rdi: 0x0000000000000000  rsi: 0xffffffffffffffff  rbp: 0x00007fff5fbff730  rsp: 0x00007fff5fbff708
       r8: 0x0000000000000000   r9: 0x000000000000000f  r10: 0x0000000024810001  r11: 0x000000013886c38a
      r12: 0x00007fff5fbff7d0  r13: 0x00007fff5fbff7a0  r14: 0x00007fff5fbff750  r15: 0x00007fff5fbff75f
      rip: 0x00007fff82fa7670  rfl: 0x0000000000010286  cr2: 0x0000000000000000
    Logical CPU: 1
    Binary Images:
           0x100000000 -        0x101876fef +com.adobe.illustrator (691 - 16.0.5) <33643694-AE8E-D193-92FA-25940D71D475> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
           0x101aba000 -        0x1027ffff7 +libicudata.40.0.dylib (40) <6211D655-ECF8-7378-CF68-3B07300D5A29> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/ICUData.framework/Versions/4.0/libicudata.40.0.dylib
           0x102812000 -        0x102880fef +com.adobe.headlights.LogSessionFramework (2.1.2.1652) <25E6F475-1522-419C-2169-547FCF2FD97F> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
           0x1028d4000 -        0x1028d6fff +com.adobe.AdobeCrashReporter (7.0 - 7.0.1) <B68D0D42-8DEB-3F22-BD17-981AC060E9D7> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashRep orter
           0x1028db000 -        0x102938ff7 +com.adobe.aiport (aiport version 16.0.0 - 16.0.0.690) <577BD19B-B362-35B4-6020-2F038DEA5877> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/aiport.framework/Versions/A/aiport
           0x10295f000 -        0x1029c4ff7 +com.adobe.filterport (filterport version 16.0.0 - 16.0.0.690) <0298BED7-3107-5330-292B-D7BAA1326B8E> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/filterport.framework/Versions/A/filterport
           0x1029f2000 -        0x1029f2ff7 +com.adobe.SPBasic (SPBasic version 16.0.0 - 16.0.0.690) <5DB43D6A-1CA5-CD74-C2B9-5B02AAC809FD> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/SPBasic.framework/Versions/A/SPBasic
           0x1029f6000 -        0x102b6ffff +com.adobe.ACE (AdobeACE 2.19.18.20990 - 2.19.18.20990) <48C7C467-93A7-F609-1083-D0DD3C0B8988> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
           0x102b82000 -        0x10318afff +com.adobe.AGM (AdobeAGM 4.26.20.20990 - 4.26.20.20990) <8F9BD5CF-287E-9EF1-926D-728359878CAC> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
           0x103226000 -        0x103268ff7 +com.adobe.ARE (AdobeARE 1.5.02.20990 - 1.5.02.20990) <2FF36232-F715-2228-ACC0-BABFC0D6F779> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/AdobeARE.framework/Versions/A/AdobeARE
           0x103270000 -        0x10336afe7 +com.adobe.AXEDOMCore (AdobeAXEDOMCore 3.7.101.18636 - 3.7.101.18636) <C7652AF2-56D7-8AF8-A207-0BDEDDFF0BEC> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeAXEDOMCore
           0x10340e000 -        0x10342dfff +com.adobe.BIB (AdobeBIB 1.2.02.20990 - 1.2.02.20990) <84AEC009-ED37-875D-BA3B-19FF2A53F9EF> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
           0x103434000 -        0x10345cff7 +com.adobe.BIBUtils (AdobeBIBUtils 1.1.01 - 1.1.01) <4D9551F1-B07C-3BAF-0CED-1F83C866BCAA> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
           0x103463000 -        0x1037c7ff7 +com.adobe.CoolType (AdobeCoolType 5.10.34.20990 - 5.10.34.20990) <3D5F8577-39F8-D1D0-81FE-6DC4203A9719> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
           0x103813000 -        0x103c59fff +com.adobe.MPS (AdobeMPS 5.8.0.24821 - 5.8.0.24821) <E8E87710-F66B-32B5-97C6-A35D20867697> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
           0x103cd6000 -        0x104dd4fef +com.adobe.psl (AdobePSL 13.0.0.21041 - 13.0.0.21041) <910C283A-607C-F863-97EF-07FB2EEB38AD> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/AdobePSL.framework/Versions/A/AdobePSL
           0x104f95000 -        0x104ff5ff7 +com.adobe.AdobeXMPCore (Adobe XMP Core 5.3 -c 11 - 66.145661) <B475CD07-1024-560D-5BFE-2A6FCE63925C> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
           0x104fff000 -        0x1050b7fe7 +com.adobe.AdobeXMPFiles (Adobe XMP Files 5.4 -f 49 - 66.145661) <9F30F410-B84E-EB85-7F2C-C72BCD50CB77> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/AdobeXMPFiles.framework/Versions/A/AdobeXMPFiles
           0x1050ea000 -        0x105194fe7 +libicucnv.40.0.dylib (40) <768D99C5-46B9-B849-2834-B5BF541856D1> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/ICUConverter.framework/Versions/4.0/libicucnv.40.0.dy lib
           0x1051bb000 -        0x1052fbfe7 +libicui18n.40.0.dylib (40) <B0341318-FB92-A0CF-2CA5-7FA100624DBD> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/ICUInternationalization.framework/Versions/4.0/libicu i18n.40.0.dylib
           0x10537a000 -        0x10547cfef +libicuuc.40.0.dylib (40) <76F12DCE-F356-D48D-4239-FC103706EF76> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/ICUUnicode.framework/Versions/4.0/libicuuc.40.0.dylib
           0x1054c4000 -        0x105611ff7 +com.winsoft.wrservices (WRServices 5.0.0 - 5.0.0) <FFA48E0A-A17C-A04F-AE20-6815EB944DEA> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
           0x105685000 -        0x1058cefe7 +com.adobe.linguistic.LinguisticManager (6.0.0 - 17206) <301AAE8E-BA78-230E-9500-FCCA204B49CB> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
           0x105951000 -        0x105958fff +com.adobe.coretech.adobesplashkit (AdobeSplashKit version 1.0 - 1.0) <E1A491B4-8427-45ED-D312-5BC6E1ABF0A1> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/AdobeSplashKit.framework/Versions/A/AdobeSplashKit
           0x105962000 -        0x10598efff +com.adobe.AXE8SharedExpat (AdobeAXE8SharedExpat 3.7.101.18636 - 3.7.101.18636) <488DF1F7-A643-5168-706A-498A0322A87E> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8Sh aredExpat
           0x1059b1000 -        0x105a6efff +com.adobe.AdobeExtendScript (ExtendScript 4.2.12 - 4.2.12.18602) <0957DFA6-0593-CE4B-8638-00F32113B07B> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendScr ipt
           0x105ab8000 -        0x105b7dfff +com.adobe.JP2K (2.0.0 - 2.0.0.25990) <1D61D0B2-F263-72E6-C2BB-C8BA6EBB9BAD> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
           0x105bcc000 -        0x105d95fff +com.adobe.owl (AdobeOwl version 5.0.3 - 5.0.3) <1DEEBFAD-1C6D-303B-9F68-B39677534527> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
           0x105dd7000 -        0x1065aaff7 +com.adobe.PDFL (PROD_MAJOR.PROD_MINOR.PROD_STEP - 10.0.1.18562) <8DC49EE4-5700-97A1-EBFE-68024AE1980C> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/AdobePDFL.framework/Versions/A/AdobePDFL
           0x106662000 -        0x106763fff +com.adobe.PDFPort (AdobePDFPort 2.1.0.20993 - 2.1.0.20993) <4356804E-2D42-1280-DC3B-66448D57F05A> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/AdobePDFPort.framework/Versions/A/AdobePDFPort
           0x106777000 -        0x10679cffe +adobepdfsettings (1) <56E7F033-6032-2EC2-250E-43F1EBD123B1> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/adobepdfsettings.framework/Versions/A/adobepdfsetting s
           0x1067d8000 -        0x10681efe7 +com.adobe.pip (6.0.0.1654) <3576D8F9-E2F9-6EB8-6684-C2FE6B0A3731> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/AdobePIP.framework/Versions/A/AdobePIP
           0x10682b000 -        0x1068d9fef +com.adobe.AdobeScCore (ScCore 4.2.12 - 4.2.12.18602) <9CEE95E5-2FC6-5E58-02A4-138EA6F8D894> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore
           0x106916000 -        0x1069d2fef +com.adobe.SVGExport (AdobeSVGExport 6.0 - 6.0) <9C3A0810-22F9-5C20-C5A9-44C552076054> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/AdobeSVGExport.framework/Versions/A/AdobeSVGExport
           0x1069f4000 -        0x106d0afff +com.adobe.SVGRE (AdobeSVGRE 6.0 - 6.0) <041B948F-2768-2FC9-712A-43AE264510DB> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/AdobeSVGRE.framework/Versions/A/AdobeSVGRE
           0x106dd6000 -        0x106df0ff7 +com.adobe.ahclientframework (1.7.0.56 - 1.7.0.56) <C1C5DE5C-39AB-0871-49A6-FA3449D39B8A> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
           0x106df9000 -        0x106e12fff  com.apple.carbonframeworktemplate (1.0 - 1.0) <0EDFCF84-BC82-4466-D878-69327B1722AF> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/Alcid.framework/Versions/A/Alcid
           0x106e19000 -        0x106efdfe7 +com.adobe.amtlib (amtlib 6.0.0.75 - 6.0.0.75) <07A3E1E1-55C3-BA5B-A0B0-60250809ED61> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
           0x106f0e000 -        0x106f16fef +com.adobe.boost_date_time.framework (6.0.0 - 6.0.0.0) <FEC30D42-7E6D-67F6-DE45-DF25D16AAFF5> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/boost_date_time.framework/Versions/A/boost_date_time
           0x106f30000 -        0x106f49ff7 +com.adobe.boost_filesystem.framework (6.0.0 - 6.0.0.0) <761BECE6-A9F6-0D48-44A1-677A44601F39> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/boost_filesystem.framework/Versions/A/boost_filesyste m
           0x106f6b000 -        0x10701ffef +com.adobe.boost_regex.framework (6.0.0 - 6.0.0.0) <5315481A-D3FC-D8F9-137D-CADBE984299D> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/boost_regex.framework/Versions/A/boost_regex
           0x1070ab000 -        0x107118fef +com.adobe.boost_serialization.framework (6.0.0 - 6.0.0.0) <A7509FBF-0BAB-C773-DE5D-E1CA3AD31628> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/boost_serialization.framework/Versions/A/boost_serial ization
           0x10721b000 -        0x107228fff +com.adobe.boost_signals.framework (6.0.0 - 6.0.0.0) <9FAA55B3-B272-F747-270F-21D786E209E7> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/boost_signals.framework/Versions/A/boost_signals
           0x10723d000 -        0x10723fff7 +com.adobe.boost_system.framework (6.0.0 - 6.0.0.0) <DD51C1B2-7FC1-81C1-1D88-FA3D12F01560> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/boost_system.framework/Versions/A/boost_system
           0x107246000 -        0x107252fff +com.adobe.boost_threads.framework (6.0.0 - 6.0.0.0) <8E8AD219-4C88-3140-D002-F07B74E15C43> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_threads
           0x107270000 -        0x1076bbfef +com.adobe.dvaadameve.framework (6.0.0 - 6.0.0.0) <993E4D4C-BEB3-A6F7-64E2-A4D742E147E6> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/dvaadameve.framework/Versions/A/dvaadameve
           0x107d16000 -        0x107e03fe7 +com.adobe.dvaai.framework (6.0.0 - 6.0.0.0) <AE668FE9-2D17-2DB6-34BF-2111565B7A6B> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/dvaai.framework/Versions/A/dvaai
           0x107eaf000 -        0x1080a3fff +com.adobe.dvacore.framework (6.0.0 - 6.0.0.0) <76DA097D-FDE2-D4D9-7C7A-C4FF86F0A2CC> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore
           0x10826b000 -        0x10878efef +com.adobe.dvaui.framework (6.0.0 - 6.0.0.0) <39B9DD96-CD3A-38AF-395B-E54C4ED8C620> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/dvaui.framework/Versions/A/dvaui
           0x108ca1000 -        0x108d6eff7 +com.adobe.dvaworkspace.framework (6.0.0 - 6.0.0.0) <0B5A7058-98EC-B242-BD62-03ED6DD6C1F2> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/dvaworkspace.framework/Versions/A/dvaworkspace
           0x108e62000 -        0x108f4eff7 +com.adobe.exo.framework (6.0.0 - 6.0.0.0) <7B65DA8D-501B-F242-C2E1-71F4C4EA3F20> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/exo.framework/Versions/A/exo
           0x109098000 -        0x109116fff +com.adobe.FileInfo.framework (Adobe XMP FileInfo 5 . 3 . 0 . 0 -i 3 - 66.145433) <5C63613F-6BDE-1C29-D3FD-9D292F9ADB12> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
           0x109127000 -        0x109153ff7 +libtbb.dylib (0) <57655978-A378-BE1E-7905-7D7F951AD6F7> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/libtbb.dylib
           0x10916c000 -        0x10917aff3 +libtbbmalloc.dylib (0) <CB038B96-2999-5EB1-E26A-7720A7A8F8CD> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/libtbbmalloc.dylib
           0x109190000 -        0x109195fff  com.apple.agl (3.2.1 - AGL-3.2.1) <328CAFF6-C443-303F-923A-F9EEA8E71794> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
           0x10919c000 -        0x1091a5fff +com.adobe.dvaflashview.framework (6.0.0 - 6.0.0.0) <7941B717-142A-AC01-5E6E-87521BCFA6AA> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/dvaflashview.framework/Versions/A/dvaflashview
           0x1091b3000 -        0x1091b7ff7 +com.adobe.ape.shim (3.3.8.19346 - 3.3.8.19346) <13D5CEF7-6090-CD66-8DA0-190771950F76> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/adbeape.framework/Versions/A/adbeape
           0x1091f2000 -        0x1091f4ff7  com.apple.textencoding.unicode (2.5 - 2.5) <0518078E-C652-3CFC-A3FB-903C600CE831> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
           0x10a7fc000 -        0x10a7fcfff +com.adobe.illustrator.plugins.PlugInRes (Localizer version 16.0.0 - 16.0.0) <F92F3F78-179C-2196-F172-4F89E3EDD850> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Required/Resources/uk_UA/PluginRes.aip/Contents/MacOS/PlugInRes
           0x10d338000 -        0x10d349fef +com.adobe.illustrator.plugins.BNPlugin (BNPlugin version 16.0.3 - 16.0.3) <831635EC-F536-4557-AC4E-0035A4FE3394> /Applications/ADOBE_CS6_UA/*/BNPlugin
           0x10d350000 -        0x10d387ff7 +com.adobe.illustrator.plugins.ArtboardPanel (Artboard Panel version 16.0.3 - 16.0.3) <4DC9C186-8909-5EA0-4738-3FFA2DA0E58F> /Applications/ADOBE_CS6_UA/*/ArtboardPanel
           0x10d39f000 -        0x10d3acfef +com.adobe.illustrator.plugins.AppBarControls (AppBarControls version 16.0.3 - 16.0.3) <428E440C-F2B2-520E-FB0E-9EB387B09E0B> /Applications/ADOBE_CS6_UA/*/AppBarControls
           0x10d3bb000 -        0x10d404ff7 +com.adobe.illustrator.plugins.KeyboardShortcuts (Keyboard Shortcuts version 16.0.3 - 16.0.3) <4CE1A272-14F0-D49F-ACBF-AEE937CA9FA4> /Applications/ADOBE_CS6_UA/*/KeyboardShortcuts
           0x10d423000 -        0x10d424ff7 +com.adobe.illustrator.plugins.FlattenS (Flatten Suite version 16.0.3 - 16.0.3) <6C7A6A39-80D4-7135-43D8-BE5246FE4F8A> /Applications/ADOBE_CS6_UA/*/FlattenS
           0x10d428000 -        0x10d42ffff +com.adobe.illustrator.plugins.fileclipboardpref (FileClipboardPref version 16.0.3 - 16.0.3) <FFAE0E30-CD21-123B-1CFF-C8D3FFD309A6> /Applications/ADOBE_CS6_UA/*/fileclipboardpref
           0x10d9ea000 -        0x10d9f4fff +com.adobe.illustrator.plugins.Action (Action version 16.0.3 - 16.0.3) <34827E6E-5010-871E-C8CB-1665E460E1A9> /Applications/ADOBE_CS6_UA/*/Action
           0x10d9fb000 -        0x10d9fcff7  libCyrillicConverter.dylib (61) <D06971D7-9F16-3FE6-81E8-33E0FE4D6586> /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib
           0x10f22d000 -        0x10f2e6ff7  ColorSyncDeprecated.dylib (400) <3A647DD4-9BA1-3B5E-9680-64923371A9B7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/Resources/ColorSyncDeprecated.dylib
           0x10f359000 -        0x10f362fe7 +com.adobe.illustrator.plugins.ArtConverters ( ArtConverters version 16.0.3 - 16.0.3) <B124416D-B993-5F35-2941-299F5EB19B26> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Required/Plug-ins/ArtConverters.aip/Contents/MacOS/ArtConverters
           0x10f386000 -        0x10f386ffb +cl_kernels (???) <60100E7E-1CA4-4FE6-B98C-A37458B06A37> cl_kernels
           0x10f3dc000 -        0x10f3e7fff +com.adobe.illustrator.plugins.FrameworkS (Framework Server version 16.0.3 - 16.0.3) <130FEFE5-3776-E667-4F50-DB73439CCAD2> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Required/Plug-ins/FrameworkServer.aip/Contents/MacOS/FrameworkS
           0x10f3f9000 -        0x10f3fcff7 +com.adobe.illustrator.plugins.Geometry ( Geometry Suite version 16.0.3 - 16.0.3) <18183D21-9810-828D-EF04-3F9022E8A72F> /Applications/ADOBE_CS6_UA/*/Geometry
           0x110755000 -        0x1107c4ff7 +com.adobe.illustrator.plugins.PhotoshopAdapter (Photoshop Adapter version 16.0.3 - 16.0.3) <D4612C84-0D6E-DE51-C2EB-F2B128817DCA> /Applications/ADOBE_CS6_UA/*/PhotoshopAdapter
           0x1107d3000 -        0x110849fef +com.adobe.illustrator.plugins.UserInterface (User Interface version 16.0.3 - 16.0.3) <A13E07E0-0AA3-99C6-77B4-9FCF9C39196B> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Required/Plug-ins/UserInterface.aip/Contents/MacOS/UserInterface
           0x1108b2000 -        0x1108e2ff7 +com.adobe.illustrator.plugins.BRSPencilTool ( Pencil Tool version 16.0.3 - 16.0.3) <F4EDBC44-2099-042B-AEDF-EB449789B35B> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Required/Plug-ins/BRSPencilTool.aip/Contents/MacOS/BRSPencilTool
           0x1109ad000 -        0x1109b2fff +com.adobe.illustrator.plugins.FlattenTransparency ( Flatten Transparency version 16.0.3 - 16.0.3) <6403BC39-7744-5A1B-1E6C-00EB7D67CA6F> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Required/Plug-ins/Flatten Transparency.aip/Contents/MacOS/FlattenTransparency
           0x1109b7000 -        0x1109d2fe7 +com.adobe.illustrator.plugins.FOConversionSuite (FOConversionSuite version 16.0.3 - 16.0.3) <1A73D8CC-F6A2-9BA0-B2A0-9D461A2AE0F2> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Required/Plug-ins/FOConversionSuite.aip/Contents/MacOS/FOConversionSuite
           0x1109df000 -        0x1109f7fff +com.adobe.illustrator.plugins.BrushManager (Brush Manager version 16.0.3 - 16.0.3) <D409517D-3E49-F928-357D-503E1F6CEC75> /Applications/ADOBE_CS6_UA/*/BrushManager
           0x110b00000 -        0x110b65fef +com.adobe.illustrator.plugins.PDFSuite (PDF Suite version 16.0.3 - 16.0.3) <BB034C1B-AB95-7177-BA2C-C0E56E5BED68> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Required/Plug-ins/PDF Suite.aip/Contents/MacOS/PDFSuite
           0x110b77000 -        0x110b9aff7 +com.adobe.illustrator.plugins.Rasterize (Rasterize version 16.0.3 - 16.0.3) <E99A8BFF-E554-1DC9-7F65-D6F8CF301DA3> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Required/Plug-ins/Rasterize.aip/Contents/MacOS/Rasterize
           0x110ba2000 -        0x110ca5ff7 +com.adobe.illustrator.plugins.BeautifulStrokes (Beautiful Strokes Suite version 16.0.3 - 16.0.3) <D62349C0-C7E8-DCD5-492C-B1B4C5695FB4> /Applications/ADOBE_CS6_UA/*/BeautifulStrokes
           0x110cbc000 -        0x110de7fef +com.adobe.illustrator.plugins.ColorHarmony (ColorHarmony version 16.0.3 - 16.0.3) <22CABFBE-638E-DD92-D4FE-292E058A8A71> /Applications/ADOBE_CS6_UA/*/ColorHarmony
           0x110e1c000 -        0x110e39fff +com.adobe.illustrator.plugins.ControlPanel (ControlPalette version 16.0.3 - 16.0.3) <372D0849-3132-2252-1DA7-86378FFDA846> /Applications/ADOBE_CS6_UA/*/ControlPanel
           0x110e41000 -        0x110e7ffe7 +com.adobe.illustrator.plugins.KinsokuDlg ( KinsokuDlg version 16.0.3 - 16.0.3) <5712DBB5-5678-ADCC-A77D-DBC7EACA49AF> /Applications/ADOBE_CS6_UA/*/KinsokuDlg
           0x110e9e000 -        0x111076fff +com.adobe.illustrator.plugins.PlanetX (Live Paint version 16.0.3 - 16.0.3) <C5EF22AA-A270-6F51-9A55-6CE1A7ED4F41> /Applications/ADOBE_CS6_UA/*/PlanetX
           0x11108a000 -        0x11117fff7 +com.adobe.illustrator.plugins.PaintStyle (Paint Style Palettes version 16.0.3 - 16.0.3) <0BBB57F0-F021-15F9-3224-7428FEB25838> /Applications/ADOBE_CS6_UA/*/PaintStyle
           0x1111ae000 -        0x11123dfff +com.adobe.illustrator.plugins.Perspective (Perspective version 16.0.3 - 16.0.3) <796B4763-37CB-558F-C34B-3FC55B19B312> /Applications/ADOBE_CS6_UA/*/Perspective
           0x111248000 -        0x111327fef +com.adobe.AXEXSLT (AdobeAXSLE 3.7.101.18636 - 3.7.101.18636) <F0116E90-5C45-DFA3-9C17-9B5D1BF0FD1F> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/AdobeAXSLE.framework/Versions/A/AdobeAXSLE
           0x1113b9000 -        0x111433fef +com.adobe.adobe_caps (adobe_caps 6.0.29.0 - 6.0.29.0) <C0AD101D-E452-4B4B-5B31-F467133EC20C> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
           0x111442000 -        0x111468ff7 +com.adobe.ape (3.3.8.19346 - 3.3.8.19346) <79E11A18-8AF4-2515-59F7-4CBE161BF020> /Library/Application Support/Adobe/*/adbeapecore.framework/adbeapecore
           0x114f5c000 -        0x114fa2fff +com.adobe.AAM.AdobeUpdaterNotificationFramework (UpdaterNotifications 6.0.0.24 - 6.0.0.24) <58C40EB9-2F38-2479-E710-344CAB0CEFB7> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/UpdaterNotifications.framework/Versions/A/UpdaterNoti fications
           0x1150c1000 -        0x1150ecfff +ServiceManager-Launcher.dylib (389) <7AE35754-3413-206D-4B92-579AAA25B4F8> /Library/Application Support/Adobe/*/ServiceManager-Launcher.dylib
           0x115487000 -        0x115521ff7  unorm8_bgra.dylib (2.2.16) <5D62BED8-DF5D-3C51-94B4-57368FF10DDB> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra .dylib
           0x115749000 -        0x1159e9ff7 +com.adobe.illustrator.plugins.ScriptingSupport (Scripting Support version 16.0.3 - 16.0.3) <E1383CA9-7A85-2B68-7197-8A9685B567C8> /Applications/ADOBE_CS6_UA/*/ScriptingSupport
           0x115ac3000 -        0x115bb4fff +com.adobe.AdbeScriptUIFlex (ScriptUIFlex 6.2.29 - 6.2.29.18602) <2BD3388F-976E-0B1C-55DB-B97A5AF95724> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/AdbeScriptUIFlex.framework/Versions/A/AdbeScriptUIFle x
           0x115c38000 -        0x115d11ff7  libcrypto.0.9.7.dylib (106) <C1F22F70-84C5-39FC-9C73-5662AF4385E9> /usr/lib/libcrypto.0.9.7.dylib
           0x116d68000 -        0x116d6dfff  com.apple.audio.AppleHDAHALPlugIn (2.4.7 - 2.4.7fc4) <EA592C9E-AD15-3DD0-85BE-D47BBBE04286> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Conten ts/MacOS/AppleHDAHALPlugIn
           0x116d72000 -        0x116d9aff7  com.apple.cmio.DAL.VDC-4 (309.0 - 4163.1) <321076BE-C843-3FA5-9076-5B4EB3049C99> /System/Library/Frameworks/CoreMediaIO.framework/Resources/VDC.plugin/Contents/MacOS/VDC
           0x116da5000 -        0x116dc6fff  libKoreanConverter.dylib (61) <7A601BB8-19DF-3DDC-9C50-3A798290F377> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
           0x116dca000 -        0x116dd0fe7 +com.adobe.illustrator.plugins.ToolSelector (Tool Selector version 16.0.3 - 16.0.3) <52A65375-0EFD-B641-8C1A-6A6D1EC6248E> /Applications/ADOBE_CS6_UA/*/ToolSelector
           0x119027000 -        0x119facfd7 +com.adobe.ape.engine (3.3.8.19346 - 3.3.8.19346) <5E188E32-37F7-4E0B-0674-E8D16B60074F> /Library/Application Support/Adobe/*/adbeapecore.framework/Libraries/adbeapeengine.bundle/Contents/MacOS/adbea peengine
           0x11a68d000 -        0x11a6a9ff7  libJapaneseConverter.dylib (61) <D0F762C2-5372-3AA2-BBA4-066B8E4B1F8E> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
           0x11a916000 -        0x11aa61fef +com.adobe.illustrator.plugins.SwatchLibs (Swatch Libraries version 16.0.3 - 16.0.3) <FF6253E4-7712-FA39-5396-972BB67FC2C4> /Applications/ADOBE_CS6_UA/*/SwatchLibs
           0x11aa94000 -        0x11ab1bfe7 +com.adobe.illustrator.plugins.SymbolPalette (Symbol Palette version 16.0.3 - 16.0.3) <5D5B49C1-6393-9DCB-C403-E760F7E06898> /Applications/ADOBE_CS6_UA/*/SymbolPalette
           0x11ab3b000 -        0x11ab59fe7 +com.adobe.illustrator.plugins.VariablesPalette (Variables Palette version 16.0.3 - 16.0.3) <68576CA1-641C-68F8-E1AB-55AAAAC6BA0E> /Applications/ADOBE_CS6_UA/*/VariablesPalette
           0x11ab60000 -        0x11ab77ff7 +com.adobe.illustrator.plugins.TextWrapDlg (TextWrapDlg version 16.0.3 - 16.0.3) <2B54ABF2-A6F4-DE67-79A3-B12C5B6C2701> /Applications/ADOBE_CS6_UA/*/TextWrapDlg
           0x11ab89000 -        0x11abc1fef +com.adobe.illustrator.plugins.Mojikumi ( MojiKumiUI version 16.0.3 - 16.0.3) <DC2DE251-744A-4BF3-91BD-6D4E6D5928FB> /Applications/ADOBE_CS6_UA/*/Mojikumi
           0x11abda000 -        0x11abe5fef +com.adobe.illustrator.plugins.DiffusionRasterSuite (DiffusionRaster version 16.0.3 - 16.0.3) <878FC1D8-B5BA-A151-AD8C-6DA6E86F643A> /Applications/ADOBE_CS6_UA/*/DiffusionRasterSuite
           0x11abf6000 -        0x11abfcfff +com.adobe.illustrator.plugins.ShapeSuite (Shape Construction Suite version 16.0.3 - 16.0.3) <A90CE444-CECF-F646-45C5-D9AB0EA2A353> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Required/Plug-ins/ShapeS.aip/Contents/MacOS/ShapeSuite
           0x11ad00000 -        0x11b005ff7 +com.adobe.illustrator.plugins.Vectorize (TracingSuite version 16.0.3 - 16.0.3) <ED44F67F-2F83-33FC-289A-F3D4A7B86F35> /Applications/ADOBE_CS6_UA/*/Vectorize
           0x11b020000 -        0x11bc32ff7 +com.adobe.illustrator.plugins.DxfDwg (DxfDwg version 16.0.3 - 16.0.3) <CAF977AE-A6BD-124E-BFE9-389F085A8B65> /Applications/ADOBE_CS6_UA/*/DxfDwg
           0x11bdb8000 -        0x11bed4fe7 +com.adobe.illustrator.plugins.svgFileFormat ( SVG Format version 16.0.3 - 16.0.3) <F42331A2-D6D6-34FE-8DD5-5C89E5A581B4> /Applications/ADOBE_CS6_UA/*/svgFileFormat
           0x11bef6000 -        0x11bf0ffff +com.adobe.illustrator.plugins.DxfDwgUI (DxfDwgUI version 16.0.3 - 16.0.3) <189E2288-EF9B-79C8-6DA2-1283FF8B98AD> /Applications/ADOBE_CS6_UA/*/DxfDwgUI
           0x11bf23000 -        0x11bf84fff +com.adobe.illustrator.plugins.Deform (Envelope and Warp version 16.0.3 - 16.0.3) <81F37050-3849-0C2B-39A4-66DFDEB6A24F> /Applications/ADOBE_CS6_UA/*/Deform
           0x11bf90000 -        0x11bfc5fff +com.adobe.illustrator.plugins.slicingAttributes (Slicing version 16.0.3 - 16.0.3) <4A847C50-BA46-DF56-22CF-6B807C912FD8> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Required/Plug-ins/sliceAttributes.aip/Contents/MacOS/slicingAttributes
           0x11bfce000 -        0x11c008ff7 +com.adobe.illustrator.plugins.PathfinderS (Pathfinder Suite version 16.0.3 - 16.0.3) <0A58ECE9-502C-EF50-A7B3-F13C928D0270> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Required/Plug-ins/PathFinderS.aip/Contents/MacOS/PathfinderS
           0x11c041000 -        0x11c049fff +com.adobe.illustrator.plugins.ExpandS (Expand Suite version 16.0.3 - 16.0.3) <7D787DD1-DAEB-B9BE-193F-70952CF22487> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Required/Plug-ins/ExpandS.aip/Contents/MacOS/ExpandS
           0x11c062000 -        0x11c07afef +com.adobe.illustrator.plugins.AssetMgmt (Asset Management version 16.0.3 - 16.0.3) <58C84F40-5C8E-716C-B16D-1AA1428E1D0B> /Applications/ADOBE_CS6_UA/*/AssetMgmt
           0x11c084000 -        0x11c0a6ff7 +com.adobe.illustrator.plugins.DocInfo (Document Info version 16.0.3 - 16.0.3) <03164680-8935-571B-0B48-9D14F66B87D1> /Applications/ADOBE_CS6_UA/*/DocInfo
           0x11c0b1000 -        0x11c0fbff7 +com.adobe.illustrator.plugins.LinkPalette (Links Palette version 16.0.3 - 16.0.3) <BEBB87AB-5969-56AA-D8AE-070379006775> /Applications/ADOBE_CS6_UA/*/LinkPalette
           0x11c117000 -        0x11c16ffff +com.adobe.illustrator.plugins.Snapomatic (Snap version 16.0.3 - 16.0.3) <31DCCD99-EAF3-4D46-E10D-5B03A1D8BF49> /Applications/ADOBE_CS6_UA/*/Snapomatic
           0x11c17d000 -        0x11c185fff +com.adobe.illustrator.plugins.Colors (Colors version 16.0.3 - 16.0.3) <F62C388B-C7BD-B62B-2106-5548B1E87144> /Applications/ADOBE_CS6_UA/*/Colors
           0x11c18b000 -        0x11c18fff7 +com.adobe.illustrator.plugins.TrimMark (Crop Marks version 16.0.3 - 16.0.3) <EF53227A-0DEF-2149-3F5D-EFA5E04BBE26> /Applications/ADOBE_CS6_UA/*/TrimMark
           0x11c194000 -        0x11c198ff7 +com.adobe.illustrator.plugins.Distort (Free Distort version 16.0.3 - 16.0.3) <1868664C-8DB9-6471-0FB4-2EBEADBB77A5> /Applications/ADOBE_CS6_UA/*/Distort
           0x11c19d000 -        0x11c1acff7 +com.adobe.illustrator.plugins.DropShadow (Drop Shadow version 16.0.3 - 16.0.3) <C2007F13-5E1D-D945-776E-9967228D6C7C> /Applications/ADOBE_CS6_UA/*/DropShadow
           0x11c1b3000 -        0x11c1e1fe7 +com.adobe.illustrator.plugins.EyeBucketTool (Eye Bucket Tool version 16.0.4 - 16.0.4) <FBE58F6C-25F3-19D2-91AC-DE395B0C83BC> /Applications/ADOBE_CS6_UA/*/EyeBucketTool
           0x11c1f7000 -        0x11c1fafff +com.adobe.illustrator.plugins.TypeCase (Change Case version 16.0.3 - 16.0.3) <5D17C625-7305-5B41-64AF-8B942848F95C> /Applications/ADOBE_CS6_UA/*/TypeCase
           0x11c300000 -        0x11c305fff +com.adobe.illustrator.plugins.TwirlTool (Twist Tool version 16.0.3 - 16.0.3) <C7453AAD-ED4C-6C90-6B06-879737663093> /Applications/ADOBE_CS6_UA/*/TwirlTool
           0x11c30a000 -        0x11c319ff7 +com.adobe.illustrator.plugins.Simplify (Simplify version 16.0.3 - 16.0.3) <DFA0F981-1CCC-F33E-4035-D28A8C174F1B> /Applications/ADOBE_CS6_UA/*/Simplify
           0x11c32a000 -        0x11c34fff7 +com.adobe.illustrator.plugins.ShapeTool (ShapeTool version 16.0.3 - 16.0.3) <881C5DC6-1E75-F61B-8A63-9EF67BE17D58> /Applications/ADOBE_CS6_UA/*/ShapeTool
           0x11c365000 -        0x11c392fff +com.adobe.illustrator.plugins.SimpleTools (Segment Tools version 16.0.3 - 16.0.3) <4C44243A-3604-2919-9D95-98C448425282> /Applications/ADOBE_CS6_UA/*/SimpleTools
           0x11c3a7000 -        0x11c3c7fff +com.adobe.illustrator.plugins.ScatterBrushTool (Adobe Scatter Brush Tool version 16.0.3 - 16.0.3) <5C1A9746-F22D-AA52-13EA-D2B9DEA31154> /Applications/ADOBE_CS6_UA/*/ScatterBrushTool
           0x11c3cf000 -        0x11c3ecfff +com.adobe.illustrator.plugins.GlobAdjTool (Reshape Tool version 16.0.3 - 16.0.3) <33DC8D92-39CD-6626-A540-98A611BF1EC6> /Applications/ADOBE_CS6_UA/*/GlobAdjTool
      

    Mick,
    It may be worth trying to uninstall, run the Cleaner Tool and reinstall.
    http://www.adobe.com/support/contact/cscleanertool.html
    Or, you may try Customer Care,
    http://helpx.adobe.com/contact.html
    or Adobe Support (phone),
    http://helpx.adobe.com/adobe-connect/adobe-connect-phone-numbers.html
    or this specialized forum (where you may be able find the answer from previous threads),
    http://forums.adobe.com/community/download_install_setup

  • Error message after executing KKRC- How to define Hierarchy ID ?

    Hi Gurus
    Ours’ is a Chemical Mfg./ Marketing Company. We have ECC 5.0 version implemented in our Company. We  have the Production process orders of different types ( Normal Process order , Reprocess Process order etc.). For the purpose of MIS it is our regular practice to download data in Worksheets & then work upon it ( pivot tables etc.)  &  compile the reports. We have the requirement to have SKU wise ( Finished Goodswise ) summarised compilation of  different type of Variances ( both Qty. , value of input materials, wherever applicable) .
    While browsing the SAP’s BPX community database I have come across the query similar to my requirement . refer thread Product costing - Information system, order summarization  
    Posted: Sep 30, 2007 3:21 AM
    As suggested in the response to that query  I have followed the steps .
    KKRV followed by KKRC . The error message after executing  KKRC reads
    “ No IDs defined for Hierarchy type CO
    Diagnosis No Hierarchy id is defined in customising for the hierarchy type you selected
    Procedure : go in to the customising and define the structure of hierarchy  by means of an appropriate Hierarchy ID. “
    Can some one give me further leads ( i.e. navigation/path and clues for  defining   Hierarchy ID)
    Or
    is there any other way to address the requirement mentioned in opening para.
    With best regards
    Sudheer

    Hi Patrick,
    unfortunately I cannot provide an ad-hoc solution for your nested exception without further investigations.
    Nevertheless I'm very interested to know, why you "gave up" using the Adaptive WS Model in Web Dynpro. What's the problem?
    Perhaps the coding which now requires to create a model instance:
    /** Hook method called to initialize controller. */
    //@@end
    public void wdDoInit() {
      //@@begin wdDoInit()
      // create a new model instance (1)
      EmailAdWSModel model = new EmailAdWSModel();
      // create model objects (2, 3)
      Request_SendEmail requestMO = new Request_SendEmail(model);
      SendEmail emailMO = new SendEmail(model);
      // associate model objects (4)
      requestMO.setSendEmail(emailMO);
      // bind executable model object to context node (5)
      wdContext.nodeRequest_SendEmail().bind(requestMO);
      //@@end
    Regards, Bertram

  • DDIC_FIELDS_NO_ACCESS Error messages after ECC6 patches

    Dear All,
    we have just completed the support package update process of our productive system.
    Our system is an ECC 6 installation on HP-UX, using an Oracle 10 database.
    After the successful patching process of the ABAP stack and the kernel,
    we procceeded with the use of the SAP Load Generator (sgen) to re-generate all objects of the software components that we use.
    While the job RSPARAGENER8 was running, there were error messages in the system log.
    The error messages in sm21 and st22 were the following:
    DDIC_FIELDS_NO_ACCESS
    Short text               
         Error when accessing Dictionary table "HRDEPBSVASENS_LOG_P14N91_QOTB".          
    What happened?               
         Processing had to be terminated because an internal error     
    occurred when generating the ABAP/4 program "CL_HRDEPBSVASEN_P14N91_TOOLS==CP".          
    Error analysis               
         When accessing the attributes of Dictionary table          
    "HRDEPBSVASENS_LOG_P14N91_QOTB",meaningless values were found.          
    Since this is a Productive System it is very crucial that we solve this
    issue immediately.
    We have not been able to find any relevant SAP notes on this issue and this is why your help will be valuable.
    Please advice for necessary steps.
    Regards,
    Kontogianni Eleni

    Hello!
    I am seem to be having these issue with many tables in my upgraded system (I am upgrading from 4.6c to ECC 6.0).
    I have been able to resolve the problem by activating the tables again.
    Is there note or fix to solve this problem for all tables?
    Would Mass activating all tables be a good idea?
    Has anyone else encountered this?
    So far I have the problem with the following tables:
    T496D, TZPA, TZK01, TZK02, TZC37, TZB0A
    T399X,  T156S
    TVAKZ
    TVLP
    TCORU  
    CAUFV
    AUFK
    AFKO
    Thank you for your help!
    Sean Shea-Schrier
    Edited by: Sean Shea-Schrier on Mar 23, 2010 8:09 PM

  • Error message after suspend to RAM on ThinkPad X230i

    Hi,
    I noticed there's alway an 'Unable to dock' error message after suspend
    to RAM:
        Arch kernel: ACPI: Low-level resume complete
        Arch kernel: PM: Restoring platform NVS memory
        Arch kernel: Enabling non-boot CPUs ...
        Arch kernel: smpboot: Booting Node 0 Processor 1 APIC 0x1
        CPU1 is up
        smpboot: Booting Node 0 Processor 2 APIC 0x2
        CPU2 is up
        smpboot: Booting Node 0 Processor 3 APIC 0x3
        CPU3 is up
        ACPI: Waking up from system sleep state S3
        ACPI: \_SB_.PCI0.LPC_.EC__.BAT1: docking
        ACPI: \_SB_.PCI0.LPC_.EC__.BAT1: Unable to dock!
    System info:
    ThinkPad X230i, Linux 3.9.9-1-ARCH, systemd 204-3,
    I have tried to set Handle{SuspendKey,HibernateKey,LidSwitch} all to
    ignore, but I still get the same error message. Any other solution to
    make that message disappear?
    Regards.
    Last edited by mert (2013-07-17 09:02:10)

    See http://forums.lenovo.com/t5/Linux-Discussion/T410-Ubuntu-Lucid-Two-Weeks-of-Use-the-Good-the-Bad-the... (the bit about USB after resume)

  • Error message after write command

    Hi,
    i have a program that will display an error message after a write command...
    it goes like this: when you click on the button change material it will go to the transaction MM02 and when you saved your changes the value of the table will refresh but when it was refresh and there is no data that would retrieve an error message will pop-up no data selected..but when you click on the check button or enter the previous data still appears which is wrong it should go back to the selection screen...
    can anybody can help me with this?
    thank you...
    regards,
    mae

    hi,
    i am currently in the output table with a valid data and when i change the procurement type from E to F at the button change material(transaction MM02) it should display an error message after saving the changes and then go bak to the selection screen not on the previouse output table...
    how will i do it?
    thank you

  • I have never been able to upgrade my phone I always get an error message after it goes 2 hours on the computer someone told me I could do it wifi but I don't know where to go to start the download

    I have never been able to upgrade my phone I always get an error message after it goes 2 hours on the computer someone told me I could do it wifi but I don't know where to go to start the download

    Make sure you have the right system requirements before you start to update the iOS, you will need:
    Apple ID (required for some features)
    Internet access
    Syncing with iTunes on a Mac or PC requires:
    Mac: OS X v10.5.8 or later
    PC: Windows 7; Windows Vista; or Windows XP Home or Professional with Service Pack 3 or later
    iTunes 10.5 or later (free download from www.itunes.com/download)

  • I have no trouble viewing apps in the iTunes Store on my iPad. However, every time I try to install a new app, I get an error message after a while - cannot connect to iTunes Store. This issues cropped up two days ago on my new iPad. Please help...

    I have no trouble viewing apps in the iTunes Store on my iPad. However, every time I try to install a new app, I get an error message after a while - cannot connect to iTunes Store. This issues cropped up two days ago on my new iPad. Please help...

    JUst experienced the exact  same problem after changing password.Getting same message. Hope someone has an answer for this.

  • Sorry, something went wrong --- I got an error message after a new webapp was built and a new site collection was created

    Sorry, something went wrong --- I got an error message after a new webapp was built and a new site collection was created.
    This in SharePoint 2013 Farm.
    What should I do?
    1- I did a DisableLoopBack and set the value to "1".
    For hostname do I have to do : 111.111.111.111 (sample) and serversp2013?
    P.S. I fixed this issue once, long time ago and I forgot how it ... be done.

    Hi,
    For troubleshooting your issue, please take steps as below:
    1.Go to IIS, make sure the web application is actived.
    2.Go to IIS -> Applicaiton Pools, make sure the application pool related to your web application is started.
    Reference:
    http://support.microsoft.com/en-us/kb/926642/en-us
    http://www.techrepublic.com/forums/questions/cannot-browse-created-web-application-site-in-sharepoint-services-30/
    Best Regards,
    Eric
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Error message after upgrading to 7.3

    i upgraded to iTunes 7.3 and i got a message that said something about some files were missing and i needed to uninstall and try again. i uninstalled it and now i can't even download iTunes. i can download but i can't do anything else. anybody else having this problem?

    Yes, i had the same error message after upgrading to 7.3.
    I am using windows XP - i went to the Control Panel -> Add/Remove Programs -> Scrolled to iTunes & clicked on Change (not Remove), then clicked Repair. It all works fine after that.
    Search this forum - i hope you find a solution.

  • Trying to update frpm itunes 10 to itunes11, but get error message after installation

    I am trying to update my itunes to be compatible with my replaced iphone 4s (apllecare replacement) that is not compatible with my current iTunes 10.6.  I have tried several times to upload th enew version of iTunes to no avial getting an error message after a "successful installation" and the itunes reverts to 10.6.  Since my imac was an older unit I had to update to OSX 10.6.8 (sucessfully) and increase my RAM.  I am 120bucks in the hole plus the 49 dolar surcharge for the iphone replacement and i am still no closer to restoring my phone.  Help please

    First backup your music and content.
    Then delete iTunes 10.6 Drag the application from Finder > Applications to Trash. Empty Trash
    Try and install 10.7 first iPhone 4s will work with this. You can find the download here
    http://support.apple.com/kb/DL1576
    Install it. Does itunes 10.7 now appear? Is your content all there? Connect up your iPhone and start syncing.
    From there if you want to you can upgrade to iTunes 11 but it is only necassary if you have an iPhone 5

Maybe you are looking for

  • E3000 question

    I lost the power adapter from E3000 router. Does anyone have suggestion for a replacement or have the part number for the OEM adapter? I know what the power requirements are but the only ones I have found online are not even a close match. Thanks in

  • Optical in/out

    I was just wondering what someone would use the optical in/out on the notebook for? My guess is to hook speakers up to the Macbook but wouldn't you just use the headphone jack for it (and wouldnt that be the audio out?). What would someone use the op

  • Photoshop file size Discrepancy

    Hey Guys. I have a photoshop file which while editing states what I believe is the flat/layered file sizes down the bottom left of the screen of 116.7M/255.4M. But when I save the file Finder shows the file size as being 1.53GB. Is this normal? What

  • 0BWTC_C02 Delta Update

    Hi. Is there any restriction in the delta upload for the above datasource? I am trying to do a delta for this datasource and it returns only 0 records eventhough a lot of usage has occured for the day (today). The delta mechanism per se seems to be w

  • Assessment cycle- Transport

    Hi All, The assessment cycles are configured in the Development system.  The transport created was released to integration and quality.  We found that the segment do not reflect the way it is in Development system. We want to transport the configurat