OPS에서 SYSTEM FAIL로 인한 SQL*NET FAIL-OVER 에 대처할 수 있는 SETUP

제품 : SQL*NET
작성날짜 : 1997-11-20
OPS에서 SYSTEM FAIL로 인한 SQL*NET FAIL-OVER 에 대처할 수 있는 SETUP
==================================================================
OPS에서 여러 node를 사용 중 한 시스템이 fail이 생길 경우 사용자의
application 수정없이 fail-over 시스템으로 접속하는 방법입니다.
제약 조건 > SQL*NET V2.3.2.1.6 for windows 95
SQL*NET V2.3.2.1.8 for windows
상기의 Version 이상 이라야 하며 위의 경우 tnsnames.ora 화일의
configuration에 대한 setup 내용입니다.
Example tnsnames.ora for SQL*Net 2.3 fail-over.
When a user requests to connect to <alias>, sqlnet will attempt to
connect to the address in the first description in the
description_list, if that fails, it will try to connect to the address
in the next description in the description_list.
You can have as many descriptions in the description_list as needed.
The client will only receive an error if all the descriptions fail.
<alias>=
(description_list=
(description=
(address_list=
(address=
(protocol=tcp)
(host=<server 1>)
(port=1521)
(connect_data=
(sid=<sid1>)
(description=
(address_list=
(address=
(protocol=tcp)
(host=<server 2>)
(port=1521)
(connect_data=
(sid=<sid2>)
)

Similar Messages

  • Microsoft SQL Server Express LocalDB / Windows Azure Powershell install fail - SQL writer failed to start

    I'm trying to install Windows Azure PowerShell on my Windows 7 SP1 Enterprise laptop. As a prerequisite, it needs to install Microsoft SQL Server 2012 Express LocalDB, I but keep receiving an error:
    Service 'SQL Server VSS Writer' (SQLWriter) failed to start. Verify that you have
    sufficient privileges to start system services.
    The service that it tries to use by default is the Local Service. I verified that it has log on as a service privileges and even did a restart. Same error.
    any ideas?
    Cross posted in Windows
    Azure

    Hi ,
    According to your description, when you install SQL Server 2012 Local DB , it encounter the error about SQLWriter. We need to verify if you invoke SQLLOcalDB.msi directly, and check
    MSSQL service is running and other service’s status.In addition, you can go to event viewer and check the error logs for analysis.
    There is a similar issue about Service SQL Server VSS Writer and troubleshooting SQL Server 2012 Express LocalDB, you can review the following article.
    http://blog.andreloker.de/post/2008/07/17/SQL-Server-hotfix-KB948109-fails-with-error-1920.aspx#!
    http://social.technet.microsoft.com/wiki/contents/articles/4609.troubleshoot-sql-server-2012-express-localdb.aspx
    Thanks,
    Sofiya Li
    Your Name
    TechNet Community Support

  • SQL*NET V2 SETUP (MTS)

    제품 : SQL*NET
    작성날짜 : 1997-06-23
    SQL*NET V2 SETUP (MTS)
    ======================
    UNIX에서 SQL*NET V2를 사용하려면 ORACLE 인스톨 후에 다음과 같이 SETUP을 한
    다음 사용하면 된다. 여기서
    ORACLE_HOME DIRECTORY는 /usr/oracle7
    ORACLE_SID는 ORA7
    이라고 가정한다.
    1. (단, MTS로 setting하지 않고 dedicated로 접속할 때에는 이 과정은 생략하도록
    한다.)
    Multi-threaded server 프로세스들을 먼저 기동을 하여야 한다.
    $ORACLE_HOME/dbs/initSID.ora 화일에 다음과 같은 내용을 추가하고
    DB 를 다시 startup 을 한다
    # Filename : /usr/oracle7/dbs/initSID.ora
    # Protocol : tcp
    mts_dispatchers="tcp, 3"
    mts_max_dispatchers=10
    mts_servers=5
    mts_max_servers=10
    mts_service=ORA7
    mts_listener_address="(ADDRESS=(PROTOCOL=tcp)(port=1521)
    (host=hostname))"
    2. tnsnames.ora 및 listener.ora 를 작성한다. 이 화일들은
    /usr/oracle7/network/admin 디렉토리에 만들어야 하며 유닉스 환경변수를
    TNS_ADMIN=$ORACLE_HOME/network/admin
    과 같이 지정하고 사용하는 것이 좋다.
    <EXAMPLE>
    # File name : /usr/oracle7/network/admin/listener.ora
    # This configuration supports tcp
    LISTENER =
    (ADDRESS_LIST =
    (ADDRESS =
    (PROTOCOL = tcp)
    (HOST = hostname)
    (PORT = 1521)
    STARTUP_WAIT_TIME_LISTENER = 0
    CONNECT_TIMEOUT_LISTENER = 0
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = ORA7)
    (ORACLE_HOME=/usr/oracle7)
    # Filename : /usr/oracle7/network/admin/tnsnames.ora
    TORA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS =
    (PROTOCOL = tcp)
    (HOST = hostname)
    (PORT=1521)
    (CONNECT_DATA =
    (SID = ORA7)
    3. Listener process를 start한다.
    $lsnrctl start
    4. SQL*NET v2 를 사용하여 MTS 에 접속한다.(LOOPBACK TEST)
    $ sqlplus scott/tiger@TORA
    5. CLIENT에서 접속하는 경우라면 위에서 만든 tnsnames.ora 화일을 CLIENT의
    $ORACLE_HOME/network/admin 디렉토리에 COPY 하기만 하면 된다.
    6. 예를 들어 CLIENT가 WIN95라면 C:\ORAWIN95\NETWORK\ADMIN 디렉토리에
    tnsnames.ora 화일을 COPY하면 된다. 만약 ORA-12154 에러가 발생하면
    C:\ORAWIN95\NETWORK\ADMIN 디렉토리에 sqlnet.ora가 있는지 확인하고
    이것을 sqlnet.old 같이 다른 이름으로 rename 한 후에 접속테스트를 해
    보도록 한다. sql*plus(plus33.exe or plus33w.exe)로 접속하는 경우
    다음과 같이 접속하면 된다.
    USERNAME scott
    PASSWORD tiger
    HOST STRING TORA
    * SERVER가 WINDOWS NT인 경우에는 다른 부분은 UNIX와 동일하게 setup하면
    되고 단지 Listener를 띄우는 방법만 다르다.
    제어판 -> SERVICES 에서 ORACLE 관련 SERVICE들을 모두 START 시켜주면 된다.

    This forum is for Oracle Migration Workbench issues, i.e. migration using the workbench from a non Oracle database to an Oracle database.
    Here are some pointers that may be useful, but you may need to get more information elsewhere, for example Oracle Customer Support.
    a Oracle 7.1 client (including your example) will connect to an Oracle 8.1.5 server.
    Is the server correctly configured (can a client connect from another machine)?
    Tracing can be turned on in the client, server and/or listener to get further information.
    Turloch

  • SQL*NET SESSION의 DEAD CONNECTION 처리 방법

    제품 : SQL*NET
    작성날짜 : 1996-04-03
    SQL*NET SESSION의 DEAD CONNECTION 처리 방법
    ==========================================
    server에서 수행 중이던 프로그램이 비정상 종료한 경우에는 오라클의 smon이
    자동으로 detection하여 수행 중이던 transaction을 rollback하여
    정리하여 준다.
    그러나, Client Server 환경에서 PC를 Client로 사용 시 비정상적인 방법으로
    Server와 Disconnect 하면 Server 쪽에 있는 Dedicated Server가 남아 있다.
    이는 Sql*net V1 & V2에서 발생하던 문제로 Sql*net V2.1 이후에는 아래와
    같은 방법을 이용하면 Dead connection이 정상적으로 Disconnect 된다.
    * 환경 : Server - Sql*net tcp/ip V2.1.3
    Client - Sql*net V2.0
    * Setup 방법 : Server와 Client에 있는
    $ORACLE_HOME/network/admin/sqlnet.ora에
    sqlnet.expire_time=n
    으로 setting 한다.
    여기서 n은 분 단위이며 실제 disconnect는 n분보다 더 걸린다.
    일반적으로 sqlnet.expire_time=1로 설정하면 적당하다.

    Hi,
    Probe send - client and application still there - all fine
    Network cable on the client is removedAt the above stage if the Sever sents a probe then if does not receive any message from Client it is treated as DCD. (It will receive any error code or negative response from client instead of any active status communication)
    Application is shut down
    (Optionally the computer is rebooted)
    Network cable is reattached
    Next probe send from server
    At this point, the client is reachable, the Oracle NET component on the client is there, but the application on the client is gone without properly saying good bye to the DB server.
    Would DCD detect the dead connection in this sceanrio?If my above comment is dismissed and your case or assumptions continues, then we need to check the SQL_EXPIRE time which you have connected. If the every thing happens with in the time setted for Expire time then, still it will treat as DCD, your session is getting terminated the system got rebooted.
    You understanding with DCD is correct.
    We see sessions in V$SESSIONS that don't have a process on the client any more. We have SQLNET.EXPIRE_TIME set to 2 minutes on the server, but still these sessions show up after days. Sessions show up as inactive and are waiting on "SQL*NET message from client" for hours and days.See basically INACTIVE and DCD are different. Slight difference exits. As you said you find inactive sessions. If you want to cleanup those inactive sessions, as per oracle documenation, you can create a custom profile as per your requrement and assign some IDLE_TIME and update the respective user profile. That might help you out.
    - Pavan Kumar N

  • SQL*Net over IPC fails for normal users

    When normal users try to use SQL*Net to log on to a local
    database on a Linux box, they get the message "ORA-12546:
    TNS:permission denied". An example of this would be the command:
    sqlplus scott/tiger@MG8
    The oracle unix account can execute the above without problems
    and when a normal user sets ORACLE_SID and omits the SQL*Net
    connect string it works fine.
    Oddly, this is only a problem for connections using the IPC
    protocol. If I omit the IPC section from my listener.ora
    (leaving only the TCP section), non-privileged users can log on
    to local databases through SQL*Net without problems.
    I suppose it's not a big deal (there's not that much overhead
    going through the TCP loopback port on Linux), but I'm wondering
    what's wrong. SQL*Net over IPC certainly works on Solaris.
    This is on a S.u.S.E 5.3 distribution of Linux.
    null

    Mark Gleaves (guest) wrote:
    : When normal users try to use SQL*Net to log on to a local
    : database on a Linux box, they get the message "ORA-12546:
    : TNS:permission denied". An example of this would be the
    : command
    : sqlplus scott/tiger@MG8
    : The oracle unix account can execute the above without problems
    : and when a normal user sets ORACLE_SID and omits the SQL*Net
    : connect string it works fine.
    Check that your oracle executable is SUID oracle and SGID dba?
    I'd have thought that would cause problems with bequeath
    connections, so perhaps not.
    Wierd error. You might try running an strace on the sqlplus to
    see what system call fails.
    -michael
    null

  • I am geeting problem whem i run bulk insert query i got error Location:_ bcpimp.cpp:1797 Expression:_ cbOutTemp cbOutputStr SPID:__ 52 Process ID:_ 2364 Msg 3624, Level 20, State 1, Line 3 A system assertion check has failed. Check the SQL Server error

    Location: bcpimp.cpp:1797
    Expression: cbOutTemp < cbOutputStr
    SPID: 52
    Process ID: 2364
    Msg 3624, Level 20, State 1, Line 3
    A system assertion check has failed. Check the SQL Server error log for details. Typically, an assertion failure is caused by a software bug or data corruption. To check for database corruption, consider running DBCC CHECKDB. If you agreed to send dumps to
    Microsoft during setup, a mini dump will be sent to Microsoft. An update might be available from Microsoft in the latest Service Pack or in a QFE from Technical Support. 
    Msg 0, Level 20, State 0, Line 0
    A severe error occurred on the current command.  The results, if any, should be discarded.

    If you check your sql server error log folder you will see dump files created. You need to send those dump files to Microsoft for inspection because outside of microsoft product support the symbols for reading the dumps are not available without which it
    wont be easy to find the issue.
    http://support.microsoft.com/kb/2028589
    In the meantime check if you are on the latest version of Service Pack and if not apply the latest service pack. Majority of these kind of assertions are bugs which are solved in Service Packs/Cumulative Updates.
    Regards, Ashwin Menon My Blog - http:\\sqllearnings.com

  • CS4 design premium and CS3 web premium fails to insall in windows 7 home premium service pack 1 64bit. it shows checking system profile....  setup error  setup has encountered an error and cannot continue. contact adobe customer support for assistance.

    CS4 design premium and CS3 web premium fails to insall in windows 7 home premium service pack 1 64bit.
    when i click on setup file, it shows checking system profile....  setup error.  setup has encountered an error and cannot continue. contact adobe customer support for assistance.

    i am not able to understand the log. here is the entire log. pl help
    3044] Fri Oct 10 23:03:42 2014  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Visit http://www.adobe.com/go/loganalyzer/ for more information
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    START - Installer Session
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    RIBS version: 2.0.138.0
    -------------------- BEGIN - Proxy File Summary - BEGIN --------------------
    AdobeCode: {00DF958D-8DD1-416E-8697-A0DBBE702A37}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeFireworks10en_USLanguagePack\AdobeFireworks10en_USLanguagePack.proxy. xml
    AdobeCode: {02FD2912-C5C4-41f0-B7D2-0C1871EB9565}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeFlash10-es-ExtensionFL30\AdobeFlash10-es-ExtensionFL30.boot.xml
    AdobeCode: {043A67CA-08C4-4669-A2A1-B03F6D8D509C}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeWinSoftLinguisticsPluginAll\AdobeWinSoftLinguisticsPluginAll.boot.xml
    AdobeCode: {064F0D64-1F54-4F4B-953E-BAED5D7E69B2}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobePDFSettings9-mul\AdobePDFSettings9-mul.boot.xml
    AdobeCode: {08D66D31-CC4B-101B-B7BF-FD1B1E2718A8}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeInDesign6IconHandler-mul\AdobeInDesign6IconHandler-mul.boot.xml
    AdobeCode: {092DF7B0-6E10-4718-9763-9704CC4E6EF9}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeALMAnchorService2-mul\AdobeALMAnchorService2-mul.boot.xml
    AdobeCode: {0967604F-33E6-4C6B-934B-157C3AB4ED4C}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeExtensionManager2All\AdobeExtensionManager2All.boot.xml
    AdobeCode: {0A621EC5-B98B-45C9-95FE-A7D0DA3150EA}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeFlashPlayer10_axDbg_mul\AdobeFlashPlayer10_axDbg_mul.proxy.xml
    AdobeCode: {0C0BD663-FF73-4EA4-9FF7-A7AE0405B90F}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeDreamweaver10fr_CALanguagePack\AdobeDreamweaver10fr_CALanguagePack.pr oxy.xml
    AdobeCode: {0C91FCEB-C2EF-101B-89B8-C06AE9160079}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeInDesign6CommonLang-en_GB\AdobeInDesign6CommonLang-en_GB.proxy.xml
    AdobeCode: {0D47D055-102E-443D-9FE7-FFF0BBAB6A98}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeTypeSupport9-mul-x64\AdobeTypeSupport9-mul-x64.boot.xml
    AdobeCode: {14A5A29B-D252-4575-B40C-695B8D8B34D5}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeBridge3All\AdobeBridge3All.boot.xml
    AdobeCode: {176894A3-E35F-45C0-98E3-3FB4CD46C0E0}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobePhotoshop11-Support\AdobePhotoshop11-Support.boot.xml
    AdobeCode: {195C539A-1546-43A8-A224-C03FE427F47D}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeFlash10-es_MXLanguagePack\AdobeFlash10-es_MXLanguagePack.proxy.xml
    AdobeCode: {198E1366-F2E8-4853-8A6B-B0CF8BDBF091}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeSGM3-zh_CN\AdobeSGM3-zh_CN.boot.xml
    AdobeCode: {223EB970-F510-4D0A-A7D0-0B79B163B35B}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeALMAnchorService2-mul-x64\AdobeALMAnchorService2-mul-x64.boot.xml
    AdobeCode: {22DBAEF9-C0EE-101B-ACA7-89BA7D08F8B9}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeInDesign6AppLang-es_MX\AdobeInDesign6AppLang-es_MX.proxy.xml
    AdobeCode: {289C46A2-F2F7-4887-A8DA-5CB1AB65754D}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeDreamweaver10-mul\AdobeDreamweaver10-mul.boot.xml
    AdobeCode: {2965A5F0-0326-4479-B140-F5799BD025B7}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeCameraRaw5.0All\AdobeCameraRaw5.0All.boot.xml
    AdobeCode: {2B0F340D-1EAF-4471-90A8-BC380EF7209A}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeFireworks10en_GBLanguagePack\AdobeFireworks10en_GBLanguagePack.proxy. xml
    AdobeCode: {2B47D5DE-E019-4130-AB69-2DAB4DEEBB0A}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeColorJA_ExtraSettings2-mul\AdobeColorJA_ExtraSettings2-mul.boot.xml
    AdobeCode: {2BD22DAB-D025-4c9a-A62E-DAD828393885}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeFlash10-en-ExtensionFL30\AdobeFlash10-en-ExtensionFL30.boot.xml
    AdobeCode: {2E39F462-F4AE-4617-8416-CDCEC9C18232}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeIllustrator14en_USLanguagePack\AdobeIllustrator14en_USLanguagePack.pr oxy.xml
    AdobeCode: {3095E614-711B-48D2-BAAF-0CA9D9968F68}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeOutputModuleAll\AdobeOutputModuleAll.boot.xml
    AdobeCode: {31FC14DD-7641-4BEB-B5D1-9976F99AF956}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeFontsAll\AdobeFontsAll.boot.xml
    AdobeCode: {324A6E8E-CD0F-4D37-9143-05468F0204C3}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobePhotoshop11-en_GB_x64\AdobePhotoshop11-en_GB_x64.proxy.xml
    AdobeCode: {3251BB24-1889-4BB4-9774-BA0D57FE7D0E}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeFlash10-en_GBLanguagePack\AdobeFlash10-en_GBLanguagePack.proxy.xml
    AdobeCode: {3410D3EC-5407-4BA7-92D9-55207A04C3BF}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobePhotoshop11-en_US\AdobePhotoshop11-en_US.proxy.xml
    AdobeCode: {3419CF4A-C105-101B-B1EE-EF5CA3F6A41C}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeInDesign6AppLang-fr_CA\AdobeInDesign6AppLang-fr_CA.proxy.xml
    AdobeCode: {34BBC769-B1F1-412A-8663-50B2EAB6D5A9}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\DeviceCentral2LP-fr_CA\DeviceCentral2LP-fr_CA.proxy.xml
    AdobeCode: {35304775-CB5F-101B-A142-83B5468C225C}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeInDesign6AppBase-mul\AdobeInDesign6AppBase-mul.boot.xml
    AdobeCode: {368BF6FC-8F78-4936-B381-BFE2B4880334}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobePhotoshop11-en_US_x64\AdobePhotoshop11-en_US_x64.proxy.xml
    AdobeCode: {395FC443-B34B-4E77-9928-23C147FC83F1}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeTypeSupport9-mul\AdobeTypeSupport9-mul.boot.xml
    AdobeCode: {3A17921E-0B93-40C6-B0A9-3CD40475B3F0}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobePhotoshop11-fr_CA_x64\AdobePhotoshop11-fr_CA_x64.proxy.xml
    AdobeCode: {3A4D8E3D-83E0-425F-A8FB-B04538CDC2A0}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeCSIAll\AdobeCSIAll.boot.xml
    AdobeCode: {3A5B6B11-CB5C-101B-89C0-E6A199775FEF}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeInDesign6AppFSet-Roman\AdobeInDesign6AppFSet-Roman.boot.xml
    AdobeCode: {3C2CCCD6-CB9D-4288-8B3D-EF7AEC16C35B}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeFlash10-mul\AdobeFlash10-mul.boot.xml
    AdobeCode: {3CD02B3D-9EEE-4786-95A8-73E7BA8558CA}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeDriveAll\AdobeDriveAll.boot.xml
    AdobeCode: {3D9625C4-525A-4368-932D-749B91B3B222}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeFlash10-fr-ExtensionFL30\AdobeFlash10-fr-ExtensionFL30.boot.xml
    AdobeCode: {40E33B80-0C73-41A0-82A5-9AF7D1D68C98}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeFontsAllx64\AdobeFontsAllx64.boot.xml
    AdobeCode: {48ECA3E4-C4E8-101B-A3E5-8A776B36B2F7}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeInDesign6CommonLang-fr_CA\AdobeInDesign6CommonLang-fr_CA.proxy.xml
    AdobeCode: {490F274E-689A-4ECF-AC3E-322347ED7613}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeExtendScriptToolKit3.0.0All\AdobeExtendScriptToolkit3.0.0All.boot.xml
    AdobeCode: {4F3CE025-D60B-4E6B-8D39-B04CD3769008}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeVideoProfilesCS2-mul\AdobeVideoProfilesCS2-mul.boot.xml
    AdobeCode: {52432964-89C2-48CD-9749-4036D3E97BD9}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobePhotoshop11-es_MX_x64\AdobePhotoshop11-es_MX_x64.proxy.xml
    AdobeCode: {53560287-20EA-4EB6-9B5C-5B1EC080350A}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\kuler2.0-mul\kuler2.0-mul.boot.xml
    AdobeCode: {53EBE8B3-CB5B-101B-82B1-D22FEF2EEFE5}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeInDesign6AppFSet-Japan\AdobeInDesign6AppFSet-Japan.boot.xml
    AdobeCode: {563275A9-CC66-101B-8B71-81B8A321A480}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeInDesign6IconHandler64-mul\AdobeInDesign6IconHandler64-mul.boot.xml
    AdobeCode: {5746C6E3-DC6E-4762-9445-F89C50B5E1D2}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeFlashPlayer10_plDbg_mul\AdobeFlashPlayer10_plDbg_mul.proxy.xml
    AdobeCode: {587AF245-DD3F-402A-A32C-4321594DD279}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobePhotoshop11-en_GB\AdobePhotoshop11-en_GB.proxy.xml
    AdobeCode: {5A2D6654-8164-4810-A76F-FD160223558E}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeColorNA_ExtraSettings2-mul\AdobeColorNA_ExtraSettings2-mul.boot.xml
    AdobeCode: {5C99A447-812B-4531-816B-38F0C8B19F02}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeCMaps2-mul\AdobeCMaps2-mul.boot.xml
    AdobeCode: {5D195AB1-30AC-44F6-93FE-225CE5BBAB74}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\Acrobatcom-mul\Acrobatcom-mul.proxy.xml
    AdobeCode: {603DA164-1FA4-43F4-AD82-0A56206E5BD7}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeSearchforHelp-mul\AdobeSearchforHelp-mul.boot.xml
    AdobeCode: {6743AE49-4594-4CAE-807C-27682446F498}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeAMP-mul\AdobeAMP-mul.proxy.xml
    AdobeCode: {69A6AF34-639F-4AC8-8EFB-86DB91C5E106}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeColorEU_ExtraSettings2-mul\AdobeColorEU_ExtraSettings2-mul.boot.xml
    AdobeCode: {6A7D180B-9A75-4C62-BE94-FE44BE3732C2}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeDrivex64All\AdobeDrivex64All.boot.xml
    AdobeCode: {6ADE0200-DE21-4D6C-AFB1-DF7D0D77CB47}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeFlash10-en_USLanguagePack\AdobeFlash10-en_USLanguagePack.proxy.xml
    AdobeCode: {6CA25E84-FDC9-4EAE-86A6-FE0697BAF171}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeColorNA_Recommended2-mul\AdobeColorNA_Recommended2-mul.boot.xml
    AdobeCode: {71C506FA-C006-4822-A371-059856E706CA}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeCameraRaw5.0All-x64\AdobeCameraRaw5.0All-x64.boot.xml
    AdobeCode: {731F2B61-8028-4E63-95BF-B13B224DA13E}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeFlash10-STI-other\AdobeFlash10-STI-other.boot.xml
    AdobeCode: {73656117-7621-4603-9830-786F7F46F966}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeServiceManager-mul\AdobeServiceManager-mul.boot.xml
    AdobeCode: {76A848DA-E186-42F0-B057-8FCC2490C40E}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\DeviceCentral2LP-es_MX\DeviceCentral2LP-es_MX.proxy.xml
    AdobeCode: {79E0F594-E8F3-4930-8EBD-0C7178302EFB}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeColorPhotoshop2-mul\AdobeColorPhotoshop2-mul.boot.xml
    AdobeCode: {7F60FD0C-F2FF-433A-A91C-EC76152DEF05}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeIllustrator14mul\AdobeIllustrator14mul.boot.xml
    AdobeCode: {7FC72310-D125-41B7-943A-EC467BA72F82}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeAssetServices4All\AdobeAssetServices4All.boot.xml
    AdobeCode: {8167335C-8FEA-4576-8EC2-8AC77EC58F19}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobePDFL9-mul\AdobePDFL9-mul.boot.xml
    AdobeCode: {85022982-C128-4177-96E4-6E04B88C489C}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeDreamweaver10en_GBLanguagePack\AdobeDreamweaver10en_GBLanguagePack.pr oxy.xml
    AdobeCode: {85112378-F845-4581-9499-2D5E38441E76}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeDynamicLinkSupport1All\AdobeDynamiclinkSupport1All.boot.xml
    AdobeCode: {869E3432-BDAC-4211-B1DC-EC211962EEFA}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeFireworks10All\AdobeFireworks10All.boot.xml
    AdobeCode: {87809DB4-F038-4C7B-9CA9-FFB6EAE6042F}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeDefaultLanguage2-mul\AdobeDefaultLanguage2-mul.boot.xml
    AdobeCode: {87C4EC3E-47F0-4287-A436-9ADA103E05E9}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeXMPPanelsAll\AdobeXMPPanelsAll.boot.xml
    AdobeCode: {88346284-C41C-101B-99A2-AAB2A0A1B87C}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeInDesign6CommonLang-es_MX\AdobeInDesign6CommonLang-es_MX.proxy.xml
    AdobeCode: {8AD0C0B9-B397-45FE-89A3-D42F95F6E9EF}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeDeviceCentral2-mul\AdobeDeviceCentral2-mul.boot.xml
    AdobeCode: {8B4C951B-F853-4B05-B892-9D5B3CD8AC98}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobePDFSettings9-ja_JP\AdobePDFSettings9-ja_JP.boot.xml
    AdobeCode: {8C273902-BE22-429D-BEEF-C9FFABF18178}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeFlash10-STI-fr\AdobeFlash10-STI-fr.boot.xml
    AdobeCode: {8EA01C93-7DA6-461D-A794-DF98C4268927}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobePhotoshop11-es_MX\AdobePhotoshop11-es_MX.proxy.xml
    AdobeCode: {94C6AEF4-BE0D-431B-B0A5-567E6B89E576}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\aifsdk-win\aifsdk-win.boot.xml
    AdobeCode: {98D81F21-D408-4431-B1CD-FD5F34F70DA0}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeWinSoftLinguisticsPluginAll_x64\AdobeWinSoftLinguisticsPluginAll_x64.bo ot.xml
    AdobeCode: {9907B3BB-23CD-424E-B18F-A2E158D4B6D0}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeLinguisticsAll\AdobeLinguisticsAll.boot.xml
    AdobeCode: {9C6EE72C-3B56-4218-8424-E763E2E0D286}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeFireworks10fr_CALanguagePack\AdobeFireworks10fr_CALanguagePack.proxy. xml
    AdobeCode: {9D0C6527-C1EC-4AFD-B446-4BC12C83C8EF}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeColorEU_Recommended2-mul\AdobeColorEU_Recommended2-mul.boot.xml
    AdobeCode: {9DFDAC02-972C-4A6A-9419-AD702DC40EC6}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeColorCommonSetCMYK2-mul\AdobeColorCommonSetCMYK2-mul.boot.xml
    AdobeCode: {9F299EC3-0FBB-4C64-80C8-66849A26CFBD}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeLinguisticsAll_x64\AdobeLinguisticsAll_x64.boot.xml
    AdobeCode: {A2240090-CA81-4762-82DC-EAFD1503FA3F}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeFlash10-others-ExtensionFL30\AdobeFlash10-others-ExtensionFL30.boot.xml
    AdobeCode: {A286D8E4-3168-49EB-89B5-CF7D8DF8D985}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\DeviceCentral2LP-en_US\DeviceCentral2LP-en_US.proxy.xml
    AdobeCode: {A4EEE829-8B33-4609-874F-AD0CFD8D6AF0}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobePhotoshop11-fr_CA\AdobePhotoshop11-fr_CA.proxy.xml
    AdobeCode: {A6148177-E733-4F44-8123-C7565DFA7819}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobePhotoshop11-Core_x64\AdobePhotoshop11-Core_x64.boot.xml
    AdobeCode: {A80B7019-16DF-42DB-BF83-B6B3452677A1}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeAMP-fr_FR\AdobeAMP-fr_FR.proxy.xml
    AdobeCode: {A9A71A55-3C8A-4DCD-8291-1F4B749627C9}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeAUM6.0All\AdobeAUM6.0All.boot.xml
    AdobeCode: {AA603BD2-D4CF-436C-BE8E-DC3E0C337734}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeSGM3-zh_TW\AdobeSGM3-zh_TW.boot.xml
    AdobeCode: {AB8E4534-C573-4CC9-BA6A-76DD14055510}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeColorCommonSetRGB2-mul\AdobeColorCommonSetRGB2-mul.boot.xml
    AdobeCode: {AC76BA86-1028-0000-7760-000000000004}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeAcrobat9-zh_TW\AdobeAcrobat9-zh_TW.proxy.xml
    AdobeCode: {AC76BA86-1029-4770-7760-000000000004}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeAcrobat9-cs_CZ\AdobeAcrobat9-cs_CZ.proxy.xml
    AdobeCode: {AC76BA86-1033-F400-7760-000000000004}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeAcrobat9-fr_FR\AdobeAcrobat9-fr_FR.proxy.xml
    AdobeCode: {AC76BA86-1040-7D70-7760-000000000004}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeAcrobat9-es_ES\AdobeAcrobat9-es_ES.proxy.xml
    AdobeCode: {AC76BA86-1041-0000-7760-000000000004}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeAcrobat9-ja_JP\AdobeAcrobat9-ja_JP.proxy.xml
    AdobeCode: {AC76BA86-1042-0000-7760-000000000004}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeAcrobat9-ko_KR\AdobeAcrobat9-ko_KR.proxy.xml
    AdobeCode: {AC76BA86-1048-8780-7760-000000000004}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeAcrobat9-ru_RU\AdobeAcrobat9-ru_RU.proxy.xml
    AdobeCode: {AC76BA86-1053-DF60-7760-000000000004}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeAcrobat9-sv_SE\AdobeAcrobat9-sv_SE.proxy.xml
    AdobeCode: {AC76BA86-2052-0000-7760-000000000004}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeAcrobat9-zh_CN\AdobeAcrobat9-zh_CN.proxy.xml
    AdobeCode: {AEACF6C0-8690-48D1-A243-C3A796219CF9}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeSGM3-ko_KR\AdobeSGM3-ko_KR.boot.xml
    AdobeCode: {B17CBF80-149C-4008-BF62-69842F242B5E}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeIllustrator14fr_CALanguagePack\AdobeIllustrator14fr_CALanguagePack.pr oxy.xml
    AdobeCode: {B2A01A26-BCD8-4BFB-ADC2-164416D42A38}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeSGM3-en_US\AdobeSGM3-en_US.boot.xml
    AdobeCode: {B317020B-BB2B-41DE-9255-C795D212A140}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeIllustrator14es_MXLanguagePack\AdobeIllustrator14es_MXLanguagePack.pr oxy.xml
    AdobeCode: {B40EAA06-05C8-4790-83B9-83CD2334704E}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\DeviceCentral2LP-en_GB\DeviceCentral2LP-en_GB.proxy.xml
    AdobeCode: {B68DB15D-31B2-4AA9-B5DA-611024E3ABA4}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeFireworks10es_MXLanguagePack\AdobeFireworks10es_MXLanguagePack.proxy. xml
    AdobeCode: {C3192773-54FD-472D-B639-D2960A454DE6}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeFlash10-STI-es\AdobeFlash10-STI-es.boot.xml
    AdobeCode: {CA1FF49F-C354-101B-ADFD-84F42A706653}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeInDesign6CommonLang-en_US\AdobeInDesign6CommonLang-en_US.proxy.xml
    AdobeCode: {CBC8AB3C-85F0-4D16-8E01-95E0343EE383}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeAIR1.0\AdobeAIR1.0.proxy.xml
    AdobeCode: {CF362349-F670-4EB2-A7D3-308DA95BF4BE}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeIllustrator14en_GBLanguagePack\AdobeIllustrator14en_GBLanguagePack.pr oxy.xml
    AdobeCode: {CFCD7AD2-150A-4194-BA98-4C59850A0F98}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobePhotoshop11-Core\AdobePhotoshop11-Core.boot.xml
    AdobeCode: {D7AF82DE-06CD-493D-8866-58BD4A7C54EB}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobePDFL9-mul-x64\AdobePDFL9-mul-x64.boot.xml
    AdobeCode: {D95B5192-2606-4176-893B-7B6704D2605B}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeConnect-mul\AdobeConnect-mul.boot.xml
    AdobeCode: {DBB1B2E9-0DF9-495C-B58D-C23A3599EDA7}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeCMaps2-mul-x64\AdobeCMaps2-mul-x64.boot.xml
    AdobeCode: {DD829154-9968-43C5-9975-4A2CF9E87869}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AMECore1All\AMECore1All.boot.xml
    AdobeCode: {DEF58ED5-552A-4a7c-9BE6-CCCCC0704D77}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeFlash10mul_ExtensionFL30\AdobeFlash10mul_ExtensionFL30.proxy.xml
    AdobeCode: {E769C759-5B9B-487B-AAC3-FAB7015D7B9A}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeSING2-mul\AdobeSING2-mul.boot.xml
    AdobeCode: {E8A4414C-0268-46D7-830A-BF4EA049BF18}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\Acrobatcom-fr_FR\Acrobatcom-fr_FR.proxy.xml
    AdobeCode: {E8B28C6D-46DF-4842-9B06-9924D94DA1E0}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeDesignSuitePremium4-mul\AdobeDesignSuitePremium4-mul.boot.xml
    AdobeCode: {E8CA713D-38A8-47A0-ACFB-39CA6A59CA1D}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AMEImporter1All\AMEImporter1All.boot.xml
    AdobeCode: {E8D75E23-1782-4DB3-B8B8-8C80BFD35CB7}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeDreamweaver10es_MXLanguagePack\AdobeDreamweaver10es_MXLanguagePack.pr oxy.xml
    AdobeCode: {E8FCBFB4-0975-4B44-A728-70171FE44108}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeFlash10-STI-en\AdobeFlash10-STI-en.boot.xml
    AdobeCode: {E9124DCC-945E-4450-B8CD-689A6FE15F8D}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeCSIx64All\AdobeCSIx64All.boot.xml
    AdobeCode: {E9864DB2-4AC9-4BEC-BFD1-644C4276F901}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeVersionCue4All\AdobeVersionCue4All.boot.xml
    AdobeCode: {EC787A8E-FFCC-4586-8089-61C4F44D150E}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeDreamweaver10en_USLanguagePack\AdobeDreamweaver10en_USLanguagePack.pr oxy.xml
    AdobeCode: {EEEE6D36-C0CA-101B-BE84-F9A9E8302DC5}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeInDesign6AppLang-en_GB\AdobeInDesign6AppLang-en_GB.proxy.xml
    AdobeCode: {F5BA527F-CC31-101B-A39B-97F2C87C690F}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeInDesign6CommonBase-mul\AdobeInDesign6CommonBase-mul.boot.xml
    AdobeCode: {F624F59F-28A9-4C6B-8BE3-7B9B34D26BFF}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeFlash10-fr_CALanguagePack\AdobeFlash10-fr_CALanguagePack.proxy.xml
    AdobeCode: {F962C173-3665-403C-BFFC-4A52BC4F6D62}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeSGM3-ja_JP\AdobeSGM3-ja_JP.boot.xml
    AdobeCode: {FB03EE85-C0D6-101B-9DA9-9F91A460EA39}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeInDesign6AppLang-en_US\AdobeInDesign6AppLang-en_US.proxy.xml
    AdobeCode: {FC7AC288-3C96-42DB-B1CF-EE104D2CE4E9}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeSuiteSharedConfiguration-mul\AdobeSuiteSharedConfiguration-mul.boot.xml
    AdobeCode: {FE13D314-FB1D-4973-ABC8-BDE5D9D6190B}
        Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeColorJA_Recommended2-mul\AdobeColorJA_Recommended2-mul.boot.xml
    --------------------  END  - Proxy File Summary -  END  --------------------
    -------------------- BEGIN - Updating Media Sources - BEGIN --------------------
    Updated source path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4
    Updating media info for: {00DF958D-8DD1-416E-8697-A0DBBE702A37}, Effective: {00DF958D-8DD1-416E-8697-A0DBBE702A37}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeFireworks10en_USLanguagePack\AdobeFireworks10en_USLanguagePack.msi
    Updating media info for: {02FD2912-C5C4-41f0-B7D2-0C1871EB9565}, Effective: {02FD2912-C5C4-41f0-B7D2-0C1871EB9565}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeFlash10-es-ExtensionFL30\AdobeFlash10-es-ExtensionFL30.msi
    Updating media info for: {043A67CA-08C4-4669-A2A1-B03F6D8D509C}, Effective: {043A67CA-08C4-4669-A2A1-B03F6D8D509C}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeWinSoftLinguisticsPluginAll\AdobeWinSoftLinguisticsPluginAll.msi
    Updating media info for: {064F0D64-1F54-4F4B-953E-BAED5D7E69B2}, Effective: {064F0D64-1F54-4F4B-953E-BAED5D7E69B2}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobePDFSettings9-mul\AdobePDFSettings9-mul.msi
    Updating media info for: {08D66D31-CC4B-101B-B7BF-FD1B1E2718A8}, Effective: {08D66D31-CC4B-101B-B7BF-FD1B1E2718A8}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeInDesign6IconHandler-mul\AdobeInDesign6IconHandler-mul.msi
    Updating media info for: {092DF7B0-6E10-4718-9763-9704CC4E6EF9}, Effective: {092DF7B0-6E10-4718-9763-9704CC4E6EF9}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeALMAnchorService2-mul\AdobeALMAnchorService2-mul.msi
    Updating media info for: {0967604F-33E6-4C6B-934B-157C3AB4ED4C}, Effective: {0967604F-33E6-4C6B-934B-157C3AB4ED4C}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeExtensionManager2All\AdobeExtensionManager2All.msi
    Updating media info for: {0A621EC5-B98B-45C9-95FE-A7D0DA3150EA}, Effective: {0A621EC5-B98B-45C9-95FE-A7D0DA3150EA}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeFlashPlayer10_axDbg_mul\AdobeFlashPlayer10_axDbg_mul.msi
    Updating media info for: {0C0BD663-FF73-4EA4-9FF7-A7AE0405B90F}, Effective: {0C0BD663-FF73-4EA4-9FF7-A7AE0405B90F}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeDreamweaver10fr_CALanguagePack\AdobeDreamweaver10fr_CALanguagePack.ms i
    Updating media info for: {0C91FCEB-C2EF-101B-89B8-C06AE9160079}, Effective: {0C91FCEB-C2EF-101B-89B8-C06AE9160079}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeInDesign6CommonLang-en_GB\AdobeInDesign6CommonLang-en_GB.msi
    Updating media info for: {0D47D055-102E-443D-9FE7-FFF0BBAB6A98}, Effective: {0D47D055-102E-443D-9FE7-FFF0BBAB6A98}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeTypeSupport9-mul-x64\AdobeTypeSupport9-mul-x64.msi
    Updating media info for: {14A5A29B-D252-4575-B40C-695B8D8B34D5}, Effective: {14A5A29B-D252-4575-B40C-695B8D8B34D5}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeBridge3All\AdobeBridge3All.msi
    Updating media info for: {176894A3-E35F-45C0-98E3-3FB4CD46C0E0}, Effective: {176894A3-E35F-45C0-98E3-3FB4CD46C0E0}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobePhotoshop11-Support\AdobePhotoshop11-Support.msi
    Updating media info for: {195C539A-1546-43A8-A224-C03FE427F47D}, Effective: {195C539A-1546-43A8-A224-C03FE427F47D}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeFlash10-es_MXLanguagePack\AdobeFlash10-es_MXLanguagePack.msi
    Updating media info for: {198E1366-F2E8-4853-8A6B-B0CF8BDBF091}, Effective: {198E1366-F2E8-4853-8A6B-B0CF8BDBF091}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeSGM3-zh_CN\AdobeSGM3-zh_CN.msi
    Updating media info for: {223EB970-F510-4D0A-A7D0-0B79B163B35B}, Effective: {223EB970-F510-4D0A-A7D0-0B79B163B35B}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeALMAnchorService2-mul-x64\AdobeALMAnchorService2-mul-x64.msi
    Updating media info for: {22DBAEF9-C0EE-101B-ACA7-89BA7D08F8B9}, Effective: {22DBAEF9-C0EE-101B-ACA7-89BA7D08F8B9}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeInDesign6AppLang-es_MX\AdobeInDesign6AppLang-es_MX.msi
    Updating media info for: {289C46A2-F2F7-4887-A8DA-5CB1AB65754D}, Effective: {289C46A2-F2F7-4887-A8DA-5CB1AB65754D}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeDreamweaver10-mul\AdobeDreamweaver10-mul.msi
    Updating media info for: {2965A5F0-0326-4479-B140-F5799BD025B7}, Effective: {2965A5F0-0326-4479-B140-F5799BD025B7}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeCameraRaw5.0All\AdobeCameraRaw5.0All.msi
    Updating media info for: {2B0F340D-1EAF-4471-90A8-BC380EF7209A}, Effective: {2B0F340D-1EAF-4471-90A8-BC380EF7209A}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeFireworks10en_GBLanguagePack\AdobeFireworks10en_GBLanguagePack.msi
    Updating media info for: {2B47D5DE-E019-4130-AB69-2DAB4DEEBB0A}, Effective: {2B47D5DE-E019-4130-AB69-2DAB4DEEBB0A}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeColorJA_ExtraSettings2-mul\AdobeColorJA_ExtraSettings2-mul.msi
    Updating media info for: {2BD22DAB-D025-4c9a-A62E-DAD828393885}, Effective: {2BD22DAB-D025-4c9a-A62E-DAD828393885}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeFlash10-en-ExtensionFL30\AdobeFlash10-en-ExtensionFL30.msi
    Updating media info for: {2E39F462-F4AE-4617-8416-CDCEC9C18232}, Effective: {2E39F462-F4AE-4617-8416-CDCEC9C18232}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeIllustrator14en_USLanguagePack\AdobeIllustrator14en_USLanguagePack.ms i
    Updating media info for: {3095E614-711B-48D2-BAAF-0CA9D9968F68}, Effective: {3095E614-711B-48D2-BAAF-0CA9D9968F68}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeOutputModuleAll\AdobeOutputModuleAll.msi
    Updating media info for: {31FC14DD-7641-4BEB-B5D1-9976F99AF956}, Effective: {31FC14DD-7641-4BEB-B5D1-9976F99AF956}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeFontsAll\AdobeFontsAll.msi
    Updating media info for: {324A6E8E-CD0F-4D37-9143-05468F0204C3}, Effective: {324A6E8E-CD0F-4D37-9143-05468F0204C3}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobePhotoshop11-en_GB_x64\AdobePhotoshop11-en_GB_x64.msi
    Updating media info for: {3251BB24-1889-4BB4-9774-BA0D57FE7D0E}, Effective: {3251BB24-1889-4BB4-9774-BA0D57FE7D0E}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeFlash10-en_GBLanguagePack\AdobeFlash10-en_GBLanguagePack.msi
    Updating media info for: {3410D3EC-5407-4BA7-92D9-55207A04C3BF}, Effective: {3410D3EC-5407-4BA7-92D9-55207A04C3BF}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobePhotoshop11-en_US\AdobePhotoshop11-en_US.msi
    Updating media info for: {3419CF4A-C105-101B-B1EE-EF5CA3F6A41C}, Effective: {3419CF4A-C105-101B-B1EE-EF5CA3F6A41C}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeInDesign6AppLang-fr_CA\AdobeInDesign6AppLang-fr_CA.msi
    Updating media info for: {34BBC769-B1F1-412A-8663-50B2EAB6D5A9}, Effective: {34BBC769-B1F1-412A-8663-50B2EAB6D5A9}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\DeviceCentral2LP-fr_CA\DeviceCentral2LP-fr_CA.msi
    Updating media info for: {35304775-CB5F-101B-A142-83B5468C225C}, Effective: {35304775-CB5F-101B-A142-83B5468C225C}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeInDesign6AppBase-mul\AdobeInDesign6AppBase-mul.msi
    Updating media info for: {368BF6FC-8F78-4936-B381-BFE2B4880334}, Effective: {368BF6FC-8F78-4936-B381-BFE2B4880334}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobePhotoshop11-en_US_x64\AdobePhotoshop11-en_US_x64.msi
    Updating media info for: {395FC443-B34B-4E77-9928-23C147FC83F1}, Effective: {395FC443-B34B-4E77-9928-23C147FC83F1}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeTypeSupport9-mul\AdobeTypeSupport9-mul.msi
    Updating media info for: {3A17921E-0B93-40C6-B0A9-3CD40475B3F0}, Effective: {3A17921E-0B93-40C6-B0A9-3CD40475B3F0}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobePhotoshop11-fr_CA_x64\AdobePhotoshop11-fr_CA_x64.msi
    Updating media info for: {3A4D8E3D-83E0-425F-A8FB-B04538CDC2A0}, Effective: {3A4D8E3D-83E0-425F-A8FB-B04538CDC2A0}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeCSIAll\AdobeCSIAll.msi
    Updating media info for: {3A5B6B11-CB5C-101B-89C0-E6A199775FEF}, Effective: {3A5B6B11-CB5C-101B-89C0-E6A199775FEF}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeInDesign6AppFSet-Roman\AdobeInDesign6AppFSet-Roman.msi
    Updating media info for: {3C2CCCD6-CB9D-4288-8B3D-EF7AEC16C35B}, Effective: {3C2CCCD6-CB9D-4288-8B3D-EF7AEC16C35B}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeFlash10-mul\AdobeFlash10-mul.msi
    Updating media info for: {3CD02B3D-9EEE-4786-95A8-73E7BA8558CA}, Effective: {3CD02B3D-9EEE-4786-95A8-73E7BA8558CA}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeDriveAll\AdobeDriveAll.msi
    Updating media info for: {3D9625C4-525A-4368-932D-749B91B3B222}, Effective: {3D9625C4-525A-4368-932D-749B91B3B222}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeFlash10-fr-ExtensionFL30\AdobeFlash10-fr-ExtensionFL30.msi
    Updating media info for: {40E33B80-0C73-41A0-82A5-9AF7D1D68C98}, Effective: {40E33B80-0C73-41A0-82A5-9AF7D1D68C98}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeFontsAllx64\AdobeFontsAllx64.msi
    Updating media info for: {48ECA3E4-C4E8-101B-A3E5-8A776B36B2F7}, Effective: {48ECA3E4-C4E8-101B-A3E5-8A776B36B2F7}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeInDesign6CommonLang-fr_CA\AdobeInDesign6CommonLang-fr_CA.msi
    Updating media info for: {490F274E-689A-4ECF-AC3E-322347ED7613}, Effective: {490F274E-689A-4ECF-AC3E-322347ED7613}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeExtendScriptToolKit3.0.0All\AdobeExtendScriptToolkit3.0.0All.msi
    Updating media info for: {4F3CE025-D60B-4E6B-8D39-B04CD3769008}, Effective: {4F3CE025-D60B-4E6B-8D39-B04CD3769008}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeVideoProfilesCS2-mul\AdobeVideoProfilesCS2-mul.msi
    Updating media info for: {52432964-89C2-48CD-9749-4036D3E97BD9}, Effective: {52432964-89C2-48CD-9749-4036D3E97BD9}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobePhotoshop11-es_MX_x64\AdobePhotoshop11-es_MX_x64.msi
    Updating media info for: {53560287-20EA-4EB6-9B5C-5B1EC080350A}, Effective: {53560287-20EA-4EB6-9B5C-5B1EC080350A}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\kuler2.0-mul\kuler2.0-mul.msi
    Updating media info for: {53EBE8B3-CB5B-101B-82B1-D22FEF2EEFE5}, Effective: {53EBE8B3-CB5B-101B-82B1-D22FEF2EEFE5}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeInDesign6AppFSet-Japan\AdobeInDesign6AppFSet-Japan.msi
    Updating media info for: {563275A9-CC66-101B-8B71-81B8A321A480}, Effective: {563275A9-CC66-101B-8B71-81B8A321A480}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeInDesign6IconHandler64-mul\AdobeInDesign6IconHandler64-mul.msi
    Updating media info for: {5746C6E3-DC6E-4762-9445-F89C50B5E1D2}, Effective: {5746C6E3-DC6E-4762-9445-F89C50B5E1D2}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeFlashPlayer10_plDbg_mul\AdobeFlashPlayer10_plDbg_mul.msi
    Updating media info for: {587AF245-DD3F-402A-A32C-4321594DD279}, Effective: {587AF245-DD3F-402A-A32C-4321594DD279}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobePhotoshop11-en_GB\AdobePhotoshop11-en_GB.msi
    Updating media info for: {5A2D6654-8164-4810-A76F-FD160223558E}, Effective: {5A2D6654-8164-4810-A76F-FD160223558E}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeColorNA_ExtraSettings2-mul\AdobeColorNA_ExtraSettings2-mul.msi
    Updating media info for: {5C99A447-812B-4531-816B-38F0C8B19F02}, Effective: {5C99A447-812B-4531-816B-38F0C8B19F02}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeCMaps2-mul\AdobeCMaps2-mul.msi
    Updating media info for: {5D195AB1-30AC-44F6-93FE-225CE5BBAB74}, Effective: {5D195AB1-30AC-44F6-93FE-225CE5BBAB74}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\Acrobatcom-mul\AIRApplicationRunner.exe
    Updating media info for: {603DA164-1FA4-43F4-AD82-0A56206E5BD7}, Effective: {603DA164-1FA4-43F4-AD82-0A56206E5BD7}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeSearchforHelp-mul\AdobeSearchforHelp-mul.msi
    Updating media info for: {6743AE49-4594-4CAE-807C-27682446F498}, Effective: {6743AE49-4594-4CAE-807C-27682446F498}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeAMP-mul\AIRApplicationRunner.exe
    Updating media info for: {69A6AF34-639F-4AC8-8EFB-86DB91C5E106}, Effective: {69A6AF34-639F-4AC8-8EFB-86DB91C5E106}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeColorEU_ExtraSettings2-mul\AdobeColorEU_ExtraSettings2-mul.msi
    Updating media info for: {6A7D180B-9A75-4C62-BE94-FE44BE3732C2}, Effective: {6A7D180B-9A75-4C62-BE94-FE44BE3732C2}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeDrivex64All\AdobeDrivex64All.msi
    Updating media info for: {6ADE0200-DE21-4D6C-AFB1-DF7D0D77CB47}, Effective: {6ADE0200-DE21-4D6C-AFB1-DF7D0D77CB47}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeFlash10-en_USLanguagePack\AdobeFlash10-en_USLanguagePack.msi
    Updating media info for: {6CA25E84-FDC9-4EAE-86A6-FE0697BAF171}, Effective: {6CA25E84-FDC9-4EAE-86A6-FE0697BAF171}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeColorNA_Recommended2-mul\AdobeColorNA_Recommended2-mul.msi
    Updating media info for: {71C506FA-C006-4822-A371-059856E706CA}, Effective: {71C506FA-C006-4822-A371-059856E706CA}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeCameraRaw5.0All-x64\AdobeCameraRaw5.0All-x64.msi
    Updating media info for: {731F2B61-8028-4E63-95BF-B13B224DA13E}, Effective: {731F2B61-8028-4E63-95BF-B13B224DA13E}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeFlash10-STI-other\AdobeFlash10-STI-other.msi
    Updating media info for: {73656117-7621-4603-9830-786F7F46F966}, Effective: {73656117-7621-4603-9830-786F7F46F966}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeServiceManager-mul\AdobeServiceManager-mul.msi
    Updating media info for: {76A848DA-E186-42F0-B057-8FCC2490C40E}, Effective: {76A848DA-E186-42F0-B057-8FCC2490C40E}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\DeviceCentral2LP-es_MX\DeviceCentral2LP-es_MX.msi
    Updating media info for: {79E0F594-E8F3-4930-8EBD-0C7178302EFB}, Effective: {79E0F594-E8F3-4930-8EBD-0C7178302EFB}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeColorPhotoshop2-mul\AdobeColorPhotoshop2-mul.msi
    Updating media info for: {7F60FD0C-F2FF-433A-A91C-EC76152DEF05}, Effective: {7F60FD0C-F2FF-433A-A91C-EC76152DEF05}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeIllustrator14mul\AdobeIllustrator14mul.msi
    Updating media info for: {7FC72310-D125-41B7-943A-EC467BA72F82}, Effective: {7FC72310-D125-41B7-943A-EC467BA72F82}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeAssetServices4All\AdobeAssetServices4All.msi
    Updating media info for: {8167335C-8FEA-4576-8EC2-8AC77EC58F19}, Effective: {8167335C-8FEA-4576-8EC2-8AC77EC58F19}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobePDFL9-mul\AdobePDFL9-mul.msi
    Updating media info for: {85022982-C128-4177-96E4-6E04B88C489C}, Effective: {85022982-C128-4177-96E4-6E04B88C489C}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeDreamweaver10en_GBLanguagePack\AdobeDreamweaver10en_GBLanguagePack.ms i
    Updating media info for: {85112378-F845-4581-9499-2D5E38441E76}, Effective: {85112378-F845-4581-9499-2D5E38441E76}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeDynamicLinkSupport1All\AdobeDynamiclinkSupport1All.msi
    Updating media info for: {869E3432-BDAC-4211-B1DC-EC211962EEFA}, Effective: {869E3432-BDAC-4211-B1DC-EC211962EEFA}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeFireworks10All\AdobeFireworks10All.msi
    Updating media info for: {87809DB4-F038-4C7B-9CA9-FFB6EAE6042F}, Effective: {87809DB4-F038-4C7B-9CA9-FFB6EAE6042F}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeDefaultLanguage2-mul\AdobeDefaultLanguage2-mul.msi
    Updating media info for: {87C4EC3E-47F0-4287-A436-9ADA103E05E9}, Effective: {87C4EC3E-47F0-4287-A436-9ADA103E05E9}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeXMPPanelsAll\AdobeXMPPanelsAll.msi
    Updating media info for: {88346284-C41C-101B-99A2-AAB2A0A1B87C}, Effective: {88346284-C41C-101B-99A2-AAB2A0A1B87C}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeInDesign6CommonLang-es_MX\AdobeInDesign6CommonLang-es_MX.msi
    Updating media info for: {8AD0C0B9-B397-45FE-89A3-D42F95F6E9EF}, Effective: {8AD0C0B9-B397-45FE-89A3-D42F95F6E9EF}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeDeviceCentral2-mul\AdobeDeviceCentral2-mul.msi
    Updating media info for: {8B4C951B-F853-4B05-B892-9D5B3CD8AC98}, Effective: {8B4C951B-F853-4B05-B892-9D5B3CD8AC98}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobePDFSettings9-ja_JP\AdobePDFSettings9-ja_JP.msi
    Updating media info for: {8C273902-BE22-429D-BEEF-C9FFABF18178}, Effective: {8C273902-BE22-429D-BEEF-C9FFABF18178}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeFlash10-STI-fr\AdobeFlash10-STI-fr.msi
    Updating media info for: {8EA01C93-7DA6-461D-A794-DF98C4268927}, Effective: {8EA01C93-7DA6-461D-A794-DF98C4268927}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobePhotoshop11-es_MX\AdobePhotoshop11-es_MX.msi
    Updating media info for: {94C6AEF4-BE0D-431B-B0A5-567E6B89E576}, Effective: {94C6AEF4-BE0D-431B-B0A5-567E6B89E576}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\aifsdk-win\aifsdk-win.msi
    Updating media info for: {98D81F21-D408-4431-B1CD-FD5F34F70DA0}, Effective: {98D81F21-D408-4431-B1CD-FD5F34F70DA0}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeWinSoftLinguisticsPluginAll_x64\AdobeWinSoftLinguisticsPluginAll_x64.ms i
    Updating media info for: {9907B3BB-23CD-424E-B18F-A2E158D4B6D0}, Effective: {9907B3BB-23CD-424E-B18F-A2E158D4B6D0}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeLinguisticsAll\AdobeLinguisticsAll.msi
    Updating media info for: {9C6EE72C-3B56-4218-8424-E763E2E0D286}, Effective: {9C6EE72C-3B56-4218-8424-E763E2E0D286}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobeFireworks10fr_CALanguagePack\AdobeFireworks10fr_CALanguagePack.msi
    Updating media info for: {9D0C6527-C1EC-4AFD-B446-4BC12C83C8EF}, Effective: {9D0C6527-C1EC-4AFD-B446-4BC12C83C8EF}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeColorEU_Recommended2-mul\AdobeColorEU_Recommended2-mul.msi
    Updating media info for: {9DFDAC02-972C-4A6A-9419-AD702DC40EC6}, Effective: {9DFDAC02-972C-4A6A-9419-AD702DC40EC6}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeColorCommonSetCMYK2-mul\AdobeColorCommonSetCMYK2-mul.msi
    Updating media info for: {9F299EC3-0FBB-4C64-80C8-66849A26CFBD}, Effective: {9F299EC3-0FBB-4C64-80C8-66849A26CFBD}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeLinguisticsAll_x64\AdobeLinguisticsAll_x64.msi
    Updating media info for: {A2240090-CA81-4762-82DC-EAFD1503FA3F}, Effective: {A2240090-CA81-4762-82DC-EAFD1503FA3F}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeFlash10-others-ExtensionFL30\AdobeFlash10-others-ExtensionFL30.msi
    Updating media info for: {A286D8E4-3168-49EB-89B5-CF7D8DF8D985}, Effective: {A286D8E4-3168-49EB-89B5-CF7D8DF8D985}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\DeviceCentral2LP-en_US\DeviceCentral2LP-en_US.msi
    Updating media info for: {A4EEE829-8B33-4609-874F-AD0CFD8D6AF0}, Effective: {A4EEE829-8B33-4609-874F-AD0CFD8D6AF0}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\extensions\AdobePhotoshop11-fr_CA\AdobePhotoshop11-fr_CA.msi
    Updating media info for: {A6148177-E733-4F44-8123-C7565DFA7819}, Effective: {A6148177-E733-4F44-8123-C7565DFA7819}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobePhotoshop11-Core_x64\AdobePhotoshop11-Core_x64.msi
    Updating media info for: {A80B7019-16DF-42DB-BF83-B6B3452677A1}, Effective: {A80B7019-16DF-42DB-BF83-B6B3452677A1}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeAMP-fr_FR\Installer.bat
    Updating media info for: {A9A71A55-3C8A-4DCD-8291-1F4B749627C9}, Effective: {A9A71A55-3C8A-4DCD-8291-1F4B749627C9}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeAUM6.0All\AdobeAUM6.0All.msi
    Updating media info for: {AA603BD2-D4CF-436C-BE8E-DC3E0C337734}, Effective: {AA603BD2-D4CF-436C-BE8E-DC3E0C337734}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeSGM3-zh_TW\AdobeSGM3-zh_TW.msi
    Updating media info for: {AB8E4534-C573-4CC9-BA6A-76DD14055510}, Effective: {AB8E4534-C573-4CC9-BA6A-76DD14055510}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeColorCommonSetRGB2-mul\AdobeColorCommonSetRGB2-mul.msi
    Updating media info for: {AC76BA86-1028-0000-7760-000000000004}, Effective: {AC76BA86-1028-0000-7760-000000000004}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeAcrobat9-zh_TW\AcroPro.msi
    Updating media info for: {AC76BA86-1029-4770-7760-000000000004}, Effective: {AC76BA86-1029-4770-7760-000000000004}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeAcrobat9-cs_CZ\AcroPro.msi
    Updating media info for: {AC76BA86-1033-F400-7760-000000000004}, Effective: {AC76BA86-1033-F400-7760-000000000004}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeAcrobat9-fr_FR\AcroPro.msi
    Updating media info for: {AC76BA86-1040-7D70-7760-000000000004}, Effective: {AC76BA86-1040-7D70-7760-000000000004}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeAcrobat9-es_ES\AcroPro.msi
    Updating media info for: {AC76BA86-1041-0000-7760-000000000004}, Effective: {AC76BA86-1041-0000-7760-000000000004}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeAcrobat9-ja_JP\AcroPro.msi
    Updating media info for: {AC76BA86-1042-0000-7760-000000000004}, Effective: {AC76BA86-1042-0000-7760-000000000004}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeAcrobat9-ko_KR\AcroPro.msi
    Updating media info for: {AC76BA86-1048-8780-7760-000000000004}, Effective: {AC76BA86-1048-8780-7760-000000000004}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeAcrobat9-ru_RU\AcroPro.msi
    Updating media info for: {AC76BA86-1053-DF60-7760-000000000004}, Effective: {AC76BA86-1053-DF60-7760-000000000004}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeAcrobat9-sv_SE\AcroPro.msi
    Updating media info for: {AC76BA86-2052-0000-7760-000000000004}, Effective: {AC76BA86-2052-0000-7760-000000000004}
    Ignoring original data since install source is local
    Type: 0, Volume Order: 1, Media Name: Adobe CS4 Design Premium Disc 1, Path: C:\Users\vinanji\Downloads\ADBESTDSCS4_LS1\Adobe CS4\payloads\AdobeAcrobat9-zh_CN\AcroPro.msi
    Updating media info for: {AEACF6C0-8690-48D1-A24

  • Can't connect to sql*net, ORA-12638: Credential retrieval failed

    after installed oracle9i, I can use sqlplus, but when I try to use sql navigator, I can't connect to sql*net.
    I found out the following error message in logfile:
    Fatal NI connect error 12638, connecting to:
    (DESCRIPTION=
    (ADDRESS=
    (PROTOCOL=BEQ)
    (PROGRAM=oracle)
    (ARGV0=oracleoms)
    (ARGS='(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))'))
    (CONNECT_DATA=(SID=oms)(CID=(PROGRAM=c:\oracle\ora92\bin\ORACLE.EXE)(HOST=JZQGG31)(USER=OraUser))))
    VERSION INFORMATION:
         TNS for 32-bit Windows: Version 9.2.0.1.0 - Production
         Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 9.2.0.1.0 - Production
    Time: 11-MAR-2004 17:04:17
    Tracing not turned on.
    Tns error struct:
    nr err code: 0
    ns main err code: 12638
    TNS-12638: Credential retrieval failed
    ns secondary err code: 0
    nt main err code: 0
    nt secondary err code: 0
    nt OS err code: 0
    =============================================
    Hope somebody can help me! Thanks!

    change in sqlnet.ora file
    find under oracle home\network\admin\sqlnet
    and
    SQLNET.AUTHENTICATION_SERVICES = (NTS)
    CHANGE TO
    SQLNET.AUTHENTICATION_SERVICES = (NONE)
    hope it will solve u r problem
    kuljeet pal singh

  • Secondry Server Installation Failing - SQL Issue

    Hi Guys,
    Trying to install SCCM 2012 R2 Secondary Server and getting below error everytime.... FYI... Both the Server Computer Names are sysadmin on Either of the SQL servers and also added to local Admin on both Primary and Secondary Server.
    Also, user account which I'm using for installation is the local Admin on Both the server. Please Help....
    Here :
    ABCD.msdn.net : Server where we want to install SCCM 2012 Secondary
    PQRS.msdn.net : Primary Server from where we are initiating the Secondary Server installation
    ~~===================== << Starting Configuration Manager 2012 Setup >> =====================  $$<Configuration Manager Setup><09-24-2014 17:10:19.332+240><thread=5948 (0x173C)>
    INFO: ConfigMgr2012 Setup was started by NT AUTHORITY\SYSTEM.  $$<Configuration Manager Setup><09-24-2014 17:10:19.332+240><thread=5948 (0x173C)>
    INFO: Command line specified was:  /script D:\SMS_BOOTSTRAP.ini /nouserinput  $$<Configuration Manager Setup><09-24-2014 17:10:19.332+240><thread=5948 (0x173C)>
    ~FQDN for server ABCD is ABCD.msdn.net  $$<Configuration Manager Setup><09-24-2014 17:10:19.348+240><thread=5948 (0x173C)>
    INFO: Target computer is a 64 bit operating system.  $$<Configuration Manager Setup><09-24-2014 17:10:34.354+240><thread=5948 (0x173C)>
    INFO: Checking for existing setup information.  $$<Configuration Manager Setup><09-24-2014 17:10:34.354+240><thread=5948 (0x173C)>
    INFO: Checking for existing SQL information.  $$<Configuration Manager Setup><09-24-2014 17:10:34.354+240><thread=5948 (0x173C)>
    INFO: Verifying the registry entry for Asset Intelligence installation  $$<Configuration Manager Setup><09-24-2014 17:10:34.354+240><thread=5948 (0x173C)>
    INFO: Setting the default CSV folder path  $$<Configuration Manager Setup><09-24-2014 17:10:34.354+240><thread=5948 (0x173C)>
    INFO: No language packs detected.  $$<Configuration Manager Setup><09-24-2014 17:10:34.354+240><thread=5948 (0x173C)>
    INFO: Configuration Manager Build Number = 7958  $$<Configuration Manager Setup><09-24-2014 17:10:34.619+240><thread=5948 (0x173C)>
    INFO: Configuration Manager Version = 5.0  $$<Configuration Manager Setup><09-24-2014 17:10:34.619+240><thread=5948 (0x173C)>
    INFO: Configuration Manager Minimum Build Number = 800  $$<Configuration Manager Setup><09-24-2014 17:10:34.619+240><thread=5948 (0x173C)>
    INFO: Verifying Configuration Manager Active Directory Schema Extensions.  $$<Configuration Manager Setup><09-24-2014 17:10:34.619+240><thread=5948 (0x173C)>
    INFO: Found DS Root:CN=Schema,CN=Configuration,DC=etsroot,DC=org~  $$<Configuration Manager Setup><09-24-2014 17:10:34.666+240><thread=5948 (0x173C)>
    INFO: Verifying Configuration Manager Active Directory Schema Extensions.  $$<Configuration Manager Setup><09-24-2014 17:10:34.697+240><thread=5948 (0x173C)>
    INFO: Found DS Root:CN=Schema,CN=Configuration,DC=etsroot,DC=org~  $$<Configuration Manager Setup><09-24-2014 17:10:34.713+240><thread=5948 (0x173C)>
    INFO: Command line options being used are /SCRIPT D:\SMS_BOOTSTRAP.INI /NOUSERINPUT   $$<Configuration Manager Setup><09-24-2014 17:10:34.728+240><thread=5948 (0x173C)>
    INFO: Checking download options...  $$<Configuration Manager Setup><09-24-2014 17:10:34.744+240><thread=5948 (0x173C)>
    INFO: Using product update files from the primary site server - secondary site push.  $$<Configuration Manager Setup><09-24-2014 17:10:34.744+240><thread=5948 (0x173C)>
    INFO: Secondary site Setup path is D:\INSTALLERS\SCCM_Source\SMSSETUP\bin\x64\SetupWPF.exe.  $$<Configuration Manager Setup><09-24-2014 17:10:34.744+240><thread=5948 (0x173C)>
    INFO: Cab file exists under D:\INSTALLERS\SCCM_Source\SMSSETUP\redist.  $$<Configuration Manager Setup><09-24-2014 17:10:34.744+240><thread=5948 (0x173C)>
    INFO: This is a secondary site push with local media.  $$<Configuration Manager Setup><09-24-2014 17:10:34.744+240><thread=5948 (0x173C)>
    INFO: Validating characters in path from Program Files\Microsoft Configuration Manager  $$<Configuration Manager Setup><09-24-2014 17:10:34.744+240><thread=5948 (0x173C)>
    INFO: 'PQRS.msdn.net' is a valid FQDN.  $$<Configuration Manager Setup><09-24-2014 17:10:34.744+240><thread=5948 (0x173C)>
    INFO: Script SQL Server: ABCD.msdn.net  $$<Configuration Manager Setup><09-24-2014 17:10:34.744+240><thread=5948 (0x173C)>
    INFO: Script SQL Server database: CONFIGMGRSEC\CM_EWZ  $$<Configuration Manager Setup><09-24-2014 17:10:34.744+240><thread=5948 (0x173C)>
    INFO: 'ABCD.msdn.net' is a valid FQDN.  $$<Configuration Manager Setup><09-24-2014 17:10:34.744+240><thread=5948 (0x173C)>
    INFO: This is a SQL Server named instance  $$<Configuration Manager Setup><09-24-2014 17:10:34.759+240><thread=5948 (0x173C)>
    INFO: SQL Server instance name (pSetupInf->SqlInstName): CONFIGMGRSEC  $$<Configuration Manager Setup><09-24-2014 17:10:34.759+240><thread=5948 (0x173C)>
    INFO: SQL Server master database (pSetupInf->SqlMasterDB): CONFIGMGRSEC\master  $$<Configuration Manager Setup><09-24-2014 17:10:34.759+240><thread=5948 (0x173C)>
    INFO: Site SQL Server database name (pSetupInf->SqlDatabaseName): CONFIGMGRSEC\CM_EWZ  $$<Configuration Manager Setup><09-24-2014 17:10:34.759+240><thread=5948 (0x173C)>
    INFO: Site SQL Server computer name (pSetupInf->SqlServer): ABCD.msdn.net  $$<Configuration Manager Setup><09-24-2014 17:10:34.759+240><thread=5948 (0x173C)>
    INFO: Site SQL Server service (pSetupInf->SqlService): MSSQL$CONFIGMGRSEC  $$<Configuration Manager Setup><09-24-2014 17:10:34.759+240><thread=5948 (0x173C)>
    INFO: Site SQL Server service port : 1433  $$<Configuration Manager Setup><09-24-2014 17:10:34.759+240><thread=5948 (0x173C)>
    INFO: Site SQL Server SSB port : 4022  $$<Configuration Manager Setup><09-24-2014 17:10:34.759+240><thread=5948 (0x173C)>
    Removed SQL alias ABCD.msdn.net\CONFIGMGRSEC successfully.  $$<Configuration Manager Setup><09-24-2014 17:10:34.775+240><thread=5948 (0x173C)>
    INFO: Registered type ABCD.msdn.net CONFIGMGRSEC\MASTER for ABCD.msdn.net CONFIGMGRSEC\master  $$<Configuration Manager Setup><09-24-2014 17:10:34.791+240><thread=5948 (0x173C)>
    INFO: Registered type SMS Master for ABCD.msdn.net CONFIGMGRSEC\master  $$<Configuration Manager Setup><09-24-2014 17:10:34.791+240><thread=5948 (0x173C)>
    INFO: Registered type ABCD.msdn.net CONFIGMGRSEC\CM_EWZ for ABCD.msdn.net CONFIGMGRSEC\CM_EWZ  $$<Configuration Manager Setup><09-24-2014 17:10:34.791+240><thread=5948 (0x173C)>
    INFO: Registered type SMS ACCESS for ABCD.msdn.net CONFIGMGRSEC\CM_EWZ  $$<Configuration Manager Setup><09-24-2014 17:10:34.791+240><thread=5948 (0x173C)>
    INFO: SQL Connection succeeded. Connection: ABCD.msdn.net CONFIGMGRSEC\MASTER, Type: Unsecure  $$<Configuration Manager Setup><09-24-2014 17:10:34.853+240><thread=5948 (0x173C)>
    INFO: SQL Server ABCD.msdn.net is not clustered.  $$<Configuration Manager Setup><09-24-2014 17:10:34.869+240><thread=5948 (0x173C)>
    INFO: Extracted file C:\Windows\TEMP\ConfigMgr.Manifest.xml  $$<Configuration Manager Setup><09-24-2014 17:10:34.900+240><thread=5948 (0x173C)>
    INFO: Processing file group "MSRDC"  $$<Configuration Manager Setup><09-24-2014 17:10:34.915+240><thread=5948 (0x173C)>
    INFO: Processing file "msrdcoob.exe"  $$<Configuration Manager Setup><09-24-2014 17:10:34.915+240><thread=5948 (0x173C)>
    INFO: File will be downloaded from http://go.microsoft.com/fwlink/?LinkId=95740.  $$<Configuration Manager Setup><09-24-2014 17:10:34.915+240><thread=5948 (0x173C)>
    INFO: File for msrdcoob.exe [Microsoft Remote Differential Compression Library] will be copied with file name: msrdcoob_x86.exe.  $$<Configuration Manager Setup><09-24-2014 17:10:34.915+240><thread=5948 (0x173C)>
    INFO: Processing file "msrdcoob.exe"  $$<Configuration Manager Setup><09-24-2014 17:10:34.915+240><thread=5948 (0x173C)>
    INFO: File will be downloaded from http://go.microsoft.com/fwlink/?LinkId=95741.  $$<Configuration Manager Setup><09-24-2014 17:10:34.915+240><thread=5948 (0x173C)>
    INFO: File for msrdcoob.exe [Microsoft Remote Differential Compression Library] will be copied with file name: msrdcoob_amd64.exe.  $$<Configuration Manager Setup><09-24-2014 17:10:34.915+240><thread=5948 (0x173C)>
    INFO: Processing file group "WUA"  $$<Configuration Manager Setup><09-24-2014 17:10:34.915+240><thread=5948 (0x173C)>
    INFO: Processing file "WindowsUpdateAgent30-x86.exe"  $$<Configuration Manager Setup><09-24-2014 17:10:34.915+240><thread=5948 (0x173C)>
    INFO: File will be downloaded from http://go.microsoft.com/fwlink/?LinkID=158451.  $$<Configuration Manager Setup><09-24-2014 17:10:34.915+240><thread=5948 (0x173C)>
    INFO: File for WindowsUpdateAgent30-x86.exe [Windows Update Agent 3.0] will be copied with file name: WindowsUpdateAgent30-x86.exe.  $$<Configuration Manager Setup><09-24-2014 17:10:34.915+240><thread=5948 (0x173C)>
    INFO: Processing file "WindowsUpdateAgent30-x64.exe"  $$<Configuration Manager Setup><09-24-2014 17:10:34.915+240><thread=5948 (0x173C)>
    INFO: File will be downloaded from http://go.microsoft.com/fwlink/?LinkID=158453.  $$<Configuration Manager Setup><09-24-2014 17:10:34.915+240><thread=5948 (0x173C)>
    INFO: File for WindowsUpdateAgent30-x64.exe [Windows Update Agent 3.0] will be copied with file name: WindowsUpdateAgent30-x64.exe.  $$<Configuration Manager Setup><09-24-2014 17:10:34.915+240><thread=5948 (0x173C)>
    INFO: Processing file group "Silverlight"  $$<Configuration Manager Setup><09-24-2014 17:10:34.915+240><thread=5948 (0x173C)>
    INFO: Processing file "Silverlight.exe"  $$<Configuration Manager Setup><09-24-2014 17:10:34.915+240><thread=5948 (0x173C)>
    INFO: File will be downloaded from http://go.microsoft.com/fwlink/?LinkID=317308.  $$<Configuration Manager Setup><09-24-2014 17:10:34.915+240><thread=5948 (0x173C)>
    INFO: File for Silverlight.exe [Silverlight Runtime] will be copied with file name: Silverlight.exe.  $$<Configuration Manager Setup><09-24-2014 17:10:34.931+240><thread=5948 (0x173C)>
    INFO: Processing file group "WIC"  $$<Configuration Manager Setup><09-24-2014 17:10:34.931+240><thread=5948 (0x173C)>
    INFO: Processing file "wic_x86_enu.exe"  $$<Configuration Manager Setup><09-24-2014 17:10:34.931+240><thread=5948 (0x173C)>
    INFO: File will be downloaded from http://go.microsoft.com/fwlink/?LinkId=234177.  $$<Configuration Manager Setup><09-24-2014 17:10:34.931+240><thread=5948 (0x173C)>
    INFO: File for wic_x86_enu.exe [Windows Imaging Component 32 Bit] will be copied with file name: wic_x86_enu.exe.  $$<Configuration Manager Setup><09-24-2014 17:10:34.931+240><thread=5948 (0x173C)>
    INFO: Processing file "wic_x64_enu.exe"  $$<Configuration Manager Setup><09-24-2014 17:10:34.931+240><thread=5948 (0x173C)>
    INFO: File will be downloaded from http://go.microsoft.com/fwlink/?LinkID=234176.  $$<Configuration Manager Setup><09-24-2014 17:10:34.931+240><thread=5948 (0x173C)>
    INFO: File for wic_x64_enu.exe [Windows Imaging Component 64 Bit] will be copied with file name: wic_x64_enu.exe.  $$<Configuration Manager Setup><09-24-2014 17:10:34.931+240><thread=5948 (0x173C)>
    INFO: Processing file group "Dot_Net_Framework"  $$<Configuration Manager Setup><09-24-2014 17:10:34.931+240><thread=5948 (0x173C)>
    INFO: Processing file "dotNetFx40_Client_x86_x64.exe"  $$<Configuration Manager Setup><09-24-2014 17:10:34.931+240><thread=5948 (0x173C)>
    INFO: File will be downloaded from http://go.microsoft.com/fwlink/?LinkId=199236.  $$<Configuration Manager Setup><09-24-2014 17:10:34.931+240><thread=5948 (0x173C)>
    INFO: File for dotNetFx40_Client_x86_x64.exe [.NET Framework Client Profile 4.0 RTM] will be copied with file name: dotNetFx40_Client_x86_x64.exe.  $$<Configuration Manager Setup><09-24-2014 17:10:34.931+240><thread=5948 (0x173C)>
    INFO: Processing file "dotNetFx40_Full_x86_x64.exe"  $$<Configuration Manager Setup><09-24-2014 17:10:34.931+240><thread=5948 (0x173C)>
    INFO: File will be downloaded from http://go.microsoft.com/fwlink/?LinkID=224688.  $$<Configuration Manager Setup><09-24-2014 17:10:34.931+240><thread=5948 (0x173C)>
    INFO: File for dotNetFx40_Full_x86_x64.exe [.NET Framework Extended 4.0 RTM] will be copied with file name: dotNetFx40_Full_x86_x64.exe.  $$<Configuration Manager Setup><09-24-2014 17:10:34.931+240><thread=5948 (0x173C)>
    INFO: Processing file group "SQL_Redist"  $$<Configuration Manager Setup><09-24-2014 17:10:34.931+240><thread=5948 (0x173C)>
    INFO: Processing file "SQLEXPR_x64_ENU.exe"  $$<Configuration Manager Setup><09-24-2014 17:10:34.931+240><thread=5948 (0x173C)>
    INFO: File will be downloaded from http://go.microsoft.com/fwlink/?LinkId=267646.  $$<Configuration Manager Setup><09-24-2014 17:10:34.931+240><thread=5948 (0x173C)>
    INFO: File for SQLEXPR_x64_ENU.exe [SQL Server 2012 Express] will be copied with file name: SQLEXPR_x64_ENU.exe.  $$<Configuration Manager Setup><09-24-2014 17:10:34.931+240><thread=5948 (0x173C)>
    INFO: Processing file "msxml6_x64.msi"  $$<Configuration Manager Setup><09-24-2014 17:10:34.931+240><thread=5948 (0x173C)>
    INFO: File will be downloaded from http://go.microsoft.com/fwlink/?LinkID=169539.  $$<Configuration Manager Setup><09-24-2014 17:10:34.931+240><thread=5948 (0x173C)>
    INFO: File for msxml6_x64.msi [MSXML 6.0 Service Pack 1] will be copied with file name: msxml6_x64.msi.  $$<Configuration Manager Setup><09-24-2014 17:10:34.931+240><thread=5948 (0x173C)>
    INFO: Processing file "sqlncli.msi"  $$<Configuration Manager Setup><09-24-2014 17:10:34.931+240><thread=5948 (0x173C)>
    INFO: File will be downloaded from http://go.microsoft.com/fwlink/?LinkID=261336.  $$<Configuration Manager Setup><09-24-2014 17:10:34.931+240><thread=5948 (0x173C)>
    INFO: File for sqlncli.msi [SQL Server 2012 Native Client] will be copied with file name: sqlncli.msi.  $$<Configuration Manager Setup><09-24-2014 17:10:34.931+240><thread=5948 (0x173C)>
    INFO: Processing file "SQLSysClrTypes.msi"  $$<Configuration Manager Setup><09-24-2014 17:10:34.931+240><thread=5948 (0x173C)>
    INFO: File will be downloaded from http://go.microsoft.com/fwlink/?LinkId=253284.  $$<Configuration Manager Setup><09-24-2014 17:10:34.931+240><thread=5948 (0x173C)>
    INFO: File for SQLSysClrTypes.msi [SQL Server 2012 System CLR Types] will be copied with file name: SQLSysClrTypes.msi.  $$<Configuration Manager Setup><09-24-2014 17:10:34.931+240><thread=5948 (0x173C)>
    INFO: Processing file "SharedManagementObjects.msi"  $$<Configuration Manager Setup><09-24-2014 17:10:34.931+240><thread=5948 (0x173C)>
    INFO: File will be downloaded from http://go.microsoft.com/fwlink/?LinkID=253273.  $$<Configuration Manager Setup><09-24-2014 17:10:34.931+240><thread=5948 (0x173C)>
    INFO: File for SharedManagementObjects.msi [SQL Server 2012 Shared Management Objects] will be copied with file name: SharedManagementObjects.msi.  $$<Configuration Manager Setup><09-24-2014 17:10:34.931+240><thread=5948 (0x173C)>
    INFO: Processing file "ConfigMgr.AutoUpgradeScripts.cab"  $$<Configuration Manager Setup><09-24-2014 17:10:34.947+240><thread=5948 (0x173C)>
    INFO: File will be downloaded from http://go.microsoft.com/fwlink/?LinkID=316446.  $$<Configuration Manager Setup><09-24-2014 17:10:34.947+240><thread=5948 (0x173C)>
    INFO: File for ConfigMgr.AutoUpgradeScripts.cab [Configuration Manager Auto Upgrade Scripts] will be copied with file name: ConfigMgr.AutoUpgradeScripts.cab.  $$<Configuration Manager Setup><09-24-2014 17:10:34.947+240><thread=5948 (0x173C)>
    INFO: Checking Service Account: Sql server:<ABCD.msdn.net>, Instance:<CONFIGMGRSEC>, Service Account:<LocalSystem>.  $$<Configuration Manager Setup><09-24-2014 17:10:34.947+240><thread=5948 (0x173C)>
    INFO: MSXML60 is not installed, installing now.  $$<Configuration Manager Setup><09-24-2014 17:10:34.947+240><thread=5948 (0x173C)>
    INFO: csXMLPath:<\\ABCD.msdn.net\admin$\ConfigMgrTmp\msxml6_x64.msi>, csXMLCommandLine:<>, csXMLSetupLog:<\\ABCD.msdn.net\admin$\ConfigMgrTmp\msxml60.log>.  $$<Configuration Manager Setup><09-24-2014 17:10:35.025+240><thread=5948
    (0x173C)>
    INFO: 64-Bit Visual C++ Redistributable package is already installed. Will skip installation.  $$<Configuration Manager Setup><09-24-2014 17:10:35.805+240><thread=5948 (0x173C)>
    INFO: SQL Server Native Client: SQLNCLI11 version:<11.2.5058.0>  $$<Configuration Manager Setup><09-24-2014 17:10:35.805+240><thread=5948 (0x173C)>
    INFO: Installing msxml60  $$<Configuration Manager Setup><09-24-2014 17:10:35.805+240><thread=5948 (0x173C)>
    INFO: Executing Command <msiexec.exe /i "D:\INSTALLERS\SCCM_SOURCE\SMSSETUP\BIN\X64\00000409\msxml6_x64.msi" /quiet /norestart>.  $$<Configuration Manager Setup><09-24-2014 17:10:35.805+240><thread=5948 (0x173C)>
    INFO: D:\INSTALLERS\SCCM_SOURCE\SMSSETUP\BIN\X64\00000409\msxml6_x64.msi installation process returned 0.  $$<Configuration Manager Setup><09-24-2014 17:10:36.101+240><thread=5948 (0x173C)>
    INFO: Installing SQL Common Language Runtime types  $$<Configuration Manager Setup><09-24-2014 17:10:36.101+240><thread=5948 (0x173C)>
    INFO: Executing Command <msiexec.exe /i "D:\INSTALLERS\SCCM_SOURCE\SMSSETUP\BIN\X64\SQLSysClrTypes.msi" /quiet /norestart>.  $$<Configuration Manager Setup><09-24-2014 17:10:36.101+240><thread=5948 (0x173C)>
    INFO: D:\INSTALLERS\SCCM_SOURCE\SMSSETUP\BIN\X64\SQLSysClrTypes.msi installation process returned 0.  $$<Configuration Manager Setup><09-24-2014 17:10:36.413+240><thread=5948 (0x173C)>
    INFO: Installing SQL Server Shared Management Objects  $$<Configuration Manager Setup><09-24-2014 17:10:36.413+240><thread=5948 (0x173C)>
    INFO: Executing Command <msiexec.exe /i "D:\INSTALLERS\SCCM_SOURCE\SMSSETUP\BIN\X64\SharedManagementObjects.msi" /quiet /norestart>.  $$<Configuration Manager Setup><09-24-2014 17:10:36.413+240><thread=5948 (0x173C)>
    INFO: D:\INSTALLERS\SCCM_SOURCE\SMSSETUP\BIN\X64\SharedManagementObjects.msi installation process returned 0.  $$<Configuration Manager Setup><09-24-2014 17:10:38.238+240><thread=5948 (0x173C)>
    INFO: Setting -T8295 SQL Server Param already exists.  $$<Configuration Manager Setup><09-24-2014 17:10:45.445+240><thread=5948 (0x173C)>
    INFO: Setting -T4199 SQL Server Param already exists.  $$<Configuration Manager Setup><09-24-2014 17:10:45.445+240><thread=5948 (0x173C)>
    INFO: Creating SQL Server machine certificate for Server [ABCD.msdn.net]...  $$<Configuration Manager Setup><09-24-2014 17:10:45.445+240><thread=5948 (0x173C)>
    INFO: 'ABCD.msdn.net' is a valid FQDN.  $$<Configuration Manager Setup><09-24-2014 17:10:45.445+240><thread=5948 (0x173C)>
    Certificate (0x1aeb4a80) is NOT Exportable.  $$<Configuration Manager Setup><09-24-2014 17:10:45.460+240><thread=5948 (0x173C)>
    Successfully granted permission to certificate  $$<Configuration Manager Setup><09-24-2014 17:10:45.492+240><thread=5948 (0x173C)>
    SQL Server instance [CONFIGMGRSEC] is already running under the certificate with thumbprint[84746003654ef08c43dcc47e1a343d8b37d21469].  $$<Configuration Manager Setup><09-24-2014 17:10:45.492+240><thread=5948 (0x173C)>
    INFO: Testing SQL Server [ABCD.msdn.net] connection ...  $$<Configuration Manager Setup><09-24-2014 17:10:45.492+240><thread=5948 (0x173C)>
    INFO: SQL Connection succeeded. Connection: ABCD.msdn.net CONFIGMGRSEC\MASTER, Type: Unsecure  $$<Configuration Manager Setup><09-24-2014 17:10:45.492+240><thread=5948 (0x173C)>
    INFO: Tested SQL Server [ABCD.msdn.net] connection successfully.  Any preceding SQL connection errors may be safely ignored.  $$<Configuration Manager Setup><09-24-2014 17:10:45.492+240><thread=5948 (0x173C)>
    INFO: Certificate: 3082084030820628A003020102020A7E0EAA96000000008A93300D06092A864886F70D0101050500305131133011060A0992268993F22C64011916036F726731163014060A0992268993F22C64011916066574736C616E312230200603550403131949737375696E6720434120666F72204554534C616E2E6F7267301E170D3134303732313133333734375A170D3137303732303133333734375A301D311B30190603550403131245575A4E5434332E6574736C616E2E6F726730820222300D06092A864886F70D01010105000382020F003082020A0282020100D7199E6238D908EF4CB302953E4111CBFBDEBDCBA94F62C3066A334565B54B0274C3C2ABA26529A22B0C757193B713F4E6E892B3D6C87BFFC8CCA24C34CDFE0D62D67F913A9D6F950E2B22BB3C881C0EE7453644000679BA0DE77584F3F4AB3E700EF6F019738C3E4659C7FBA17390FF155762E639600828A5B8EA853EFCC7A6A2A579AEE2D322F5A57CA90E411F784870AFDEDA66176595EF0D2454A2A135ADC102B86DF3FB9DF95AF43538C96772C8D7CBF92FEDC1A0B53BEA482EFF0036E8C2BCC4A1A68C918AF65F095B2EB260C76D30CC870CA4C803E392F02ECEAF08199F8C26C389AD6DC9B79A5255C8A5819BF217A8AC37F790AEF232698CF1253BE320CE95B127F02AE5A77AEAE86382932649FB814B33C844EFB3F7931BE6FA86DE01BDD36F53BCC4CB840A24E5F94874017941D48A712F61442677578FC08F90E36CD0BD6E696E7E1D543D83CA0E29CDA81FC058987F0F2D0AB404DB5C0688B5B787C929F0FE104EF788A610E7C272CE751D59EDCEF5A78DD6FC1C742438A81DBF38F20A3D4DC03F7CC5BCF0C48868F8A6E433B6A05A6F5DC8FEBF22C69E72B499D645AC88ABFA034A4BF7917E061DFA069D9E2243EF82DC7C9A9A11DA9EE88D3C5DC23135568B170D4A5B4053516FF2CC795B98CAD1D3C12738977DA645309ED187122FCA9EE361A65645EEFEA84BEDDD8CFB444B0AB884B87970685DCA9954970203010001A382034C30820348303C06092B0601040182371507042F302D06252B06010401823715088292D01787C6C15E8D910184B5EA1684AFF052398393846682E4BF5D020164020102301D0603551D250416301406082B0601050507030106082B06010505070302300B0603551D0F0404030205A0302706092B060104018237150A041A3018300A06082B06010505070301300A06082B06010505070302301D0603551D0E041604145189BA390740BFAA1E7E8C7BFD4306523E90A454301F0603551D2304183016801467A0E5C222ED9DBE1494687B53543BA59F900F2E3082011F0603551D1F04820116308201123082010EA082010AA08201068639687474703A2F2F6364702E6574736C616E2E6F72672F49737375696E672532304341253230666F722532304554534C616E2E6F72672E63726C8681C86C6461703A2F2F2F434E3D49737375696E672532304341253230666F722532304554534C616E2E6F72672C434E3D726F73766E743031382C434E3D4344502C434E3D5075626C69632532304B657925323053657276696365732C434E3D53657276696365732C434E3D436F6E66696775726174696F6E2C44433D657473726F6F742C44433D6F72673F63657274696669636174655265766F636174696F6E4C6973743F626173653F6F626A656374436C6173733D63524C446973747269627574696F6E506F696E743082012F06082B06010505070101048201213082011D305A06082B06010505073002864E687474703A2F2F6364702E6574736C616E2E6F72672F726F73766E743031382E6574736C616E2E6F72675F49737375696E672532304341253230666F722532304554534C616E2E6F72672E6372743081BE06082B060105050730028681B16C6461703A2F2F2F434E3D49737375696E672532304341253230666F722532304554534C616E2E6F72672C434E3D4149412C434E3D5075626C69632532304B657925323053657276696365732C434E3D53657276696365732C434E3D436F6E66696775726174696F6E2C44433D657473726F6F742C44433D6F72673F634143657274696669636174653F626173653F6F626A656374436C6173733D63657274696669636174696F6E417574686F72697479301D0603551D1104163014821245575A4E5434332E6574736C616E2E6F7267300D06092A864886F70D010105050003820201000BE330377D5E135957F081F19A115926E193ABD986A868EA47BF7758D2B192B5DB12664AA7B6A27A4C3B1D5F20F81D4E04AA72686ACE3B5CF8FD168BD0525FD1688DC4404447A2ACE4AA30C61CCD9748E5AA0949430CD7C8A5F412F604807C3D49AD9CC42B89EB25BD13A6E06E1844D9BBFC2ECD0ED90D781C34DE33168666C674DA63988390B3BDAE4112F2AC1F3CAC102D930B30C7E87A195816A0DF89987F4440963CA67E2CD95C4F8698915A3B81D9B234608EB763B2FFD38134F063D8DC94C5B37C696DCFC8232088987A4C874AB6F9D43849A59EF5E8D433288192B25A7466468451F438586985C773DFCEA98990DD0161A9BBD9E831388608BE8A832B316D423360D2E57F8030100C349AFD3BA87188F193052DF1653433F7F4B38FBC95C4DAA60CA7F3AC762329B150EC3D776F1522199105446C42A012DB7722DC813C7A8702BDDB18C10AF7C541CA7EA96FE309414FECDA1F06A9F5B89C88882751503B477E3ED9BFF886DC7D67BF34E23E7B0B17F150671D8428C239A79513D7980BB47C911AFE16BFA682E7618753837A50E6E9D5259C7A39A0195E890CBA88DD8802C9553F7DDE1288CF5A5B4723572574FA166EAC105F5557A1A5845D759A668A72A6058FA12CF953C93C5E23E4FB513039A3BE02FCFB2AB284BFF0797A50CD700829DAC76E11E0773A421DBC92E7A583D8C82866051CF846D7101C1988074F
     $$<Configuration Manager Setup><09-24-2014 17:10:45.492+240><thread=5948 (0x173C)>
    INFO: Created SQL Server machine certificate for Server [ABCD.msdn.net] successfully.  $$<Configuration Manager Setup><09-24-2014 17:10:45.585+240><thread=5948 (0x173C)>
      ERROR: could not add certificate (HRESULT=0x80093102)  $$<Configuration Manager Setup><09-24-2014 17:10:45.679+240><thread=5948 (0x173C)>
    ERROR: Failed to write PQRS.msdn.net SQL Server certificate to store (TrustedPeople) on site server (ABCD.msdn.net).  $$<Configuration Manager Setup><09-24-2014 17:10:45.679+240><thread=5948 (0x173C)>
    ERROR: Failed to write certificate of primary site's SQL Server [PQRS.msdn.net] to secondary site's SQL Server [ABCD.msdn.net].  $$<Configuration Manager Setup><09-24-2014 17:10:45.679+240><thread=5948 (0x173C)>
    ~Fail to create SQL Server Certificate for primary on CAS, ConfigMgr installation cannot be completed.
     $$<Configuration Manager Setup><09-24-2014 17:10:45.679+240><thread=5948 (0x173C)>

    Hi There,
    I have already installed SQL 2012 Express with SP2 on the Secondary and installing the SCCM 2012 R2 Secondary Server from Primary Console.
    In smstsvc.log I get : 
    <09-26-2014 13:38:00> Failed SetExchangePublicKey().
    <09-26-2014 13:38:00> Failed GetExchangePublicKey().
    And in ConfigMgrSetup.log everything it stops with below errors :
      ERROR: could not add certificate (HRESULT=0x80093102)
    ERROR: Failed to write
    PQRS.msdn.net SQL Server certificate to store (TrustedPeople) on site server (ABCD.msdn.net).
    ERROR: Failed to write certificate of primary site's SQL Server [PQRS.msdn.net] to secondary site's
    SQL Server [ABCD.msdn.net].
    Fail to create SQL Server Certificate for primary on CAS, ConfigMgr installation cannot be completed.
    ~===================== Completed Configuration Manager 2012 Server Setup =====================
    NOT GETTING ANY CLUE...... PLEASE HELP.... All the permissions on the SQL are in-place.

  • System Image Utility always fails, why?

    Hi everyone,
    on my clean and fresh install of 10.7.4 Server the System Image Utility always fails to create an image. I want to create a NetInstall image and have put the OS X Lion Installer in /Applications. I can select it in SIU and choose to create a NetInstall image. It asks for the admin pw and always presents an error at the very end: Image creation failed. An unknown error has occured.
    If I select to create a NetBoot image instead it fails directly after clicking on the Create button with this slightly different message: Image creation failed. An error has occured. At least it’s no unknown error…
    Any ideas what might be causing this? I have succesfully created NetInstall images with 10.6 Server and 10.8 Server, but 10.7 Server somehow won’t play nice.
    Thanks
    Björn

    Hi Brian,
    I first deleted the Installer and redownloaded it from the App Store, just to make sure there was no problem with it. Even though I now have the 10.7.4 Installer (had 10.7.0 before) nothing has changed. I then went on to set the log level as suggested. I now get different errors based on the chosen log level.
    Log level set to debug:
    Image creation failed.
    *** -[__NSArrayM insertObject:atIndex:]: object cannot be nil
    Log level set to verbose:
    Image creation failed.
    An unknown error has occurred.
    I did not see anything helpful in the logs unfortunately. The only noticeable thing mentioned was: Failed to create image from installer media.
    Any additional ideas? I will attach both logs here, just in case.
    VERBOSE LOG:
    Starting image creation.
    Workflow Started (2012-09-08 14:08:00 +0200)
    Mac OS X Server 10.7.4 (11E53), System Image Utility 10.7.3 (543)
    Starting action: Define Image Source (1.3)
    Finished running action: Define Image Source
    Starting action: Create Image (1.6.2)
    Starting image creation process...
    Create NetInstall Image
    Initiating NetInstall from Installer media.
    Creating working path at /Users/vm/Desktop/NetInstall of Install Mac OS X Lion
    Creating disk image (Size: 4062 MB)
    Finalizing disk image.
    created: /Users/vm/Desktop/NetInstall of Install Mac OS X Lion/NetInstall.dmg
    Attaching disk image
    Copying /Volumes/Mac OS X Install ESD
    Preparing the kernel and boot loader for the boot image
    /Users/vm/Desktop/NetInstall of Install Mac OS X Lion/i386
    /Users/vm/Desktop/NetInstall of Install Mac OS X Lion/i386/x86_64
    Copying /Volumes/Mac OS X Install ESD/boot.efi
    Copying /Volumes/Mac OS X Install ESD/System/Library/CoreServices/PlatformSupport.plist
    Performing post install cleanup
    Detaching disk image
    "disk4" unmounted.
    "disk4" ejected.
    Correcting permissions. 501:20 /Users/vm/Desktop/NetInstall of Install Mac OS X Lion
    Script is done.
    Failed to create image from installer media.
    An unknown error has occurred.
    NetInstall creation failed.
    Image creation process finished...
    Stopping image creation.
    Image creation failed.
    DEBUG LOG:
    Starting image creation.
    Workflow Started (2012-09-08 13:59:22 +0200)
    Mac OS X Server 10.7.4 (11E53), System Image Utility 10.7.3 (543)
    Starting action: Define Image Source (1.3)
    Finished running action: Define Image Source
    Starting action: Create Image (1.6.2)
    Starting image creation process...
    Create NetInstall Image
    Initiating NetInstall from Installer media.
    progressPrefix="_progress"
    ++ progressPrefix=_progress
    scriptsDebugKey="DEBUG"
    ++ scriptsDebugKey=DEBUG
    imageIsUDIFKey="1"
    ++ imageIsUDIFKey=1
    mountPoint=""
    ++ mountPoint=
    ownershipInfoKey="501:20"
    ++ ownershipInfoKey=501:20
    destVolFSType="HFS+"
    ++ destVolFSType=HFS+
    installSource="/Volumes/Mac OS X Install ESD"
    ++ installSource='/Volumes/Mac OS X Install ESD'
    dmgTarget="NetInstall"
    ++ dmgTarget=NetInstall
    destPath="/Users/vm/Desktop/NetInstall of Install Mac OS X Lion"
    ++ destPath='/Users/vm/Desktop/NetInstall of Install Mac OS X Lion'
    dmgVolName="NetInstall"
    ++ dmgVolName=NetInstall
    . "${1}/createCommon.sh"
    + . /tmp/niutemp.Yv8Z6Mqx/createCommon.sh
    # createCommon.sh
    # Common functionality for the Image creation process.
    # sourced in by the various SIU scripts
    # Copyright © 2007-2011 Apple Inc. All rights reserved.
    # Using dscl, create a user account
    AddLocalUser()
    # $1 volume whose local node database to modify
    # $2 long name
    # $3 short name
    # $4 isAdminUser key
    # $5 password data
    # $6 password hint
    # $7 user picture path
    # $8 Language string
    local databasePath="/Local/Default/Users/${3}"
    local targetVol="${1}"
    # Find a free UID between 501 and 599
    for ((i=501; i<600; i++)); do
    output=`/usr/bin/dscl -f "${targetVol}/var/db/dslocal/nodes/Default" localonly -search /Local/Default/Users UniqueID $i`
    # If there is already an account dscl returns it, so we're looking for an empty return value.
    if [ "$output" == "" ]; then
    break
    fi
    done
    # Create the user record
    /usr/bin/dscl -f "${targetVol}/var/db/dslocal/nodes/Default" localonly -create $databasePath
    if [ $? != 0 ]; then
    echo "Failed to create '${databasePath}'."
    return 1
    fi
    # Add long name
    /usr/bin/dscl -f "${targetVol}/var/db/dslocal/nodes/Default" localonly -append $databasePath RealName "${2}"
    if [ $? != 0 ]; then
    echo "Failed to set the RealName."
    return 1
    fi
    # Add PrimaryGroupID
    if [ "${4}" == 1 ]; then
    /usr/bin/dscl -f "${targetVol}/var/db/dslocal/nodes/Default" localonly -append $databasePath PrimaryGroupID 80
    else
    /usr/bin/dscl -f "${targetVol}/var/db/dslocal/nodes/Default" localonly -append $databasePath PrimaryGroupID 20
    fi
    if [ $? != 0 ]; then
    echo "Failed to set the PrimaryGroupID."
    return 1
    fi
    # Add UniqueID
    /usr/bin/dscl -f "${targetVol}/var/db/dslocal/nodes/Default" localonly -append $databasePath UniqueID ${i}
    if [ $? != 0 ]; then
    echo "Failed to set the UniqueID."
    return 1
    fi
    # Add Home Directory entry
    /usr/bin/dscl -f "${targetVol}/var/db/dslocal/nodes/Default" localonly -append $databasePath NFSHomeDirectory /Users/${3}
    if [ $? != 0 ]; then
    echo "Failed to set the NFSHomeDirectory."
    fi
    if [ "${6}" != "" ]; then
    /usr/bin/dscl -f "${targetVol}/var/db/dslocal/nodes/Default" localonly -append $databasePath AuthenticationHint "${6}"
    if [ $? != 0 ]; then
    echo "Failed to set the AuthenticationHint."
    return 1
    fi
    fi
    /usr/bin/dscl -f "${targetVol}/var/db/dslocal/nodes/Default" localonly -append $databasePath picture "${7}"
    if [ $? != 0 ]; then
    echo "Failed to set the picture."
    return 1
    fi
    /usr/bin/dscl -f "${targetVol}/var/db/dslocal/nodes/Default" localonly -passwd $databasePath "${5}"
    if [ $? != 0 ]; then
    echo "Failed to set the passwd."
    return 1
    fi
    # Add shell
    /usr/bin/dscl -f "${targetVol}/var/db/dslocal/nodes/Default" localonly -append $databasePath UserShell "/bin/bash"
    if [ $? != 0 ]; then
    echo "Failed to set the UserShell."
    return 1
    fi
    # Create Home directory
    if [ -e "/System/Library/User Template/${8}.lproj/" ]; then
    /usr/bin/ditto "/System/Library/User Template/${8}.lproj/" "${targetVol}/Users/${3}"
    else
    /usr/bin/ditto "/System/Library/User Template/English.lproj/" "${targetVol}/Users/${3}"
    fi
    if [ $? != 0 ]; then
    echo "Failed to copy the User Template."
    return 1
    fi
    /usr/sbin/chown -R $i:$i "${targetVol}/Users/${3}"
    if [ $? != 0 ]; then
    echo "Failed to set ownership on the User folder."
    return 1
    fi
    # Copies a list of files (full paths contained in the file at $1) from source to the path specified in $2
    CopyEntriesFromFileToPath()
    local theFile="$1"
    local theDest="$2"
    local opt=""
    if [ "${scriptsDebugKey}" == "VERBOSE" -o "${scriptsDebugKey}" == "DEBUG" ]; then
    opt="-v"
    fi
    while read FILE
    do
    if [ -e "${FILE}" ]; then
    local leafName=`basename "${FILE}"`
    if [ "${scriptsDebugKey}" == "VERBOSE" -o "${scriptsDebugKey}" == "DEBUG" ]; then
    echo "Copying ${FILE}."
    fi
    /usr/bin/ditto $opt "${FILE}" "${theDest}/${leafName}" || return 1
    fi
    done < "${theFile}"
    return 0
    # Copies a list of packages (full path, destination pairs contained in the file at $1) from source to .../System/Installation/Packages/
    CopyPackagesWithDestinationsFromFile()
    local theFile="$1"
    local opt=""
    if [ "${scriptsDebugKey}" == "VERBOSE" -o "${scriptsDebugKey}" == "DEBUG" ]; then
    opt="-v"
    fi
    while read FILE
    do
    if [ -e "${FILE}" ]; then
    local leafName=`basename "${FILE}"`
    if [ "${scriptsDebugKey}" == "VERBOSE" -o "${scriptsDebugKey}" == "DEBUG" ]; then
    echo "Copying ${FILE}."
    fi
    read SUB_PATH
    /usr/bin/ditto $opt "${FILE}" "${mountPoint}/Packages/${SUB_PATH}${leafName}" || return 1
    fi
    done < "${theFile}"
    return 0
    # Create an installer package in ${1} wrapping the supplied script ${2}
    CreateInstallPackageForScript()
    local tempDir="$1"
    local scriptPath="$2"
    local scriptName=`basename "${scriptPath}"`
    local entryDir=`pwd`
    local opt=""
    if [ "${scriptsDebugKey}" == "VERBOSE" -o "${scriptsDebugKey}" == "DEBUG" ]; then
    echo "Create installer for script ${scriptName}"
    if [ "${scriptsDebugKey}" == "VERBOSE" -o "${scriptsDebugKey}" == "DEBUG" ]; then
    opt="-v"
    fi
    fi
    # shouldn't exist on entry...
    if [ -e "${tempDir}/emptyDir" ]; then
    /bin/rm -rf "${tempDir}/emptyDir"
    fi
    # make some directories to work in
    /bin/mkdir $opt -p "${tempDir}/${scriptName}.pkg/Contents/Resources" || return 1
    /bin/mkdir $opt "${tempDir}/emptyDir" || return 1
    # Create Archive.pax.gz
    cd "${tempDir}/emptyDir"
    /bin/pax -w -x cpio -f "${tempDir}/${scriptName}.pkg/Contents/Archive.pax" .
    /usr/bin/gzip "${tempDir}/${scriptName}.pkg/Contents/Archive.pax"
    cd "${entryDir}"
    # Create the Archive.bom file
    /usr/bin/mkbom "${tempDir}/emptyDir/" "${tempDir}/${scriptName}.pkg/Contents/Archive.bom" || return 1
    # Create the Info.plist
    /bin/cat > "${tempDir}/${scriptName}.pkg/Contents/Info.plist" << END
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
    <key>CFBundleIdentifier</key>
    <string>com.apple.server.SystemImageUtility.${scriptName}</string>
    <key>CFBundleShortVersionString</key>
    <string>1</string>
    <key>IFMajorVersion</key>
    <integer>1</integer>
    <key>IFMinorVersion</key>
    <integer>0</integer>
    <key>IFPkgFlagDefaultLocation</key>
    <string>/tmp</string>
    <key>IFPkgFlagInstallFat</key>
    <false/>
    <key>IFPkgFlagIsRequired</key>
    <false/>
    <key>IFPkgFormatVersion</key>
    <real>0.10000000149011612</real>
    </dict>
    </plist>
    END
    echo "pkmkrpkg1" > "${tempDir}/${scriptName}.pkg/Contents/PkgInfo"
    echo "major: 1\nminor: 0" > "${tempDir}/${scriptName}.pkg/Contents/Resources/package_version"
    # Copy the script
    /bin/cp "$scriptPath" "${tempDir}/${scriptName}.pkg/Contents/Resources/postflight"
    # clean up
    /bin/rm -r "${tempDir}/emptyDir"
    return 0
    # Validate or create the requested directory
    CreateOrValidatePath()
    local targetDir="$1"
    if [ ! -d "${targetDir}" ]; then
    if [ "${scriptsDebugKey}" == "VERBOSE" -o "${scriptsDebugKey}" == "DEBUG" ]; then
    echo "Creating working path at ${targetDir}"
    fi
    /bin/mkdir -p "${targetDir}" || return 1
    fi
    # If any exist, apply any user accounts
    CreateUserAccounts()
    # $1 volume whose local node database to modify
    local count="${#userFullName[*]}"
    local targetVol="${1}"
    if [ $count -gt 0 ]; then
    if [ "${scriptsDebugKey}" == "VERBOSE" -o "${scriptsDebugKey}" == "DEBUG" ]; then
    echo "Adding $count user account(s) to the image"
    fi
    for ((index=0; index<$count; index++)); do
    if [ "${scriptsDebugKey}" == "VERBOSE" -o "${scriptsDebugKey}" == "DEBUG" ]; then
    echo "Adding user ${userFullName[$index]}"
    fi
    #lay down user here
    AddLocalUser "${targetVol}" "${userFullName[$index]}" "${userUnixName[$index]}" "${userIsAdmin[$index]}" "${userPassword[$index]}" "${userPassHint[$index]}" "${userImagePath[$index]}" "${userLanguage[$index]}"
    if [ $? != 0 ]; then
    echo "Failed to create the User '${userUnixName[$index]}'."
    return 1
    fi
    done
    # "touch"
    /usr/bin/touch "${targetVol}/private/var/db/.AppleSetupDone"
    /usr/bin/touch "${targetVol}/Library/Receipts/.SetupRegComplete"
    fi
    # retry the hdiutil detach until we either time out or it succeeds
    retry_hdiutil_detach()
    local mount_point="${1}"
    local tries=0
    local forceAt=0
    local limit=24
    local opt=""
    forceAt=$(($limit - 1))
    while [ $tries -lt $limit ]; do
    tries=$(( tries + 1 ))
    /bin/sleep 5
    echo "Attempting to detach the disk image again..."
    /usr/bin/hdiutil detach "${mount_point}" $opt
    if [ $? -ne 0 ]; then
    # Dump a list of any still open files on the mountPoint
    if [ "${scriptsDebugKey}" == "DEBUG" ]; then
    /usr/sbin/lsof +fg "${mount_point}"
    fi
    if [ $tries -eq $forceAt ]; then
    echo "Failed to detach disk image at '${mount_point}' normally, adding -force."
    opt="-force"
    fi
    if [ $tries -eq $limit ]; then
    echo "Failed to detach disk image at '${mount_point}'."
    exit 1
    fi
    else
    tries=$limit
    fi
    done
    # Create the dyld shared cache files
    DetachAndRemoveMount()
    local theMount="${1}"
    if [ "${scriptsDebugKey}" == "VERBOSE" -o "${scriptsDebugKey}" == "DEBUG" ]; then
    echo "Detaching disk image"
    # Dump a list of any still open files on the mountPoint
    if [ "${scriptsDebugKey}" == "DEBUG" ]; then
    /usr/sbin/lsof +fg "${theMount}"
    fi
    fi
    # Finally detach the image and dispose the mountPoint directory
    /usr/bin/hdiutil detach "${theMount}" || retry_hdiutil_detach "${theMount}" || return 1
    /bin/rmdir "${theMount}" || return 1
    return 0
    # If the pieces exist, enable remote access for the shell image
    EnableRemoteAccess()
    local srcVol="${1}"
    local opt=""
    if [ -e "${srcVol}/usr/lib/pam/pam_serialnumber.so.2" ]; then
    if [ "${scriptsDebugKey}" == "VERBOSE" -o "${scriptsDebugKey}" == "DEBUG" ]; then
    echo "Enabling shell image remote access support"
    if [ "${scriptsDebugKey}" == "VERBOSE" -o "${scriptsDebugKey}" == "DEBUG" ]; then
    opt="-v"
    fi
    fi
    # install some things (again which aren't part of BaseSystem) needed for remote ASR installs
    /usr/bin/ditto $opt "${srcVol}/usr/lib/pam/pam_serialnumber.so.2" "${mountPoint}/usr/lib/pam/pam_serialnumber.so.2" || return 1
    if [ -e "${srcVol}/usr/sbin/installer" ]; then
    /usr/bin/ditto $opt "${srcVol}/usr/sbin/installer" "${mountPoint}/usr/sbin/installer" || return 1
    fi
    # copy the sshd config and add our keys to the end of it
    if [ -e "${srcVol}/etc/sshd_config" ]; then
    /bin/cat "${srcVol}/etc/sshd_config" - > "${mountPoint}/etc/sshd_config" << END
    HostKey /private/var/tmp/ssh_host_key
    HostKey /private/var/tmp/ssh_host_rsa_key
    HostKey /private/var/tmp/ssh_host_dsa_key
    END
    fi
    fi
    return 0
    # If it exists, install the sharing names and/or directory binding support to the install image
    HandleNetBootClientHelper()
    local tempDir="${1}"
    local targetVol="${2}"
    local opt=""
    if [ "${scriptsDebugKey}" == "VERBOSE" -o "${scriptsDebugKey}" == "DEBUG" ]; then
    opt="-v"
    fi
    if [ -e  "${tempDir}/bindingNames.plist" ]; then
    if [ "${scriptsDebugKey}" == "VERBOSE" -o "${scriptsDebugKey}" == "DEBUG" ]; then
    echo "Installing Directory Service binding information"
    fi
    /usr/bin/ditto $opt "${tempDir}/bindingNames.plist" "${targetVol}/etc/bindingNames.plist" || return 1
    /usr/sbin/chown root:wheel "${targetVol}/etc/bindingNames.plist"
    /bin/chmod 644 "${targetVol}/etc/bindingNames.plist"
    fi
    if [ -e  "${tempDir}/sharingNames.plist" ]; then
    if [ "${scriptsDebugKey}" == "VERBOSE" -o "${scriptsDebugKey}" == "DEBUG" ]; then
    echo "Installing Sharing Names support"
    fi
    /usr/bin/ditto $opt "${tempDir}/sharingNames.plist" "${targetVol}/etc/sharingNames.plist" || return 1
    /usr/sbin/chown root:wheel "${targetVol}/etc/sharingNames.plist"
    /bin/chmod 644 "${targetVol}/etc/sharingNames.plist"
    fi
    if [ -e  "${tempDir}/NetBootClientHelper" ]; then
    /usr/bin/ditto $opt "${tempDir}/NetBootClientHelper" "${targetVol}/usr/sbin/NetBootClientHelper" || return 1
    /usr/sbin/chown root:wheel "${targetVol}/usr/sbin/NetBootClientHelper"
    /bin/chmod 555 "${targetVol}/usr/sbin/NetBootClientHelper"
    /usr/bin/ditto $opt "${tempDir}/com.apple.NetBootClientHelper.plist" "${targetVol}/System/Library/LaunchDaemons/com.apple.NetBootClientHelper.plist" || return 1
    /usr/sbin/chown root:wheel "${targetVol}/System/Library/LaunchDaemons/com.apple.NetBootClientHelper.plist"
    /bin/chmod 644 "${targetVol}/System/Library/LaunchDaemons/com.apple.NetBootClientHelper.plist"
    # finally, make sure it isn't disabled...
    /usr/libexec/PlistBuddy -c "Delete :com.apple.NetBootClientHelper" "${targetVol}/var/db/launchd.db/com.apple.launchd/overrides.plist" > /dev/null 2>&1
    fi
    return 0
    # If any exist, install configuration profiles to the install image
    InstallConfigurationProfiles()
    local tempDir="${1}"
    local targetVol="${2}"
    local profilesDir="${targetVol}/var/db/ConfigurationProfiles"
    local opt=""
    if [ "${scriptsDebugKey}" == "VERBOSE" -o "${scriptsDebugKey}" == "DEBUG" ]; then
    opt="-v"
    fi
    if [ -e  "${tempDir}/configProfiles.txt" ]; then
    if [ "${scriptsDebugKey}" == "VERBOSE" -o "${scriptsDebugKey}" == "DEBUG" ]; then
    echo "Installing Configuration Profiles"
    fi
    /bin/mkdir -p "${profilesDir}/Setup" || return 1
    # Make sure the perms are correct
    /usr/sbin/chown root:wheel "${profilesDir}"
    /bin/chmod 755 "${profilesDir}"
    /usr/sbin/chown root:wheel "${profilesDir}/Setup"
    /bin/chmod 755 "${profilesDir}/Setup"
    /usr/bin/touch "${profilesDir}/.profilesAreInstalled"
    CopyEntriesFromFileToPath "${tempDir}/configProfiles.txt" "${profilesDir}/Setup" || return 1
    # Enable MCX debugging
    if [ 1 == 1 ]; then
    if [ -e  "${targetVol}/Library/Preferences/com.apple.MCXDebug.plist" ]; then
    /usr/libexec/PlistBuddy -c "Delete :debugOutput" "${targetVol}/Library/Preferences/com.apple.MCXDebug.plist" > /dev/null 2>&1
    /usr/libexec/PlistBuddy -c "Delete :collateLogs" "${targetVol}/Library/Preferences/com.apple.MCXDebug.plist" > /dev/null 2>&1
    fi
    /usr/libexec/PlistBuddy -c "Add :debugOutput string -2" "${targetVol}/Library/Preferences/com.apple.MCXDebug.plist" > /dev/null 2>&1
    /usr/libexec/PlistBuddy -c "Add :collateLogs string 1" "${targetVol}/Library/Preferences/com.apple.MCXDebug.plist" > /dev/null 2>&1
    fi
    fi
    # Converts a list of scripts (full paths contained in the file at $1) into packages in $3
    InstallScriptsFromFile()
    local tempDir="${1}"
    local theFile="${2}"
    local targetDir="${3}"
    if [ "${scriptsDebugKey}" == "VERBOSE" -o "${scriptsDebugKey}" == "DEBUG" ]; then
    echo "Converting scripts into install packages"
    fi
    while read FILE
    do
    if [ -e "${FILE}" ]; then
    # make an installer package out of the script
    CreateInstallPackageForScript "$tempDir" "${FILE}" || return 1
    # copy the resulting package to the Packages directory
    local leafName=`basename "${FILE}"`
    /usr/bin/ditto $opt "${tempDir}/${leafName}.pkg" "${targetDir}/${leafName}.pkg" || return 1
    # clean up
    /bin/rm -r "${tempDir}/${leafName}.pkg"
    fi
    done < "${theFile}"
    return 0
    # Prepare the source by deleting stuff we don't want to copy if sourcing a volume
    PostFlightDestination()
    local tempDir="${1}"
    local destDir="${2}"
    local opt=""
    if [ "${scriptsDebugKey}" == "VERBOSE" -o "${scriptsDebugKey}" == "DEBUG" ]; then
    echo "Performing post install cleanup"
    if [ "${scriptsDebugKey}" == "VERBOSE" -o "${scriptsDebugKey}" == "DEBUG" ] ; then
    opt="-v"
    fi
    fi
    # delete the DS indices to force reindexing...
    if [ -e "${mountPoint}/var/db/dslocal/indices/Default/index" ]; then
    /bin/rm $opt "${mountPoint}/var/db/dslocal/indices/Default/index"
    fi
    # detach the disk and remove the mount folder
    DetachAndRemoveMount "${mountPoint}"
    if [ $? != 0 ]; then
    echo "Failed to detach and clean up the mount at '${mountPoint}'."
    return 1
    fi
    echo "Correcting permissions. ${ownershipInfoKey} $destDir"
    /usr/sbin/chown -R "${ownershipInfoKey}" "$destDir"
    # Prepare the source by deleting stuff we don't want to copy if sourcing a volume
    PreCleanSource()
    local srcVol="$1"
    local opt=""
    if [ "${scriptsDebugKey}" == "VERBOSE" -o "${scriptsDebugKey}" == "DEBUG" ]; then
    if [ "${scriptsDebugKey}" == "VERBOSE" -o "${scriptsDebugKey}" == "DEBUG" ] ; then
    opt="-v"
    fi
    fi
    if [ -e "$srcVol/private/var/vm/swapfile*" ]; then
    if [ "${scriptsDebugKey}" == "VERBOSE" -o "${scriptsDebugKey}" == "DEBUG" ]; then
    echo "Removing swapfiles on $1"
    fi
    /bin/rm $opt "$srcVol/private/var/vm/swapfile*"
    fi
    if [ -d "$srcVol/private/tmp" ]; then
    if [ "${scriptsDebugKey}" == "VERBOSE" -o "${scriptsDebugKey}" == "DEBUG" ]; then
    echo "Cleaning out /private/tmp on $1"
    fi
    /bin/rm -r $opt "$srcVol/private/tmp/*"
    fi
    if [ -d "$srcVol/private/var/tmp" ]; then
    if [ "${scriptsDebugKey}" == "VERBOSE" -o "${scriptsDebugKey}" == "DEBUG" ]; then
    echo "Cleaning out /private/var/tmp on $1"
    fi
    /bin/rm -r $opt "$srcVol/private/var/tmp/*"
    fi
    if [ "${scriptsDebugKey}" == "VERBOSE" -o "${scriptsDebugKey}" == "DEBUG" ]; then
    echo "Cleaning out devices and volumes on $1"
    fi
    if [ -d "$srcVol/Volumes" ]; then
    /bin/rm -r $opt "$srcVol/Volumes/*"
    fi
    if [ -d "$srcVol/dev" ]; then
    /bin/rm $opt "$srcVol/dev/*"
    fi
    if [ -d "$srcVol/private/var/run" ]; then
    /bin/rm -r $opt "$srcVol/private/var/run/*"
    fi
    # Copy kernel and build the kext cache on the boot image
    PrepareKernelAndKextCache()
    local srcDir="$1"
    local destDir="$2"
    local opt=""
    if [ "${scriptsDebugKey}" == "VERBOSE" -o "${scriptsDebugKey}" == "DEBUG" ]; then
    echo "Preparing the kernel and kext cache for t          /bin/rmdir "${theMount}" || return 1
    return 0
    # If the pieces exist, enable remote access for the shell image
    EnableRemoteAccess()
    local srcVol="${1}"
    local opt=""
    if [ -e "${srcVol}/usr/lib/pam/pam_serialnumber.so.2" ]; then
    if [ "${scriptsDebugKey}" == "VERBOSE" -o "${scriptsDebugKey}" == "DEBUG" ]; then
    echo "Enabling shell image remote access support"
    if [ "${scriptsDebugKey}" == "VERBOSE" -o "${scriptsDebugKey}" == "DEBUG" ]; then
    opt="-v"
    fi
    fi
    # install some things (again which aren't part of BaseSystem) needed for remote ASR installs
    /usr/bin/ditto $opt "${srcVol}/usr/lib/pam/pam_serialnumber.so.2" "${mountPoint}/usr/lib/pam/pam_serialnumber.so.2" || return 1
    if [ -e "${srcVol}/usr/sbin/installer" ]; then
    /usr/bin/ditto $opt "${srcVol}/usr/sbin/installer" "${mountPoint}/usr/sbin/installer" || return 1
    fi
    # copy the sshd config and add our keys to the end of it
    if [ -e "${srcVol}/etc/sshd_config" ]; then
    /bin/cat "${srcVol}/etc/sshd_config" - > "${mountPoint}/etc/sshd_config" << END
    HostKey /private/var/tmp/ssh_host_key
    HostKey /private/var/tmp/ssh_host_rsa_key
    HostKey /private/var/tmp/ssh_host_dsa_key
    END
    fi
    fi
    return 0
    # If it exists, install the sharing names and/or directory binding support to the install image
    HandleNetBootClientHelper()
    local tempDir="${1}"
    local targetVol="${2}"
    local opt=""
    if [ "${scriptsDebugKey}" == "VERBOSE" -o "${scriptsDebugKey}" == "DEBUG" ]; then
    opt="-v"
    fi
    if [ -e  "${tempDir}/bindingNames.plist" ]; then
    if [ "${scriptsDebugKey}" == "VERBOSE" -o "${scriptsDebugKey}" == "DEBUG" ]; then
    echo "Installing Directory Service binding information"
    fi
    /usr/bin/ditto $opt "${tempDir}/bindingNames.plist" "${targetVol}/etc/bindingNames.plist" || return 1
    /usr/sbin/chown root:wheel "${targetVol}/etc/bindingNames.plist"
    /bin/chmod 644 "${targetVol}/etc/bindingNames.plist"
    fi
    if [ -e  "${tempDir}/sharingNames.plist" ]; then
    if [ "${scriptsDebugKey}" == "VERBOSE" -o "${scriptsDebugKey}" == "DEBUG" ]; then
    echo "Installing Sharing Names support"
    fi
    /usr/bin/ditto $opt "${tempDir}/sharingNames.plist" "${targetVol}/etc/sharingNames.plist" || return 1
    /usr/sbin/chown root:wheel "${targetVol}/etc/sharingNames.plist"
    /bin/chmod 644 "${targetVol}/etc/sharingNames.plist"
    fi
    if [ -e  "${tempDir}/NetBootClientHelper" ]; then
    /usr/bin/ditto $opt "${tempDir}/NetBootClientHelper" "${targetVol}/usr/sbin/NetBootClientHelper" || return 1
    /usr/sbin/chown root:wheel "${targetVol}/usr/sbin/NetBootClientHelper"
    /bin/chmod 555 "${targetVol}/usr/sbin/NetBootClientHelper"
    /usr/bin/ditto $opt "${tempDir}/com.apple.NetBootClientHelper.plist" "${targetVol}/System/Library/LaunchDaemons/com.apple.NetBootClientHelper.plist" || return 1
    /usr/sbin/chown root:wheel "${targetVol}/System/Library/LaunchDaemons/com.apple.NetBootClientHelper.plist"
    /bin/chmod 644 "${targetVol}/System/Library/LaunchDaemons/com.apple.NetBootClientHelper.plist"
    # finally, make sure it isn't disabled...
    /usr/libexmountPoint=`mktemp -d "/tmp/mnt.XXXXXXXX"`
    errExit()
    echo "Execution of '`basename ${0}`' failed. Cleaning up."
    # detach the disk and remove the mount folder
    DetachAndRemoveMount "${mountPoint}"
    /bin/rm -r "${destPath}"
    exit 1
    # Set up for script debugging
    debug_opt=""
    if [ "${scriptsDebugKey}" == "VERBOSE" -o "${scriptsDebugKey}" == "DEBUG" ] ; then
    debug_opt="-v"
    fi
    # Prepare the destination
    CreateOrValidatePath "$destPath" || errExit
    # update progress information
    echo "${progressPrefix}_creatingImage_"
    if [ -e "${installSource}/BaseSystem.dmg" ]; then
    size=$2
    if [ "${scriptsDebugKey}" == "VERBOSE" -o "${scriptsDebugKey}" == "DEBUG" ] ; then
    echo "Creating disk image (Size: $size MB)"
    fi
    /usr/bin/hdiutil create "$destPath/$dmgTarget" -megabytes $size -volname "${dmgVolName}" -uid 0 -gid 80 -mode 1775 -layout "SPUD" -fs "$destVolFSType" -stretch 500g -ov -puppetstrings || errExit
    echo "${progressPrefix}_copyingSource_"
    if [ "${scriptsDebugKey}" == "VERBOSE" -o "${scriptsDebugKey}" == "DEBUG" ] ; then
    echo "Attaching disk image"
    fi
    /usr/bin/hdiutil attach "${destPath}/${dmgTarget}.dmg" -owners on -nobrowse -noautoopen -mountpoint "${mountPoint}" -quiet || errExit
    # Copy source Volume base system to
    /usr/bin/ditto $debug_opt "${installSource}" "${mountPoint}" || errExit
    else
    echo "This does not appear to be a Mac OS X Install DVD."
    errExit
    fi
    # If adding any additional packages or scripts
    if [ -e "${1}/OSInstall.collection" ]; then
    /usr/bin/ditto $debug_opt "${1}/OSInstall.collection" "${mountPoint}/Packages/OSInstall.collection" || errExit
    /usr/sbin/chown root:wheel "${mountPoint}/Packages/OSInstall.collection"
    # If adding any additional packages
    if [ -e "${1}/additionalPackages.txt" ]; then
    CopyPackagesWithDestinationsFromFile "${1}/additionalPackages.txt" || errExit
    fi
    # If adding any scripts
    if [ -e "${1}/additionalScripts.txt" ]; then
    InstallScriptsFromFile "${1}" "${1}/additionalScripts.txt" "${mountPoint}/Packages" || errExit
    fi
    fi
    # If it exists, install the partition data onto the install image
    ProcessAutoPartition "${1}" || errExit
    # If it exists, install minstallconfig.xml (AutoInstall data) onto the install image
    ProcessMinInstall "${1}" || errExit
    # update progress information
    echo "${progressPrefix}_buildingBooter_"
    # Copy kernel and boot loader
    if [ "${scriptsDebugKey}" == "VERBOSE" -o "${scriptsDebugKey}" == "DEBUG" ]; then
    echo "Preparing the kernel and boot loader for the boot image"
    fi
    # make sure this doesn't exist
    if [ -e "${destPath}/i386" ]; then
    /bin/rm -rf "${destPath}/i386"
    fi
    /bin/mkdir -p $debug_opt "${destPath}/i386/x86_64" || errExit
    # copy these directly off the install media
    /usr/bin/ditto $debug_opt "${installSource}/boot.efi" "${destPath}/i386/booter" || errExit
    /usr/bin/chflags nohidden "${destPath}/i386/booter"
    # Grab the relevant portion of the com.apple.Boot.plist
    kernelFlags=`/usr/libexec/PlistBuddy -c "print :'Kernel Flags'" "${installSource}/Library/Preferences/SystemConfiguration/com.apple.Boot.plist"`
    /usr/libexec/PlistBuddy -c "add :'Kernel Flags' string ${kernelFlags}" "${destPath}/i386/com.apple.Boot.plist" > /dev/null 2>&1
    /usr/bin/ditto $debug_opt "${installSource}/System/Library/CoreServices/PlatformSupport.plist" "${destPath}/i386/PlatformSupport.plist" || errExit
    # extract the kernel & kernelcache for the boot shell
    /usr/bin/lipo -extract i386 "${mountPoint}/kernelcache" -output "${destPath}/i386/kernelcache" || errExit
    /usr/bin/lipo -extract x86_64 "${mountPoint}/kernelcache" -output "${destPath}/i386/x86_64/kernelcache" || errExit
    # Apply choice changes, if any
    if [ -e "${1}/MacOSXInstaller.choiceChanges" ]; then
    echo "Copy over package choice selection."
    /usr/bin/ditto $debug_opt "${1}/MacOSXInstaller.choiceChanges" "${mountPoint}/Packages/Extras/MacOSXInstaller.choiceChanges"
    fi
    # update progress information
    echo "${progressPrefix}_finishingUp_"
    # perform the final cleanup
    PostFlightDestination "${1}" "$destPath" || errExit
    errExit
    Vol/private/tmp" ]; then
    if [ "${scriptsDebugKey}" == "VERBOSE" -o "${scriptsDebugKey}" == "DEBUG" ]; then
    echo "Cleaning out /private/tmp on $1"
    fi
    /bin/rm -r $opt "$srcVol/private/tmp/*"
    fi
    if [ -d "$srcVol/private/var/tmp" ]; then
    if [ "${scriptsDebugKey}" == "VERBOSE" -o "${scriptsDebugKey}" == "DEBUG" ]; then
    echo "Cleaning out /private/var/tmp on $1"
    fi
    /bin/rm -r $opt "$srcVol/private/var/tmp/*"
    fi
    if [ "${scriptsDebugKey}" == "VERBOSE" -o "${scriptsDebugKey}" == "DEBUG" ]; then
    echo "Cleaning out devices and volumes on $1"
    fi
    if [ -d "$srcVol/Volumes" ]; then
    /bin/rm -r $opt "$srcVol/Volumes/*"
    fi
    if [ -d "$srcVol/dev" ]; then
    /bin/rm $opt "$srcVol/dev/*"
    fi
    if [ -d "$srcVol/private/var/run" ]; then
    /bin/rm -r $opt "$srcVol/private/var/run/*"
    fi
    # Copy kernel and build the kext cache on the boot image
    PrepareKernelAndKextCache()
    local srcDir="$1"
    local destDir="$2"
    local opt=""
    if [ "${scriptsDebugKey}" == "VERBOSE" -o "${scriptsDebugKey}" == "DEBUG" ]; then
    echo "Preparing the kernel and kext cache for tPERCENT:0.000000
    PERCENT:4.332841
    PERCENT:8.985722
    PERCENT:12.358444
    PERCENT:14.524864
    PERCENT:16.617430
    PERCENT:19.522402
    PERCENT:21.614967
    PERCENT:23.535204
    PERCENT:26.070902
    PERCENT:29.271296
    PERCENT:33.111767
    PERCENT:38.847858
    PERCENT:42.343674
    PERCENT:44.707043
    PERCENT:46.578041
    PERCENT:49.138355
    PERCENT:51.772526
    PERCENT:55.563763
    PERCENT:58.567207
    PERCENT:62.210735
    PERCENT:64.795670
    PERCENT:69.719353
    PERCENT:74.741508
    PERCENT:77.055641
    PERCENT:79.591331
    PERCENT:83.013290
    PERCENT:85.548988
    PERCENT:88.010834
    PERCENT:91.728210
    PERCENT:97.710487
    PERCENT:100.000000
    PERCENT:-1.000000
    Finalizing disk image.
    created: /Users/vm/Desktop/NetInstall of Install Mac OS X Lion/NetInstall.dmg
    /bin/rmdir "${theMount}" || return 1
    return 0
    # If the pieces exist, enable remote access for the shell image
    EnableRemoteAccess()
    local srcVol="${1}"
    local opt=""
    if [ -e "${srcVol}/usr/lib/pam/pam_serialnumber.so.2" ]; then
    if [ "${scriptsDebugKey}" == "VERBOSE" -o "${scriptsDebugKey}" == "DEBUG" ]; then
    echo "Enabling shell image remote access support"
    if [ "${scriptsDebugKey}" == "VERBOSE" -o "${scriptsDebugKey}" == "DEBUG" ]; then
    opt="-v"
    fi
    fi
    # install some things (again which aren't part of BaseSystem) needed for remote ASR installs
    /usr/bin/ditto $opt "${srcVol}/usr/lib/pam/pam_serialnumber.so.2" "${mountPoint}/usr/lib/pam/pam_serialnumber.so.2" || return 1
    if [ -e "${srcVol}/usr/sbin/installer" ]; then
    /usr/bin/ditto $opt "${srcVol}/usr/sbin/installer" "${mountPoint}/usr/sbin/installer" || return 1
    fi
    # copy the sshd config and add our keys to the end of it
    if [ -e "${srcVol}/etc/sshd_config" ]; then
    /bin/cat "${srcVol}/etc/sshd_config" - > Creating working path at /Users/vm/Desktop/NetInstall of Install Mac OS X Lion
    Creating disk image (Size: 4062 MB)
    /tmp/ssh_host_dsa_key
    END
    fi
    fi
    return 0
    # If it exists, install the sharing names and/or directory binding support to the install image
    HandleNetBootClientHelper()
    local tempDir="${1}"
    local targetVol="${2}"
    local opt=""
    if [ "${scriptsDebugKey}" == "VERBOSE" -o "${scriptsDebugKey}" == "DEBUG" ]; then
    opt="-v"
    fi
    if [ -e  "${tempDir}/bindingNames.plist" ]; then
    if [ "${scriptsDebugKey}" == "VERBOSE" -o "${scriptsDebugKey}" == "DEBUG" ]; then
    echo "Installing Directory Service binding information"
    fi
    /usr/bin/ditto $opt "${tempDir}/bindingNames.plist" "${targetVol}/etc/bindingNames.plist" || return 1
    /usr/sbin/chown root:wheel "${targetVol}/etc/bindingNames.plist"
    /bin/chmod 644 "${targetVol}/etc/bindingNames.plist"
    fi
    if [ -e  "${tempDir}/sharingNames.plist" ]; then
    if [ "${scriptsDebugKey}" == "VERBOSE" -o "${scriptsDebugKey}" == "DEBUG" ]; then
    echo "Installing Sharing Names support"
    fi
    /usr/bin/ditto $opt "${tempDir}/sharingNames.plist" "${targetVol}/etc/sharingNames.plist" || return 1
    /usr/sbin/chown root:wheel "${targetVol}/etc/sharingNames.plist"
    /bin/chmod 644 "${targetVol}/etc/sharingNames.plist"
    fi
    if [ -e  "${tempDir}/NetBootClientHelper" ]; then
    /usr/bin/ditto $opt "${tempDir}/NetBootClientHelper" "${targetVol}/usr/sbin/NetBootClientHelper" || return 1
    /usr/sbin/chown root:wheel "${targetVol}/usr/sbin/NetBootClientHelper"
    /bin/chmod 555 "${targetVol}/usr/sbin/NetBootClientHelper"
    /usr/bin/ditto $opt "${tempDir}/com.apple.NetBootClientHelper.plist" "${targetVol}/System/Library/LaunchDaemons/com.apple.NetBootClientHelper.plist" || return 1
    /usr/sbin/chown root:wheel "${targetVol}/System/Library/LaunchDaemons/com.apple.NetBootClientHelper.plist"
    /bin/chmod 644 "${targetVol}/System/Library/LaunchDaemons/com.apple.NetBootClientHelper.plist"
    # finally, make sure it isn't disabled...
    /usr/libex
    # update progress information
    echo "${progressPrefix}_creatingImage_"
    if [ -e "${installSource}/BaseSystem.dmg" ]; then
    size=$2
    if [ "${scriptsDebugKey}" == "VERBOSE" -o "${scriptsDebugKey}" == "DEBUG" ] ; then
    echo "Creating disk image (Size: $size MB)"
    fi
    /usr/bin/hdiutil create "$destPath/$dmgTarget" -megabytes $size -volname "${dmgVolName}" -uid 0 -gid 80 -mode 1775 -layout "SPUD" -fs "$destVolFSType" -stretch 500g -ov -puppetstrings || errExit
    echo "${progressPrefix}_copyingSource_"
    if [ "${scriptsDebugKey}" == "VERBOSE" -o "${scriptsDebugKey}" == "DEBUG" ] ; then
    echo "Attaching disk image"
    fi
    /usr/bin/hdiutil attach "${destPath}/${dmgTarget}.dmg" -owners on -nobrowse -noautoopen -mountpoint "${mountPoint}" -quiet || errExit
    # Copy source Volume base system to
    /usr/bin/ditto $debug_opt "${installSource}" "${mountPoint}" || errExit
    else
    echo "This does not appear to be a Mac OS X Install DVD."
    errExit
    fi
    # If adding any additional packages or scripts
    if [ -e "${1}/OSInstall.collection" ]; then
    /usr/bin/ditto $debug_opt "${1}/OSInstall.collection" "${mountPoint}/Packages/OSInstall.collection" || errExit
    /usr/sbin/chown root:wheel "${mountPoint}/Packages/OSInstall.collection"
    # If adding any additional packages
    if [ -e "${1}/additionalPackages.txt" ]; then
    CopyPackagesWithDestinationsFromFile "${1}/additionalPackages.txt" || errExit
    fi
    # If adding any scripts
    if [ -e "${1}/additionalScripts.txt" ]; then
    InstallScriptsFromFile "${1}" "${1}/additionalScripts.txt" "${mountPoint}/Packages" || errExit
    fi
    fi
    # If it exists, install the partition data onto the install image
    ProcessAutoPartition "${1}" || errExit
    # If it exists, install minstallconfig.xml (AutoInstall data) onto the install image
    ProcessMinInstall "${1}" || errExit
    # update progress information
    echo "${progressPrefix}_buildingBooter_"
    # Copy kernel and boot loader
    if [ "${scriptsDebugKey}" == "VERBOSE" -o "${scriptsDebugKey}" == "DEBUG" ]; then
    echo "Preparing the kernel and boot loader for the boot image"
    fi
    # make sure this doesn't exist
    if [ -e "${destPath}/i386" ]; then
    /bin/rm -rf "${destPath}/i386"
    fi
    /bin/mkdir -p $debug_opt "${destPath}/i386/x86_64" || errExit
    # copy these directly off the install media
    /usr/bin/ditto $debug_opt "${installSource}/boot.efi" "${destPath}/i386/booter" || errExit
    /usr/bin/chflags nohidden "${destPath}/i386/booter"
    # Grab the relevant portion of the com.apple.Boot.plist
    kernelFlags=`/usr/libexec/PlistBuddy -c "print :'Kernel Flags'" "${installSource}/Library/Preferences/SystemConfiguration/com.apple.Boot.plist"`
    /usr/libexec/PlistBuddy -c "add :'Kernel Flags' string ${kernelFlags}" "${destPath}/i386/com.apple.Boot.plist" > /dev/null 2>&1
    /usr/bin/ditto $debug_opt "${installSource}/System/Library/CoreServices/PlatformSupport.plist" "${destPath}/i386/PlatformSupport.plist" || errExit
    # extract the kernel & kernelcache for the boot shell
    /usr/bin/lipo -extract i386 "${mountPoint}/kernelcache" -output "${destPath}/i386/kernelcache" || errExit
    /usr/bin/lipo -extract x86_64 "${mountPoint}/kernelcache" -output "${destPath}/i386/x86_64/kernelcache" || errExit
    # Apply choice changes, if any
    if [ -e "${1}/MacOSXInstaller.choiceChanges" ]; then
    echo "Copy over package choice selection."
    /usr/bin/ditto $debug_opt "${1}/MacOSXInstaller.choiceChanges" "${mountPoint}/Packages/Extras/MacOSXInstaller.choiceChanges"
    fi
    # update progress information
    echo "${progressPrefix}_finishingUp_"
    # perform the final cleanup
    PostFlightDestination "${1}" "$destPath" || errExit
    rrExit
    # Apply choice changes, if any
    if [ -e "${1}/MacOSXInstaller.choiceChanges" ]; then
    echo "Copy over package choice selection."
    /usr/bin/ditto $debug_opt "${1}/MacOSXInstaller.choiceChanges" "${mountPoint}/Packages/Extras/MacOSXInstaller.choiceChanges"
    fi
    # update progress information
    echo "${progressPrefix}_finishingUp_"
    # perform the final cleanup
    PostFlightDestination "${1}" "$destPath" || errExit
    tDestination "${1}" "$destPath" || errExit
    errExit
    Vol/private/tmp" ]; then
    if [ "${scriptsDebugKey}" == "VERBOSE" -o "${scriptsDebugKey}" == "DEBUG" ]; then
    echo "Cleaning out /private/tmp on $1"
    fi
    /bin/rm -r $opt "$srcVol/private/tmp/*"
    fi
    if [ -d "$srcVol/private/var/tmp" ]; then
    if [ "${scriptsDebugKey}" == "VERBOSE" -o "${scriptsDebugKey}" == "DEBUG" ]; then
    echo "Cleaning out /private/var/tmp on $1"
    fi
    /bin/rm -r $opt "$srcVol/private/var/tmp/*"
    fi
    if [ "${scriptsDebugKey}" == "VERBOSE" -o "${scriptsDebugKey}" == "DEBUG" ]; then
    echo "Cleaning out devices and volumes on $1"
    fi
    if [ -d "$srcVol/Volumes" ]; then
    /bin/rm -r $opt "$srcVol/Volumes/*"
    fi
    if [ -d "$srcVol/dev" ]; then
    /bin/rm $opt "$srcVol/dev/*"
    fi
    if [ -d "$srcVol/private/var/run" ]; then
    /bin/rm -r $opt "$srcVol/private/var/run/*"
    fi
    # Copy kernel and build the kext cache on the boot image
    PrepareKernelAndKextCache()
    local srcDir="$1"
    local destDir="$2"
    local opt=""
    if [ "${scriptsDebugKey}" == "VERBOSE" -o "${scriptsDebugKey}" == "DEBUG" ]; then
    Stopping image creation.
    Terminating script!
    Image creation failed.

  • Database Services Engine Failed, SQL Server Replication Failed, Full Text Search Failed, Reporting Services Failed

    Hello,
    I am trying to install Microsoft SQL Server 2008 R2. I get the error bellow (Database Services Engine Failed, SQL Server Replication Failed, Full Text Search Failed, Reporting Services Failed). I already have a copy of SQL Server 2008 R2 on the machine.
    I want to create a new named instance of SQL Server for some software I'm installing.
    The error is below.
    Any help would be much appreciated, thanks!
    Overall summary:
      Final result:                  SQL Server installation failed. To continue, investigate the reason for the failure, correct the problem, uninstall SQL Server, and then
    rerun SQL Server Setup.
      Exit code (Decimal):           -595541211
      Exit facility code:            1152
      Exit error code:               49957
      Exit message:                  SQL Server installation failed. To continue, investigate the reason for the failure, correct the problem, uninstall SQL Server, and then
    rerun SQL Server Setup.
      Start time:                    2014-02-06 09:14:09
      End time:                      2014-02-06 11:18:16
      Requested action:              Install
      Log with failure:              C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140206_091302\Detail.txt
      Exception help link:           http%3a%2f%2fgo.microsoft.com%2ffwlink%3fLinkId%3d20476%26ProdName%3dMicrosoft%2bSQL%2bServer%26EvtSrc%3dsetup.rll%26EvtID%3d50000%26ProdVer%3d10.50.2500.0%26EvtType%3d0x44D4F75E%400xDC80C325
    Machine Properties:
      Machine name:                  BAHPBZ52TY
      Machine processor count:       4
      OS version:                    Windows 7
      OS service pack:               Service Pack 1
      OS region:                     United States
      OS language:                   English (United States)
      OS architecture:               x64
      Process architecture:          64 Bit
      OS clustered:                  No
    Product features discovered:
      Product              Instance             Instance ID                   
    Feature                                  Language            
    Edition              Version         Clustered
      Sql Server 2008 R2   SQLEXPRESS           MSSQL10_50.SQLEXPRESS          Database Engine Services                
    1033                 Express Edition      10.50.1600.1    No        
      Sql Server 2008 R2                                                      
    Management Tools - Basic                 1033                 Express Edition     
    10.50.1600.1    No        
    Package properties:
      Description:                   SQL Server Database Services 2008 R2
      ProductName:                   SQL Server 2008 R2
      Type:                          RTM
      Version:                       10
      Installation location:         c:\c7ced2c86d6b9813b28186cc831c2054\x64\setup\
      Installation edition:          EXPRESS_ADVANCED
      Slipstream:                    True
      SP Level                       1
    User Input Settings:
      ACTION:                        Install
      ADDCURRENTUSERASSQLADMIN:      True
      AGTSVCACCOUNT:                 NT AUTHORITY\NETWORK SERVICE
      AGTSVCPASSWORD:                *****
      AGTSVCSTARTUPTYPE:             Disabled
      ASBACKUPDIR:                   Backup
      ASCOLLATION:                   Latin1_General_CI_AS
      ASCONFIGDIR:                   Config
      ASDATADIR:                     Data
      ASDOMAINGROUP:                 <empty>
      ASLOGDIR:                      Log
      ASPROVIDERMSOLAP:              1
      ASSVCACCOUNT:                  <empty>
      ASSVCPASSWORD:                 *****
      ASSVCSTARTUPTYPE:              Automatic
      ASSYSADMINACCOUNTS:            <empty>
      ASTEMPDIR:                     Temp
      BROWSERSVCSTARTUPTYPE:         Disabled
      CONFIGURATIONFILE:             
      CUSOURCE:                      
      ENABLERANU:                    True
      ENU:                           True
      ERRORREPORTING:                False
      FARMACCOUNT:                   <empty>
      FARMADMINPORT:                 0
      FARMPASSWORD:                  *****
      FEATURES:                      SQLENGINE,REPLICATION,FULLTEXT,RS,SSMS,SNAC_SDK,OCS
      FILESTREAMLEVEL:               0
      FILESTREAMSHARENAME:           <empty>
      FTSVCACCOUNT:                  NT AUTHORITY\LOCAL SERVICE
      FTSVCPASSWORD:                 *****
      HELP:                          False
      INDICATEPROGRESS:              False
      INSTALLSHAREDDIR:              c:\Program Files\Microsoft SQL Server\
      INSTALLSHAREDWOWDIR:           c:\Program Files (x86)\Microsoft SQL Server\
      INSTALLSQLDATADIR:             <empty>
      INSTANCEDIR:                   C:\Program Files\Microsoft SQL Server\
      INSTANCEID:                    aedt2bSQL
      INSTANCENAME:                  AEDT2BSQL
      ISSVCACCOUNT:                  NT AUTHORITY\NetworkService
      ISSVCPASSWORD:                 *****
      ISSVCSTARTUPTYPE:              Automatic
      NPENABLED:                     0
      PASSPHRASE:                    *****
      PCUSOURCE:                     c:\c7ced2c86d6b9813b28186cc831c2054\PCUSOURCE
      PID:                           *****
      QUIET:                         False
      QUIETSIMPLE:                   False
      ROLE:                          AllFeatures_WithDefaults
      RSINSTALLMODE:                 DefaultNativeMode
      RSSVCACCOUNT:                  NT AUTHORITY\NETWORK SERVICE
      RSSVCPASSWORD:                 *****
      RSSVCSTARTUPTYPE:              Automatic
      SAPWD:                         *****
      SECURITYMODE:                  SQL
      SQLBACKUPDIR:                  <empty>
      SQLCOLLATION:                  SQL_Latin1_General_CP1_CI_AS
      SQLSVCACCOUNT:                 NT AUTHORITY\NETWORK SERVICE
      SQLSVCPASSWORD:                *****
      SQLSVCSTARTUPTYPE:             Automatic
      SQLSYSADMINACCOUNTS:           BAH\568385
      SQLTEMPDBDIR:                  <empty>
      SQLTEMPDBLOGDIR:               <empty>
      SQLUSERDBDIR:                  <empty>
      SQLUSERDBLOGDIR:               <empty>
      SQMREPORTING:                  False
      TCPENABLED:                    0
      UIMODE:                        AutoAdvance
      X86:                           False
      Configuration file:            C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140206_091302\ConfigurationFile.ini
    Detailed results:
      Feature:                       Database Engine Services
      Status:                        Failed: see logs for details
      MSI status:                    Passed
      Configuration status:          Failed: see details below
      Configuration error code:      0xDC80C325
      Configuration error description: Access is denied
      Configuration log:             C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140206_091302\Detail.txt
      Feature:                       SQL Client Connectivity SDK
      Status:                        Passed
      MSI status:                    Passed
      Configuration status:          Passed
      Feature:                       SQL Server Replication
      Status:                        Failed: see logs for details
      MSI status:                    Passed
      Configuration status:          Failed: see details below
      Configuration error code:      0xDC80C325
      Configuration error description: Access is denied
      Configuration log:             C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140206_091302\Detail.txt
      Feature:                       Full-Text Search
      Status:                        Failed: see logs for details
      MSI status:                    Passed
      Configuration status:          Failed: see details below
      Configuration error code:      0xDC80C325
      Configuration error description: Access is denied
      Configuration log:             C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140206_091302\Detail.txt
      Feature:                       Reporting Services
      Status:                        Failed: see logs for details
      MSI status:                    Passed
      Configuration status:          Failed: see details below
      Configuration error code:      0xDC80C325
      Configuration error description: Access is denied
      Configuration log:             C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140206_091302\Detail.txt
      Feature:                       Management Tools - Basic
      Status:                        Passed
      MSI status:                    Passed
      Configuration status:          Passed
      Feature:                       Microsoft Sync Framework
      Status:                        Passed
      MSI status:                    Passed
      Configuration status:          Passed
    Rules with failures:
    Global rules:
    Scenario specific rules:
    Rules report file:               C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140206_091302\SystemConfigurationCheck_Report.htm

    Hello,
    If you see error descriptioon it gives access denied so basically it is because of some access issue.I guess You must be using some domin account for installation make sure it is  added as local administrator also instead of using NT Authority network
    service  as SQL server service account use local system account .
    Below link would help
    http://serverfault.com/questions/212135/access-is-denied-error-installing-sql-server-2008-on-windows-7
    You can also browse to setup.exe file and RK on it and select run as administrator
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • SQL Developer fails to access update center via http proxy

    Hi,
    I've configured HTTP Proxy exactly like MS-IE. Anyway, sql developer fails to access web. This is the error message:
    java.io.IOException: Server returned HTTP response code: 407 for URL: http://htmldb.oracle.com/pls/otn/f?p=38606:2
         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1149)
         at oracle.ideimpl.webupdate.CheckMasterListRunnable.run(CheckMasterListRunnable.java:131)
         at java.lang.Thread.run(Thread.java:595)
    Using the same URL in IE gives the following result:
    <?xml version="1.0" encoding="UTF-8" ?>
    - <centers xmlns="http://xmlns.oracle.com/jdeveloper/update/master">
    - <center id="oracle.sqldeveloper.webupdate.internal">
    <url>http://htmldb.oracle.com/pls/otn/f?p=raptor:internal</url>
    <name>Internal Update Cetner</name>
    <domain>.*\.us.oracle.com</domain>
    </center>
    - <center id="oracle.sqldeveloper.webupdate.otncenter">
    <url>http://htmldb.oracle.com/pls/otn/f?p=raptor:center</url>
    <name>Official Oracle Extensions</name>
    </center>
    </centers>
    What's wrong?
    I'm using sql developer 1.0.0.14.22.
    Martin

    Given that the update centre worked for me with proxy authentication in v1422 (and Production v1467 - I would recommend that you upgrade to this with a full download if you can't sort out your proxy issues), I would assume that it is not a SQL Developer bug.
    Are you still getting HTTP 407 errors when you have entered your username and password?
    Unfortunately, I don't know what username/password expectations a RADIUS based proxy authentication would expect. The only thing I can suggest to try is to explicitly put your username/password in your MS-IE proxy setup and see if you can still access the http://htmldb.oracle.com/pls/otn/f?p=38606:2 URL through IE. If this fails through IE, the username/password that you are supplying are not what the proxy is expecting.

  • Installing sccm 2012 error -prerequisites failed sql

    Hi
    While I'm start installing the SCCM 2012 R2 in windows 2008 R2 ,
    SQL version : Microsoft SQL Server 2008 (SP3) - 10.0.5500.0 (X64)   Sep 21 2011 22:45:45   Copyright (c) 1988-2008 Microsoft Corporation  Enterprise Edition (64-bit) on Windows NT 6.1 <X64> (Build 7601: Service Pack 1) (VM)
    I'm getting the error below  , Please advise what is the error below
    INFO: Attempting to load resource DLL...  $$<Configuration Manager Setup><09-17-2014 16:50:26.223+420><thread=2800 (0xAF0)>
    Failed to connect HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\Instance Names\SQL registry key for reading on SQL Server [SCCM2012.DDS.com].  $$<Configuration Manager Setup><09-17-2014 16:50:26.239+420><thread=2800 (0xAF0)>
    WARNING: failed to retrieve port number for SCCM2012.DDS.com.  $$<Configuration Manager Setup><09-17-2014 16:50:26.239+420><thread=2800 (0xAF0)>
    WARNING: failed to retrieve port number for SCCM2012.DDS.com.  $$<Configuration Manager Setup><09-17-2014 16:50:26.239+420><thread=2800 (0xAF0)>
    INFO: Registered type SCCM2012.DDS.COM MASTER for SCCM2012.DDS.com master  $$<Configuration Manager Setup><09-17-2014 16:50:26.239+420><thread=2800 (0xAF0)>
    INFO: Registered type SMS Master for SCCM2012.DDS.com master  $$<Configuration Manager Setup><09-17-2014 16:50:26.239+420><thread=2800 (0xAF0)>
    INFO: Registered type SCCM2012.DDS.COM CM_CHK for SCCM2012.DDS.com CM_CHK  $$<Configuration Manager Setup><09-17-2014 16:50:26.239+420><thread=2800 (0xAF0)>
    INFO: Registered type SMS ACCESS for SCCM2012.DDS.com CM_CHK  $$<Configuration Manager Setup><09-17-2014 16:50:26.239+420><thread=2800 (0xAF0)>
    INFO: Attempting to load resource DLL...  $$<Configuration Manager Setup><09-17-2014 16:50:26.239+420><thread=2800 (0xAF0)>
    *** [08001][17][Microsoft][ODBC SQL Server Driver][Shared Memory]SQL Server does not exist or access denied.  $$<Configuration Manager Setup><09-17-2014 16:51:29.621+420><thread=2956 (0xB8C)>
    *** [01000][2][Microsoft][ODBC SQL Server Driver][Shared Memory]ConnectionOpen (Connect()).  $$<Configuration Manager Setup><09-17-2014 16:51:29.621+420><thread=2956 (0xB8C)>
    *** Failed to connect to the SQL Server, connection type: SCCM2012.DDS.COM MASTER.  $$<Configuration Manager Setup><09-17-2014 16:51:29.621+420><thread=2956 (0xB8C)>
    ERROR: Failed to connect to SQL Server 'master' db.  $$<Configuration Manager Setup><09-17-2014 16:51:29.621+420><thread=2956 (0xB8C)>
    INFO: Prerequisite rules for primary site fresh installation are being run.  $$<Configuration Manager Setup><09-17-2014 16:51:29.621+420><thread=2956 (0xB8C)>
    INFO: Verifying Configuration Manager Active Directory Schema Extensions.  $$<Configuration Manager Setup><09-17-2014 16:51:29.808+420><thread=2956 (0xB8C)>
    INFO: Found DS Root:CN=Schema,CN=Configuration,DC=DDS,DC=com~  $$<Configuration Manager Setup><09-17-2014 16:51:29.839+420><thread=2956 (0xB8C)>
    INFO: Verifying Configuration Manager Active Directory Domain Function Level.  $$<Configuration Manager Setup><09-17-2014 16:51:29.839+420><thread=2956 (0xB8C)>
    INFO: Found Domain Function level: 4~  $$<Configuration Manager Setup><09-17-2014 16:51:29.855+420><thread=2956 (0xB8C)>
    Checking for supported version of WSUS (min WSUS 3.0 SP2 + KB2720211 + KB2734608)~  $$<Configuration Manager Setup><09-17-2014 16:51:29.870+420><thread=2956 (0xB8C)>
    Checking runtime v2.0.50727...~  $$<Configuration Manager Setup><09-17-2014 16:51:29.870+420><thread=2956 (0xB8C)>
    Did not find supported version of assembly Microsoft.UpdateServices.Administration.~  $$<Configuration Manager Setup><09-17-2014 16:51:29.886+420><thread=2956 (0xB8C)>
    Checking runtime v4.0.30319...~  $$<Configuration Manager Setup><09-17-2014 16:51:29.886+420><thread=2956 (0xB8C)>
    Did not find supported version of assembly Microsoft.UpdateServices.Administration.~  $$<Configuration Manager Setup><09-17-2014 16:51:29.886+420><thread=2956 (0xB8C)>
    Supported WSUS version not found~  $$<Configuration Manager Setup><09-17-2014 16:51:29.886+420><thread=2956 (0xB8C)>
    INFO: Checking Installed SMS componants on:SCCM2012.DDS.com.  $$<Configuration Manager Setup><09-17-2014 16:51:29.886+420><thread=2956 (0xB8C)>
    CTool::GetServiceAccount : Failed to get Service [MSSQLSERVER] start account on server [SCCM2012.DDS.com]. Win32 Error = 1060.  $$<Configuration Manager Setup><09-17-2014 16:51:29.979+420><thread=2956 (0xB8C)>
    ERROR: Failed to get sql service account, Server:<SCCM2012.DDS.com>, instance:<>.  $$<Configuration Manager Setup><09-17-2014 16:51:29.979+420><thread=2956 (0xB8C)>
    INFO: 'User State Migration Tool' component of ADK is installed.  $$<Configuration Manager Setup><09-17-2014 16:51:29.995+420><thread=2956 (0xB8C)>
    INFO: File C:\Windows\smstsvc_test_4.exe does not exist. No zapping needed.  $$<Configuration Manager Setup><09-17-2014 16:51:29.995+420><thread=2956 (0xB8C)>
    INFO: test loop count:0.  $$<Configuration Manager Setup><09-17-2014 16:51:36.235+420><thread=2956 (0xB8C)>
    INFO: smstsvc_test_4 Return result <7>  $$<Configuration Manager Setup><09-17-2014 16:51:36.235+420><thread=2956 (0xB8C)>
    *** [08001][17][Microsoft][ODBC SQL Server Driver][Shared Memory]SQL Server does not exist or access denied.  $$<Configuration Manager Setup><09-17-2014 16:52:38.743+420><thread=2956 (0xB8C)>
    *** [01000][2][Microsoft][ODBC SQL Server Driver][Shared Memory]ConnectionOpen (Connect()).  $$<Configuration Manager Setup><09-17-2014 16:52:38.743+420><thread=2956 (0xB8C)>
    *** Failed to connect to the SQL Server, connection type: SMS Master.  $$<Configuration Manager Setup><09-17-2014 16:52:38.743+420><thread=2956 (0xB8C)>
    *** [08001][17][Microsoft][ODBC SQL Server Driver][Shared Memory]SQL Server does not exist or access denied.  $$<Configuration Manager Setup><09-17-2014 16:53:42.249+420><thread=2956 (0xB8C)>
    *** [01000][2][Microsoft][ODBC SQL Server Driver][Shared Memory]ConnectionOpen (Connect()).  $$<Configuration Manager Setup><09-17-2014 16:53:42.249+420><thread=2956 (0xB8C)>
    *** Failed to connect to the SQL Server, connection type: SMS Master.  $$<Configuration Manager Setup><09-17-2014 16:53:42.249+420><thread=2956 (0xB8C)>
    *** [08001][17][Microsoft][ODBC SQL Server Driver][Shared Memory]SQL Server does not exist or access denied.  $$<Configuration Manager Setup><09-17-2014 16:54:42.885+420><thread=2956 (0xB8C)>
    *** [01000][2][Microsoft][ODBC SQL Server Driver][Shared Memory]ConnectionOpen (Connect()).  $$<Configuration Manager Setup><09-17-2014 16:54:42.885+420><thread=2956 (0xB8C)>
    *** Failed to connect to the SQL Server, connection type: SMS Master.  $$<Configuration Manager Setup><09-17-2014 16:54:42.885+420><thread=2956 (0xB8C)>
    ERROR: The current user does not have administrative rights on computer: SCCM2012.DDS.com.  $$<Configuration Manager Setup><09-17-2014 16:54:42.885+420><thread=2956 (0xB8C)>
    ERROR: Prerequisite checking stopped on this machine.  $$<Configuration Manager Setup><09-17-2014 16:54:42.885+420><thread=2956 (0xB8C)>
    INFO: Checking Windows Cluster.  $$<Configuration Manager Setup><09-17-2014 16:54:42.885+420><thread=2956 (0xB8C)>
    CWmi::Connect(): ConnectServer(Namespace) failed. - 0x8004100e~  $$<Configuration Manager Setup><09-17-2014 16:54:42.885+420><thread=2956 (0xB8C)>
    INFO: WMI namespace root\MSCluster not exists on SCCM2012.DDS.com.  $$<Configuration Manager Setup><09-17-2014 16:54:42.885+420><thread=2956 (0xB8C)>
    INFO: 'Windows Deployment Tools' component of ADK is installed.  $$<Configuration Manager Setup><09-17-2014 16:54:42.885+420><thread=2956 (0xB8C)>
    INFO: 'Windows PE' component of ADK is installed.  $$<Configuration Manager Setup><09-17-2014 16:54:42.885+420><thread=2956 (0xB8C)>
    *** [08001][17][Microsoft][ODBC SQL Server Driver][Shared Memory]SQL Server does not exist or access denied.  $$<Configuration Manager Setup><09-17-2014 16:55:46.516+420><thread=2956 (0xB8C)>
    *** [01000][2][Microsoft][ODBC SQL Server Driver][Shared Memory]ConnectionOpen (Connect()).  $$<Configuration Manager Setup><09-17-2014 16:55:46.516+420><thread=2956 (0xB8C)>
    *** Failed to connect to the SQL Server, connection type: TEST_ROLE_ACCESS.  $$<Configuration Manager Setup><09-17-2014 16:55:46.516+420><thread=2956 (0xB8C)>
    *** [08001][17][Microsoft][ODBC SQL Server Driver][Shared Memory]SQL Server does not exist or access denied.  $$<Configuration Manager Setup><09-17-2014 16:56:47.090+420><thread=2956 (0xB8C)>
    *** [01000][2][Microsoft][ODBC SQL Server Driver][Shared Memory]ConnectionOpen (Connect()).  $$<Configuration Manager Setup><09-17-2014 16:56:47.090+420><thread=2956 (0xB8C)>
    *** Failed to connect to the SQL Server, connection type: TEST_ROLE_ACCESS.  $$<Configuration Manager Setup><09-17-2014 16:56:47.090+420><thread=2956 (0xB8C)>
    INFO: File C:\Windows\smstsvc_test_5.exe does not exist. No zapping needed.  $$<Configuration Manager Setup><09-17-2014 16:56:47.090+420><thread=2956 (0xB8C)>
    INFO: test loop count:0.  $$<Configuration Manager Setup><09-17-2014 16:57:53.186+420><thread=2956 (0xB8C)>
    INFO: smstsvc_test_5 Return result <-1>  $$<Configuration Manager Setup><09-17-2014 16:57:53.186+420><thread=2956 (0xB8C)>
    INFO: Checking Windows Cluster.  $$<Configuration Manager Setup><09-17-2014 16:57:55.198+420><thread=2956 (0xB8C)>
    CWmi::Connect(): ConnectServer(Namespace) failed. - 0x8004100e~  $$<Configuration Manager Setup><09-17-2014 16:57:55.198+420><thread=2956 (0xB8C)>
    INFO: WMI namespace root\MSCluster not exists on SCCM2012.DDS.com.  $$<Configuration Manager Setup><09-17-2014 16:57:55.198+420><thread=2956 (0xB8C)>
    INFO: File C:\Windows\smstsvc_test_6.exe does not exist. No zapping needed.  $$<Configuration Manager Setup><09-17-2014 16:57:55.432+420><thread=2956 (0xB8C)>
    INFO: test loop count:0.  $$<Configuration Manager Setup><09-17-2014 16:58:00.611+420><thread=2956 (0xB8C)>
    INFO: smstsvc_test_6 Return result <0>  $$<Configuration Manager Setup><09-17-2014 16:58:00.611+420><thread=2956 (0xB8C)>
    INFO: SCCM2012.DDS.com is a 64 bit operating system.  $$<Configuration Manager Setup><09-17-2014 16:58:02.639+420><thread=2956 (0xB8C)>
    Robert

    ERROR: The current user does not have administrative rights on computer: SCCM2012.DDS.com
    So make sure that the user perfoming the installation AND the computer account if the site server is local admin on the remote server plus sysadmin in SQL.
    Torsten Meringer | http://www.mssccmfaq.de

  • The operating system returned error 21(failed to retrieve text for this error. Reason: 15105

    Hello everybody, 
    I have a huge database over windows 2003 server and sql server 2008 r2, all of them with all update, no firewall, no antivirus, no any server feature/role installed. 
    Over the last 2 months I suddently start getting the following error:
    The operating system returned error 21(failed to retrieve text for this error. Reason: 15105) to SQL Server during a read at offset 0x000000000da000 in file 'S:\TempDB\tempdb.mdf'. Additional
    messages in the SQL Server error log and system event log may provide more detail. This is a severe system-level error condition that threatens database integrity and must be corrected immediately. Complete a full database consistency check (DBCC CHECKDB).
    This error can be caused by many factors; for more information, see SQL Server Books Online.
     I have the TEMP database split over 5 partitions on 5 different SAN disk.  beggining size of each partition fix to 20 GB with autogrow 10%.  Single Instance, around 15 DB. 
    The space on each hard disk does not reach 60%. 
    I got the above error when all temp files reach 27 GB approx. 
    I already ran a check disk, checkDB and everything says no error found, but I still got same error. 
    Does anyone know what could cause something like this?
    note, when getting the above error, the only way to fix it, because I cannot do any select on any DB is to restart the service, so each temp file start again at 20 GB and everythign seems to be fine until reach the size again. 
    Gilberto H.

    The operating system returned error 21(failed to retrieve text for this error. Reason: 15105
    Hello Gilberto,
    See System Error Codes (0-499) for error code 21:
    ERROR_NOT_READY
    21 (0x15)
    The device is not ready.
    Could be an issue with your storage system
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Java.sql.SQLException: Fail to convert between UTF8 and UCS2: failUTF8Conv

    Hi all,
    I am writing a servlet that connects to Oracle 8.0.6 through jdbc for jdk1.2 on NT 4.0
    English version and it works fine.
    But when the servlet is deployed to a solaris with Oracle 8.0.5 (not a typo, the oracle on
    NT is 8.0.6 and oracle on solaris is 8.0.5) and jdbc for jdk1.2 (of course, for Solaris),
    the servlet failed with the Exception:
    java.sql.SQLException: Fail to convert between UTF8 and UCS2: failUTF8Conv
    (I am using JRun 3.0 as the application and web server for both NT and Solaris)
    (The database in both the NT and solaris platform are using UTF8 charset)
    My servlet looks like this: (dbConn is a Connection object proved to be connected to Oracle
    in previous segment of the same method):
    String strSQL = "SELECT * FROM test";
    try { Statement stmt = dbConn.createStatement();
    ResultSet rs = stmt.execute(strSQL);
    while (rs.next()) {
    out.println("id = " + rs.getInt("id"));
    System.out.println("id written");
    out.println("name = " + rs.getString("name")); // <-- this is the line the
    exception is thrown
    System.out.println("name written");
    } catch (java.sql.SQLException e) {
    System.out.println("SQL Exception");
    System.out.println(e);
    The definition of the "test" table is:
    create table test(
    id number(10,0),
    name varchar2(30));
    There are about 10 rows exists in the table "test", in which all rows contains ONLY chinese
    characters in the "name" field.
    And when I view the System log, the string "id written" is shown EXACTLY ONCE and then there
    is:
    SQL Exception
    java.sql.SQLException: Fail to convert between UTF8 and UCS2: failUTF8Conv
    That means the resultset is fetch back from the database correctly. The problem arise only
    during the getString("name") method.
    Again, this problem only happens when the servlet is run on the solaris platform.
    At first I would expect there are some strange code shown on the web page rather than having
    an exception. I know that I should use getBytes to convert between different encodings, but
    that's another story.
    One more piece of information: When all the rows contains ascii characters in their "name"
    field, the servlet works perfectly even in solaris.
    If anyone knows why and how to tackle the problem please let me know. You can feel free to
    send email to me at [email protected]
    Many thanks,
    Ben
    null

    Hi all,
    For the problem I previously posted, I found that Oracle had had such bug filed before in Oracle 7.3.2 (something like that) and is classified to be NOT A BUG.
    A further research leads me to the document of Oracle that the error message:
    "java.sql.SQLException: Fail to convert between UTF8 and UCS2: failUTF8Conv"
    is a JDBC driver error message of error number ORA-17037.
    I'm still wondering why this behaviour will happen only in Solaris platform. The servlet on an NT machine I am using (which has an Oracle 8.0.6 and jdbc for jdk 1.2 running) is working just fine. I also suspect that this may be some sort of mistakes from jdbc driver.
    Nevertheless, I have found a way to work around the problem that I cannot get non-English string from Oracle in Solaris and I would like to share it with you all here.
    Before I go on, I found that there are many people out there on the web that encounter the same problem. (Some of which said s/he has been working on this problem for a month). As a result, if you find this way of working around the problem does help you, please tell those who have the same problem but don't know how to tackle. Thanks very much.
    Here's the way I work it out. It's kinda simple, but it does work:
    Instead of using:
    String abc = rs.getString("SomeColumnContainsNonEnglishCharacters");
    I used this:
    String abc = new String(rs.getBytes("SomeColumnContainsNonEnglishCharacters"));
    This will give you a string WITH YOUR DEFAULT CHARSET (or ENCODING) from your system.
    If you want to convert the string read to some other encoding type, say Big5, you can do it like this:
    String abc = new String(rs.getBytes("SomeColumneContainsNonEnglishCharacters"), "BIG5");
    Again, it's simple, but it works.
    Finally, if anyone knows why the fail to convert problem happens, please kindly let me know by leaving a word in [email protected]
    Again, thanks to those of you who had tried to help me out.
    Creambun
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by creambun creambun ([email protected]):
    Hi all,
    I am writing a servlet that connects to Oracle 8.0.6 through jdbc for jdk1.2 on NT 4.0
    English version and it works fine.
    But when the servlet is deployed to a solaris with Oracle 8.0.5 (not a typo, the oracle on
    NT is 8.0.6 and oracle on solaris is 8.0.5) and jdbc for jdk1.2 (of course, for Solaris),
    the servlet failed with the Exception:
    java.sql.SQLException: Fail to convert between UTF8 and UCS2: failUTF8Conv
    (I am using JRun 3.0 as the application and web server for both NT and Solaris)
    (The database in both the NT and solaris platform are using UTF8 charset)
    My servlet looks like this: (dbConn is a Connection object proved to be connected to Oracle
    in previous segment of the same method):
    String strSQL = "SELECT * FROM test";
    try { Statement stmt = dbConn.createStatement();
    ResultSet rs = stmt.execute(strSQL);
    while (rs.next()) {
    out.println("id = " + rs.getInt("id"));
    System.out.println("id written");
    out.println("name = " + rs.getString("name")); // <-- this is the line the
    exception is thrown
    System.out.println("name written");
    } catch (java.sql.SQLException e) {
    System.out.println("SQL Exception");
    System.out.println(e);
    The definition of the "test" table is:
    create table test(
    id number(10,0),
    name varchar2(30));
    There are about 10 rows exists in the table "test", in which all rows contains ONLY chinese
    characters in the "name" field.
    And when I view the System log, the string "id written" is shown EXACTLY ONCE and then there
    is:
    SQL Exception
    java.sql.SQLException: Fail to convert between UTF8 and UCS2: failUTF8Conv
    That means the resultset is fetch back from the database correctly. The problem arise only
    during the getString("name") method.
    Again, this problem only happens when the servlet is run on the solaris platform.
    At first I would expect there are some strange code shown on the web page rather than having
    an exception. I know that I should use getBytes to convert between different encodings, but
    that's another story.
    One more piece of information: When all the rows contains ascii characters in their "name"
    field, the servlet works perfectly even in solaris.
    If anyone knows why and how to tackle the problem please let me know. You can feel free to
    send email to me at [email protected]
    Many thanks,
    Ben<HR></BLOCKQUOTE>
    null

Maybe you are looking for

  • How many ways Checks can be reprinted, apart from FBZ5 and "Void and reprint" Options

    Hello All - Some times, when there is issue with Printer, Checks are not printed. In such a case, Users ask us how to print Checks. Some options I know are that (1) Checks can be reprinted through T Code - FBZ5 and (2) if Users are Ok with voiding Ch

  • How can I move ALL Tools to the left side of the Acrobat XI interface?

    Hi, all: I really tried to find this in assorted Adobe 'resources'. I looked in 'Workspace'. I'm burnin' work time here. ALL Tools, Fill & Sign, Comments, the whole schmear. HELP! I really didn't want to be fenced in to just the "Acrobat Feature Requ

  • Mist behind screen

    Hi there, BIG probs! There is a layer of mist / moisture on the other side of my iMac 2011 screen. It hasn't covered the whole screen but enough to be eaily noticeable since that area is very blurred. Has this happened to anyone else or is it because

  • IPad mini - How to downgrade from iOS 7 to 6.1.3?

    I have updated my iPad mini from version 6.1.3 to 7, and then 7.0.2. The apperance is amazingly new and elegant but the performance has gone down tremendously. Almost all applications run slower, more laggy, even facebook and safari. The screen is al

  • OEM 8.0 export/import trouble............

    We're running a 8.0.4 oracle client server architecture on winnt4.(sp>4)LAN. I have installed a oracle 8.0.4 enterprise installation on my test computer as well. what i can do... 1.thru datamanager i can export the userdata, table(s)(where our vb app