Validatedata.js Errors

Has anyone implemented validatedata.js with system 11. I am having issues with it, its sometime giving me errors and sometime the web page for the forms doesn't even refresh. I tried opening planning with IE7, IE6 and even Mozella. I did clear up the cache on each one of the environment every time I change a code on the validatedata.js file. Even a simple alert statement is not working, any help? Anyone facing the same issue?

I Might have posted it in the wrong section its related to Hyperion Planning Forms.

Similar Messages

  • ValidateData.js files Error

    hi
    after uploading the updated validateData.js file and after that opening the Hyperion Planning web form im getting the error **"Problems with this web page might prevent it from being displayed or functioning properly "*
    Line : 54
    Char: 4
    Error: Object doesn`t support this property or method
    Code : 0
    and after this if i upload the default ValidateData.js file then it is also showing the error/
    im on project...so please i need solution soon
    Thanks in advance

    I meant the server log files. To clarify, the issue you are seeing is that, when minification is enabled, a request to
    http://localhost:5555/etc/designs/healthgskEMAP/clientlibs.js returns a blank response. As I said, that *can* be caused by a syntax error which prevents minification from working. This syntax error will be logged in the server log.
    If you are getting errors in the browser from other client libraries, that's a different problem. To troubleshoot that, you'd want to look at the content being delivered to the browser and any entries in the server log when those files are requested.

  • FDMEE - Write back - No Data and No Errors

    I am trying to Write Back from Planning 11.1.2.3.500 to EBS R12 using FDMEE 11.1.2.3.530. There is data in Planning, and when I execute an Import it processes successfully, but the Transform Data Process step has a warning symbol and there is no data in the grid in the Write Back Workbnch.
    Here is the log:
    2015-03-12 16:55:58,845 INFO  [AIF]: FDMEE Process Start, Process ID: 265
    2015-03-12 16:55:58,845 INFO  [AIF]: FDMEE Logging Level: 5
    2015-03-12 16:55:58,846 INFO  [AIF]: FDMEE Log File: \\Vmhodrxeap13\fdmee\outbox\logs\RXFin_265.log
    2015-03-12 16:55:58,846 INFO  [AIF]: User:wilsonp
    2015-03-12 16:55:58,846 INFO  [AIF]: Location:RXFin_EBS_PL (Partitionkey:5)
    2015-03-12 16:55:58,847 INFO  [AIF]: Period Name:NA (Period Key:null)
    2015-03-12 16:55:58,847 INFO  [AIF]: Category Name:NA (Category key:null)
    2015-03-12 16:55:58,847 INFO  [AIF]: Rule Name:Test_1 (Rule ID:10)
    2015-03-12 16:56:00,465 INFO  [AIF]: FDM Version: 11.1.2.3.530
    2015-03-12 16:56:00,465 INFO  [AIF]: Jython Version: 2.5.1 (Release_2_5_1:6813, Sep 26 2009, 13:47:54)
    [Oracle JRockit(R) (Oracle Corporation)]
    2015-03-12 16:56:00,466 INFO  [AIF]: Java Platform: java1.6.0_37
    2015-03-12 16:56:00,466 INFO  [AIF]: Log File Encoding: UTF-8
    2015-03-12 16:56:01,904 DEBUG [AIF]: CommWb.importData - START
    2015-03-12 16:56:01,908 DEBUG [AIF]: CommWb.getRuleInfo - START
    2015-03-12 16:56:01,911 DEBUG [AIF]:
            SELECT wr.RULE_ID
            ,wr.RULE_NAME
            ,wr.PARTITIONKEY
            ,ss.SOURCE_SYSTEM_ID
            ,ss.SOURCE_SYSTEM_TYPE
            ,CASE
              WHEN ss.SOURCE_SYSTEM_TYPE LIKE 'EBS%' THEN 'N'
              WHEN ss.SOURCE_SYSTEM_TYPE LIKE 'PS%' THEN 'N'
              WHEN ss.SOURCE_SYSTEM_TYPE LIKE 'FUSION%' THEN 'N'
              WHEN ss.SOURCE_SYSTEM_TYPE LIKE 'FILE%' THEN 'N'
              ELSE 'Y'
             END SOURCE_ADAPTER_FLAG
            ,imp.IMPSOURCECOAID SOURCE_COA_ID  
            ,COALESCE(wr.SOURCE_LEDGER_ID,0) SOURCE_LEDGER_ID
            ,app.APPLICATION_ID
            ,app.TARGET_APPLICATION_NAME
            ,app.TARGET_APPLICATION_TYPE
            ,wr.PLAN_TYPE
            ,CASE wr.PLAN_TYPE
              WHEN 'PLAN1' THEN 1
              WHEN 'PLAN2' THEN 2
              WHEN 'PLAN3' THEN 3
              WHEN 'PLAN4' THEN 4
              WHEN 'PLAN5' THEN 5
              ELSE 0
            END PLAN_NUMBER
            ,wl.POST_BY_YEAR
            ,wl.LEDGER_GROUP
            ,wl.LEDGER
            ,wl.GL_BUDGET_SCENARIO
            ,wl.GL_BUDGET_ORG
            ,wl.GL_BUDGET_VERSION
            ,wl.JE_CATEGORY
            ,wl.JE_SOURCE
            ,wl.CREATE_JOURNAL_FLAG
            ,wl.EXECUTION_MODE
            ,wl.IMPORT_FROM_SOURCE_FLAG
            ,wl.IMPORT_FROM_SOURCE_FLAG RECALCULATE_FLAG
            ,wl.EXPORT_TO_TARGET_FLAG
            ,wl.AS_OF_DATE
            ,wr.DP_MEMBER_NAME
            ,wl.KK_TRAN_ID
            ,wl.KK_SOURCE_TRAN
            ,wl.KK_BUDG_TRANS_TYPE
            ,wl.KK_ACCOUNTING_DT
            ,wl.KK_GEN_PARENT
            ,wl.KK_DEFAULT_EE
            ,wl.KK_PARENT_ENT_TYPE
            ,CASE lg.LEDGER_TEMPLATE
              WHEN 'COMMITMENT' THEN 'Y'
              ELSE 'N'
            END KK_FLAG
            ,CASE
              WHEN (ss.SOURCE_SYSTEM_TYPE LIKE 'PS%' AND wl.KK_SOURCE_TRAN = 'HYP_CHECK') THEN 'Y'
              ELSE 'N'
            END KK_CHECK_FLAG
            ,p.LAST_UPDATED_BY
            ,p.AIF_WEB_SERVICE_URL WEB_SERVICE_URL
            FROM AIF_PROCESSES p
            INNER JOIN AIF_WRITEBACK_LOADS wl
              ON wl.LOADID = p.PROCESS_ID
            INNER JOIN AIF_WRITEBACK_RULES wr
              ON wr.RULE_ID = wl.RULE_ID
            INNER JOIN TPOVPARTITION part
              ON part.PARTITIONKEY = wr.PARTITIONKEY
            INNER JOIN TBHVIMPGROUP imp
              ON imp.IMPGROUPKEY = part.PARTIMPGROUP
            INNER JOIN AIF_SOURCE_SYSTEMS ss
              ON ss.SOURCE_SYSTEM_ID = part.PARTSOURCESYSTEMID
            INNER JOIN AIF_TARGET_APPLICATIONS app
              ON app.APPLICATION_ID = part.PARTTARGETAPPLICATIONID
            LEFT OUTER JOIN AIF_COA_LEDGERS l
              ON l.SOURCE_SYSTEM_ID = part.PARTSOURCESYSTEMID
              AND l.SOURCE_LEDGER_ID = wr.SOURCE_LEDGER_ID
            LEFT OUTER JOIN AIF_PS_SET_CNTRL_REC_STG scr
              ON scr.SOURCE_SYSTEM_ID = l.SOURCE_SYSTEM_ID
              AND scr.SETCNTRLVALUE = l.SOURCE_LEDGER_NAME
              AND scr.RECNAME = 'LED_GRP_TBL'
            LEFT OUTER JOIN AIF_PS_LED_GRP_TBL_STG lg
              ON lg.SOURCE_SYSTEM_ID = scr.SOURCE_SYSTEM_ID
              AND lg.SETID = scr.SETID
              AND lg.LEDGER_GROUP = wr.LEDGER_GROUP
            WHERE p.PROCESS_ID = 265
    2015-03-12 16:56:01,914 DEBUG [AIF]:
          SELECT wld.DIMENSION_NAME
          ,wld.FILTER_CONDITION
          ,app.TARGET_APPLICATION_NAME
          FROM AIF_WRITEBACK_LOAD_DTLS wld
          INNER JOIN AIF_WRITEBACK_LOADS wl
            ON wl.LOADID = wld.LOADID
          INNER JOIN AIF_WRITEBACK_RULES wr
            ON wr.RULE_ID = wl.RULE_ID
          INNER JOIN TPOVPARTITION part
            ON part.PARTITIONKEY = wr.PARTITIONKEY
          INNER JOIN AIF_TARGET_APPLICATIONS app
            ON app.APPLICATION_ID = part.PARTTARGETAPPLICATIONID
          INNER JOIN AIF_TARGET_APPL_DIMENSIONS adim
            ON adim.APPLICATION_ID = app.APPLICATION_ID
            AND adim.TARGET_DIMENSION_NAME = wld.DIMENSION_NAME
            AND adim.TARGET_DIMENSION_CLASS_NAME = 'Scenario'
          WHERE wld.LOADID = 265
    2015-03-12 16:56:01,916 DEBUG [AIF]: 
          SELECT COALESCE(pca.CATKEY, pc.CATKEY) CATKEY
          FROM TPOVCATEGORY pc
          LEFT OUTER JOIN TPOVCATEGORYADAPTOR pca
            ON pca.INTSYSTEMKEY = 'RXFin'
            AND pca.CATTARGET = NULL
          WHERE pc.CATTARGET = NULL
    2015-03-12 16:56:01,918 DEBUG [AIF]:
          SELECT acks.source_segment_column_name DIMNAME, ss.source_system_type SOURCE_SYSTEM_TYPE
            FROM AIF_PROCESSES p
            INNER JOIN AIF_WRITEBACK_LOADS wl
              ON wl.LOADID = p.PROCESS_ID
            INNER JOIN AIF_WRITEBACK_RULES wr
              ON wr.RULE_ID = wl.RULE_ID
            INNER JOIN TPOVPARTITION part
              ON part.PARTITIONKEY = wr.PARTITIONKEY
            INNER JOIN AIF_CB_KEY_SEGMENTS acks
              ON acks.control_budget_id = wr.SOURCE_LEDGER_ID
              AND acks.source_system_id = part.PARTSOURCESYSTEMID
            INNER JOIN AIF_SOURCE_SYSTEMS ss
              ON ss.SOURCE_SYSTEM_ID = part.PARTSOURCESYSTEMID
          WHERE p.PROCESS_ID = 265
    2015-03-12 16:56:01,919 DEBUG [AIF]:
          SELECT lv.LOOKUP_DISPLAY_CODE DIMNAME
          ,wld.TEMP_COLUMN_NAME
          ,cs.COA_SEGMENT_NAME
          ,cs.VALUE_SET_ID
          ,cs.ACCOUNT_TYPE_FLAG
          FROM AIF_COA_SEGMENTS cs
          INNER JOIN TPOVPARTITION tpp
            ON tpp.PARTITIONKEY = 5
          INNER JOIN AIF_LOOKUP_TYPES lt
            ON lt.SOURCE_SYSTEM_ID = 0
            AND lt.LOOKUP_TYPE = 'AIF_SEGMENT_COLUMN_MAP'
          INNER JOIN AIF_LOOKUP_VALUES lv
            ON lv.LOOKUP_TYPE_ID = lt.LOOKUP_TYPE_ID
            AND lv.LOOKUP_CODE = cs.COA_SEGMENT_NAME
          LEFT OUTER JOIN TBHVIMPITEMERPI tiie
            ON tiie.IMPGROUPKEY = tpp.PARTIMPGROUP
            AND tiie.IMPMAPTYPE = 'EPM'
            AND tiie.IMPSOURCECOALINEID1 = cs.COA_LINE_ID
          LEFT OUTER JOIN AIF_WRITEBACK_LOAD_DTLS wld
            ON wld.LOADID = 265
            AND wld.DIMENSION_NAME = tiie.IMPDIMNAME
          WHERE cs.SOURCE_SYSTEM_ID = 4
          AND cs.SOURCE_COA_ID = 50348
          ORDER BY lv.LOOKUP_DISPLAY_CODE
    2015-03-12 16:56:01,922 DEBUG [AIF]: CommWb.getRuleInfo - END
    2015-03-12 16:56:01,924 DEBUG [AIF]: AIFUtil.callOdiServlet - START
    2015-03-12 16:56:01,948 DEBUG [AIF]: cloudMode: NONE
    2015-03-12 16:56:01,949 DEBUG [AIF]: GlobalUserForAppAccess from Profile: null
    2015-03-12 16:56:01,951 INFO  [AIF]: Resolved user name for application access: wilsonp
    2015-03-12 16:56:02,450 INFO  [AIF]: [HPLService] Info: Cube Name: Finance
    2015-03-12 16:56:02,451 INFO  [AIF]: [HPLService] Info: Importing data from RXFin:Finance...
    2015-03-12 16:57:31,732 INFO  [AIF]: [HPLService] Info: Data import complete
    2015-03-12 16:57:31,738 INFO  [AIF]: [HPLService] Info: [importWritebackData:265] END (true)
    2015-03-12 16:57:31,747 DEBUG [AIF]: AIFUtil.callOdiServlet - END
    2015-03-12 16:57:31,747 DEBUG [AIF]:
            SELECT STATUS
            FROM AIF_PROCESS_DETAILS
            WHERE PROCESS_ID = 265
            AND ENTITY_TYPE = 'PROCESS_WB_IMP'
    2015-03-12 16:57:31,752 DEBUG [AIF]: CommWb.insertPeriods - START
    2015-03-12 16:57:31,755 DEBUG [AIF]:
          SELECT DIMENSION_NAME
          ,FILTER_CONDITION
          FROM AIF_WRITEBACK_LOAD_DTLS
          WHERE LOADID = 265
          AND COLUMN_TYPE = 'Year'
    2015-03-12 16:57:31,758 DEBUG [AIF]: commAppPeriodMappingExists: N
    2015-03-12 16:57:31,758 DEBUG [AIF]:
            INSERT INTO AIF_PROCESS_PERIODS (
              PROCESS_ID
              ,PERIODKEY
              ,PERIOD_ID
              ,ADJUSTMENT_PERIOD_FLAG
              ,GL_PERIOD_YEAR
              ,GL_PERIOD_NUM
              ,GL_PERIOD_NAME
              ,GL_PERIOD_CODE
              ,GL_EFFECTIVE_PERIOD_NUM
              ,YEARTARGET
              ,PERIODTARGET
              ,IMP_ENTITY_TYPE
              ,IMP_ENTITY_ID
              ,IMP_ENTITY_NAME
              ,TRANS_ENTITY_TYPE
              ,TRANS_ENTITY_ID
              ,TRANS_ENTITY_NAME
              ,PRIOR_PERIOD_FLAG
              ,SOURCE_LEDGER_ID
            SELECT q.PROCESS_ID
            ,q.PERIODKEY
            ,NULL PERIOD_ID
            ,'N' ADJUSTMENT_PERIOD_FLAG
            ,0 GL_PERIOD_YEAR
            ,'0' GL_PERIOD_CODE
            ,'0' GL_PERIOD_NAME
            ,q.ENTITY_NAME_ORDER GL_PERIOD_NUM
            ,q.ENTITY_NAME_ORDER GL_EFFECTIVE_PERIOD_NUM
            ,q.YEARTARGET
            ,q.PERIODTARGET
            ,'PROCESS_WB_IMP' IMP_ENTITY_TYPE
            ,NULL IMP_ENTITY_ID
            ,p.PERIODDESC IMP_ENTITY_NAME
            ,'PROCESS_WB_TRANS' TRANS_ENTITY_TYPE
            ,NULL TRANS_ENTITY_ID
            ,p.PERIODDESC TRANS_ENTITY_NAME
            ,'N' PRIOR_PERIOD_FLAG
            ,NULL SOURCE_LEDGER_ID         
            FROM (
              SELECT PROCESS_ID
              ,MIN(PERIODKEY) PERIODKEY
              ,PERIODTARGET
              ,YEARTARGET
              ,ENTITY_NAME_ORDER
              FROM (
                SELECT wld.LOADID PROCESS_ID
                ,pp.PERIODKEY PERIODKEY
                ,pp.PERIODTARGET PERIODTARGET
                ,pp.YEARTARGET YEARTARGET
                ,CASE
                  WHEN (INSTR(UPPER(wld.TEMP_COLUMN_NAME),'AMOUNT',1) = 1) THEN
                    CAST(SUBSTR(wld.TEMP_COLUMN_NAME,7,LENGTH(wld.TEMP_COLUMN_NAME)) AS NUMERIC(15,0))
                  ELSE 0
                END ENTITY_NAME_ORDER
                FROM (
                  AIF_WRITEBACK_LOAD_DTLS wld
                    INNER JOIN TPOVPERIOD_FLAT_V pp
                      ON pp.PERIODTARGET = wld.DIMENSION_NAME
                      AND pp.YEARTARGET = 'FY14')
                WHERE wld.LOADID = 265
                AND wld.COLUMN_TYPE = 'DATA'
              ) query
              GROUP BY PROCESS_ID
              ,PERIODTARGET
              ,YEARTARGET
              ,ENTITY_NAME_ORDER
            ) q
            ,TPOVPERIOD p
            WHERE p.PERIODKEY = q.PERIODKEY             
            ORDER BY p.PERIODKEY 
    2015-03-12 16:57:31,764 DEBUG [AIF]: CommWb.insertPeriods - END
    2015-03-12 16:57:31,772 DEBUG [AIF]: COMM GL Writeback Load Data - Load TDATASEGW - START
    2015-03-12 16:57:31,774 DEBUG [AIF]: CommWb.getLedgerListAndMap - START
    2015-03-12 16:57:31,775 DEBUG [AIF]: CommWb.getLedgerSQL - START
    2015-03-12 16:57:31,775 DEBUG [AIF]: CommWb.getLedgerSQL - END
    2015-03-12 16:57:31,775 DEBUG [AIF]:
              SELECT l.SOURCE_LEDGER_ID
              ,l.SOURCE_LEDGER_NAME
              ,l.FUNCTIONAL_CURRENCY
              ,l.CALENDAR_ID
              ,'0' SETID
              ,l.PERIOD_TYPE
              FROM AIF_WRITEBACK_LOADS wl
              ,AIF_WRITEBACK_RULES wr
              ,TPOVPARTITION part
              ,AIF_COA_LEDGERS l
              WHERE wl.LOADID = 265
              AND wr.RULE_ID = wl.RULE_ID
              AND part.PARTITIONKEY = wr.PARTITIONKEY
              AND l.SOURCE_SYSTEM_ID = part.PARTSOURCESYSTEMID
              AND l.SOURCE_LEDGER_ID = wr.SOURCE_LEDGER_ID
    2015-03-12 16:57:31,777 DEBUG [AIF]: CommWb.getLedgerListAndMap - END
    2015-03-12 16:57:31,778 DEBUG [AIF]:
          SELECT acks.source_segment_column_name DIMNAME, ss.source_system_type SOURCE_SYSTEM_TYPE
            FROM AIF_PROCESSES p
            INNER JOIN AIF_WRITEBACK_LOADS wl
              ON wl.LOADID = p.PROCESS_ID
            INNER JOIN AIF_WRITEBACK_RULES wr
              ON wr.RULE_ID = wl.RULE_ID
            INNER JOIN TPOVPARTITION part
              ON part.PARTITIONKEY = wr.PARTITIONKEY
            INNER JOIN AIF_CB_KEY_SEGMENTS acks
              ON acks.control_budget_id = wr.SOURCE_LEDGER_ID
              AND acks.source_system_id = part.PARTSOURCESYSTEMID
            INNER JOIN AIF_SOURCE_SYSTEMS ss
              ON ss.SOURCE_SYSTEM_ID = part.PARTSOURCESYSTEMID
          WHERE p.PROCESS_ID = 265
    2015-03-12 16:57:31,779 DEBUG [AIF]:
          SELECT lv.LOOKUP_DISPLAY_CODE DIMNAME
          ,wld.TEMP_COLUMN_NAME
          ,cs.COA_SEGMENT_NAME
          ,cs.VALUE_SET_ID
          ,cs.ACCOUNT_TYPE_FLAG
          FROM AIF_COA_SEGMENTS cs
          INNER JOIN TPOVPARTITION tpp
            ON tpp.PARTITIONKEY = 5
          INNER JOIN AIF_LOOKUP_TYPES lt
            ON lt.SOURCE_SYSTEM_ID = 0
            AND lt.LOOKUP_TYPE = 'AIF_SEGMENT_COLUMN_MAP'
          INNER JOIN AIF_LOOKUP_VALUES lv
            ON lv.LOOKUP_TYPE_ID = lt.LOOKUP_TYPE_ID
            AND lv.LOOKUP_CODE = cs.COA_SEGMENT_NAME
          LEFT OUTER JOIN TBHVIMPITEMERPI tiie
            ON tiie.IMPGROUPKEY = tpp.PARTIMPGROUP
            AND tiie.IMPMAPTYPE = 'EPM'
            AND tiie.IMPSOURCECOALINEID1 = cs.COA_LINE_ID
          LEFT OUTER JOIN AIF_WRITEBACK_LOAD_DTLS wld
            ON wld.LOADID = 265
            AND wld.DIMENSION_NAME = tiie.IMPDIMNAME
          WHERE cs.SOURCE_SYSTEM_ID = 4
          AND cs.SOURCE_COA_ID = 50348
          ORDER BY lv.LOOKUP_DISPLAY_CODE
    2015-03-12 16:57:31,783 DEBUG [AIF]: CommWb.getPovList - START
    2015-03-12 16:57:31,784 DEBUG [AIF]:
          SELECT wld.DIMENSION_NAME
          ,wld.FILTER_CONDITION
          ,app.TARGET_APPLICATION_NAME
          FROM AIF_WRITEBACK_LOAD_DTLS wld
          INNER JOIN AIF_WRITEBACK_LOADS wl
            ON wl.LOADID = wld.LOADID
          INNER JOIN AIF_WRITEBACK_RULES wr
            ON wr.RULE_ID = wl.RULE_ID
          INNER JOIN TPOVPARTITION part
            ON part.PARTITIONKEY = wr.PARTITIONKEY
          INNER JOIN AIF_TARGET_APPLICATIONS app
            ON app.APPLICATION_ID = part.PARTTARGETAPPLICATIONID
          INNER JOIN AIF_TARGET_APPL_DIMENSIONS adim
            ON adim.APPLICATION_ID = app.APPLICATION_ID
            AND adim.TARGET_DIMENSION_NAME = wld.DIMENSION_NAME
            AND adim.TARGET_DIMENSION_CLASS_NAME = 'Scenario'
          WHERE wld.LOADID = 265
    2015-03-12 16:57:31,785 DEBUG [AIF]: 
          SELECT COALESCE(pca.CATKEY, pc.CATKEY) CATKEY
          FROM TPOVCATEGORY pc
          LEFT OUTER JOIN TPOVCATEGORYADAPTOR pca
            ON pca.INTSYSTEMKEY = 'RXFin'
            AND pca.CATTARGET = NULL
          WHERE pc.CATTARGET = NULL
    2015-03-12 16:57:31,787 DEBUG [AIF]:
            SELECT PARTITIONKEY
            ,PARTNAME
            ,CATKEY
            ,CATNAME
            ,PERIODKEY
            ,COALESCE(PERIODDESC, TO_CHAR(PERIODKEY,'YYYY-MM-DD HH24:MI:SS')) PERIODDESC
            ,RULE_ID
            ,RULE_NAME
            ,YEARTARGET
            FROM (
              SELECT DISTINCT wr.PARTITIONKEY
              ,part.PARTNAME
              ,cat.CATKEY
              ,cat.CATNAME
              ,pprd.PERIODKEY
              ,pp.PERIODDESC
              ,wr.RULE_ID
              ,wr.RULE_NAME
              ,pprd.YEARTARGET
              FROM AIF_WRITEBACK_LOADS wl
              INNER JOIN AIF_WRITEBACK_RULES wr
                ON wr.RULE_ID = wl.RULE_ID
              INNER JOIN TPOVPARTITION part
                ON part.PARTITIONKEY = wr.PARTITIONKEY
              INNER JOIN TPOVCATEGORY cat
                ON cat.CATKEY = NULL
              INNER JOIN AIF_PROCESS_PERIODS pprd
                ON pprd.PROCESS_ID = wl.LOADID
              LEFT OUTER JOIN TPOVPERIOD pp
                ON pp.PERIODKEY = pprd.PERIODKEY             
              WHERE wl.LOADID = 265
            ) q
            ORDER BY PARTITIONKEY
            ,CATKEY
            ,PERIODKEY
            ,RULE_ID
    2015-03-12 16:57:31,788 DEBUG [AIF]: CommWb.getPovList - END
    2015-03-12 16:57:31,789 DEBUG [AIF]: COMM GL Writeback Load Data - Load TDATASEGW - END
    2015-03-12 16:57:31,789 DEBUG [AIF]: CommWb.importData - END
    2015-03-12 16:57:31,879 DEBUG [AIF]: CommWb.insertTransProcessDetails - START
    2015-03-12 16:57:31,880 DEBUG [AIF]:
              INSERT INTO AIF_PROCESS_DETAILS (
                PROCESS_ID
                ,ENTITY_TYPE
                ,ENTITY_ID
                ,ENTITY_NAME
                ,ENTITY_NAME_ORDER
                ,TARGET_TABLE_NAME
                ,EXECUTION_START_TIME
                ,EXECUTION_END_TIME
                ,RECORDS_PROCESSED
                ,STATUS
                ,LAST_UPDATED_BY
                ,LAST_UPDATE_DATE
              SELECT PROCESS_ID
              ,ENTITY_TYPE
              ,ENTITY_ID
              ,ENTITY_NAME
              ,ENTITY_NAME_ORDER
              ,'TDATASEGW' TARGET_TABLE_NAME
              ,CURRENT_TIMESTAMP EXECUTION_START_TIME
              ,NULL EXECUTION_END_TIME
              ,0 RECORDS_PROCESSED
              ,'PENDING' STATUS
              ,'wilsonp' LAST_UPDATED_BY
              ,CURRENT_TIMESTAMP LAST_UPDATE_DATE
              FROM (
                SELECT PROCESS_ID
                ,TRANS_ENTITY_TYPE ENTITY_TYPE
                ,MIN(TRANS_ENTITY_ID) ENTITY_ID
                ,TRANS_ENTITY_NAME ENTITY_NAME
                ,MIN(GL_EFFECTIVE_PERIOD_NUM) ENTITY_NAME_ORDER
                FROM AIF_PROCESS_PERIODS
                WHERE PROCESS_ID = 265
                AND PRIOR_PERIOD_FLAG = 'N'
                GROUP BY PROCESS_ID
                ,TRANS_ENTITY_TYPE
                ,TRANS_ENTITY_NAME
              ) q
              ORDER BY ENTITY_NAME_ORDER
    2015-03-12 16:57:31,887 DEBUG [AIF]: CommWb.insertTransProcessDetails - END
    2015-03-12 16:57:31,891 DEBUG [AIF]:
            DELETE FROM TDATAMAP_T
            WHERE LOADID < 265
            AND EXISTS (
              SELECT 1
              FROM AIF_PROCESSES p
              WHERE p.RULE_ID = 10
              AND p.PROCESS_ID = TDATAMAP_T.LOADID
    2015-03-12 16:57:31,901 DEBUG [AIF]:
            DELETE FROM AIF_WRITEBACK_ESS_DATA_T
            WHERE LOADID < 265
            AND EXISTS (
              SELECT 1
              FROM AIF_PROCESSES p
              WHERE p.RULE_ID = 10
              AND p.PROCESS_ID = AIF_WRITEBACK_ESS_DATA_T.LOADID
    2015-03-12 16:57:33,060 DEBUG [AIF]:
            DELETE FROM AIF_PROCESS_PERIODS
            WHERE PROCESS_ID < 265
            AND EXISTS (
              SELECT 1
              FROM AIF_PROCESSES p
              WHERE p.RULE_ID = 10
              AND p.PROCESS_ID = AIF_PROCESS_PERIODS.PROCESS_ID
    2015-03-12 16:57:33,066 DEBUG [AIF]:
            DELETE FROM TDATASEGW
            WHERE LOADID < 265
            AND EXISTS (
              SELECT 1
              FROM AIF_PROCESSES p
              WHERE p.RULE_ID = 10
              AND p.PROCESS_ID = TDATASEGW.LOADID
    2015-03-12 16:57:33,069 DEBUG [AIF]: CommMap.loadTDATAMAP_T - START
    2015-03-12 16:57:33,071 DEBUG [AIF]: CommData.getMapPartitionKeyandName - START
    2015-03-12 16:57:33,071 DEBUG [AIF]:
            SELECT COALESCE(part_parent.PARTITIONKEY, part.PARTITIONKEY) PARTITIONKEY
            ,COALESCE(part_parent.PARTNAME, part.PARTNAME) PARTNAME
            FROM TPOVPARTITION part
            LEFT OUTER JOIN TPOVPARTITION part_parent
              ON part_parent.PARTITIONKEY = part.PARTPARENTKEY
            WHERE part.PARTITIONKEY = 5
    2015-03-12 16:57:33,073 DEBUG [AIF]: CommData.getMapPartitionKeyandName - END
    2015-03-12 16:57:33,073 DEBUG [AIF]:
            INSERT INTO TDATAMAP_T (
              LOADID
              ,DATAKEY
              ,PARTITIONKEY
              ,DIMNAME
              ,SRCKEY
              ,SRCDESC
              ,TARGKEY
              ,WHERECLAUSETYPE
              ,WHERECLAUSEVALUE
              ,CHANGESIGN
              ,SEQUENCE
              ,VBSCRIPT
              ,TDATAMAPTYPE
              ,SYSTEM_GENERATED_FLAG
              ,RULE_ID
            SELECT 265
            ,DATAKEY
            ,5 PARTITIONKEY
            ,DIMNAME
            ,SRCKEY
            ,SRCDESC
            ,CASE WHEN (TDATAMAPTYPE = 'EPM' AND TARGKEY = '<BLANK>') THEN ' ' ELSE TARGKEY END
            ,WHERECLAUSETYPE
            ,CASE WHEN (TDATAMAPTYPE = 'EPM' AND WHERECLAUSEVALUE = '<BLANK>') THEN ' ' ELSE WHERECLAUSEVALUE END       
            ,CHANGESIGN
            ,SEQUENCE
            ,VBSCRIPT
            ,TDATAMAPTYPE
            ,SYSTEM_GENERATED_FLAG
            ,RULE_ID
            FROM TDATAMAP tdm
            WHERE PARTITIONKEY = 5
            AND (RULE_ID IS NULL OR RULE_ID = 10)
            AND (
              TDATAMAPTYPE = 'EPM'
              OR (
                TDATAMAPTYPE = 'MULTIDIM'
                AND EXISTS (
                  SELECT 1
                  FROM TDATAMAP multidim
                  WHERE multidim.PARTITIONKEY = tdm.PARTITIONKEY
                  AND multidim.TDATAMAPTYPE = 'EPM'
                  AND multidim.DATAKEY = tdm.TARGKEY
    2015-03-12 16:57:33,077 DEBUG [AIF]: Number of Rows inserted into TDATAMAP_T: 14
    2015-03-12 16:57:33,122 DEBUG [AIF]: CommMap.updateTDATASEG_T_TDATASEGW - START
    2015-03-12 16:57:33,123 DEBUG [AIF]:
            SELECT DIMNAME
            ,SRCKEY
            ,TARGKEY
            ,WHERECLAUSETYPE
            ,WHERECLAUSEVALUE
            ,CHANGESIGN
            ,SEQUENCE
            ,DATAKEY
            ,MAPPING_TYPE
            ,CASE WHEN (RULE_ID IS NOT NULL) THEN 'Y' ELSE 'N' END IS_RULE_MAP
            FROM (
              SELECT DISTINCT tdm.DIMNAME
              ,tdm.RULE_ID
              ,NULL SRCKEY
              ,NULL TARGKEY
              ,tdm.WHERECLAUSETYPE
              ,tdm.WHERECLAUSEVALUE
              ,NULL CHANGESIGN
              ,1 SEQUENCE
              ,COALESCE(tdm.SYSTEM_GENERATED_FLAG,'N') SYSTEM_GENERATED_FLAG     
              ,NULL DATAKEY
              ,CASE
                WHEN tdm.WHERECLAUSETYPE IS NULL THEN 1
                ELSE 3
              END MAPPING_TYPE
              FROM TDATAMAP_T tdm
              WHERE tdm.LOADID = 265
              AND tdm.PARTITIONKEY = 5
              AND tdm.TDATAMAPTYPE = 'EPM'
              AND (tdm.RULE_ID IS NULL OR tdm.RULE_ID = 10)
              AND tdm.WHERECLAUSETYPE IS NULL
              UNION ALL
              SELECT tdm.DIMNAME
              ,tdm.RULE_ID
              ,tdm.SRCKEY
              ,tdm.TARGKEY
              ,tdm.WHERECLAUSETYPE
              ,tdm.WHERECLAUSEVALUE
              ,tdm.CHANGESIGN
              ,CASE tpp.PARTSEQMAP
                WHEN 0 THEN CASE
                  WHEN (tdm.WHERECLAUSETYPE = 'BETWEEN') THEN 2
                  WHEN (tdm.WHERECLAUSETYPE = 'IN') THEN 3
                  WHEN (tdm.WHERECLAUSETYPE = 'MULTIDIM') THEN 4
                  WHEN (tdm.WHERECLAUSETYPE = 'LIKE') THEN 5
                  ELSE 0
                END     
                ELSE tdm.SEQUENCE
              END SEQUENCE
              ,COALESCE(tdm.SYSTEM_GENERATED_FLAG,'N') SYSTEM_GENERATED_FLAG
              ,tdm.DATAKEY
              ,CASE
                WHEN tdm.WHERECLAUSETYPE IS NULL THEN 1
                ELSE 3
              END MAPPING_TYPE
              FROM TDATAMAP_T tdm
              INNER JOIN TPOVPARTITION tpp
                ON tpp.PARTITIONKEY = tdm.PARTITIONKEY
              WHERE tdm.LOADID = 265
              AND tdm.PARTITIONKEY = 5
              AND tdm.TDATAMAPTYPE = 'EPM'
              AND (tdm.RULE_ID IS NULL OR tdm.RULE_ID = 10)
              AND tdm.WHERECLAUSETYPE IN ('BETWEEN','IN','MULTIDIM','LIKE')
            ) q
            ORDER BY DIMNAME
            ,SEQUENCE
            ,RULE_ID
            ,SYSTEM_GENERATED_FLAG
            ,SRCKEY
    2015-03-12 16:57:33,129 DEBUG [AIF]: CommMap.updateTDATASEG_T_TDATASEGW - END
    2015-03-12 16:57:33,138 DEBUG [AIF]: CommMap.loadTDATAMAPSEG_TDATASEG - START
    2015-03-12 16:57:33,139 DEBUG [AIF]: CommMap.loadTDATAMAPSEG_TDATASEG - END
    2015-03-12 16:57:33,217 DEBUG [AIF]: CommMap.validateData - START
    2015-03-12 16:57:33,218 DEBUG [AIF]: CommMap.validateData - END
    2015-03-12 16:57:33,311 DEBUG [AIF]: Comm.finalizeProcess - START
    2015-03-12 16:57:33,312 DEBUG [AIF]: CommWb.updateRuleStatus - START
    2015-03-12 16:57:33,313 DEBUG [AIF]:
        UPDATE AIF_WRITEBACK_RULES
        SET STATUS = CASE 'SUCCESS'
          WHEN 'SUCCESS' THEN
            CASE (
              SELECT COUNT(*)
              FROM AIF_PROCESS_DETAILS pd
              WHERE pd.PROCESS_ID = 265
              AND pd.STATUS IN ('FAILED','WARNING')
            WHEN 0 THEN 'SUCCESS'
            ELSE (
              SELECT MIN(pd.STATUS)
              FROM AIF_PROCESS_DETAILS pd
              WHERE pd.PROCESS_ID = 265
              AND pd.STATUS IN ('FAILED','WARNING')
            END
          ELSE 'SUCCESS'
        END
        WHERE RULE_ID = 10
    2015-03-12 16:57:33,317 DEBUG [AIF]: CommWb.updateRuleStatus - END
    2015-03-12 16:57:33,318 DEBUG [AIF]: Comm.updateProcess - START
    2015-03-12 16:57:33,322 DEBUG [AIF]: Comm.updateProcess - END
    2015-03-12 16:57:33,323 INFO  [AIF]: FDMEE Process End, Process ID: 265
    I have created the following write-back mappings:
    UD1,*,*,Z_Catch All Entity
    UD1,CO_*,*,"Remove prefix ""Co_"""
    UD2,*,*,Z_Catch All Account
    UD2,ACC_*,*,Remove ACC_
    UD3,*,*,Local Account Pass Through
    UD4,*,*,Z_Catch All MC
    UD4,CC_*,*,"Remove prefix ""CC_"""
    UD5,*,*,Z_Catch All Event Edition
    UD5,SY*,*,"Remove prefix ""SY"""
    UD6,*,*,Activity pass through
    UD7,*,*,Z_Catch All Product
    UD7,PRD_*_I,*,Remove prefix PRD
    UD8,*,*,ICP pass through
    UD9,*,*,Spare pass through
    Which is basically to strip off some prefixes, or just pass through the values.
    In the Import Format I have the following Write Back Mapping:
    Source Dimension     Source Segment
    Account                     Account
    Activity                      Activity
    Entity                        Entity
    SessionYear            Event Edition
                                     Intercompany
                                     Local Account
    ManagementCentre  Management Centre
    Product                    Product
                                     Spare
    For my Write Back Rule I select the Location: RXFin_EBS_PL, the Primary Ledger in EBS
    Period: Dec-14
    Category: Budget - The name of the scenario in Planning.
    Source:  RX_EBS
    Target: RXFIN
    Plan Type: Finance
    I have Source Filters to limit the amount of data it tries to pull in.
    Account: @Relative("Profit & Loss",0)
    Entity: "CO_0052"
    Activit:y @Relative("AllActivities",0)
    Period: @Relative("YearTotalPlan",0)
    Version: "FinalVersion"
    Year: "FY14"
    And for Budget: RX RF1 2014
    Budget Organization: RX Budget Org - Though I am not sure what this does.
    I execute Import from Source, and it process for several minutes, and then nothing is in the Workbench.
    There is data in Planning as far as I can see, and with no errors I am at a loss on what to investigate.
    Can anyone assist?
    Thanks,

    Do you have any luck if you simplify the source filter to try and be as specific as possible and only bring in as few rows as possible from a known good intersection as a sanity check?
    Regards
    Craig

  • Compile error "illegal start of expression"

    ok. so i have to make methods for a scrabble calculator applet, and just can't seem to get it right. this is my code:
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class scrabbleScore extends JApplet
        implements ActionListener
         * Make a text box
        private JPanel display;
        private JTextField word;
        private JLabel number;
        private JLabel d;
        String s = "Type word here, then hit Enter";
        String e = "|";
        String f, c = " ";
        int scr = 0;
        String str[] = {"A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z"};
        int score[] = {1, 3, 3, 2, 1, 4, 2, 4, 1, 8, 5, 1, 3, 1, 3, 3, 10, 1, 1, 1, 1, 4, 4, 8, 4, 10};
        public void init(){
            //Make text box
            word = new JTextField (
                        "Type word here, then hit Enter", 20);
            word.setBackground(Color.white);
            word.setEditable(true);
            word.addActionListener(this);
            word.selectAll();
            word.requestFocus();
            //Draw the # box
            number = new JLabel("# Appears here");
            d = new JLabel("Letter values appear here");
            //Draw the pane
            Container c = getContentPane();
            c.setLayout(new FlowLayout());
            c.add(word);
            c.add(d);
            c.add(number);
        public void actionPerformed(ActionEvent e){
             * check if word has text
            JTextField word = (JTextField)e.getSource();
            String w = word.getText();
            w = w.toUpperCase();
            w = w.trim();
            if (validateData(w) == true) {
                JOptionPane.showMessageDialog(this,
                    "You have not entered a valid word", "Error", JOptionPane.ERROR_MESSAGE);
            else {
                d.setText(wordValue(w));
                number.setText("|| Value = " + computeScore(w) + " ||");
            Boolean validateData(String w){
                while (w.compareToIgnoreCase(s) != 0) {
                    return false;
                return true;
        //Method computeScore(String word)
        String computeScore(String w){
             *Put word in an array
            String wrd[] = new String[w.length()];
            for (int i = 0; i < w.length(); i++) {
                wrd[i] = w.charAt(i) + "";
            for (int i = 0; i < wrd.length; i++) {
                String y = wrd;
    int k = y.getValue();
    scr += score[k];
    public int getValue(String y) {
    int num = 0;
    String z = str[num];
    while (y.compareTo(z) != 0) {
    num++;
    z = str[num];
    return num;
    //Return v to set text
    String v = scr + "";
    scr = 0;
    return v;
    String wordValue(String w){
    char wrd[] = new char[w.length()];
    for (int i = 0; i < w.length(); i++) {
    wrd[i] = w.charAt(i);
    for (int i = 0; i < wrd.length; i++) {
    int value = Character.getNumericValue(wrd[i]);
    value -= 10;
    String a = " " + wrd[i] + " ";
    c = "|" + a + "= " + score[value] + "|";
    e = e + c;
    f = e + "| ==>";
    c = "";
    e = "|";
    return f;
    }and i get an "illegal start or expression" compile error at the line public int getValue(String y). Does anyone know how i could fix this?                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Just so you guys can see it if you want to, here's my finished code:
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class scrabbleScore extends JApplet
        implements ActionListener
         * Make a text box
        private JPanel display;
        private JTextField word;
        private JLabel number;
        private JLabel d;
        String s = "Type word here, then hit Enter";
        String e = "|";
        String f, c = " ";
        int scr = 0;
        String str[] = {"A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z"};
        int score[] = {1, 3, 3, 2, 1, 4, 2, 4, 1, 8, 5, 1, 3, 1, 3, 3, 10, 1, 1, 1, 1, 4, 4, 8, 4, 10};
        public void init(){
            //Make text box
            word = new JTextField (
                        "Type word here, then hit Enter", 20);
            word.setBackground(Color.white);
            word.setEditable(true);
            word.addActionListener(this);
            word.selectAll();
            word.requestFocus();
            //Draw the # box
            number = new JLabel("# Appears here");
            d = new JLabel("Letter values appear here");
            //Draw the pane
            Container c = getContentPane();
            c.setLayout(new FlowLayout());
            c.add(word);
            c.add(d);
            c.add(number);
        public void actionPerformed(ActionEvent e){
             * check if word has text
            JTextField word = (JTextField)e.getSource();
            String w = word.getText();
            w = w.toUpperCase();
            w = w.trim();
            if (validateData(w) == true) {
                JOptionPane.showMessageDialog(this,
                    "You have not entered a valid word", "Error", JOptionPane.ERROR_MESSAGE);
            else {
                String[] wrd = makeArray(w);
                d.setText(wordValue(w, wrd));
                number.setText("|| Value = " + computeScore(w, wrd) + " ||");
                resetValues();
            Boolean validateData(String w){
                while (w.compareToIgnoreCase(s) != 0) {
                    return false;
                return true;
        //Method getValue
        int getValue(String y) {
            int num = 0;
            String z = str[num];
            while (y.compareTo(z) != 0) {
                num++;
                z = str[num];
            return num;
        //Method makeArray
        String[] makeArray(String w) {
            String wrd[] = new String[w.length()];
            for (int i = 0; i < w.length(); i++) {
                wrd[i] = w.charAt(i) + "";
               return wrd;
        //method makeLetterValues
        String makeLetterValues(String[] wrd, int i, int value) {
            String a = " " + wrd[i] + " ";
            c = "|" + a + "= " + score[value] + "|";
            e = e + c;
            return e;
        //method resetValues
        void resetValues() {
            c = "";
            e = "|";
            scr = 0;
        //Method computeScore(String word)
        String computeScore(String w, String[] wrd){
            //get score
            for (int i = 0; i < wrd.length; i++) {
                String y = wrd;
    int k = getValue(y);
    scr += score[k];
    //Return v to set text
    String v = scr + "";
    return v;
    //method wordValue
    String wordValue(String w, String[] wrd){
    //make letter value string
    for (int i = 0; i < wrd.length; i++) {
    int value = getValue(wrd[i]);
    String e = makeLetterValues(wrd, i, value);
    f = e + "| ==>";
    return f;

  • Error compiling Java file

    Hi, I have a Java file which is a basic diary function, but I cannot get it to compile as it seems to have a problem with the date class (cannot resolve symbol error). I am new to java and any tips/suggestions would be helpful.
    Here is the code:
    import java.io.*;
    import java.util.*;
    import java.lang.String;
    import java.util.Date;
    class organiser
         static BufferedReader in = new BufferedReader(new InputStreamReader (System.in));
         public static void main (String [] args) throws IOException
          Date now = new Date();
          String message = now.toString();
          message += "  ";
          message += "Hello, please select an option";
          System.out.println(message);
              Calendar rightNow = Calendar.getInstance();
              Date now = new date(rightNow.get(Calendar.DAY_OF_MONTH),rightNow.get(Calendar.MONTH)+1,rightNow.get(Calendar.YEAR));
              boolean kill=false;
              Vector nums = new Vector();
              nums.addElement("zz");
              Welcome(NOW);
              while(!kill)
                   MainMenu();
                   int n = Options();
                   switch (n)
                        case 1:{AddAnEvent();break;}
                        case 2:{SeeTodayEvents();break;}
                        case 3:{SeeTodayReminders();break;}
                        case 4:{SeeParticularDay();break;}
                        case 5:{SeeRange();break;}
                        case 6:{SeeAll();}
                        case 7:{Update();}
                        case 8:{kill=true;}
         static int Options() throws IOException
              boolean finished=false;
              while (!finished)
                   String s =in.readLine();
                   try
                        int x=Integer.parseInt(s);
                        if(x>0 && x<9)return x;
                        else System.out.println("You must choose an option");
                   catch(Exception e)
                   System.out.println("You must choose an option");
         return 8;
    static void MainMenu()
         System.out.print("Choose an option to continue:");
         System.out.println("---");
         System.out.println("Enter 1 to add an event");
         System.out.println("Enter 2 to see all todays events");
         System.out.println("Enter 3 to see all todays reminders");
         System.out.println("Enter 4 to see all events on a particular day");
         System.out.println("Enter 5 to see all events on a particular time interval");
         System.out.println("Enter 6 to see all events");
         System.out.println("Enter 7 to update the diary file");
         System.out.println("Enter 8 to exit the organiser program");
    static void Welcome(date NOW)
    static void AddAnEvent() throws IOException
         System.out.println("Enter date for new event in format 01/01/2001");
         date b = requestDate();
         System.out.println("How many days before the event wopuld you like to be reminded?");
         int k = requestReminderDate();
         System.out.println("Enter description of event");
         String s=in.readLine();
         event mo = new event(b,k,s);
         System.out.println("Entry successfully added");
    static date requestDate() throws IOException
         date ed=new date(01,01,2001);
         boolean never=true;
         while(never)
              try{
                   String s =in.readLine();
                   String day = "";
                   String month = "";
                   String year = "";
                   day = day+s.charAt(0);
                   day = day+s.charAt(1);
                   month = month+s.charAt(2);
                   month = month+s.charAt(3);
                   year = year+s.charAt(4);
                   year = year+s.charAt(5);
                   year = year+s.charAt(6);
                   year = year+s.charAt(7);
                   if(ed.validateDate(Integer.parseInt(day),Integer.parseInt(month),Integer.parseInt(year)))
                        ed = new date(Integer.parseInt(day),Integer.parseInt(month),Integer.parseInt(year));
                        return ed;
              else System.out.println("You have entered an invalid date");
         catch(Exception e)
              System.out.println("You have entered the date in an unrecognised format");
    return ed;
    static int requestReminderDate()throws IOException
         boolean never=true;
         while (never)
              String s =in.readLine();
              try
                   int x=integer.parseInt(s);
                   return x;
              catch(Exception e)
                   System.out.println("You have entered the date in an unrecognised FORMAT");
         return 0;
         System.exit(1);
    }

    hi,
    static int Options() throws IOException
    static void MainMenu()
    static void Welcome(date NOW)
    static void AddAnEvent() throws IOException
    static date requestDate() throws IOException
    static int requestReminderDate()throws IOException
    i think u made all these methods as staic because u got compiling error "the method ------- from the type organiser is not static" .
    u are meant to write the code something like this,
    Class Organiser{
    Public Organiser(){
    call();
    private void call(){
      Date now = new Date();
          String message = now.toString();
          message += "  ";
          message += "Hello, please select an option";
          System.out.println(message);
              Calendar rightNow = Calendar.getInstance();
              Date now = new date(rightNow.get(Calendar.DAY_OF_MONTH),rightNow.get(Calendar.MONTH)+1,rightNow.get(Calendar.YEAR));
              boolean kill=false;
              Vector nums = new Vector();
              nums.addElement("zz");
              Welcome(NOW);
              while(!kill)
                   MainMenu();
                   int n = Options();
                   switch (n)
                        case 1:{AddAnEvent();break;}
                        case 2:{SeeTodayEvents();break;}
                        case 3:{SeeTodayReminders();break;}
                        case 4:{SeeParticularDay();break;}
                        case 5:{SeeRange();break;}
                        case 6:{SeeAll();}
                        case 7:{Update();}
                        case 8:{kill=true;}
    public int Options() throws IOException{
        public  void MainMenu(){
        public  void Welcome(date NOW){
        public  void AddAnEvent() throws IOException{
         public date requestDate() throws IOException{
        public  int requestReminderDate()throws IOException{
    public static void main (String [] args) throws IOException
    Organiser organiser=new Organiser();
    }and follow coventions as said in previous replies
    with regards
    satya

  • ValidateData.js not working in 11.1.2

    Hi,
    After a new installation of Planning 11.1.2 I have transferred the ValidateData.js file from the old 11.1.1.3 environment. It seems that in 11.1.2 the script is not working like before anymore. I am getting an error for script below:
    The error is: currentDataGrid.fullPrecision is undefined
    Are there any changes in 11.1.2 for using javascript which are causing this issue?
    Kind regards,
    Erik van der Plas
    function validateCell() {
         var validated = true;
         currentDataGrid = dataGridArray[0];
         for (r=currentDataGrid.startRow; r<currentDataGrid.numberGridRows; r++) {
    if ((currentDataGrid.fullPrecision[r][1] != missing) ||(currentDataGrid.fullPrecision[r][2] != missing)) {
         if ((currentDataGrid.fullPrecision[r][1] == missing) ||(currentDataGrid.fullPrecision[r][2] == missing)) {
                   validated = false;
         if (!validated) {
              alert("All fields should be filled");
              return(validated);
    }

    After some trial and error I discovered a different way which is working in 11.1.2.
    Replace the currentDataGrid.fullPrecision[r][c] with currentDataGrid.grid[r][c].cellValue
    Kind regards,
    Erik van der Plas

  • Error on page when opening Web data forms

    Hi!
    Whichever web form I open in my application, I get the message "Error on page" in the bottom left and I cannot see the business rules attached to the form. This issue appeared just a few minutes ago and it was ok earlier. I will be very grateful for any advice!

    Hello, John! Yes the services were restarted and it did not work on the other client machines. However I have managed to resolve the issue.
    What I found interesting is that the error message on another client machine using IE 8 gave more details on the error than the machines using IE 7. So the error message on the machine with IE8 contained a word combination "Validate Data" in its text. So I went to the planning server and substituted ValidateData.js that had some of our custom code with an empty default ValidateData.js and the issue got resolved.
    However I cannot state that the issue is resolved well because we still would like to have ValidateData.js with our code on the server! :(

  • Error Handling in Business Rule

    Hi,
    In my Business rule, I want to handle the error with respect to the Run Time Prompt value entered by USer at the time executing the Rule.
    How can i display and customize that message.
    Ex: IF( <cond> is True)
    execute the logic
    ELSE
    display an error message in the run time prompt pop-up
    ENDIF
    In my current logic i implemented , it is executing the logic if the Condition is true but if condition is not ture then it is closing the running pop-up and displaying a message in the web form "<Rule Name> was successful"
    Any thoughts how to handle this!!!!
    Regards,
    KP

    Hi,
    Unfortunately you cannot raise custom error messages from business rules to Planning web client. I suggest you check what you can do with validatedata.js. It provides you with custoomization facility which you can utilize for raising custom messages based on the values on the form.
    Cheers,
    Alp

  • Windows 2008 r2 windows installer issue error 1719 when install Backup exec 12.5

    Hi all
    After a epic weekend of rebuilding our exchange server I have tried to reinstall Backup exec 12.5 64bit, this was installed with no issues during the last build, however at the end of this build I went to reinstall Backup Exec 12.5 and it is failing with
    error 1719 Windows installer issue.
    I have looked on many sites and tried many things non of them have worked, has anyone managed to resolve this issue.
    Dave
    DJH

    Hi Lenora
    See below
    Symantec Backup Exec (TM) 12.5 for Windows Servers Installation Log
    03-19-2013,17:33:38 : D:\Software\Backupexec 12.5 64bit\WINNT\INSTALL\BE\setup.exe
    03-19-2013,17:33:38 : CSetupApp::GetInstalledGUID
    03-19-2013,17:33:38 : CSetupApp::LoadSetupXML
    03-19-2013,17:33:38 : CSetupApp::ScanXML
    03-19-2013,17:33:38 : D:\Software\Backupexec 12.5 64bit\WINNT\INSTALL\BE\Bin\Setup.xml
    03-19-2013,17:33:38 : MSI File Name = WindowsInstaller-KB893803-v2-x86.exe
    03-19-2013,17:33:38 : MSI Version = 3.1
    03-19-2013,17:33:38 : MSI Package Name = Symantec Backup Exec for Windows Servers.msi
    03-19-2013,17:33:38 : System Central Processor = 64
    03-19-2013,17:33:38 : Product Type = SETUP_BEX64
    03-19-2013,17:33:38 : Product Name = Symantec Backup Exec for Windows Servers
    03-19-2013,17:33:38 : Current Installing GUID ={BE61998B-E5BD-4E41-B2D7-96551E6FECE0}
    03-19-2013,17:33:38 : Product Version = 12.5
    03-19-2013,17:33:38 : CSetupSupport::IsValidMSIPackage
    03-19-2013,17:33:38 : D:\Software\Backupexec 12.5 64bit\WINNT\INSTALL\BE\Symantec Backup Exec for Windows Servers.msi
    03-19-2013,17:33:38 : {BE61998B-E5BD-4E41-B2D7-96551E6FECE0}
    03-19-2013,17:33:38 : {BE61998B-E5BD-4E41-B2D7-96551E6FECE0}
    03-19-2013,17:33:38 : Equal PID
    03-19-2013,17:33:38 : Product version: 12.5.2213
    03-19-2013,17:33:38 : StartBESequence
    03-19-2013,17:33:38 : Executing BE_PreCheckInstall
    03-19-2013,17:33:38 : MDAC 6.1.7601.17514 is installed on this system.
    03-19-2013,17:33:38 : MDAC 6.1.7601.17514 is installed on this system.
    03-19-2013,17:33:38 : Executing BE_SetSQLxLangVersion.  Setting language version of SQL Express BKUPEXEC instance.
    03-19-2013,17:33:38 : BKUPEXEC SQLx setup file is SQLEXPR.EXE.
    03-19-2013,17:33:38 : MDAC 6.1.7601.17514 is installed on this system.
    03-19-2013,17:33:38 : Executing StartBESequence
    03-19-2013,17:33:38 : Pulling user data from the MSI
    03-19-2013,17:33:38 : Upgrade state set to 0
    03-19-2013,17:33:38 : Executing SSO::PullDataMSI()
    03-19-2013,17:33:38 : Executing CDlgCAS::PullDataMSI()
    03-19-2013,17:33:38 : MSI processing complete
    03-19-2013,17:33:38 : Pulling user data from the command line
    03-19-2013,17:33:38 : COMMAND LINE: Checking UIMODE value
    03-19-2013,17:33:38 : COMMAND LINE: Checking for program group placement value
    03-19-2013,17:33:38 : COMMAND LINE: Checking for main feature selection
    03-19-2013,17:33:38 : COMMAND LINE: Checking for serialization values
    03-19-2013,17:33:38 : CDlgChooseCustom::PullDataSilent
    03-19-2013,17:33:38 : After check for parameter file exists.
    03-19-2013,17:33:38 : CDlgLocalChooseCustom::Pass
    03-19-2013,17:33:38 : After Check for INSTALL_CHOICE.
    03-19-2013,17:33:38 : After Check for INSTALL_TYPE.
    03-19-2013,17:33:38 : After Check for INSTALL_MODE.
    03-19-2013,17:33:38 : CDlgLocalChooseCustom Pass Function end.
    03-19-2013,17:33:38 : Agent for Microsoft Exchange Server was added for evaluation
    03-19-2013,17:33:38 : Agent for Microsoft SQL Server was added for evaluation
    03-19-2013,17:33:38 : Ignoring the TSM switch.
    03-19-2013,17:33:38 : COMMAND LINE: Checking for service account values
    03-19-2013,17:33:38 : Not in Maintenance mode
    03-19-2013,17:33:38 : Getting the Silent Params.
    03-19-2013,17:33:38 : COMMAND LINE: checking for SSO values
    03-19-2013,17:33:38 : COMMAND LINE: checking for DlgChooseDBServer values
    03-19-2013,17:33:38 : COMMAND LINE: Checking for tape drivers values
    03-19-2013,17:33:38 : COMMAND LINE: Checking for TSM values
    03-19-2013,17:33:38 : COMMAND LINE: checking for CASO values
    03-19-2013,17:33:38 : COMMAND LINE: Checking for clone values
    03-19-2013,17:33:38 : COMMAND LINE: Checking progress settings
    03-19-2013,17:33:38 : COMMAND LINE: Checking for NOINSTALL value
    03-19-2013,17:33:38 : Setup Command Line = "D:\Software\Backupexec 12.5 64bit\WINNT\INSTALL\BE\setup.exe"
    03-19-2013,17:33:38 : List of switches set follows:
    03-19-2013,17:33:38 : /DEST: = C:\Program Files\Symantec1\Backup Exec\
    03-19-2013,17:33:38 : /SNO: = 0930292112010690
    03-19-2013,17:33:38 : /USER: = backup
    03-19-2013,17:33:38 : /DOM: = ACCENTPRESS
    03-19-2013,17:33:38 : /PASS: = ********
    03-19-2013,17:33:38 : /TS:
    03-19-2013,17:33:38 : /TD: = ALL
    03-19-2013,17:33:38 : /DOCS:
    03-19-2013,17:33:38 : /LOADER:
    03-19-2013,17:33:38 : /AOFO:
    03-19-2013,17:33:38 : /EXCH:
    03-19-2013,17:33:38 : /SQL:
    03-19-2013,17:33:38 : /NTA:
    03-19-2013,17:33:38 : /RAULUS:
    03-19-2013,17:33:38 : /DBSERVER:
    03-19-2013,17:33:38 : /DBINSTPATH: = C:\Program Files\Microsoft SQL Server\BE\
    03-19-2013,17:33:38 : /BACKUPDATA: = 0
    03-19-2013,17:33:38 : /MAC:
    03-19-2013,17:33:38 : Command line processing complete
    03-19-2013,17:33:38 : Install set to run in UI mode
    03-19-2013,17:33:38 : CDlgPushWelcome::Pass
    03-19-2013,17:33:40 : CinstOpenDlg::ValidateData
    03-19-2013,17:33:43 : Validating license data
    03-19-2013,17:33:44 : CDlgChooseInstall::ValidateData
    03-19-2013,17:33:44 : CDlgValidationSummary::LaunchValidationTest
    03-19-2013,17:33:44 : m_bUseNativeClient = 1
    03-19-2013,17:33:44 : Executing SQL_GetSQLServerEdition.
    03-19-2013,17:33:44 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes
    03-19-2013,17:33:44 : Connected to SQL Server.
    03-19-2013,17:33:44 : m_bUseNativeClient = 1
    03-19-2013,17:34:05 : CDlgValidationSummary::ValidateData
    03-19-2013,17:34:05 : BEOperations::BE_GetInstalledProdCodeVersion
    03-19-2013,17:34:05 : MDAC 6.1.7601.17514 is installed on this system.
    03-19-2013,17:34:05 : CDlgSerialNumber Pass Function.
    03-19-2013,17:34:05 : After Check for Remote_Install.
    03-19-2013,17:34:05 : After Check for RA_INSTALL.
    03-19-2013,17:34:07 : Validating serialization data
    03-19-2013,17:34:07 : CDlgLocalChooseCustom::Pass
    03-19-2013,17:34:07 : After Check for INSTALL_CHOICE.
    03-19-2013,17:34:07 : After Check for INSTALL_TYPE.
    03-19-2013,17:34:07 : After Check for INSTALL_MODE.
    03-19-2013,17:34:07 : CDlgLocalChooseCustom Pass Function end.
    03-19-2013,17:34:07 : On Init of CDlgChooseCustom
    03-19-2013,17:34:07 : Leaving Init of CDlgChooseCustom
    03-19-2013,17:34:07 : CDlgLocalChooseCustom::OnInitDialog
    03-19-2013,17:34:07 : On Init of CDlgLocalChooseCustom
    03-19-2013,17:34:07 : Leaving Init of CDlgLocalChooseCustom
    03-19-2013,17:34:12 : Validating Local Options Data
    03-19-2013,17:34:13 : Validating service account data
    03-19-2013,17:34:13 : CDlgSSO Pass Function.
    03-19-2013,17:34:13 : After Check for INSTALL_MODE.
    03-19-2013,17:34:13 : DlgChooseDBServer Pass Function.
    03-19-2013,17:34:20 : m_bUseNativeClient = 1
    03-19-2013,17:34:20 : Validating DlgChooseDBServer data
    03-19-2013,17:34:20 : Drive C:     Required: 1102 MB     Available: 37138 MB
    03-19-2013,17:34:20 : CDlgChooseTapeDrivers Pass Function.
    03-19-2013,17:34:20 : After Check for INSTALL_MODE.
    03-19-2013,17:34:20 : After Check for INSTALL_CHOICE.
    03-19-2013,17:34:20 : After Check for INSTALL_TYPE.
    03-19-2013,17:34:20 : CDlgSerialNumber Pass Function.
    03-19-2013,17:34:20 : CDlgCAS Pass Function.
    03-19-2013,17:34:20 : After Check for INSTALL_MODE.
    03-19-2013,17:34:20 : CDlgClone Pass Function.
    03-19-2013,17:34:20 : CDlgClone not passed.
    03-19-2013,17:34:20 : CDlgRemoteChooseCustom Pass Function.
    03-19-2013,17:34:20 : After Check for INSTALL_CHOICE.
    03-19-2013,17:34:20 : Install Summary XML File:
    03-19-2013,17:34:20 : C:\Users\ADMINI~1\AppData\Local\Temp\1\BE61998B-E5BD-4E41-B2D7-96551E6FECE0\InstallReview.xml
    03-19-2013,17:34:20 : Install Summary XSL File:
    03-19-2013,17:34:20 : D:\Software\Backupexec 12.5 64bit\WINNT\INSTALL\BE\Bin\InstallSummary.xsl
    03-19-2013,17:34:20 : Install Summary HTML File:
    03-19-2013,17:34:20 : C:\Users\ADMINI~1\AppData\Local\Temp\1\BE61998B-E5BD-4E41-B2D7-96551E6FECE0\InstallReview.htm
    03-19-2013,17:34:20 : Not Quickstart Edition
    03-19-2013,17:34:20 : Entering GetSQLAndCASOInformation
    03-19-2013,17:34:20 : Leaving GetSQLAndCASOInformation
    03-19-2013,17:34:20 : MDAC 6.1.7601.17514 is installed on this system.
    03-19-2013,17:34:20 : m_bUseNativeClient = 1
    03-19-2013,17:34:20 : *************** About Backing Up Exchange 2007 Servers *************** To back up Microsoft Exchange Server 2007, you must install the Exchange Management Tools for Microsoft Exchange Server 2007 on this
    computer.  The Management Tools can be installed during a custom install of Microsoft Exchange Server 2007.  To support individual mailbox message and folder restores from Information Store backups, you must also download and install the Microsoft
    Exchange Server MAPI Client and Collaboration Data Objects package version 06.05.7888 or later on the Exchange 2007 server.  This package can be found on the Microsoft Web site.
    03-19-2013,17:34:21 : MDAC 6.1.7601.17514 is installed on this system.
    03-19-2013,17:34:27 : Executing InstallLiveUpdate.
    03-19-2013,17:34:40 : Installing .Net Framework 2.0 SP1.
    03-19-2013,17:34:40 : Checking for .Net Framework 2.0 SP1.
    03-19-2013,17:34:40 : Vista or Longhorn server.  Not installing .NET Frameworks.
    03-19-2013,17:34:40 : .NET Framework was detected.  Skipping install.
    03-19-2013,17:34:41 : Installing Microsoft Report Viewer Redistributable 2005
    03-19-2013,17:34:41 : m_bUseNativeClient = 1
    03-19-2013,17:34:41 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes;DATABASE=master
    03-19-2013,17:34:41 : SQL Server version 9
    03-19-2013,17:34:41 : SQL version returned:  9
    03-19-2013,17:34:41 : Executing SQL_GetServicePack.
    03-19-2013,17:34:41 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes
    03-19-2013,17:34:41 : Connected to SQL Server.
    03-19-2013,17:34:41 : ACCENTPRESSDC\BKUPEXEC is a SQL Server Product Level: 'SP4'
    03-19-2013,17:34:41 : Executing SQL_GetSQLServerEdition.
    03-19-2013,17:34:41 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes
    03-19-2013,17:34:41 : Connected to SQL Server.
    03-19-2013,17:34:41 : ACCENTPRESSDC\BKUPEXEC is a SQL Server Express Edition
    03-19-2013,17:34:41 : "D:\Software\Backupexec 12.5 64bit\WINNT\INSTALL\SQLExpress\SQLEXPR.exe" /wait /qn /norestart /lv "C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Summary.txt" INSTANCENAME=BKUPEXEC SQLACCOUNT="NT AUTHORITY\SYSTEM" SQLPASSWORD=""
    UPGRADE=SQL_Engine,SQL_Data_Files,SQL_Replication,Client_Components,Connectivity SAPWD=**** DISABLENETWORKPROTOCOLS=0
    03-19-2013,17:34:45 : V-225-53:  ERROR: Failed to install SQL Express BKUPEXEC instance with error 1601.  ***To search for information about this error, click
    here
    03-19-2013,17:34:45 : Please review C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Summary.txt for more details.
    03-19-2013,17:34:45 : Failed to install third party products.
    03-19-2013,17:37:25 : Validating install complete
    03-19-2013,17:37:25 : Success unloading BEINSTDLGS.DLL.
    03-19-2013,17:37:25 : CLEANUP: Install has removed the following files from: C:\Users\ADMINI~1\AppData\Local\Temp\1\{BE61998B-E5BD-4E41-B2D7-96551E6FECE0}
    03-19-2013,17:37:25 : Removed files:
    03-19-2013,17:37:25 : ERROR:  Installation failed with error 1603.
    Symantec Backup Exec (TM) 13 Installation Log
    03-19-2013,17:41:16 : Windows Operating System Version: 6.1
    03-19-2013,17:41:16 : GetProductInfo returned success.  Checking for CORE OS values.
    03-19-2013,17:41:18 : Executing managed _Setup:
    03-19-2013,17:41:18 : D:\Software\Symantec Backup Exec 2010 32-64bit\BE\WINNT\INSTALL\BEx64\Install\_Setup.exe
    03-19-2013,17:41:18 : Loading XML from:
    03-19-2013,17:41:18 : D:\Software\Symantec Backup Exec 2010 32-64bit\BE\WINNT\INSTALL\BEx64\Install\IFProducts.xml
    03-19-2013,17:41:18 : RawsDlgSequence::CheckInstMode
    03-19-2013,17:41:18 : BEOperations::BE_GetInstalledProdCodeVersion()
    03-19-2013,17:41:19 : Launching UI Install
    03-19-2013,17:41:19 : MDAC 6.1.7601.17514 is installed on this system.
    03-19-2013,17:41:19 : m_bUseNativeClient = 1
    03-19-2013,17:41:19 : MDAC 6.1.7601.17514 is installed on this system.
    03-19-2013,17:41:20 : BeSeqDlgs::DlgBERemoteConfig
    03-19-2013,17:41:20 : CopySupportFiles
    03-19-2013,17:41:20 : Saved support files to C:\ProgramData\Symantec\Backup Exec\Logs\InstallSummary
    03-19-2013,17:41:20 : AgentSeqDlgs::Misc_BE_CommonOps
    03-19-2013,17:41:20 : Executing BE_SetSQLxLangVersion.  Setting language version of SQL Express BKUPEXEC instance.
    03-19-2013,17:41:20 : BKUPEXEC SQLx setup file is SQLEXPR.EXE.
    03-19-2013,17:41:28 : Typical install value is set to : True
    03-19-2013,17:41:29 : m_bUseNativeClient = 1
    03-19-2013,17:41:29 : Executing SQL_GetServicePack.
    03-19-2013,17:41:29 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes
    03-19-2013,17:41:29 : Connected to SQL Server.
    03-19-2013,17:41:29 : ACCENTPRESSDC\BKUPEXEC is a SQL Server Product Level: 'SP4'
    03-19-2013,17:41:29 : Executing SQL_GetSQLServerEdition.
    03-19-2013,17:41:29 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes
    03-19-2013,17:41:29 : Connected to SQL Server.
    03-19-2013,17:41:29 : Executing SQL_GetServicePack.
    03-19-2013,17:41:29 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes
    03-19-2013,17:41:29 : Connected to SQL Server.
    03-19-2013,17:41:29 : ACCENTPRESSDC\BKUPEXEC is a SQL Server Product Level: 'SP4'
    03-19-2013,17:41:29 : m_bUseNativeClient = 1
    03-19-2013,17:41:51 : m_bUseNativeClient = 1
    03-19-2013,17:41:51 : AgentSeqDlgs::Misc_BE_CommonOps
    03-19-2013,17:43:04 : Currently executing as ACCENTPRESS\administrator
    03-19-2013,17:43:04 : Install is not executing as the service account.
    03-19-2013,17:43:04 : Successfully Logged on as service account.
    03-19-2013,17:43:04 : Successfully impersonated service account.
    03-19-2013,17:43:04 : EUserName value successfully written to the registry.
    03-19-2013,17:43:04 : EPassword value successfully written to the registry.
    03-19-2013,17:43:04 : EDomain value successfully written to the registry.
    03-19-2013,17:43:09 : There were no remote computers selected for install
    03-19-2013,17:43:09 : m_bUseNativeClient = 1
    03-19-2013,17:43:09 : To back up Microsoft Exchange Server 2007, you must install the Exchange Management Tools for Microsoft Exchange Server 2007 on this computer.  The Management Tools can be installed during a custom
    install of Microsoft Exchange Server 2007.  To support individual mailbox message and folder restores from Information Store backups, you must also download and install the Microsoft Exchange Server MAPI Client and Collaboration Data Objects package version
    06.05.7888 or later on the Exchange 2007 server.  This package can be found on the Microsoft Web site.
    03-19-2013,17:43:10 : Terminal Services enabled.
    03-19-2013,17:43:10 : Terminal Services server has been set to Install mode.
    03-19-2013,17:43:11 : Checking for .Net Framework 3.5 SP1.
    03-19-2013,17:43:11 : Executing InstallLiveUpdate.
    03-19-2013,17:44:35 : The return value for Symantec LiveUpdate returned error code: 0
    03-19-2013,17:44:35 : Installing Microsoft Report Viewer Redistributable 2005
    03-19-2013,17:44:35 : The return value for Microsoft Report Viewer Redistributable 2005 returned error code: 0
    03-19-2013,17:44:35 : ==================Installing MS VC 8.0 SP1 runtimes.==================
    03-19-2013,17:44:35 : Support directory: C:\Users\ADMINI~1\AppData\Local\Temp\1\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\
    03-19-2013,17:44:35 : Extracting runtime installer package vcredist_x64.exe to BE support folder.
    03-19-2013,17:44:35 : D:\Software\Symantec Backup Exec 2010 32-64bit\BE\WINNT\INSTALL\VCRedist\vcredist_x64.exe /q:a /C /T:"C:\Users\ADMINI~1\AppData\Local\Temp\1\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\VCRedist"
    03-19-2013,17:44:35 : Extracting runtime installer package VCREDI~2.EXE to BE support folder.
    03-19-2013,17:44:35 : "C:\Users\ADMINI~1\AppData\Local\Temp\1\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\VCRedist\VCREDI~2.EXE" /q:a /C /T:"C:\Users\ADMINI~1\AppData\Local\Temp\1\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\VCRedist"
    03-19-2013,17:44:36 : Starting Install
    03-19-2013,17:44:36 : Using Command Line: REBOOT=ReallySuppress
    03-19-2013,17:44:36 : Support directory: C:\Users\ADMINI~1\AppData\Local\Temp\1\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\
    03-19-2013,17:44:36 : Launching MSI: C:\Users\ADMINI~1\AppData\Local\Temp\1\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\VCRedist\vcredist.msi
    03-19-2013,17:44:36 : Discovered Total Actions: 115
    03-19-2013,17:44:36 : The return code from the MSI is: 1601
    03-19-2013,17:44:36 : Cleaning up the symc status key
    03-19-2013,17:44:36 : The return value for Microsoft Visual C++ 2005 SP1 Redistributable returned error code: 1601
    03-19-2013,17:44:36 : Clean up Symantec installer keys.
    03-19-2013,17:44:37 : Terminal Services enabled.
    03-19-2013,17:44:37 : Terminal Services server has been set to Execute mode.
    03-19-2013,17:44:57 : Skipping push of remote servers and agents due to failed local install.
    03-19-2013,17:44:57 : BeSeqDlgs::DlgInstallComplete
    03-19-2013,17:44:57 : AgentSeqDlgs::Misc_BE_CommonOps
    03-19-2013,17:44:57 : Skipping push of remote servers and agents due to failed local install.
    Symantec Backup Exec (TM) 13 Installation Log
    03-19-2013,17:45:25 : AgentSeqDlgs::Misc_BE_CommonOps
    03-19-2013,17:45:28 : Gathering Telemetry items
    03-19-2013,17:45:28 : Failed to start the management service
    03-19-2013,17:45:28 : Service BackupExecManagementService was not found on computer '.'.
    03-19-2013,17:45:28 : Sending Telemetry to Symantec
    03-19-2013,17:45:28 : Transmit Telemetry initialized.
    03-19-2013,17:45:28 : TelemetryRegistryHelpers initialized.
    03-19-2013,17:45:29 : TransmitTelemetry.TransmitMessage URL=http://statsbe.hro.rnd.veritas.com/betelemetry/stats.php, Caught WebException The remote name could not be resolved: 'statsbe.hro.rnd.veritas.com'
    03-19-2013,17:56:31 : Windows Operating System Version: 6.1
    03-19-2013,17:56:31 : GetProductInfo returned success.  Checking for CORE OS values.
    03-19-2013,17:56:33 : Executing managed _Setup:
    03-19-2013,17:56:33 : D:\Software\Symantec Backup Exec 2010 32-64bit\BE\WINNT\INSTALL\BEx64\Install\_Setup.exe
    03-19-2013,17:56:33 : Loading XML from:
    03-19-2013,17:56:33 : D:\Software\Symantec Backup Exec 2010 32-64bit\BE\WINNT\INSTALL\BEx64\Install\IFProducts.xml
    03-19-2013,17:56:33 : RawsDlgSequence::CheckInstMode
    03-19-2013,17:56:33 : BEOperations::BE_GetInstalledProdCodeVersion()
    03-19-2013,17:56:34 : Launching UI Install
    03-19-2013,17:56:35 : MDAC 6.1.7601.17514 is installed on this system.
    03-19-2013,17:56:35 : m_bUseNativeClient = 1
    03-19-2013,17:56:35 : MDAC 6.1.7601.17514 is installed on this system.
    03-19-2013,17:56:35 : BeSeqDlgs::DlgBERemoteConfig
    03-19-2013,17:56:35 : CopySupportFiles
    03-19-2013,17:56:35 : Saved support files to C:\ProgramData\Symantec\Backup Exec\Logs\InstallSummary
    03-19-2013,17:56:35 : AgentSeqDlgs::Misc_BE_CommonOps
    03-19-2013,17:56:35 : Executing BE_SetSQLxLangVersion.  Setting language version of SQL Express BKUPEXEC instance.
    03-19-2013,17:56:35 : BKUPEXEC SQLx setup file is SQLEXPR.EXE.
    03-19-2013,17:56:49 : Typical install value is set to : True
    03-19-2013,17:56:50 : Executing SQL_GetServicePack.
    03-19-2013,17:56:50 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes
    03-19-2013,17:56:51 : Connected to SQL Server.
    03-19-2013,17:56:51 : ACCENTPRESSDC\BKUPEXEC is a SQL Server Product Level: 'SP4'
    03-19-2013,17:56:51 : Executing SQL_GetSQLServerEdition.
    03-19-2013,17:56:51 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes
    03-19-2013,17:56:51 : Connected to SQL Server.
    03-19-2013,17:56:51 : Executing SQL_GetServicePack.
    03-19-2013,17:56:51 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes
    03-19-2013,17:56:51 : Connected to SQL Server.
    03-19-2013,17:56:51 : ACCENTPRESSDC\BKUPEXEC is a SQL Server Product Level: 'SP4'
    03-19-2013,17:57:37 : m_bUseNativeClient = 1
    03-19-2013,17:57:37 : AgentSeqDlgs::Misc_BE_CommonOps
    03-19-2013,17:58:41 : Currently executing as ACCENTPRESS\administrator
    03-19-2013,17:58:41 : Install is not executing as the service account.
    03-19-2013,17:58:41 : Successfully Logged on as service account.
    03-19-2013,17:58:41 : Successfully impersonated service account.
    03-19-2013,17:58:41 : EUserName value successfully written to the registry.
    03-19-2013,17:58:41 : EPassword value successfully written to the registry.
    03-19-2013,17:58:41 : EDomain value successfully written to the registry.
    03-19-2013,17:58:51 : There were no remote computers selected for install
    03-19-2013,17:58:51 : m_bUseNativeClient = 1
    03-19-2013,17:58:51 : To back up Microsoft Exchange Server 2007, you must install the Exchange Management Tools for Microsoft Exchange Server 2007 on this computer.  The Management Tools can be installed during a custom
    install of Microsoft Exchange Server 2007.  To support individual mailbox message and folder restores from Information Store backups, you must also download and install the Microsoft Exchange Server MAPI Client and Collaboration Data Objects package version
    06.05.7888 or later on the Exchange 2007 server.  This package can be found on the Microsoft Web site.
    03-19-2013,17:58:52 : Terminal Services enabled.
    03-19-2013,17:58:52 : Terminal Services server has been set to Install mode.
    03-19-2013,17:58:52 : Checking for .Net Framework 3.5 SP1.
    03-19-2013,17:58:54 : Executing InstallLiveUpdate.
    03-19-2013,17:59:06 : The return value for Symantec LiveUpdate returned error code: 0
    03-19-2013,17:59:06 : Installing Microsoft Report Viewer Redistributable 2005
    03-19-2013,17:59:07 : The return value for Microsoft Report Viewer Redistributable 2005 returned error code: 0
    03-19-2013,17:59:07 : ==================Installing MS VC 8.0 SP1 runtimes.==================
    03-19-2013,17:59:07 : Support directory: C:\Users\ADMINI~1\AppData\Local\Temp\2\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\
    03-19-2013,17:59:07 : Extracting runtime installer package vcredist_x64.exe to BE support folder.
    03-19-2013,17:59:07 : D:\Software\Symantec Backup Exec 2010 32-64bit\BE\WINNT\INSTALL\VCRedist\vcredist_x64.exe /q:a /C /T:"C:\Users\ADMINI~1\AppData\Local\Temp\2\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\VCRedist"
    03-19-2013,17:59:07 : Extracting runtime installer package VCREDI~2.EXE to BE support folder.
    03-19-2013,17:59:07 : "C:\Users\ADMINI~1\AppData\Local\Temp\2\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\VCRedist\VCREDI~2.EXE" /q:a /C /T:"C:\Users\ADMINI~1\AppData\Local\Temp\2\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\VCRedist"
    03-19-2013,17:59:07 : Starting Install
    03-19-2013,17:59:07 : Using Command Line: REBOOT=ReallySuppress
    03-19-2013,17:59:07 : Support directory: C:\Users\ADMINI~1\AppData\Local\Temp\2\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\
    03-19-2013,17:59:07 : Launching MSI: C:\Users\ADMINI~1\AppData\Local\Temp\2\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\VCRedist\vcredist.msi
    03-19-2013,17:59:08 : Discovered Total Actions: 115
    03-19-2013,17:59:08 : The return code from the MSI is: 1601
    03-19-2013,17:59:08 : Cleaning up the symc status key
    03-19-2013,17:59:08 : The return value for Microsoft Visual C++ 2005 SP1 Redistributable returned error code: 1601
    03-19-2013,17:59:08 : Clean up Symantec installer keys.
    03-19-2013,17:59:10 : Terminal Services enabled.
    03-19-2013,17:59:10 : Terminal Services server has been set to Execute mode.
    03-19-2013,18:00:01 : The return code is: 0
    03-19-2013,18:00:01 : SUCCESS:  Installation has completed successfully.
    Symantec Backup Exec (TM) 13 Installation Log
    03-19-2013,18:02:24 : Windows Operating System Version: 6.1
    03-19-2013,18:02:24 : GetProductInfo returned success.  Checking for CORE OS values.
    03-19-2013,18:02:26 : Executing managed _Setup:
    03-19-2013,18:02:26 : D:\Software\Symantec Backup Exec 2010 32-64bit\BE\WINNT\INSTALL\BEx64\Install\_Setup.exe
    03-19-2013,18:02:26 : Loading XML from:
    03-19-2013,18:02:26 : D:\Software\Symantec Backup Exec 2010 32-64bit\BE\WINNT\INSTALL\BEx64\Install\IFProducts.xml
    03-19-2013,18:02:26 : RawsDlgSequence::CheckInstMode
    03-19-2013,18:02:26 : BEOperations::BE_GetInstalledProdCodeVersion()
    03-19-2013,18:02:26 : Launching UI Install
    03-19-2013,18:02:26 : MDAC 6.1.7601.17514 is installed on this system.
    03-19-2013,18:02:26 : m_bUseNativeClient = 1
    03-19-2013,18:02:26 : MDAC 6.1.7601.17514 is installed on this system.
    03-19-2013,18:02:26 : BeSeqDlgs::DlgBERemoteConfig
    03-19-2013,18:02:26 : CopySupportFiles
    03-19-2013,18:02:26 : Saved support files to C:\ProgramData\Symantec\Backup Exec\Logs\InstallSummary
    03-19-2013,18:02:27 : AgentSeqDlgs::Misc_BE_CommonOps
    03-19-2013,18:02:27 : Executing BE_SetSQLxLangVersion.  Setting language version of SQL Express BKUPEXEC instance.
    03-19-2013,18:02:27 : BKUPEXEC SQLx setup file is SQLEXPR.EXE.
    03-19-2013,18:03:11 : The return code is: 0
    03-19-2013,18:03:11 : SUCCESS:  Installation has completed successfully.
    Symantec Backup Exec (TM) 13 Installation Log
    03-19-2013,18:03:21 : Windows Operating System Version: 6.1
    03-19-2013,18:03:21 : GetProductInfo returned success.  Checking for CORE OS values.
    03-19-2013,18:03:22 : Windows Operating System Version: 6.1
    03-19-2013,18:03:22 : GetProductInfo returned success.  Checking for CORE OS values.
    03-19-2013,18:03:23 : Executing managed _Setup:
    03-19-2013,18:03:23 : D:\Software\Symantec Backup Exec 2010 32-64bit\BE\WINNT\INSTALL\BEx64\Install\_Setup.exe
    03-19-2013,18:03:23 : Loading XML from:
    03-19-2013,18:03:23 : D:\Software\Symantec Backup Exec 2010 32-64bit\BE\WINNT\INSTALL\BEx64\Install\IFProducts.xml
    03-19-2013,18:03:23 : RawsDlgSequence::CheckInstMode
    03-19-2013,18:03:23 : BEOperations::BE_GetInstalledProdCodeVersion()
    03-19-2013,18:03:24 : Launching UI Install
    03-19-2013,18:03:24 : Executing managed _Setup:
    03-19-2013,18:03:24 : D:\Software\Symantec Backup Exec 2010 32-64bit\BE\WINNT\INSTALL\BEx64\Install\_Setup.exe
    03-19-2013,18:03:24 : MDAC 6.1.7601.17514 is installed on this system.
    03-19-2013,18:03:24 : m_bUseNativeClient = 1
    03-19-2013,18:03:24 : MDAC 6.1.7601.17514 is installed on this system.
    03-19-2013,18:03:24 : Loading XML from:
    03-19-2013,18:03:24 : D:\Software\Symantec Backup Exec 2010 32-64bit\BE\WINNT\INSTALL\BEx64\Install\IFProducts.xml
    03-19-2013,18:03:24 : BeSeqDlgs::DlgBERemoteConfig
    03-19-2013,18:03:24 : RawsDlgSequence::CheckInstMode
    03-19-2013,18:03:24 : CopySupportFiles
    03-19-2013,18:03:24 : BEOperations::BE_GetInstalledProdCodeVersion()
    03-19-2013,18:03:24 : Saved support files to C:\ProgramData\Symantec\Backup Exec\Logs\InstallSummary
    03-19-2013,18:03:24 : AgentSeqDlgs::Misc_BE_CommonOps
    03-19-2013,18:03:24 : Executing BE_SetSQLxLangVersion.  Setting language version of SQL Express BKUPEXEC instance.
    03-19-2013,18:03:24 : BKUPEXEC SQLx setup file is SQLEXPR.EXE.
    03-19-2013,18:03:58 : Typical install value is set to : True
    03-19-2013,18:03:58 : m_bUseNativeClient = 1
    03-19-2013,18:03:58 : Executing SQL_GetServicePack.
    03-19-2013,18:03:58 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes
    03-19-2013,18:03:58 : Connected to SQL Server.
    03-19-2013,18:03:58 : ACCENTPRESSDC\BKUPEXEC is a SQL Server Product Level: 'SP4'
    03-19-2013,18:03:58 : Executing SQL_GetSQLServerEdition.
    03-19-2013,18:03:58 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes
    03-19-2013,18:03:58 : Connected to SQL Server.
    03-19-2013,18:03:58 : Executing SQL_GetServicePack.
    03-19-2013,18:03:58 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes
    03-19-2013,18:03:58 : Connected to SQL Server.
    03-19-2013,18:03:58 : ACCENTPRESSDC\BKUPEXEC is a SQL Server Product Level: 'SP4'
    03-19-2013,18:03:58 : m_bUseNativeClient = 1
    03-19-2013,18:04:20 : m_bUseNativeClient = 1
    03-19-2013,18:04:20 : AgentSeqDlgs::Misc_BE_CommonOps
    03-19-2013,18:05:35 : Currently executing as ACCENTPRESS\administrator
    03-19-2013,18:05:35 : Install is not executing as the service account.
    03-19-2013,18:05:35 : Successfully Logged on as service account.
    03-19-2013,18:05:35 : Successfully impersonated service account.
    03-19-2013,18:05:35 : EUserName value successfully written to the registry.
    03-19-2013,18:05:35 : EPassword value successfully written to the registry.
    03-19-2013,18:05:35 : EDomain value successfully written to the registry.
    03-19-2013,18:05:36 : There were no remote computers selected for install
    03-19-2013,18:05:36 : m_bUseNativeClient = 1
    03-19-2013,18:05:36 : To back up Microsoft Exchange Server 2007, you must install the Exchange Management Tools for Microsoft Exchange Server 2007 on this computer.  The Management Tools can be installed during a custom
    install of Microsoft Exchange Server 2007.  To support individual mailbox message and folder restores from Information Store backups, you must also download and install the Microsoft Exchange Server MAPI Client and Collaboration Data Objects package version
    06.05.7888 or later on the Exchange 2007 server.  This package can be found on the Microsoft Web site.
    03-19-2013,18:05:37 : Terminal Services enabled.
    03-19-2013,18:05:37 : Terminal Services server has been set to Install mode.
    03-19-2013,18:05:37 : Checking for .Net Framework 3.5 SP1.
    03-19-2013,18:05:38 : Executing InstallLiveUpdate.
    03-19-2013,18:05:50 : The return value for Symantec LiveUpdate returned error code: 0
    03-19-2013,18:05:50 : Installing Microsoft Report Viewer Redistributable 2005
    03-19-2013,18:05:50 : The return value for Microsoft Report Viewer Redistributable 2005 returned error code: 0
    03-19-2013,18:05:50 : ==================Installing MS VC 8.0 SP1 runtimes.==================
    03-19-2013,18:05:50 : Support directory: C:\Users\ADMINI~1\AppData\Local\Temp\2\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\
    03-19-2013,18:05:50 : Extracting runtime installer package vcredist_x64.exe to BE support folder.
    03-19-2013,18:05:50 : D:\Software\Symantec Backup Exec 2010 32-64bit\BE\WINNT\INSTALL\VCRedist\vcredist_x64.exe /q:a /C /T:"C:\Users\ADMINI~1\AppData\Local\Temp\2\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\VCRedist"
    03-19-2013,18:05:50 : Extracting runtime installer package VCREDI~2.EXE to BE support folder.
    03-19-2013,18:05:50 : "C:\Users\ADMINI~1\AppData\Local\Temp\2\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\VCRedist\VCREDI~2.EXE" /q:a /C /T:"C:\Users\ADMINI~1\AppData\Local\Temp\2\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\VCRedist"
    03-19-2013,18:05:50 : Starting Install
    03-19-2013,18:05:50 : Using Command Line: REBOOT=ReallySuppress
    03-19-2013,18:05:50 : Support directory: C:\Users\ADMINI~1\AppData\Local\Temp\2\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\
    03-19-2013,18:05:50 : Launching MSI: C:\Users\ADMINI~1\AppData\Local\Temp\2\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\VCRedist\vcredist.msi
    03-19-2013,18:05:50 : Discovered Total Actions: 115
    03-19-2013,18:05:50 : The return code from the MSI is: 1601
    03-19-2013,18:05:51 : Cleaning up the symc status key
    03-19-2013,18:05:51 : The return value for Microsoft Visual C++ 2005 SP1 Redistributable returned error code: 1601
    03-19-2013,18:05:51 : Clean up Symantec installer keys.
    03-19-2013,18:05:51 : Terminal Services enabled.
    03-19-2013,18:05:51 : Terminal Services server has been set to Execute mode.
    03-19-2013,18:06:32 : The return code is: 0
    03-19-2013,18:06:32 : SUCCESS:  Installation has completed successfully.
    03-19-2013,18:07:36 : Setup is already running.  Unable to initialize another instance of setup.
    03-19-2013,18:07:39 : Error initializing shared data
    03-19-2013,18:07:39 : ERROR:  Installation failed with error 1603. GetLastError = :0
    Symantec Backup Exec (TM) 13 Installation Log
    03-19-2013,18:13:44 : Windows Operating System Version: 6.1
    03-19-2013,18:13:44 : GetProductInfo returned success.  Checking for CORE OS values.
    03-19-2013,18:13:44 : Windows Operating System Version: 6.1
    03-19-2013,18:13:44 : GetProductInfo returned success.  Checking for CORE OS values.
    03-19-2013,18:13:46 : Executing managed _Setup:
    03-19-2013,18:13:46 : D:\Software\Symantec Backup Exec 2010 32-64bit\BE\WINNT\INSTALL\BEx64\Install\_Setup.exe
    03-19-2013,18:13:46 : Executing managed _Setup:
    03-19-2013,18:13:46 : D:\Software\Symantec Backup Exec 2010 32-64bit\BE\WINNT\INSTALL\BEx64\Install\_Setup.exe
    03-19-2013,18:13:46 : Loading XML from:
    03-19-2013,18:13:46 : D:\Software\Symantec Backup Exec 2010 32-64bit\BE\WINNT\INSTALL\BEx64\Install\IFProducts.xml
    03-19-2013,18:13:46 : Loading XML from:
    03-19-2013,18:13:46 : D:\Software\Symantec Backup Exec 2010 32-64bit\BE\WINNT\INSTALL\BEx64\Install\IFProducts.xml
    03-19-2013,18:13:46 : RawsDlgSequence::CheckInstMode
    03-19-2013,18:13:46 : RawsDlgSequence::CheckInstMode
    03-19-2013,18:13:46 : BEOperations::BE_GetInstalledProdCodeVersion()
    03-19-2013,18:13:46 : BEOperations::BE_GetInstalledProdCodeVersion()
    03-19-2013,18:13:47 : Launching UI Install
    03-19-2013,18:13:47 : MDAC 6.1.7601.17514 is installed on this system.
    03-19-2013,18:13:48 : m_bUseNativeClient = 1
    03-19-2013,18:13:48 : MDAC 6.1.7601.17514 is installed on this system.
    03-19-2013,18:13:48 : BeSeqDlgs::DlgBERemoteConfig
    03-19-2013,18:13:48 : CopySupportFiles
    03-19-2013,18:13:48 : Saved support files to C:\ProgramData\Symantec\Backup Exec\Logs\InstallSummary
    03-19-2013,18:13:48 : AgentSeqDlgs::Misc_BE_CommonOps
    03-19-2013,18:13:48 : Executing BE_SetSQLxLangVersion.  Setting language version of SQL Express BKUPEXEC instance.
    03-19-2013,18:13:48 : BKUPEXEC SQLx setup file is SQLEXPR.EXE.
    03-19-2013,18:13:54 : Typical install value is set to : True
    03-19-2013,18:13:55 : m_bUseNativeClient = 1
    03-19-2013,18:13:55 : Executing SQL_GetServicePack.
    03-19-2013,18:13:55 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes
    03-19-2013,18:13:56 : Connected to SQL Server.
    03-19-2013,18:13:56 : ACCENTPRESSDC\BKUPEXEC is a SQL Server Product Level: 'SP4'
    03-19-2013,18:13:56 : Executing SQL_GetSQLServerEdition.
    03-19-2013,18:13:56 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes
    03-19-2013,18:13:56 : Connected to SQL Server.
    03-19-2013,18:13:56 : Executing SQL_GetServicePack.
    03-19-2013,18:13:56 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes
    03-19-2013,18:13:56 : Connected to SQL Server.
    03-19-2013,18:13:56 : ACCENTPRESSDC\BKUPEXEC is a SQL Server Product Level: 'SP4'
    03-19-2013,18:13:56 : m_bUseNativeClient = 1
    03-19-2013,18:14:41 : m_bUseNativeClient = 1
    03-19-2013,18:14:41 : AgentSeqDlgs::Misc_BE_CommonOps
    03-19-2013,18:16:09 : Service account specified is not valid
    03-19-2013,18:16:09 : Unable to authenticate with the user and password information given for ACCENTPRESS\backup.
    03-19-2013,18:16:10 : Error validating service account credentials.
    03-19-2013,18:16:20 : Currently executing as ACCENTPRESS\administrator
    03-19-2013,18:16:20 : Install is not executing as the service account.
    03-19-2013,18:16:20 : Successfully Logged on as service account.
    03-19-2013,18:16:20 : Successfully impersonated service account.
    03-19-2013,18:16:20 : EUserName value successfully written to the registry.
    03-19-2013,18:16:20 : EPassword value successfully written to the registry.
    03-19-2013,18:16:20 : EDomain value successfully written to the registry.
    03-19-2013,18:16:22 : There were no remote computers selected for install
    03-19-2013,18:16:22 : To back up Microsoft Exchange Server 2007, you must install the Exchange Management Tools for Microsoft Exchange Server 2007 on this computer.  The Management Tools can be installed during a custom
    install of Microsoft Exchange Server 2007.  To support individual mailbox message and folder restores from Information Store backups, you must also download and install the Microsoft Exchange Server MAPI Client and Collaboration Data Objects package version
    06.05.7888 or later on the Exchange 2007 server.  This package can be found on the Microsoft Web site.
    03-19-2013,18:16:23 : Terminal Services enabled.
    03-19-2013,18:16:23 : Terminal Services server has been set to Install mode.
    03-19-2013,18:16:23 : Checking for .Net Framework 3.5 SP1.
    03-19-2013,18:16:25 : Executing InstallLiveUpdate.
    03-19-2013,18:16:37 : The return value for Symantec LiveUpdate returned error code: 0
    03-19-2013,18:16:37 : Installing Microsoft Report Viewer Redistributable 2005
    03-19-2013,18:16:38 : The return value for Microsoft Report Viewer Redistributable 2005 returned error code: 0
    03-19-2013,18:16:38 : ==================Installing MS VC 8.0 SP1 runtimes.==================
    03-19-2013,18:16:38 : Support directory: C:\Users\ADMINI~1\AppData\Local\Temp\1\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\
    03-19-2013,18:16:38 : Extracting runtime installer package vcredist_x64.exe to BE support folder.
    03-19-2013,18:16:38 : D:\Software\Symantec Backup Exec 2010 32-64bit\BE\WINNT\INSTALL\VCRedist\vcredist_x64.exe /q:a /C /T:"C:\Users\ADMINI~1\AppData\Local\Temp\1\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\VCRedist"
    03-19-2013,18:16:38 : Extracting runtime installer package VCREDI~2.EXE to BE support folder.
    03-19-2013,18:16:38 : "C:\Users\ADMINI~1\AppData\Local\Temp\1\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\VCRedist\VCREDI~2.EXE" /q:a /C /T:"C:\Users\ADMINI~1\AppData\Local\Temp\1\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\VCRedist"
    03-19-2013,18:16:38 : Starting Install
    03-19-2013,18:16:38 : Using Command Line: REBOOT=ReallySuppress
    03-19-2013,18:16:38 : Support directory: C:\Users\ADMINI~1\AppData\Local\Temp\1\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\
    03-19-2013,18:16:38 : Launching MSI: C:\Users\ADMINI~1\AppData\Local\Temp\1\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\VCRedist\vcredist.msi
    03-19-2013,18:16:39 : Discovered Total Actions: 115
    03-19-2013,18:16:39 : The return code from the MSI is: 1601
    03-19-2013,18:16:39 : The return value for Microsoft Visual C++ 2005 SP1 Redistributable returned error code: 1601
    03-19-2013,18:16:39 : Clean up Symantec installer keys.
    03-19-2013,18:16:39 : Cleaning up the symc status key
    03-19-2013,18:16:41 : Terminal Services enabled.
    03-19-2013,18:16:41 : Terminal Services server has been set to Execute mode.
    03-19-2013,18:17:08 : Skipping push of remote servers and agents due to failed local install.
    03-19-2013,18:17:08 : BeSeqDlgs::DlgInstallComplete
    03-19-2013,18:17:08 : AgentSeqDlgs::Misc_BE_CommonOps
    03-19-2013,18:17:08 : Skipping push of remote servers and agents due to failed local install.
    03-19-2013,18:17:09 : Gathering Telemetry items
    03-19-2013,18:17:09 : Failed to start the management service
    03-19-2013,18:17:09 : Service BackupExecManagementService was not found on computer '.'.
    03-19-2013,18:17:09 : Sending Telemetry to Symantec
    03-19-2013,18:17:09 : Transmit Telemetry initialized.
    03-19-2013,18:17:09 : TelemetryRegistryHelpers initialized.
    03-19-2013,18:17:21 : TransmitTelemetry.TransmitMessage URL=http://statsbe.hro.rnd.veritas.com/betelemetry/stats.php, Caught WebException The remote name could not be resolved: 'statsbe.hro.rnd.veritas.com'
    03-19-2013,18:17:33 : TransmitTelemetry.TransmitMessage URL=http://statsbe.norton.com/n/p, Caught WebException The remote name could not be resolved: 'statsbe.norton.com'
    03-19-2013,18:17:33 : Telemetry transmission failed.  Data was not sent.
    03-19-2013,18:17:33 : The return code is: 1601
    03-19-2013,18:17:33 : ERROR:  Installation failed with error 1601. GetLastError = :0
    03-19-2013,18:17:48 : Setup is already running.  Unable to initialize another instance of setup.
    03-19-2013,18:17:51 : Error initializing shared data
    03-19-2013,18:53:53 : m_bUseNativeClient = 1
    03-19-2013,18:53:53 : Executing SQL_GetServicePack.
    03-19-2013,18:53:53 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes
    03-19-2013,18:53:54 : Connected to SQL Server.
    03-19-2013,18:53:54 : ACCENTPRESSDC\BKUPEXEC is a SQL Server Product Level: 'SP4'
    03-19-2013,18:53:54 : Executing SQL_GetSQLServerEdition.
    03-19-2013,18:53:54 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes
    03-19-2013,18:53:54 : Connected to SQL Server.
    03-19-2013,18:53:54 : Executing SQL_GetServicePack.
    03-19-2013,18:53:54 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes
    03-19-2013,18:53:54 : Connected to SQL Server.
    03-19-2013,18:53:54 : ACCENTPRESSDC\BKUPEXEC is a SQL Server Product Level: 'SP4'
    03-19-2013,18:53:54 : m_bUseNativeClient = 1
    Symantec Backup Exec (TM) 13 Installation Log
    03-19-2013,18:58:06 : Windows Operating System Version: 6.1
    03-19-2013,18:58:06 : GetProductInfo returned success.  Checking for CORE OS values.
    03-19-2013,18:58:08 : Executing managed _Setup:
    03-19-2013,18:58:08 : D:\Software\Symantec Backup Exec 2010 32-64bit\BE\WINNT\INSTALL\BEx64\Install\_Setup.exe
    03-19-2013,18:58:09 : Loading XML from:
    03-19-2013,18:58:09 : D:\Software\Symantec Backup Exec 2010 32-64bit\BE\WINNT\INSTALL\BEx64\Install\IFProducts.xml
    03-19-2013,18:58:09 : RawsDlgSequence::CheckInstMode
    03-19-2013,18:58:09 : BEOperations::BE_GetInstalledProdCodeVersion()
    03-19-2013,18:58:09 : Launching UI Install
    03-19-2013,18:58:10 : MDAC 6.1.7601.17514 is installed on this system.
    03-19-2013,18:58:10 : m_bUseNativeClient = 1
    03-19-2013,18:58:10 : MDAC 6.1.7601.17514 is installed on this system.
    03-19-2013,18:58:10 : BeSeqDlgs::DlgBERemoteConfig
    03-19-2013,18:58:10 : CopySupportFiles
    03-19-2013,18:58:10 : Saved support files to C:\ProgramData\Symantec\Backup Exec\Logs\InstallSummary
    03-19-2013,18:58:11 : AgentSeqDlgs::Misc_BE_CommonOps
    03-19-2013,18:58:11 : Executing BE_SetSQLxLangVersion.  Setting language version of SQL Express BKUPEXEC instance.
    03-19-2013,18:58:11 : BKUPEXEC SQLx setup file is SQLEXPR.EXE.
    03-19-2013,18:58:15 : Typical install value is set to : True
    03-19-2013,18:58:16 : m_bUseNativeClient = 1
    03-19-2013,18:58:16 : Executing SQL_GetServicePack.
    03-19-2013,18:58:16 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes
    03-19-2013,18:58:16 : Connected to SQL Server.
    03-19-2013,18:58:16 : ACCENTPRESSDC\BKUPEXEC is a SQL Server Product Level: 'SP4'
    03-19-2013,18:58:16 : Executing SQL_GetSQLServerEdition.
    03-19-2013,18:58:16 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes
    03-19-2013,18:58:16 : Connected to SQL Server.
    03-19-2013,18:58:16 : Executing SQL_GetServicePack.
    03-19-2013,18:58:16 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes
    03-19-2013,18:58:16 : Connected to SQL Server.
    03-19-2013,18:58:16 : ACCENTPRESSDC\BKUPEXEC is a SQL Server Product Level: 'SP4'
    03-19-2013,18:58:16 : m_bUseNativeClient = 1
    03-19-2013,18:58:49 : m_bUseNativeClient = 1
    03-19-2013,18:58:49 : AgentSeqDlgs::Misc_BE_CommonOps
    03-19-2013,18:59:43 : Currently executing as ACCENTPRESS\administrator
    03-19-2013,18:59:43 : Install is not executing as the service account.
    03-19-2013,18:59:43 : Successfully Logged on as service account.
    03-19-2013,18:59:44 : Successfully impersonated service account.
    03-19-2013,18:59:44 : EUserName value successfully written to the registry.
    03-19-2013,18:59:44 : EPassword value successfully written to the registry.
    03-19-2013,18:59:44 : EDomain value successfully written to the registry.
    03-19-2013,18:59:46 : There were no remote computers selected for install
    03-19-2013,18:59:46 : m_bUseNativeClient = 1
    03-19-2013,18:59:46 : To back up Microsoft Exchange Server 2007, you must install the Exchange Management Tools for Microsoft Exchange Server 2007 on this computer.  The Management Tools can be installed during a custom
    install of Microsoft Exchange Server 2007.  To support individual mailbox message and folder restores from Information Store backups, you must also download and install the Microsoft Exchange Server MAPI Client and Collaboration Data Objects package version
    06.05.7888 or later on the Exchange 2007 server.  This package can be found on the Microsoft Web site.
    03-19-2013,18:59:47 : Terminal Services enabled.
    03-19-2013,18:59:47 : Terminal Services server has been set to Install mode.
    03-19-2013,18:59:47 : Checking for .Net Framework 3.5 SP1.
    03-19-2013,18:59:49 : Executing InstallLiveUpdate.
    03-19-2013,19:00:01 : The return value for Symantec LiveUpdate returned error code: 0
    03-19-2013,19:00:01 : Installing Microsoft Report Viewer Redistributable 2005
    03-19-2013,19:00:01 : The return value for Microsoft Report Viewer Redistributable 2005 returned error code: 0
    03-19-2013,19:00:01 : ==================Installing MS VC 8.0 SP1 runtimes.==================
    03-19-2013,19:00:01 : Support directory: C:\Users\ADMINI~1\AppData\Local\Temp\2\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\
    03-19-2013,19:00:01 : Extracting runtime installer package vcredist_x64.exe to BE support folder.
    03-19-2013,19:00:01 : D:\Software\Symantec Backup Exec 2010 32-64bit\BE\WINNT\INSTALL\VCRedist\vcredist_x64.exe /q:a /C /T:"C:\Users\ADMINI~1\AppData\Local\Temp\2\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\VCRedist"
    03-19-2013,19:00:02 : Extracting runtime installer package VCREDI~2.EXE to BE support folder.
    03-19-2013,19:00:02 : "C:\Users\ADMINI~1\AppData\Local\Temp\2\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\VCRedist\VCREDI~2.EXE" /q:a /C /T:"C:\Users\ADMINI~1\AppData\Local\Temp\2\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\VCRedist"
    03-19-2013,19:00:02 : Starting Install
    03-19-2013,19:00:02 : Using Command Line: REBOOT=ReallySuppress
    03-19-2013,19:00:02 : Support directory: C:\Users\ADMINI~1\AppData\Local\Temp\2\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\
    03-19-2013,19:00:02 : Launching MSI: C:\Users\ADMINI~1\AppData\Local\Temp\2\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\VCRedist\vcredist.msi
    03-19-2013,19:00:03 : Discovered Total Actions: 115
    03-19-2013,19:00:03 : The return code from the MSI is: 1601
    03-19-2013,19:00:03 : Cleaning up the symc status key
    03-19-2013,19:00:03 : The return value for Microsoft Visual C++ 2005 SP1 Redistributable returned error code: 1601
    03-19-2013,19:00:03 : Clean up Symantec installer keys.
    03-19-2013,19:00:05 : Terminal Services enabled.
    03-19-2013,19:00:05 : Terminal Services server has been set to Execute mode.
    03-19-2013,19:00:07 : Skipping push of remote servers and agents due to failed local install.
    03-19-2013,19:00:07 : BeSeqDlgs::DlgInstallComplete
    03-19-2013,19:00:07 : AgentSeqDlgs::Misc_BE_CommonOps
    03-19-2013,19:00:07 : Skipping push of remote servers and agents due to failed local install.
    03-19-2013,19:00:10 : Gathering Telemetry items
    03-19-2013,19:00:10 : Failed to start the management service
    03-19-2013,19:00:10 : Service BackupExecManagementService was not found on computer '.'.
    03-19-2013,19:00:10 : Sending Telemetry to Symantec
    03-19-2013,19:00:10 : Transmit Telemetry initialized.
    03-19-2013,19:00:10 : TelemetryRegistryHelpers initialized.
    03-19-2013,19:00:10 : TransmitTelemetry.TransmitMessage URL=http://statsbe.hro.rnd.veritas.com/betelemetry/stats.php, Caught WebException The remote name could not be resolved: 'statsbe.hro.rnd.veritas.com'
    03-19-2013,19:00:10 : Telemetry data was successfully sent to Symantec
    03-19-2013,19:00:10 : The return code is: 1601
    03-19-2013,19:00:11 : ERROR:  Installation failed with error 1601. GetLastError = :0 
    DJH

  • Catching DateValidator errors

    I am trhying to use a DateValidator in ActionScript to
    validate fields before going to a new screen. I need to catch any
    errors from the validator and not display them. Has anyone came
    across a way to catch errors from validators? Here is the code I am
    working with:

    Hi,
    There is a section in the doc on handling validator errors
    here:
    http://livedocs.macromedia.com/flex/2/docs/00001068.html
    You can see the entire chapter on validators here:
    http://livedocs.macromedia.com/flex/2/docs/00001054.html
    Stephen
    "dzlmbq" <[email protected]> wrote in
    message
    news:e90b31$k5l$[email protected]..
    >I am trhying to use a DateValidator in ActionScript to
    validate fields
    >before
    > going to a new screen. I need to catch any errors from
    the validator and
    > not
    > display them. Has anyone came across a way to catch
    errors from
    > validators?
    > Here is the code I am working with:
    >
    >
    >
    > <?xml version="1.0" encoding="utf-8"?>
    > <mx:Application xmlns:mx="
    http://www.macromedia.com/2003/mxml"
    > xmlns:local="*"
    > backgroundColor="#FFFFFF">
    >
    > <mx:Script>
    > <![CDATA[
    > import mx.controls.Alert;
    >
    > var localDateField:String = "";
    >
    > private function validateDate():Void {
    > try {
    > localDateField = taMain.text;
    >
    > mx.validators.DateValidator.isValid(this,
    'localDateField');
    > } catch (e) {
    > Alert.show(e);
    > }
    > }
    > ]]>
    > </mx:Script>
    >
    > <mx:DateValidator field="localDateField"
    allowedFormatChars="/" />
    >
    > <mx:VBox id="main" >
    > <mx:TextArea id="taMain" height="20" />
    > <mx:Button label="Validate Date"
    click="validateDate()" />
    > </mx:VBox>
    > </mx:Application>
    >

  • Error in starting Adobe Bridge in Photoshop CS2

    I've just installed Photoshop CS2, however upon opening Adobe Bridge this error message appears " The application has failed to start because libagluc28.dll was not found. Reinstalling to application may fix the problem"
    I have reinstalled and click repair but to no avail
    I followed Adobe Support Knowledgebase solution and run CMD and this appears:
    c:Documents and Settings/Jesus M Ferraris>
    then i entered the command
    cacls c:\windows\installer /T /E /C /G administrators:F
    but an error message appears - 'cacls' is not recognized as an internal or external command, operable program or bathc file
    I also entered the next command
    cacls "c:\documents and setting\all users" /Y /E /C /G administrators:F
    still the same error as above appears, Please help, have I miss something or was my procedure correct...
    P4, 512ram, WXP 80gHD

    Very useful.
    Good Luck.
    My
    Si
    tes

  • Windows Vista: Ipod Error Message, no longer read by PCs

    Hello,
    I have a 5th generation black ipod video with 30GB of memory.
    The other day I hooked it up to my laptop (Toshiba, 4 months old) that it's been functioning on with no problems whatsoever. This weird error message flashed twice about it not being able to sync because of some software problem.
    Eversince then, the only thing I can charge my ipod on is the family treadmill in the basement (~_~) as no other computer in the house recognizes it. I can't even charge it through the wall sockets, either.
    I have changed the ipod cord, still no luck. I've also reset the device about 3 or 4 times and uninstalled, restarted the laptop then reinstalled itunes. I would like to reset it back to factory settings but that's impossible as computers/laptops don't pick it up. I live very far from a Mac store...
    What's a girl to do? I can't live without my Busta Rhymes and Wu-Tang Clan!
    Any advice would be greatly appreciated! Thanks!

    you have to update Vista go to this site and up-date http://windowsupdate.microsoft.com

  • Error while offsetting a variable

    Hello Experts
    I want to display the data for last 5 years in my query. So I tried using the SAP exit variable Current Calendar Year (0CYEAR) and the offset it by 5. However, I am getting the following error message for the query "System error in program SAPLRR12 and form REP_ASSIGN_INITIAL_OPT-01"
    Any Help on this is appreciated and points will be assigned.
    Thanks

    Thanks Chetan for your prompt reply. I have assigned points.
    But I would appreciate if you help me clear my understanding of offseting a variable.
    Say if the Current Calendar Year variable returns 2008, then will offseting that variable by 5 return me the data for years 2008, 2007, 2006, 2005 , 2004. Or, will it just return me the data for 2008 - 5 = 2004 only.
    Thanks
    Rishi

  • Safari doesn't open and comes up with this error report.

    Please help.
    Process:         Safari [474]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         7.0.4 (9537.76.4)
    Build Info:      WebBrowser-7537076004000000~3
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [180]
    Responsible:     Safari [474]
    User ID:         501
    Date/Time:       2014-06-01 17:47:34.928 +0100
    OS Version:      Mac OS X 10.9.3 (13D65)
    Report Version:  11
    Anonymous UUID:  C44E082E-A9DF-3DBD-218D-A6DF6F4FFD83
    Crashed Thread:  17
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: EXC_I386_GPFLT
    External Modification Warnings:
    Thread creation by external task.
    Application Specific Information:
    Process Model:
    Multiple Web Processes
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   com.apple.JavaScriptCore                0x000000010d1b8320 ***::HashTableAddResult<***::HashTableIterator<unsigned long, ***::KeyValuePair<unsigned long, unsigned long>, ***::KeyValuePairKeyExtractor<***::KeyValuePair<unsigned long, unsigned long> >, ***::IntHash<unsigned long>, ***::HashMapValueTraits<***::HashTraits<unsigned long>, ***::HashTraits<unsigned long> >, ***::HashTraits<unsigned long> > > ***::HashTable<unsigned long, ***::KeyValuePair<unsigned long, unsigned long>, ***::KeyValuePairKeyExtractor<***::KeyValuePair<unsigned long, unsigned long> >, ***::IntHash<unsigned long>, ***::HashMapValueTraits<***::HashTraits<unsigned long>, ***::HashTraits<unsigned long> >, ***::HashTraits<unsigned long> >::add<***::HashMapTranslator<***::HashMapValueTraits<***::HashTraits<unsigned long>, ***::HashTraits<unsigned long> >, ***::IntHash<unsigned long> >, unsigned long, unsigned long>(unsigned long const&, unsigned long const&) + 0
    1   com.apple.JavaScriptCore                0x000000010d0e3507 ***::MetaAllocator::incrementPageOccupancy(void*, unsigned long) + 119
    2   com.apple.JavaScriptCore                0x000000010d0e2b9a ***::MetaAllocator::allocate(unsigned long, void*) + 234
    3   com.apple.JavaScriptCore                0x000000010d0e2a46 JSC::ExecutableAllocator::allocate(JSC::VM&, unsigned long, void*, JSC::JITCompilationEffort) + 54
    4   com.apple.JavaScriptCore                0x000000010d0e2990 JSC::LinkBuffer::linkCode(void*, JSC::JITCompilationEffort) + 64
    5   com.apple.JavaScriptCore                0x000000010d0e1d50 JSC::nativeForGenerator(JSC::VM*, JSC::CodeSpecializationKind) + 4320
    6   com.apple.JavaScriptCore                0x000000010d0e0c60 JSC::nativeCallGenerator(JSC::VM*) + 16
    7   com.apple.JavaScriptCore                0x000000010d0e0648 JSC::JITThunks::ctiStub(JSC::VM*, JSC::MacroAssemblerCodeRef (*)(JSC::VM*)) + 104
    8   com.apple.JavaScriptCore                0x000000010d0e05cc JSC::JIT::privateCompileCTINativeCall(JSC::VM*, long long (*)(JSC::ExecState*)) + 28
    9   com.apple.JavaScriptCore                0x000000010d0e0155 JSC::JITThunks::hostFunctionStub(JSC::VM*, long long (*)(JSC::ExecState*), long long (*)(JSC::ExecState*)) + 165
    10  com.apple.JavaScriptCore                0x000000010d0dffc6 JSC::JSFunction::create(JSC::ExecState*, JSC::JSGlobalObject*, int, ***::String const&, long long (*)(JSC::ExecState*), JSC::Intrinsic, long long (*)(JSC::ExecState*)) + 118
    11  com.apple.JavaScriptCore                0x000000010d0dfd9c JSC::FunctionPrototype::addFunctionProperties(JSC::ExecState*, JSC::JSGlobalObject*, JSC::JSFunction**, JSC::JSFunction**) + 108
    12  com.apple.JavaScriptCore                0x000000010d0da5e6 JSC::JSGlobalObject::reset(JSC::JSValue) + 838
    13  com.apple.JavaScriptCore                0x000000010d0fd025 JSGlobalContextCreateInGroup + 533
    14  com.apple.Safari.framework              0x000000010ca2b0e1 Safari::SearchProvidersController::sortSearchProviders(***::Vector<***::RefPtr< Safari::SearchProvider>, 0ul, ***::CrashOnOverflow>&, NSString*) + 47
    15  com.apple.Safari.framework              0x000000010ca2e87a Safari::SearchProvidersController::parseProvidersFromManifest(Safari::CF::Dicti onary const&, ***::Vector<***::RefPtr<Safari::SearchProvider>, 0ul, ***::CrashOnOverflow>&, Safari::SearchProvider const*&, int&) + 576
    16  com.apple.Safari.framework              0x000000010ca2afbc Safari::SearchProvidersController::loadAllProviders(Safari::CF::URL const&) + 120
    17  com.apple.Safari.framework              0x000000010ca2ae9d Safari::SearchProvidersController::SearchProvidersController() + 123
    18  com.apple.Safari.framework              0x000000010ca2adee Safari::SearchProvidersController::shared() + 46
    19  com.apple.Safari.framework              0x000000010c8a95ce -[BrowserWindowControllerMac _defaultSearchProviderDisplayName] + 11
    20  com.apple.Safari.framework              0x000000010c89b6f1 -[BrowserWindowControllerMac unifiedFieldPlaceholderString] + 65
    21  com.apple.Safari.framework              0x000000010c8a9657 -[BrowserWindowControllerMac _updateSearchFieldProviderText] + 61
    22  com.apple.Safari.framework              0x000000010c8a9d90 -[BrowserWindowControllerMac _setUpLocationBar] + 203
    23  com.apple.Safari.framework              0x000000010c899610 -[BrowserWindowControllerMac windowDidLoad] + 907
    24  com.apple.AppKit                        0x00007fff8c1273ac -[NSWindowController _windowDidLoad] + 450
    25  com.apple.Safari.framework              0x000000010cacbc13 -[WindowController _windowDidLoad] + 43
    26  com.apple.AppKit                        0x00007fff8c10dfa6 -[NSWindowController window] + 110
    27  com.apple.Safari.framework              0x000000010c899c9a -[BrowserWindowControllerMac showWindow:] + 50
    28  com.apple.AppKit                        0x00007fff8c1db5f5 -[NSDocument showWindows] + 100
    29  com.apple.Safari.framework              0x000000010c86800b -[BrowserDocument showWindows] + 39
    30  com.apple.AppKit                        0x00007fff8c1da168 -[NSDocumentController openUntitledDocumentAndDisplay:error:] + 458
    31  com.apple.AppKit                        0x00007fff8c1d9f5f -[NSDocumentController newDocument:] + 36
    32  com.apple.Safari.framework              0x000000010c9fb4e3 -[WindowReopener reopenWithArrayOfWindowControllerNames:] + 120
    33  com.apple.Safari.framework              0x000000010c9fb6a4 -[WindowReopener init] + 117
    34  com.apple.Safari.framework              0x000000010c9fb7b3 +[WindowReopener reopenWindows] + 43
    35  com.apple.Safari.framework              0x000000010c7dd0f7 -[AppController _openUntitledFileWhileLaunching:] + 157
    36  com.apple.Safari.framework              0x000000010c7d9fa3 -[AppController applicationOpenUntitledFile:] + 22
    37  com.apple.AppKit                        0x00007fff8c108db0 -[NSApplication _doOpenUntitled] + 447
    38  com.apple.AppKit                        0x00007fff8c02bdf1 __58-[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:]_block_invoke + 254
    39  com.apple.AppKit                        0x00007fff8c02bb80 __95-[NSPersistentUIManager restoreAllPersistentStateRegisteringAsReadyWhenDone:completionHandler:]_block_i nvoke538 + 37
    40  com.apple.AppKit                        0x00007fff8c02bb13 __78-[NSDocumentController(NSInternal) _autoreopenDocumentsWithCompletionHandler:]_block_invoke_2 + 140
    41  com.apple.AppKit                        0x00007fff8c02b6fd -[NSDocumentController(NSInternal) _autoreopenDocumentsWithCompletionHandler:] + 746
    42  com.apple.AppKit                        0x00007fff8c023aa5 -[NSPersistentUIRestorer finishedRestoringWindowsWithZOrder:completionHandler:] + 1714
    43  com.apple.AppKit                        0x00007fff8be980b9 -[NSPersistentUIRestorer restoreStateFromRecords:usingDelegate:completionHandler:] + 2110
    44  com.apple.AppKit                        0x00007fff8be97759 -[NSPersistentUIManager restoreAllPersistentStateRegisteringAsReadyWhenDone:completionHandler:] + 398
    45  com.apple.AppKit                        0x00007fff8be96a56 -[NSApplication _reopenWindowsAsNecessaryIncludingRestorableState:registeringAsReady:completion Handler:] + 398
    46  com.apple.AppKit                        0x00007fff8be96799 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 557
    47  com.apple.AppKit                        0x00007fff8be961fb -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 242
    48  com.apple.Foundation                    0x00007fff95c9bf0a -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 294
    49  com.apple.Foundation                    0x00007fff95c9bd7d _NSAppleEventManagerGenericHandler + 106
    50  com.apple.AE                            0x00007fff8e96de1f aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 381
    51  com.apple.AE                            0x00007fff8e96dc32 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 31
    52  com.apple.AE                            0x00007fff8e96db36 aeProcessAppleEvent + 315
    53  com.apple.HIToolbox                     0x00007fff91463161 AEProcessAppleEvent + 56
    54  com.apple.AppKit                        0x00007fff8be920d6 _DPSNextEvent + 1026
    55  com.apple.AppKit                        0x00007fff8be918bb -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    56  com.apple.Safari.framework              0x000000010c82cd00 -[BrowserApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 161
    57  com.apple.AppKit                        0x00007fff8be859bc -[NSApplication run] + 553
    58  com.apple.AppKit                        0x00007fff8be707a3 NSApplicationMain + 940
    59  com.apple.Safari.framework              0x000000010c9fec8d SafariMain + 267
    60  libdyld.dylib                           0x00007fff94b0c5fd start + 1
    Thread 1:
    0   libsystem_kernel.dylib                  0x00007fff96d0ae6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff9509af08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff9509dfb9 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff96d0b662 kevent64 + 10
    1   libdispatch.dylib                       0x00007fff8eff2421 _dispatch_mgr_invoke + 239
    2   libdispatch.dylib                       0x00007fff8eff2136 _dispatch_mgr_thread + 52
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff96d0ae6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff9509af08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff9509dfb9 start_wqthread + 13
    Thread 4:: Dispatch queue: com.apple.CFURLCACHE_work_queue
    0   libsystem_kernel.dylib                  0x00007fff96d0b422 getdirentriesattr + 10
    1   com.apple.CoreServicesInternal          0x00007fff974cb938 ftsattr_build + 1019
    2   com.apple.CoreServicesInternal          0x00007fff974cadbe ftsattr_read$INODE64 + 377
    3   com.apple.CoreServicesInternal          0x00007fff974c79ba _GetDirectoryURLs(_CFURLEnumerator*) + 1378
    4   com.apple.CoreServicesInternal          0x00007fff974c68dc _URLEnumeratorGetNextURL + 157
    5   com.apple.CFNetwork                     0x00007fff8e52df7a CFURLCacheFS::getFileSystemUsage() const + 178
    6   com.apple.CFNetwork                     0x00007fff8e52dd4a __CFURLCache::GetFileSystemPersistentStoreSizeFromDisk() const + 58
    7   com.apple.CFNetwork                     0x00007fff8e52cdc5 __CFURLCache::OpenDatabase() + 555
    8   com.apple.CFNetwork                     0x00007fff8e52cb3f __CFURLCache::ProcessCacheTasks0(bool) + 1373
    9   com.apple.CFNetwork                     0x00007fff8e52c481 __CFURLCache::ProcessCacheTasks(bool) + 53
    10  com.apple.CFNetwork                     0x00007fff8e52bf56 __CFURLCache::_CFURLCacheTimerCallback0() + 286
    11  com.apple.CFNetwork                     0x00007fff8e52bdd7 __CFURLCache::_CFURLCacheTimerCallback(void*) + 43
    12  com.apple.CFNetwork                     0x00007fff8e52bcff ___ZN12__CFURLCache29SignalWorkerTaskToPerformWorkEv_block_invoke + 18
    13  libdispatch.dylib                       0x00007fff8eff31bb _dispatch_call_block_and_release + 12
    14  libdispatch.dylib                       0x00007fff8eff028d _dispatch_client_callout + 8
    15  libdispatch.dylib                       0x00007fff8eff2673 _dispatch_queue_drain + 451
    16  libdispatch.dylib                       0x00007fff8eff39c1 _dispatch_queue_invoke + 110
    17  libdispatch.dylib                       0x00007fff8eff1f87 _dispatch_root_queue_drain + 75
    18  libdispatch.dylib                       0x00007fff8eff3177 _dispatch_worker_thread2 + 40
    19  libsystem_pthread.dylib                 0x00007fff9509aef8 _pthread_wqthread + 314
    20  libsystem_pthread.dylib                 0x00007fff9509dfb9 start_wqthread + 13
    Thread 5:: WebCore: IconDatabase
    0   libsystem_kernel.dylib                  0x00007fff96d0b962 pread + 10
    1   libsqlite3.dylib                        0x00007fff8b8161d4 unixRead + 100
    2   libsqlite3.dylib                        0x00007fff8b83c5ee readDbPage + 478
    3   libsqlite3.dylib                        0x00007fff8b83b18d sqlite3PagerAcquire + 349
    4   libsqlite3.dylib                        0x00007fff8b8e83a1 checkTreePage + 289
    5   libsqlite3.dylib                        0x00007fff8b8e87ca checkTreePage + 1354
    6   libsqlite3.dylib                        0x00007fff8b863d53 sqlite3VdbeExec + 59651
    7   libsqlite3.dylib                        0x00007fff8b85440a sqlite3_step + 666
    8   com.apple.WebCore                       0x000000010db3bec9 WebCore::SQLiteStatement::step() + 73
    9   com.apple.WebCore                       0x000000010e285d5e WebCore::IconDatabase::checkIntegrity() + 110
    10  com.apple.WebCore                       0x000000010db3b7b1 WebCore::IconDatabase::performOpenInitialization() + 65
    11  com.apple.WebCore                       0x000000010db3b0c3 WebCore::IconDatabase::iconDatabaseSyncThread() + 259
    12  com.apple.JavaScriptCore                0x000000010d0c9f3f ***::wtfThreadEntryPoint(void*) + 15
    13  libsystem_pthread.dylib                 0x00007fff95099899 _pthread_body + 138
    14  libsystem_pthread.dylib                 0x00007fff9509972a _pthread_start + 137
    15  libsystem_pthread.dylib                 0x00007fff9509dfc9 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x00007fff96d0ae6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff9509af08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff9509dfb9 start_wqthread + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x00007fff96d0ae6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff9509af08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff9509dfb9 start_wqthread + 13
    Thread 8:
    0   libsystem_kernel.dylib                  0x00007fff96d0ae6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff9509af08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff9509dfb9 start_wqthread + 13
    Thread 9:
    0   libsystem_kernel.dylib                  0x00007fff96d0ae6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff9509af08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff9509dfb9 start_wqthread + 13
    Thread 10:: com.apple.CoreAnimation.render-server
    0   libsystem_kernel.dylib                  0x00007fff96d06a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff96d05d18 mach_msg + 64
    2   com.apple.QuartzCore                    0x00007fff961c3377 CA::Render::Server::server_thread(void*) + 195
    3   com.apple.QuartzCore                    0x00007fff961c32ad thread_fun + 25
    4   libsystem_pthread.dylib                 0x00007fff95099899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x00007fff9509972a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x00007fff9509dfc9 thread_start + 13
    Thread 11:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff96d06a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff96d05d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff96abcfc5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff96abc5e9 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff96abbf25 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation                    0x00007fff95ce1967 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    6   com.apple.Foundation                    0x00007fff95ce176b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib                 0x00007fff95099899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff9509972a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff9509dfc9 thread_start + 13
    Thread 12:: com.apple.appkit-heartbeat
    0   libsystem_kernel.dylib                  0x00007fff96d0aa3a __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff904bcdc0 nanosleep + 200
    2   libsystem_c.dylib                       0x00007fff904bccb2 usleep + 54
    3   com.apple.AppKit                        0x00007fff8c0f617d -[NSUIHeartBeat _heartBeatThread:] + 2132
    4   com.apple.Foundation                    0x00007fff95ce176b __NSThread__main__ + 1318
    5   libsystem_pthread.dylib                 0x00007fff95099899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff9509972a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff9509dfc9 thread_start + 13
    Thread 13:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib                  0x00007fff96d0a716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff9509bc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x000000010d0d50f6 ***::ThreadCondition::timedWait(***::Mutex&, double) + 118
    3   com.apple.JavaScriptCore                0x000000010d0d4c15 JSC::BlockAllocator::blockFreeingThreadMain() + 117
    4   com.apple.JavaScriptCore                0x000000010d0c9f3f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x00007fff95099899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff9509972a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff9509dfc9 thread_start + 13
    Thread 14:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff96d0a716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff9509bc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x000000010d0d5717 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore                0x000000010d0d55a8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore                0x000000010d0c9f3f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x00007fff95099899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff9509972a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff9509dfc9 thread_start + 13
    Thread 15:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff96d0a716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff9509bc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x000000010d0d5717 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore                0x000000010d0d55a8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore                0x000000010d0c9f3f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x00007fff95099899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff9509972a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff9509dfc9 thread_start + 13
    Thread 16:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff96d0a716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff9509bc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x000000010d0d5717 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore                0x000000010d0d55a8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore                0x000000010d0c9f3f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x00007fff95099899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff9509972a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff9509dfc9 thread_start + 13
    Thread 17 Crashed:
    0   libsystem_c.dylib                       0x00007fff904ae4a1 __xvprintf + 106
    Thread 17 crashed with X86 Thread State (64-bit):
      rax: 0x000000015436a864  rbx: 0x00007fff7b840002  rcx: 0x00007fff7b84e940  rdx: 0x00007fff7b84f4a0
      rdi: 0xffffffffffffffff  rsi: 0x0000000000000000  rbp: 0x000000015436ae44  rsp: 0x000000015436a844
       r8: 0x0000000154509c37   r9: 0x000000015436af34  r10: 0x0000000000000000  r11: 0x0000000000000206
      r12: 0x000000000000000a  r13: 0x0000000000000000  r14: 0xffffffffffffffff  r15: 0x00007fff7b84f4a0
      rip: 0x00007fff904ae4a1  rfl: 0x0000000000010202  cr2: 0x0000000154369050
    Logical CPU:     0
    Error Code:      0x00000000
    Trap Number:     13
    Binary Images:
           0x10c7c6000 -        0x10c7c6ffd  com.apple.Safari (7.0.4 - 9537.76.4) <BE71E110-8F31-3710-AC01-96EFEEE5037C> /Applications/Safari.app/Contents/MacOS/Safari
           0x10c7d0000 -        0x10ccd6ffb  com.apple.Safari.framework (9537 - 9537.76.4) <28E2BB7D-87E5-357C-B22E-D4091B5AF7EE> /System/Library/StagedFrameworks/Safari/Safari.framework/Versions/A/Safari
           0x10d0c1000 -        0x10d438ff6  com.apple.JavaScriptCore (9537 - 9537.76.1) <EB1F11D7-80BA-366C-8807-159575F41CE7> /System/Library/StagedFrameworks/Safari/JavaScriptCore.framework/Versions/A/Jav aScriptCore
           0x10d531000 -        0x10d667ffc  com.apple.WebKit (9537 - 9537.76.4) <D3F786EA-9E87-3BFA-9B39-C938C0EC1F5A> /System/Library/StagedFrameworks/Safari/WebKit.framework/Versions/A/WebKit
           0x10d75c000 -        0x10d94dff3  com.apple.WebKit2 (9537 - 9537.76.4) <7753BA2C-1279-396D-8044-AE1D001A5A57> /System/Library/StagedFrameworks/Safari/WebKit2.framework/Versions/A/WebKit2
           0x10db35000 -        0x10e989ff3  com.apple.WebCore (9537 - 9537.76.4) <4DC363A5-28FB-343B-9E56-D261D321D97B> /System/Library/StagedFrameworks/Safari/WebCore.framework/Versions/A/WebCore
           0x15422a000 -        0x154231fff  com.apple.SyncedDefaults (1.3 - 91.30.1) <26F0AD10-86CC-31A4-899C-097269680E05> /System/Library/PrivateFrameworks/SyncedDefaults.framework/SyncedDefaults
        0x7fff686cf000 -     0x7fff68702817  dyld (239.4) <042C4CED-6FB2-3B1C-948B-CAF2EE3B9F7A> /usr/lib/dyld
        0x7fff8abd4000 -     0x7fff8ac01ff2  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <43A137C4-3E72-37DC-945F-92569C12AAD4> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
        0x7fff8ac02000 -     0x7fff8b050fef  com.apple.VideoToolbox (1.0 - 1273.54) <4699BB55-7387-3981-9217-869215F00CA9> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff8b051000 -     0x7fff8b052fff  libquit.dylib (161.2) <7B9C07B6-8993-32C8-89C2-23D2E7FA85BA> /usr/lib/libquit.dylib
        0x7fff8b053000 -     0x7fff8b055ff3  libsystem_configuration.dylib (596.15) <4998CB6A-9D54-390A-9F57-5D1AC53C135C> /usr/lib/system/libsystem_configuration.dylib
        0x7fff8b24d000 -     0x7fff8b583fff  com.apple.MediaToolbox (1.0 - 1273.54) <E11683F7-BB60-37EB-98B6-BD519D93CB30> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff8b80e000 -     0x7fff8b8f8fff  libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
        0x7fff8b8f9000 -     0x7fff8b94cfff  com.apple.ScalableUserInterface (1.0 - 1) <CF745298-7373-38D2-B3B1-727D5A569E48> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff8b94d000 -     0x7fff8ba53ff7  com.apple.ImageIO.framework (3.3.0 - 1043) <C4ADE5B1-A540-34E1-A043-118185489C9D> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff8ba54000 -     0x7fff8bb0cff7  com.apple.DiscRecording (8.0 - 8000.4.6) <CDAAAD04-A1D0-3C67-ABCC-EFC9E8D44E7E> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff8be6e000 -     0x7fff8c9e4ff7  com.apple.AppKit (6.9 - 1265.20) <D2A7AF23-0FEA-3D7D-9CF5-B4E262224577> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff8c9e5000 -     0x7fff8cba3fff  com.apple.GeoServices (1.0 - 702.15.12) <5A4D463F-689F-3822-BF26-A19D51503019> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
        0x7fff8cba4000 -     0x7fff8cbb0fff  com.apple.CalendarAgentLink (7.0 - 138.2) <D56910F9-5CC0-32D8-BA85-0631240F9B71> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/Calend arAgentLink
        0x7fff8cbb1000 -     0x7fff8cd69ffb  libicucore.A.dylib (511.32) <A7CE7DAD-D3AD-36A2-BE4F-25C5F21FADBB> /usr/lib/libicucore.A.dylib
        0x7fff8cd83000 -     0x7fff8cea5fff  com.apple.avfoundation (2.0 - 651.12.1) <FF001F98-E198-3B1D-A7EB-A8C48E6E34A3> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff8ceb5000 -     0x7fff8cec6fff  com.apple.idsfoundation (10.0 - 1000) <D3E6646B-4118-30D3-B4F7-DA9A28B396E4> /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundat ion
        0x7fff8ceca000 -     0x7fff8cf15fff  com.apple.ImageCaptureCore (5.0 - 5.0) <F529EDDC-E2F5-30CA-9938-AF23296B5C5B> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff8cf16000 -     0x7fff8cf18fff  com.apple.Mangrove (1.0 - 1) <72F5CBC7-4E78-374E-98EA-C3700136904E> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
        0x7fff8cf19000 -     0x7fff8cf2aff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
        0x7fff8cf45000 -     0x7fff8d099ff3  com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <69B273E8-5A8E-3FC7-B807-C16B657662FE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff8d09a000 -     0x7fff8d0a6ff7  com.apple.KerberosHelper (4.0 - 1.0) <6D64703B-D7A3-3EF7-89AB-16F7F89333FC> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
        0x7fff8d0a7000 -     0x7fff8d0afff3  libCGCMS.A.dylib (599.23.13) <59F7AEED-90EB-35C2-85A6-5BC44CC9B3FA> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
        0x7fff8d0ca000 -     0x7fff8d18cff5  com.apple.CoreText (367.20 - 367.20) <B80D086D-93A9-3C35-860E-9C3FDD027F3B> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff8d5f4000 -     0x7fff8d5fcff7  com.apple.AppleSRP (5.0 - 1) <ABC7F088-1FD5-3768-B9F3-847F355E90B3> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
        0x7fff8d5fd000 -     0x7fff8d636ff7  com.apple.QD (3.50 - 298) <C1F20764-DEF0-34CF-B3AB-AB5480D64E66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff8d637000 -     0x7fff8d638ffb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
        0x7fff8d639000 -     0x7fff8d682fff  com.apple.CoreMedia (1.0 - 1273.54) <CAB7303A-9AB2-317A-99C3-BEAA8AE8764B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff8d689000 -     0x7fff8d692ffd  com.apple.CommonAuth (4.0 - 2.0) <32BA436F-6319-3A0B-B5D2-2EB75FF36B5B> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff8d693000 -     0x7fff8d6dafff  libFontRegistry.dylib (127) <A77A0480-AA5D-3CC8-8B68-69985CD546DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff8d6db000 -     0x7fff8d705ff7  libsandbox.1.dylib (278.11) <BD3D8652-8871-36DB-A27D-3BE4F18428B4> /usr/lib/libsandbox.1.dylib
        0x7fff8d706000 -     0x7fff8d874ff7  libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff8d8f4000 -     0x7fff8d9a4ff7  libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff8d9a5000 -     0x7fff8dbffffd  com.apple.security (7.0 - 55471.14.4) <1D5DA20E-DB48-3E1D-9BF5-BAA694192B25> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff8dc00000 -     0x7fff8dc25ff7  com.apple.ChunkingLibrary (2.0 - 155.1) <B845DC7A-D1EA-31E2-967C-D1FE0C628036> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff8dc3e000 -     0x7fff8dc3eff7  libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
        0x7fff8dc3f000 -     0x7fff8dc4ffff  libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
        0x7fff8dc50000 -     0x7fff8dd19fff  com.apple.LaunchServices (572.26 - 572.26) <EF8A4A15-0861-35C5-9744-5E1BC5C26DD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff8dd1a000 -     0x7fff8dd68ff7  com.apple.opencl (2.3.59 - 2.3.59) <044485A4-A50C-34CE-A1F9-35A50CC68313> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff8dd69000 -     0x7fff8dd6cff7  com.apple.LoginUICore (3.0 - 3.0) <1ECBDA90-D6ED-3333-83EB-9C8232DFAD7C> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore
        0x7fff8dd6d000 -     0x7fff8de5cfff  libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff8de5d000 -     0x7fff8deaafff  com.apple.AppleVAFramework (5.0.27 - 5.0.27) <608D91BD-9D88-3FAB-9A06-24C1DAEA092D> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff8deab000 -     0x7fff8df0effb  com.apple.SystemConfiguration (1.13.1 - 1.13.1) <2C8E1A73-5AD6-3A7D-8ED8-D6755555A993> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff8e0ce000 -     0x7fff8e0cffff  com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff8e0d0000 -     0x7fff8e130fff  com.apple.ISSupport (1.9.9 - 57) <E1E343D7-222C-3458-9D1F-FC600B7F1C50> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff8e131000 -     0x7fff8e137ff7  com.apple.XPCService (2.0 - 1) <2CE632D7-FE57-36CF-91D4-C57D0F2E0BFE> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
        0x7fff8e138000 -     0x7fff8e519ffe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff8e51a000 -     0x7fff8e68aff4  com.apple.CFNetwork (673.4 - 673.4) <F3BF6020-99BE-3844-A7B8-352B93AD02F3> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff8e68b000 -     0x7fff8e75cfff  com.apple.QuickLookUIFramework (5.0 - 622.7) <13841701-34C2-353D-868D-3E08D020C90F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff8e789000 -     0x7fff8e793ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff8e794000 -     0x7fff8e7abffa  libAVFAudio.dylib (32.2) <52DA516B-DE79-322C-9E1B-2658019289D7> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAu dio.dylib
        0x7fff8e915000 -     0x7fff8e916ff7  libodfde.dylib (20) <C00A4EBA-44BC-3C53-BFD0-819B03FFD462> /usr/lib/libodfde.dylib
        0x7fff8e917000 -     0x7fff8e95fff7  com.apple.ExchangeWebServices (4.0 - 193) <867EDAF0-5863-397E-BA75-855878D68949> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices
        0x7fff8e960000 -     0x7fff8e9bbffb  com.apple.AE (665.5 - 665.5) <BBA230F9-144C-3CAB-A77A-0621719244CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff8e9bc000 -     0x7fff8e9bcfff  com.apple.AOSMigrate (1.0 - 1) <ABA8F3F2-BC96-3F89-AAF4-1AA459A0BCBD> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
        0x7fff8e9e8000 -     0x7fff8e9ecff7  libheimdal-asn1.dylib (323.92.1) <CAE21FFF-5763-399C-B7C5-EEBFFEEF2242> /usr/lib/libheimdal-asn1.dylib
        0x7fff8e9ed000 -     0x7fff8e9efff7  com.apple.securityhi (9.0 - 55005) <18C42525-688C-3D47-B9C9-1E0F8F58FA64> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff8eef7000 -     0x7fff8eef7fff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <F8D0CC77-98AC-3B58-9FE6-0C25421827B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff8eef8000 -     0x7fff8ef36ff7  libGLImage.dylib (9.6.1) <5E02B38C-9F36-39BE-8746-724F0D8BBFC0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff8ef37000 -     0x7fff8ef3cfff  com.apple.DiskArbitration (2.6 - 2.6) <A4165553-770E-3D27-B217-01FC1F852B87> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff8efef000 -     0x7fff8f009fff  libdispatch.dylib (339.92.1) <C4E4A18D-3C3B-3C9C-8709-A4270D998DE7> /usr/lib/system/libdispatch.dylib
        0x7fff8f014000 -     0x7fff8f020ff7  com.apple.OpenDirectory (10.9 - 173.90.1) <256C265B-7FA6-326D-9F60-18DADF5F3A0E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff8f096000 -     0x7fff8f0bbff7  com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff8f0bc000 -     0x7fff8f180ff7  com.apple.backup.framework (1.5.3 - 1.5.3) <088FEDED-BF5C-33F4-A51A-646C8149BDAA> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff8f3af000 -     0x7fff8f437ff7  com.apple.CorePDF (4.0 - 4) <92D15ED1-D2E1-3ECB-93FF-42888219A99F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff8f44b000 -     0x7fff8f463ff7  com.apple.openscripting (1.4 - 157) <B3B037D7-1019-31E6-9D17-08E699AF3701> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff8f4ab000 -     0x7fff8f4daff9  com.apple.GSS (4.0 - 2.0) <44E914BE-B0D0-3E05-9451-CA9E539AFA52> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff8f563000 -     0x7fff8f56eff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8f56f000 -     0x7fff8f5fbff7  com.apple.ink.framework (10.9 - 207) <8A50B893-AD03-3826-8555-A54FEAF08F47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff8f647000 -     0x7fff8f647fff  com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff8f648000 -     0x7fff8f677fd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
        0x7fff8f69c000 -     0x7fff8f8e4ff7  com.apple.CoreData (107 - 481.3) <E78734AA-E3D0-33CB-A014-620BBCAB2E96> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff8f99b000 -     0x7fff902baf43  com.apple.CoreGraphics (1.600.0 - 599.23.13) <3A1952C7-1D67-3DEC-A5AB-5399FF4F2A92> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff902c0000 -     0x7fff9038bfff  libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff9038c000 -     0x7fff9038effb  libutil.dylib (34) <DAC4A6CF-A1BB-3874-9569-A919316D30E8> /usr/lib/libutil.dylib
        0x7fff9038f000 -     0x7fff903edff7  com.apple.corelocation (1486.17 - 1486.24) <9FBB29F0-E000-3190-A96C-9EAA5CCCA2A0> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff903ee000 -     0x7fff90440fff  libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
        0x7fff90441000 -     0x7fff904caff7  libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
        0x7fff904cb000 -     0x7fff904cdff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
        0x7fff904ce000 -     0x7fff90525fff  com.apple.ViewBridge (1.0 - 46.2) <4AF3CB98-7691-39A2-8DC3-ABE5CC55CE7F> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
        0x7fff90526000 -     0x7fff9052cff7  libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib
        0x7fff9055a000 -     0x7fff90571ff7  com.apple.CFOpenDirectory (10.9 - 173.90.1) <EBC0A1F2-9054-3D39-99AE-A3F655E55D6A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff90572000 -     0x7fff90572fff  com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff90573000 -     0x7fff9059aff7  libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
        0x7fff9059b000 -     0x7fff905a4ffb  libCGInterfaces.dylib (271) <68EFBEFE-7506-3235-99A2-5B69EDBFD7B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/Resources/libCGInterfaces.dylib
        0x7fff905a5000 -     0x7fff905d3ff7  com.apple.securityinterface (9.0 - 55047) <0346D8A9-2CAA-38F3-A741-5FBA5E9F1E7C> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff905d4000 -     0x7fff905e3ff8  com.apple.LangAnalysis (1.7.0 - 1.7.0) <8FE131B6-1180-3892-98F5-C9C9B79072D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff905e4000 -     0x7fff90614fff  com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
        0x7fff9061b000 -     0x7fff90674fff  libTIFF.dylib (1043) <D7CAE68F-6087-3B40-9CB8-EC6DB47BF877> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff90675000 -     0x7fff9068bfff  com.apple.CoreMediaAuthoring (2.2 - 947) <F1886A05-1C29-3F88-88C0-4A1013530AD1> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff9068c000 -     0x7fff906dafff  libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
        0x7fff906db000 -     0x7fff90716fff  com.apple.bom (14.0 - 193.1) <EF24A562-6D3C-379E-8B9B-FAE0E4A0EF7C> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff9077e000 -     0x7fff907e0ff7  com.apple.WhitePagesFramework (10.7.0 - 141.0) <F95E1174-37B7-300C-8ECE-E67A711B6721> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
        0x7fff907e1000 -     0x7fff907e2ffc  com.apple.SafariServices.framework (9537 - 9537.76.4) <33EBCBCD-6A93-3DED-AA0A-5237B878C3FE> /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariSer vices
        0x7fff907f6000 -     0x7fff90800ff7  com.apple.ProtocolBuffer (1 - 182.1.3) <82E68598-A8AA-3AF1-843E-2A64F19472D4> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
        0x7fff90801000 -     0x7fff90803ff7  com.apple.diagnosticlogcollection (10.0 - 1000) <5CA6D8A2-DEA6-33C3-91BC-F3B076C0500B> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/Versions/A/ DiagnosticLogCollection
        0x7fff90804000 -     0x7fff90d27fff  com.apple.QuartzComposer (5.1 - 319) <8B90921F-911B-3240-A1D5-3C084F3E6A36> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff90d28000 -     0x7fff90d28fff  com.apple.quartzframework (1.5 - 1.5) <3B2A72DB-39FC-3C5B-98BE-605F37777F37> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff90d29000 -     0x7fff90db2fff  com.apple.ColorSync (4.9.0 - 4.9.0) <B756B908-9AD1-3F5D-83F9-7A0B068387D2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff90db3000 -     0x7fff90dc0ff4  com.apple.Librarian (1.2 - 1) <F1A2744D-8536-32C7-8218-9972C6300DAE> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
        0x7fff90ded000 -     0x7fff90f1cfef  com.apple.MediaControlSender (2.0 - 200.34.4) <FC24EC8D-2E46-3F76-AF63-749F30857B96> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
        0x7fff90f1d000 -     0x7fff90f4efff  com.apple.MediaKit (15 - 709) <23E33409-5C39-3F93-9E73-2B0E9EE8883E> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff90f4f000 -     0x7fff90f9cff2  com.apple.print.framework.PrintCore (9.0 - 428) <8D8253E3-302F-3DB2-9C5C-572CB974E8B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff90f9d000 -     0x7fff91271fc7  com.apple.vImage (7.0 - 7.0) <D241DBFA-AC49-31E2-893D-EAAC31890C90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff912b1000 -     0x7fff9134efff  com.apple.imcore (10.0 - 1000) <DF924E35-74AB-389C-9279-1828518218F8> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore
        0x7fff9134f000 -     0x7fff91378ff7  libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib
        0x7fff9138c000 -     0x7fff91397fff  libkxld.dylib (2422.100.13) <67D079F8-6C48-3F42-9FBE-26F1ADA03DC4> /usr/lib/system/libkxld.dylib
        0x7fff91428000 -     0x7fff916d2ff5  com.apple.HIToolbox (2.1.1 - 698) <A388E773-AE7B-3FD1-8662-A98E6E24EA16> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff919be000 -     0x7fff919e8ff7  libpcap.A.dylib (42) <91D3FF51-D6FE-3C05-98C9-1182E0EC3D58> /usr/lib/libpcap.A.dylib
        0x7fff919fa000 -     0x7fff91a2fffc  com.apple.LDAPFramework (2.4.28 - 194.5) <4ADD0595-25B9-3F09-897E-3FB790AD2C5A> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff91a30000 -     0x7fff91a32fff  com.apple.OAuth (25 - 25) <22D42C60-CA67-31D7-A4A4-AFD8F35408D7> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
        0x7fff91a33000 -     0x7fff91a33fff  com.apple.Carbon (154 - 157) <45A9A40A-78FF-3EA0-8FAB-A4F81052FA55> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff91a67000 -     0x7fff91a6bfff  com.apple.CommonPanels (1.2.6 - 96) <6B434AFD-50F8-37C7-9A56-162C17E375B3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff91a6c000 -     0x7fff91a94ffb  libRIP.A.dylib (599.23.13) <FFE421E6-CB15-3F9D-ADF4-679E26B09892> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib
        0x7fff921f2000 -     0x7fff921fafff  libMatch.1.dylib (19) <021293AB-407D-309A-87F5-8E782F46753E> /usr/lib/libMatch.1.dylib
        0x7fff9220b000 -     0x7fff923b8f27  libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
        0x7fff923b9000 -     0x7fff92444fff  libCoreStorage.dylib (380) <DE9B3F8C-045C-3010-9A25-C8CD72F1066B> /usr/lib/libCoreStorage.dylib
        0x7fff92445000 -     0x7fff924b2fff  com.apple.SearchKit (1.4.0 - 1.4.0) <B9B8D510-A27E-36B0-93E9-17146D9E9045> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff924bc000 -     0x7fff924cafff  com.apple.opengl (9.6.1 - 9.6.1) <B22FA400-5824-36AF-9945-5FEC31995A0E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff924cb000 -     0x7fff924cefff  com.apple.AppleSystemInfo (3.0 - 3.0) <61FE171D-3D88-313F-A832-280AEC8F4AB7> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff924cf000 -     0x7fff924ebfff  libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
        0x7fff924ec000 -     0x7fff92531ff6  com.apple.HIServices (1.23 - 468) <5970AF5C-F5BD-3B6A-97C9-95B2CA98D71D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff92546000 -     0x7fff92546fff  com.apple.SafariDAVNotifier (1.1.1 - 1) <6FD70177-7044-3EFE-905F-08F1D2D40ECA> /System/Library/PrivateFrameworks/BookmarkDAV.framework/Versions/A/Frameworks/S afariDAVNotifier.framework/Versions/A/SafariDAVNotifier
        0x7fff92547000 -     0x7fff925a4fff  com.apple.imfoundation (10.0 - 1000) <122D84B9-871D-3885-9D8D-840CD529028F> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundatio n
        0x7fff925a5000 -     0x7fff925d1ff7  com.apple.framework.SystemAdministration (1.0 - 1.0) <6FD03EF6-32B6-397D-B9D7-D68E89A462F5> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/Sys temAdministration
        0x7fff9273f000 -     0x7fff92749ff7  com.apple.CrashReporterSupport (10.9 - 539) <B25A09EC-A021-32EC-86F8-05B4837E0EDE> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff9274a000 -     0x7fff9275efff  com.apple.aps.framework (4.0 - 4.0) <2D42DCDD-055E-3EE1-97F8-FC447B495D3E> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
        0x7fff9275f000 -     0x7fff92760fff  libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
        0x7fff92761000 -     0x7fff9277eff7  com.apple.framework.Apple80211 (9.3.2 - 932.59) <DA61BF63-978E-342D-8F7F-83D0169A7F48> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff9277f000 -     0x7fff927dbfff  com.apple.coredav (1.0.1 - 229.6) <6D2B49E8-E81D-36C7-BC24-FD54FA35E5BC> /System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV
        0x7fff927dc000 -     0x7fff927e0fff  libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
        0x7fff927e1000 -     0x7fff92832fff  com.apple.QuickLookFramework (5.0 - 622.7) <17685CEC-C94B-3F83-ADE1-B24840B35E44> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff92833000 -     0x7fff9284eff7  libsystem_malloc.dylib (23.10.1) <A695B4E4-38E9-332E-A772-29D31E3F1385> /usr/lib/system/libsystem_malloc.dylib
        0x7fff928a4000 -     0x7fff928ebff7  libcups.2.dylib (372.4) <36EA4350-43B4-3A5C-9904-10685BFDA7D4> /usr/lib/libcups.2.dylib
        0x7fff9293f000 -     0x7fff92940ff7  com.apple.print.framework.Print (9.0 - 260) <EE00FAE1-DA03-3EC2-8571-562518C46994> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff92941000 -     0x7fff92943fff  libCVMSPluginSupport.dylib (9.6.1) <FB37F4C4-1E84-3349-BB03-92CA0A5F6837> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff93797000 -     0x7fff937b2ff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
        0x7fff937b3000 -     0x7fff93804ff3  com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <BF4C2FE3-8BC8-30D1-8347-2A7221268794> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff93805000 -     0x7fff93817ff7  com.apple.MultitouchSupport.framework (245.13 - 245.13) <E51DE5CA-9859-3C13-A24F-37EF4385C1D6> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff93822000 -     0x7fff9382eff3  com.apple.AppleFSCompression (56 - 1.0) <5652B0D0-EB08-381F-B23A-6DCF96991FB5> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff9382f000 -     0x7fff9384bfff  com.apple.frameworks.preferencepanes (16.0 - 16.0) <059E99D8-67C2-3B59-B5E7-850DD7A92D75> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
        0x7fff93874000 -     0x7fff93878ff7  libsystem_stats.dylib (93.90.3) <4E51D5B0-92A0-3D0D-B90E-495A1ED3E391> /usr/lib/system/libsystem_stats.dylib
        0x7fff93879000 -     0x7fff93ab4fff  com.apple.CalendarPersistence (7.0 - 138.4) <BDD9B054-F274-357F-8343-6F8DAC7B0B36> /System/Library/PrivateFrameworks/CalendarPersistence.framework/Versions/A/Cale ndarPersistence
        0x7fff93ab5000 -     0x7fff93ac7fff  com.apple.ImageCapture (9.0 - 9.0) <BE0B65DA-3031-359B-8BBA-B9803D4ADBF4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff93ac8000 -     0x7fff93d29fff  com.apple.imageKit (2.5 - 774) <AACDE16E-ED9F-3B3F-A792-69BA1942753B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff93d2a000 -     0x7fff93d51ffb  libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
        0x7fff93d52000 -     0x7fff93d83ff7  libtidy.A.dylib (15.12) <BF757E3C-733A-3B6B-809A-A3949D46466E> /usr/lib/libtidy.A.dylib
        0x7fff93d84000 -     0x7fff93db8fff  libssl.0.9.8.dylib (50) <B15F967C-B002-36C2-9621-3456D8509F50> /usr/lib/libssl.0.9.8.dylib
        0x7fff93db9000 -     0x7fff93e08ff7  com.apple.framework.internetaccounts (2.1 - 210) <D7175985-03A5-315B-B788-FBDC0019B0EA> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
        0x7fff941a2000 -     0x7fff941a6ff7  libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
        0x7fff941a7000 -     0x7fff941b8ff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
        0x7fff941b9000 -     0x7fff941d1ff7  com.apple.GenerationalStorage (2.0 - 160.3) <64749B08-0212-3AC8-9B49-73D662B09304> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff941d2000 -     0x7fff941d9ff7  com.apple.phonenumbers (1.1.1 - 105) <767A63EB-244C-34F1-9FFA-D1A6BED60C31> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
        0x7fff941da000 -     0x7fff941dbff7  libsystem_sandbox.dylib (278.11) <B46E4040-A8C6-3EBC-91F8-F1CB01106614> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff941dc000 -     0x7fff9446ffff  com.apple.RawCamera.bundle (5.05 - 743) <ACFD986B-59D0-313C-941A-5F239CDF9AA7> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff94470000 -     0x7fff94701ff7  com.apple.AOSKit (1.06 - 176) <35525B2F-B02F-31FD-A3B2-FD6AE6D32C11> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
        0x7fff94702000 -     0x7fff94709fff  libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
        0x7fff9470a000 -     0x7fff94739ff7  com.apple.CoreAVCHD (5.7.0 - 5700.4.3) <404369C0-ED9F-3010-8D2F-BC55285F7808> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff9473a000 -     0x7fff94741ff8  liblaunch.dylib (842.90.1) <38D1AB2C-A476-385F-8EA8-7AB604CA1F89> /usr/lib/system/liblaunch.dylib
        0x7fff94742000 -     0x7fff94742ffd  libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff94743000 -     0x7fff9474cfff  com.apple.DisplayServicesFW (2.8 - 360.8.14) <816A9CED-1BC0-3C76-8103-1B9BE0F723BB> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff94ac5000 -     0x7fff94ae3ff7  com.apple.Accounts (113 - 113) <FEB37642-C973-3CD2-B279-142492266A16> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
        0x7fff94ae4000 -     0x7fff94b08fff  libxpc.dylib (300.90.2) <AB40CD57-F454-3FD4-B415-63B3C0D5C624> /usr/lib/system/libxpc.dylib
        0x7fff94b09000 -     0x7fff94b0cff7  libdyld.dylib (239.4) <7C9EC3B7-DDE3-33FF-953F-4067C743951D> /usr/lib/system/libdyld.dylib
        0x7fff94b0d000 -     0x7fff94b15fff  libsystem_dnssd.dylib (522.90.2) <A0B7CF19

    These are the results it gave me andyBall_uk.
    EtreCheck version: 1.9.11 (43) - report generated 2 June 2014 15:10:46 BST
    Hardware Information:
              iMac (21.5-inch, Late 2012)
              iMac - model: iMac13,1
              1 2.7 GHz Intel Core i5 CPU: 4 cores
              8 GB RAM
    Video Information:
              NVIDIA GeForce GT 640M - VRAM: 512 MB
    System Software:
              OS X 10.9.3 (13D65) - Uptime: 0 days 0:5:10
    Disk Information:
              APPLE HDD ST1000LM024 disk0 : (1 TB)
                        EFI (disk0s1) <not mounted>: 209.7 MB
                        Macintosh HD (disk0s2) / [Startup]: 999.35 GB (833.4 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
    USB Information:
              HP Deskjet 3050A J611 series
              Apple Inc. FaceTime HD Camera (Built-in)
              Apple Inc. BRCM20702 Hub
                        Apple Inc. Bluetooth USB Host Controller
    Thunderbolt Information:
              Apple Inc. thunderbolt_bus
    Gatekeeper:
              Anywhere
    Kernel Extensions:
              [kext loaded] com.Cycling74.driver.Soundflower (1.6.6 - SDK 10.6) Support
              [not loaded] com.makemkv.kext.daspi (1) Support
    Launch Daemons:
              [loaded] com.adobe.fpsaud.plist Support
              [not loaded] com.adobe.SwitchBoard.plist Support
              [loaded] com.genieoinnovation.macextension.client.plist Support
              [loaded] com.google.keystone.daemon.plist Support
              [loaded] com.oracle.java.Helper-Tool.plist Support
              [loaded] com.oracle.java.JavaUpdateHelper.plist Support
    Launch Agents:
              [not loaded] com.adobe.AAM.Updater-1.0.plist Support
              [loaded] com.adobe.CS5ServiceManager.plist Support
              [running] com.genieoinnovation.macextension.plist Support
              [loaded] com.google.keystone.agent.plist Support
              [loaded] com.oracle.java.Java-Updater.plist Support
              [running] org.chromium.chromoting.plist Support
    User Launch Agents:
              [loaded] com.adobe.AAM.Updater-1.0.plist Support
              [loaded] com.valvesoftware.steamclean.plist Support
    User Login Items:
              iTunesHelper
              Google Drive
              Knock
              CrossOver CD Helper
              CrossOver CD Helper
              Android File Transfer Agent
    Internet Plug-ins:
              o1dbrowserplugin: Version: 5.4.1.18709 Support
              Unity Web Player: Version: UnityPlayer version 4.3.5f1 - SDK 10.6 Support
              Default Browser: Version: 537 - SDK 10.9
              Silverlight: Version: 5.1.20513.0 - SDK 10.6 Support
              FlashPlayer-10.6: Version: 13.0.0.214 - SDK 10.6 Support
              LogMeIn: Version: 1.0.961 - SDK 10.7 Support
              Flash Player: Version: 13.0.0.214 - SDK 10.6 Support
              QuickTime Plugin: Version: 7.7.3
              LogMeInSafari32: Version: 1.0.961 - SDK 10.7 Support
              SharePointBrowserPlugin: Version: 14.3.8 - SDK 10.6 Support
              googletalkbrowserplugin: Version: 5.4.1.18709 Support
              JavaAppletPlugin: Version: Java 7 Update 55 Check version
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
              AirPlay: Version: 2.0 - SDK 10.9
              AppleAVBAudio: Version: 203.2 - SDK 10.9
              iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins:
              Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    User Internet Plug-ins:
              NPRoblox: Version: 1.0.2.12 - SDK 10.9 Support
              Google Earth Web Plug-in: Version: 7.1 Support
    3rd Party Preference Panes:
              remoting_host_prefpane  Support
              Flash Player  Support
              FUSE for OS X (OSXFUSE)  Support
              Java  Support
    Time Machine:
              Time Machine not configured!
    Top Processes by CPU:
                   1%          fontd
                   1%          mds
                   0%          Google Chrome
                   0%          WindowServer
                   0%          Google Drive
    Top Processes by Memory:
              115 MB          com.apple.IconServicesAgent
              98 MB          mds_stores
              90 MB          Google Chrome
              82 MB          Google Drive
              57 MB          ocspd
    Virtual Memory Information:
              5.66 GB          Free RAM
              1.38 GB          Active RAM
              286 MB          Inactive RAM
              697 MB          Wired RAM
              369 MB          Page-ins
              0 B          Page-outs

  • I click on itunes but doesnt open and says send error report or dont send

    i click on itunes but doesnt open and says send error report or dont send

    You will need to provide more details as we cannot see your computer screen. Does this happen every time you launch LabVIEW? What version of LabVIEW are you using? What version of Windows? Does LabVIEW crash? If so, what were you doing at the time it crashed?

Maybe you are looking for

  • How can I re import pictures to my library?

    OK, I made a silly mistake, and I erased all of the originals from iphoto (yes, I know, it is a hidden folder, it is hard to do, but I managed to do it all the same). Now, all of the thumbnails are there, but not the actual pics. I have them all back

  • Time capsule error 6584

    i was formatting my timecapsule with a 35 pass format when a huge blackout happened in my town and it didnt finish, the airport utility said that disk needed repair, when i enter time machine i cant do it because an errror window saying unexpected er

  • APEX Listener deployment fails-java.lang.reflect.InvocationTargetException

    Hi I'm trying to intall the Listener and I'm at the point where I do "java -jar apex.war" but I get this: J-PC:J >java -jar apex.war null java.lang.reflect.InvocationTargetException         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Metho

  • SCCM 2012 Distribution Point Priority

    Hello When two distribution points are assigned to a boundary group and the connection speeds are assigned as "Fast" and "Slow", will the clients within that boundary group always attempt to download from the fast one first if it is available? Regard

  • Export Data to excel from JSP

    Hi Friends, I want to generate a excel file on click of a button storing the report whose content are based on some sql query. I got following code from the group. <%@ page language="java" import="java.io.*" %> <%@ page contentType="application/vnd.m