.htaccess files with MAMP + ORIGINAL Apache installation

I installed MAMP on my MacBook Pro, and it set up phpMyAdmin quite nicely, but everything else has been a disaster. Though I can't connect to my databases with Dreamweaver, so I have to link to my online database. Similarly, working with MAMP's Apache installation kills my virtual hosts - and troubleshooting that is WAY over my head.
So I'd like to emulate other MAMP users who have decided to stick with the original Apache installation. My big goal is to simply get my .htaccess files with mod-rewrite rules to work.
According to this article...
http://rexselin.wordpress.com/2006/07/28/making-mod-rewrite-and-htaccess-work-on -mac-os-x/
....htaccess files don't work on Mac's unless you do the following:
1) Open the httpd.conf file and uncomment these three lines:
#LoadModule rewrite_module modules/mod_rewrite.so
#AddModule mod_rewrite.c
#AccessFilename .htaccess
The 2nd and 3rd lines were already uncommented. The closest I found to the first line was the following, which was also uncommented:
LoadModule rewrite_module libexec/httpd/mod_rewrite.so
I left it alone.
2) Change "AllowOverride None" to "AllowOverride All" in both the httpd.conf and /private/etc/httpd/users/MyName.conf files.
I did this in my httpd.conf file, but if I do it in MyName.conf, it kills my virtual hosts.
3) Restart Apache.
Can anyone tell me what to do next? I copied some code from my Apache error logs below, in case it includes any tips. However, most of the more recent errors were probably logged when I was using MAMP's Apache program, so it might be worthless.
Thanks!
[Sat Mar 24 20:32:22 2007] [notice] Digest: generating secret for digest authentication ...
[Sat Mar 24 20:32:22 2007] [notice] Digest: done
[Sat Mar 24 20:32:22 2007] [notice] Apache/2.0.59 (Unix) PHP/5.1.6 DAV/2 configured -- resuming normal operations
[Sat Mar 24 20:37:40 2007] [error] [client 127.0.0.1] File does not exist: /Applications/MAMP/bin/phpMyAdmin/css/themes, referer: http://localhost:8888/phpMyAdmin/css/phpmyadmin.css.php?lang=en-utf-8&server=1&c ollationconnection=utf8_general_ci&jsframe=right
[Sat Mar 24 20:37:42 2007] [error] [client 127.0.0.1] File does not exist: /Applications/MAMP/bin/phpMyAdmin/css/themes, referer: http://localhost:8888/phpMyAdmin/css/phpmyadmin.css.php?lang=en-utf-8&server=1&c ollationconnection=utf8_general_ci&jsframe=right
[Sat Mar 24 20:37:47 2007] [error] [client 127.0.0.1] File does not exist: /Applications/MAMP/bin/phpMyAdmin/css/themes, referer: http://localhost:8888/phpMyAdmin/css/phpmyadmin.css.php?lang=en-utf-8&server=1&c ollationconnection=utf8_general_ci&jsframe=right
[Sat Mar 24 20:37:49 2007] [error] [client 127.0.0.1] File does not exist: /Applications/MAMP/bin/phpMyAdmin/css/themes, referer: http://localhost:8888/phpMyAdmin/css/phpmyadmin.css.php?lang=en-utf-8&server=1&c ollationconnection=utf8_general_ci&jsframe=right
[Sat Mar 24 20:37:54 2007] [error] [client 127.0.0.1] File does not exist: /Applications/MAMP/bin/phpMyAdmin/css/themes, referer: http://localhost:8888/phpMyAdmin/css/phpmyadmin.css.php?lang=en-utf-8&server=1&c ollationconnection=utf8_general_ci&jsframe=right
[Sat Mar 24 21:02:31 2007] [error] [client 127.0.0.1] File does not exist: /Applications/MAMP/bin/phpMyAdmin/css/themes, referer: http://localhost:8888/phpMyAdmin/css/phpmyadmin.css.php?lang=en-utf-8&server=1&c ollationconnection=utf8_general_ci&jsframe=right
Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
[Sun Mar 25 00:41:08 2007] [notice] caught SIGTERM, shutting down
Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
[Sun Mar 25 00:44:16 2007] [notice] Digest: generating secret for digest authentication ...
[Sun Mar 25 00:44:16 2007] [notice] Digest: done
[Sun Mar 25 00:44:16 2007] [notice] Apache/2.0.59 (Unix) PHP/5.1.6 DAV/2 configured -- resuming normal operations
Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
[Sun Mar 25 00:47:46 2007] [notice] caught SIGTERM, shutting down
Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
[Sun Mar 25 00:47:53 2007] [notice] Digest: generating secret for digest authentication ...
[Sun Mar 25 00:47:53 2007] [notice] Digest: done
[Sun Mar 25 00:47:53 2007] [notice] Apache/2.0.59 (Unix) PHP/5.1.6 DAV/2 configured -- resuming normal operations
Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
[Sun Mar 25 00:51:32 2007] [notice] caught SIGTERM, shutting down
Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
[Sun Mar 25 00:51:37 2007] [notice] Digest: generating secret for digest authentication ...
[Sun Mar 25 00:51:37 2007] [notice] Digest: done
[Sun Mar 25 00:51:37 2007] [notice] Apache/2.0.59 (Unix) PHP/5.1.6 DAV/2 configured -- resuming normal operations
Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
[I deleted a bunch of stuff here...]
/Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
[Sun Mar 25 12:44:40 2007] [notice] caught SIGTERM, shutting down
Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
[Sun Mar 25 12:44:46 2007] [notice] Digest: generating secret for digest authentication ...
[Sun Mar 25 12:44:46 2007] [notice] Digest: done
[Sun Mar 25 12:44:46 2007] [notice] Apache/2.0.59 (Unix) PHP/5.1.6 DAV/2 configured -- resuming normal operations
[Sun Mar 25 13:26:37 2007] [error] [client 127.0.0.1] File does not exist: /Applications/MAMP/bin/phpMyAdmin/css/themes, referer: http://localhost:8888/phpMyAdmin/css/phpmyadmin.css.php?lang=en-utf-8&server=1&c ollationconnection=utf8_general_ci&jsframe=right
Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
[Sun Mar 25 14:26:12 2007] [notice] caught SIGTERM, shutting down
Failed loading /Applications/MAMP/bin/php5/zend/lib/ZendExtensionManager.so: (null)
[Sun Mar 25 14:26:18 2007] [notice] Digest: generating secret for digest authentication ...
[Sun Mar 25 14:26:18 2007] [notice] Digest: done
[Sun Mar 25 14:26:18 2007] [notice] Apache/2.0.59 (Unix) PHP/5.1.6 DAV/2 configured -- resuming normal operations

Please ignore this thread. I finally stumbled over the problem - a line of sloppy code in my httpd.conf was apparently creating some interference. Thanks!

Similar Messages

  • When round tripping with photoshop cc, i get a saved psd file with my original raw,the problem is these are high file sizes and taking a lot of space,can i stop this?

    when round tripping with photoshop cc, i get a saved psd file with my original raw,the problem is these are high file sizes and taking a lot of space,can i stop this?

    That's not the workflow that I use. I have my Lightroom preferences set to create TIF images when going to Photoshop. I keep the original raw file and the TIF image (usually reduced to an 8-bit image) and only export JPEG's when they are needed to send to a lab or to send to someone over the Internet. JPEG files are highly compressed. I only create them when they are needed, and they are discarded as soon as they have been used for their intended purpose. I keep the raw file and the Photoshop-created TIF in my library. This requires extra disk space. But I always have the highest quality files available.

  • How to send multiple files with it's original name over HTTPS using one CC?

    I am working on a File to HTTPs scenario. It is in production and working fine. Currently we send only one file and I have hard coded the name in the communication channel in the header fields. Now we have to send more files with different names and I want to use only one receiver channel instead of many. We need to send the files with their original names.
    I used the ASMA in the sender File Adapter and I see the FileName in the dynamic configuration under http://sap.com/xi/XI/System/File name="FileName".
    I know we can use a UDF in message mapping and get the value and put it in HEADERFIELDONE. But we don't want to use mapping as the files are huge and we don't want to insert XML tags in the payload.
    So how do I put the Filename from the DynamicConfiguration to the HTTP header field as FileName without using mapping? Are there any settings?
    Can I put something in the PROLOG or can I use any other module in the File Sender Adapter or is there any other option?
    Any help is appreciated.
    Thanks
    Sai

    See my blog:
    /people/stefan.grube/blog/2009/06/19/unknown-use-case-of-dynamicconfigurationbean-store-file-name-to-jms-header-without-mapping
    You have to put the configuration in sender channel, as HTTP adapter does not allow modules.
    For the second module, put values related to HTTP adapter.

  • OT: .htaccess files on a Mac

    Can anyone tell me what steps you followed to get .htaccess
    files with
    mod-rewrite rules to work on a Mac? I'm using the MAMP
    package, but I
    decided to stick with Apple's default Apache installation,
    since my
    virtual hosts work with it but not with MAMP's Apache
    version.
    One reference directed me to uncomment the following lines in
    httpd.conf...
    LoadModule rewrite_module modules/mod_rewrite.so
    AddModule mod_rewrite.c
    AccessFilename .htaccess
    ...and change "AllowOverride None" to "AllowOverride All" in
    both the
    httpd.conf and /private/etc/httpd/users/MyName.conf files.
    I did all of that, with two exceptions. I never exactly found
    the first
    line; the closest thing to it is this, which I left
    uncommented:
    LoadModule rewrite_module libexec/httpd/mod_rewrite.so
    Also, I can't change "AllowOverride None" to "AllowOverride
    All" in
    /private/etc/httpd/users/MyName.conf because it kills my
    virtual hosts.
    Thanks for any tips.
    www.geobop.org - Family Websites
    www.invisible-republic.org - Adult political websites (Mature
    adults only)

    What is your reason to change these Hidden System files and folder to Non Hidden. IMHO it is a very foolish thing to do. Using ther T Command you were given displays all of them and if for some reason that command doesn't then use this one.
    defaults write com.apple.finder AppleShowAllFiles -bool true (Replace true with false to turn off
    killall Finder to implement either)
    So with them displayed changing the hidden attribute may only cause you troubles.
    jbalawi wrote:
    Thnx Wjosten.. That makes me able to view them.. But they are still transparent compared to other visible files.. So is there any way where we can change their preferences or settings to make the transparent files look like the normal visible files ?

  • Recovery from crashed drive - PSe3 files with tag info?

    Hi,
    I've had a crashed hard drive which I cannot now boot from. So without being able to reboot, I can't start PSE3 and view the photos and the tags in the organiser.
    I do have one back up but it was done some time ago and, since then, I've added quite a few more pix. (Clearly I need to back up more frequently, but that's for the future. At the moment, I'd just like to get back any of the tags so painstakingly put in over the last couple of months.)
    I can view the partition that carried the OS (WinXP sp 2) and would like, if possible, to salvage the tag files from the PSe3 installation. (The photos themselves I've been able to copy out of the damaged hard drive.)
    - Can anyone direct me to the folder or file in the original PSE3 installation that would contain the tag information for the photos logged in the Organiser?
    - Also, is it as simple as reinstalling the programme and then copying this file/folder into the new root folder to 'get back' all the tag info?
    Any help (or alternative suggestions) would be welcome.

    >- Can anyone direct me to the folder or file in the original PSE3 installation that would contain the tag information for the photos logged in the Organiser?
    XP -- C:\Documents and Settings\All Users\Application Data\Adobe\Catalogs
    The catalog file itself is a .psa file.
    The default catalog name is My Catalog.psa
    Also look at
    C:\Documents and Settings\All Users\Application Data\Adobe\Catalog Folders
    Under that structure there will be a subfolder with the name of your catalog (the default being "My Catalog" without the quotes). It contains those thumbnails that you see in the Photo Well of the PSE Organizer plus other control files.
    Note that you must set the "Folder Options" to view Hidden Files in order to see these folder structures: this can be done either from Control Panel or from the Tools menu of Windows Explorer.
    >- Also, is it as simple as reinstalling the programme and then copying this file/folder into the new root folder to 'get back' all the tag info?
    Probably yes. People have done this over the years since PS Elements version 3 was released.
    1 -- I woud first try copying over the .psa file AND its associated folder under "Catalog Folders".
    2 -- Copying over the Catalog Folders subfoder does have more risk of failing because of configuration differences. So if number 1 does not work, then I would delete the folder under Catalog Folders on your new drive - then try again with just the copied over .psa file placed in that Catalogs folder. Wtih this approach you will have the tags but you will need to recreate the thumbnails displayed in the Photowell of the PSE Organzer.
    Note that having correct pointers to the photos from the Catalog does depend on having the same Windows drive letter assigned to the disk containing the photo files: if you only have a C drive then that should be OK (otherwise you do need to verify drive letter assignments).

  • .htaccess Files Invisible on a Mac

    Sorry if this is kinda sorta a repeat question. I asked about
    it some
    time ago, but I'm in the dark again, so let me start from
    scratch.
    When I switched to a Mac and imported my websites from my PC,
    I ran into
    problems with my .htaccess files, which were originally
    created with
    Notepad. The problem is that the files are invisible - at
    least in
    certain circumstances.
    At the moment, I can see my .htaccess files with Dreamweaver
    locally,
    though I have to use another program to open them. That's no
    problem.
    However, when I switch to remote view, I can't see my
    .htaccess files. I
    need to access an .htaccess file on one of my sites so I can
    download
    it. What's the trick for viewing an .htaccess file online
    with a Mac?
    Also, what Mac-based programs can be used to create more user
    friendly
    .htaccess files? Could I do it with TextEdit or Open Office?
    Thanks.

    Brendon wrote:
    > Try text wrangler, or spend a few $ and get BBEdit.
    Either should work.
    >
    > "David Blomstrom" <[email protected]>
    wrote in message
    > news:gd3ea8$8iu$[email protected]..
    >> Sorry if this is kinda sorta a repeat question. I
    asked about it some time
    >> ago, but I'm in the dark again, so let me start from
    scratch.
    >>
    >> When I switched to a Mac and imported my websites
    from my PC, I ran into
    >> problems with my .htaccess files, which were
    originally created with
    >> Notepad. The problem is that the files are invisible
    - at least in certain
    >> circumstances.
    >>
    >> At the moment, I can see my .htaccess files with
    Dreamweaver locally,
    >> though I have to use another program to open them.
    That's no problem.
    >>
    >> However, when I switch to remote view, I can't see
    my .htaccess files. I
    >> need to access an .htaccess file on one of my sites
    so I can download it.
    >> What's the trick for viewing an .htaccess file
    online with a Mac?
    >>
    >> Also, what Mac-based programs can be used to create
    more user friendly
    >> .htaccess files? Could I do it with TextEdit or Open
    Office?
    >>
    >> Thanks.
    >
    >
    TextWrangler works locally, but I'd also like to be able to
    view my
    .htaccess files online.
    I just tried an FTP program - Fetch. With it, I can view my
    .htaccess
    file online, though I haven't yet figure out how to download
    it. That
    is, I can download it, but I'm not sure what location it's
    being located
    to; I haven't been able to find it yet.
    I need to find a split-screen FTP program that lets you
    download files
    from an online site to a specific local site.
    David Blomstrom: PolITics Expert
    http://www.geobop.org/ |
    http://www.invisible-republic.org/
    http://www.billysoft.org/ (M$)
    http://www.freedomware.us/Topics/Mac_vs_PC/

  • .htaccess files still a problem?

    Several months ago I learned that my .htaccess file, which I used to redirect users to a custom 404 page, was conflicting with InContext Editing. Adobe advised me to disable my .htaccess file. (See original discussion.) Has Adobe made any changes to InContext Editing that will allow me to re-enable my .htaccess file? Or is this considered a permanent conflict that can never be fixed?
    I would like to use my .htaccess file again!

    A general ruleof thumb about error pages... They should be a page that looks and feels like your regular pages in the rest of the site. They should have an explanation stating that the page they requested doesn't exist.
    More importantly, it should give the visitor the oportunity to find the page they are looking for. Often I supply a sitemap of sorts. You should also provide a means for them to report the error, if they think they got to the page by entering a valid address. (for example, they bookmarked a page that has been moved or deleted). This will give you the opportunity to correct that through a mod_rewrite 301 as I demonstrate here... How to Redirect a Web Page | 301 redirect
    Whatever you do... DON'T USE the <META HTTP-EQUIV="Refresh" CONTENT="0; URL=....>.... that throws them to another page and breaks the "BACK" button.
    Example of an error page:
    <div id="404message">
            <h1>Sorry</h1>
            <h2>We could not find the page you requested</h2>
               <p>You found a page that no longer exists or
                  has been moved.</p>
               <p>If this is an eror on our part. <a href="/contact/"
                  title="Contact">Contact Us</a> and we'll fix it.</p>
            <h3>Meanwhile, you may try looking over any one of these pages:</h3>
                <p><a href="http://www.yoursite.com/" title="Home">Home</a></p>
                <p><a href="./page2/" title="Description">Page 2</a></p>
                <p><a href="./page3/" title="Description">Page 3</a></p>
                <p><a href="./page4/" title="Description">Page 4</a></p>
         </div>

  • Using .htc behaviour file with Business Catalyst server

    Hi,
    I want to use a .htc behaviour polyfill to add a functionality to old IEs. Is Business Catalyst able to handle that file extension? If not, can I use a .htaccess file with BC to add that extension as mentioned here:
    https://github.com/Schepp/box-sizing-polyfill
    Regards, Dennis

    Some good javascript based sollutions been around for a while and got better and better that achieve all this so always used those but bother less and less now.
    If your on Ie7/8 then you get square! your own fault, lol.
    Never saw no reason for the htc file not to work but guess its not accepted on the server setup.

  • Creating .htaccess file

    Hi
    I'm trying to get rid of all the rogue characters on my site, which are apparent once published, but not when I publish to a local folder. I understand from previous topics, that I need to set up a .htaccess file, with something like this in it: AddCharset UTF-8 .html, so that browsers read the data correctly with Unicode (UTF-8).
    There is no .htaccess file in my folder on the FTP site, so I need to create one. Using Cyberduck, I can create the file fine, but then I need to put the data in the file, that's when I run into problems. Downloading the file, I can edit it in text edit, but then if I try and save a file as .htaccess it becomes invisible and I can't upload it to the server.
    Many thanks,
    Ant
    G5 2GHz dual, PowerBook G4   Mac OS X (10.2.x)  

    yes I've seen that link and I've checked the ftp settings. They're all as they're supposed to be. (i.e. charter encoding - UTF 8 and Default Transfer Mode - Binery). These are the characters I'm getting:
    Final Cut Pro HD. Â
    Livetype. Â
    Motion. Â
    Soundtrack Pro.
    Â
    With large digital storage facilities, we can work on-line right from the word go. Â
    Â
    Weâ€
    I know that if, in Safari, I go View>text encoding>Unicode (UTF-8) that solves it. So I'm trying to get all viewers of the site to be able to see Unicode. I've read the previous posts and they directed me towards the .htaccess file - unfortunately that's the bit I can't crack.
    Sorry - not really up on web design - a real novice. Have to say thought iWeb does make it easy to get stuff up quickly!
    G5 2GHz dual, PowerBook G4   Mac OS X (10.2.x)  
    G5 2GHz dual, PowerBook G4   Mac OS X (10.2.x)  

  • Wordpress locally with MAMP and when I tried to customize my permalinks I get this message "If your .htaccess file were writable, we could do this automatically, but it isn't so these are the mod_rewrite rules you should have in your htaccess file.

    I installed MAMP Pro and Wordpress locally and when I tried to customize my permalinks I got this message "
    If your .htaccess file were writable, we could do this automatically, but it isn’t so these are the mod_rewrite rules you should have in your .htaccess file. Click in the field and press CTRL + a to select all."
    Where can I find the .htaccess file?

    Have you tried there Forums?
    MAMP Forum • Index page
    WordPress › Support

  • SQL Server 2008 R2 install fails on Server 2008 R2 at installation of setup files with Exit code: 0x84C40013

    Hello,
    I am trying to install the SQL Server 2008 R2 Client and managment tools on a Server 2008 R2 box, but the install is failing when trying to install the setup files with no error. I looked at the SQLSetup_1 log file and this is what I found:
    08/13/2014 20:26:10.743 ======================================================================
    08/13/2014 20:26:10.743 Setup launched
    08/13/2014 20:26:10.743 Attempting to determine media source
    08/13/2014 20:26:10.743 Media source: C:\Users\ercklentzn\Desktop\SQL Server 2008 Ent Ed R2\
    08/13/2014 20:26:10.743 Attempt to determine media layout based on file 'C:\Users\ercklentzn\Desktop\SQL Server 2008 Ent Ed R2\mediainfo.xml'.
    08/13/2014 20:26:10.775 Media layout is detected as: Full
    08/13/2014 20:26:10.775 Not a slip stream media, so continuing to run setup.exe from media.
    08/13/2014 20:26:10.775 /? or /HELP or /ACTION=HELP specified: false
    08/13/2014 20:26:10.775 Help display: false
    08/13/2014 20:26:10.775 Checking to see if we need to install .Net version 3.5
    08/13/2014 20:26:10.775 Determining the cluster status of the local machine.
    08/13/2014 20:26:10.775 The local machine is not configured as a cluster node.
    08/13/2014 20:26:10.775 Attempting to find media for .Net version 3.5
    08/13/2014 20:26:10.775 .Net version 3.5 is installed
    08/13/2014 20:26:10.775 RedistMSI::GetExpectedBuildRevision - Setup expects MSI 4.5.6001.22159 at the minimum
    08/13/2014 20:26:10.775 Attempting to get Windows Installer version
    08/13/2014 20:26:10.790 Windows Installer version detected: 5.0.7601.17514
    08/13/2014 20:26:10.790 RedistMSI::IsVistaRTM - Not Vista RTM build
    08/13/2014 20:26:10.790 Required version of Windows Installer is already installed
    08/13/2014 20:26:10.790 Attempting to get Windows Installer version
    08/13/2014 20:26:10.790 Windows Installer version detected: 5.0.7601.17514
    08/13/2014 20:26:10.790 RedistMSI::IsVistaRTM - Not Vista RTM build
    08/13/2014 20:26:10.790 Required version of Windows Installer is already installed
    08/13/2014 20:26:10.790 Local setup.exe not found, so continuing to run setup.exe from media.
    08/13/2014 20:26:10.790 Attempt to initialize SQL setup code group
    08/13/2014 20:26:10.790 Attempting to determine security.config file path
    08/13/2014 20:26:10.790 Checking to see if policy file exists
    08/13/2014 20:26:10.790 .Net security policy file does exist
    08/13/2014 20:26:10.790 Attempting to load .Net security policy file
    08/13/2014 20:26:10.806 Processing entry ("MSVCM80", "Native")
    08/13/2014 20:26:10.806 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.806 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP", "Native")
    08/13/2014 20:26:10.806 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.806 Processing entry ("MICROSOFT.SQL.CHAINER.PACKAGE", "Native")
    08/13/2014 20:26:10.806 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.806 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE", "Native")
    08/13/2014 20:26:10.806 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.806 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION", "Native")
    08/13/2014 20:26:10.806 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.806 Processing entry ("MICROSOFT.SQLSERVER.SETUP.CHAINER.WORKFLOW", "Native")
    08/13/2014 20:26:10.806 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.806 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE", "Native")
    08/13/2014 20:26:10.806 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.806 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC", "Native")
    08/13/2014 20:26:10.806 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.822 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION", "Native")
    08/13/2014 20:26:10.822 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.822 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION", "Native")
    08/13/2014 20:26:10.822 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.822 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON", "Native")
    08/13/2014 20:26:10.822 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.822 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO", "Native")
    08/13/2014 20:26:10.822 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.822 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCOEXTENSION", "Native")
    08/13/2014 20:26:10.822 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.822 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION", "Native")
    08/13/2014 20:26:10.822 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.822 Processing entry ("MICROSOFT.SQLSERVER.DISCOVERY", "Native")
    08/13/2014 20:26:10.822 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.822 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION", "Native")
    08/13/2014 20:26:10.822 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.837 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSTRING", "Native")
    08/13/2014 20:26:10.837 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.837 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK", "Native")
    08/13/2014 20:26:10.837 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.837 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK", "Native")
    08/13/2014 20:26:10.837 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.837 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD", "Native")
    08/13/2014 20:26:10.837 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.837 Processing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS", "Native")
    08/13/2014 20:26:10.837 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.837 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION", "Native")
    08/13/2014 20:26:10.837 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.837 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO", "Native")
    08/13/2014 20:26:10.837 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.837 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION", "Native")
    08/13/2014 20:26:10.837 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.853 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CLUSTER", "Native")
    08/13/2014 20:26:10.853 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.853 Processing entry ("MICROSOFT.SQLSERVER.INTEROP.MSCLUSTERLIB", "Native")
    08/13/2014 20:26:10.853 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.853 Processing entry ("MICROSOFT.SQL.CHAINER.PACKAGEDATA", "Native")
    08/13/2014 20:26:10.853 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.853 Processing entry ("MICROSOFT.SQL.CHAINER.PRODUCT", "Native")
    08/13/2014 20:26:10.853 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.853 Processing entry ("MICROSOFT.NETENTERPRISESERVERS.EXCEPTIONMESSAGEBOX", "Native")
    08/13/2014 20:26:10.853 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.853 Processing entry ("LANDINGPAGE", "Native")
    08/13/2014 20:26:10.853 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.853 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SLPEXTENSION", "Native")
    08/13/2014 20:26:10.853 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.853 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.AGENTEXTENSION", "Native")
    08/13/2014 20:26:10.853 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.868 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.POWERSHELLEXTENSION", "Native")
    08/13/2014 20:26:10.868 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.868 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSISEXTENSION", "Native")
    08/13/2014 20:26:10.868 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.868 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.ASEXTENSION", "Native")
    08/13/2014 20:26:10.868 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.868 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.REPL_CONFIGEXTENSION", "Native")
    08/13/2014 20:26:10.868 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.868 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MANAGEMENTTOOLSEXTENSION", "Native")
    08/13/2014 20:26:10.868 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.868 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLSERVER_CONFIGEXTENSION", "Native")
    08/13/2014 20:26:10.868 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.868 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SNISERVERCONFIGEXT", "Native")
    08/13/2014 20:26:10.868 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.868 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLBROWSEREXTENSION", "Native")
    08/13/2014 20:26:10.868 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.868 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RSEXTENSION", "Native")
    08/13/2014 20:26:10.884 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.884 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.DMF", "Native")
    08/13/2014 20:26:10.884 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.884 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMO", "Native")
    08/13/2014 20:26:10.884 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.884 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLENUM", "Native")
    08/13/2014 20:26:10.884 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.884 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.FULLTEXT_CONFIGEXTENSION", "Native")
    08/13/2014 20:26:10.884 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.884 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.WORKFLOWDATA", "Native")
    08/13/2014 20:26:10.884 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.884 Processing entry ("SHELLOBJECTS", "Native")
    08/13/2014 20:26:10.884 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.884 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UTILITYEXTENSION", "Native")
    08/13/2014 20:26:10.884 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.884 Processing entry ("MICROSOFT.SQLSERVER.SQM", "Native")
    08/13/2014 20:26:10.900 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.900 Processing entry ("MICROSOFT.DATAWAREHOUSE.SQM", "X86")
    08/13/2014 20:26:10.900 Processing entry ("FIXSQLREGISTRYKEY", "X86")
    08/13/2014 20:26:10.900 Processing entry ("FIXSQLREGISTRYKEY", "X64")
    08/13/2014 20:26:10.900 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.900 Processing entry ("FIXSQLREGISTRYKEY", "IA64")
    08/13/2014 20:26:10.900 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.900 Processing entry ("MICROSOFT.SQLSERVER.DIAGNOSTICS.CONFIGURATION.STRACE", "Native")
    08/13/2014 20:26:10.900 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.900 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP.RESOURCES", "Native")
    08/13/2014 20:26:10.900 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.900 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE.RESOURCES", "Native")
    08/13/2014 20:26:10.900 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.900 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION.RESOURCES", "Native")
    08/13/2014 20:26:10.900 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.900 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE.RESOURCES", "Native")
    08/13/2014 20:26:10.915 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.915 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC.RESOURCES", "Native")
    08/13/2014 20:26:10.915 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.915 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION.RESOURCES", "Native")
    08/13/2014 20:26:10.915 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.915 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION.RESOURCES", "Native")
    08/13/2014 20:26:10.915 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.915 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON.RESOURCES", "Native")
    08/13/2014 20:26:10.915 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.915 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO.RESOURCES", "Native")
    08/13/2014 20:26:10.915 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.915 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCOEXTENSION.RESOURCES", "Native")
    08/13/2014 20:26:10.915 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.915 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION.RESOURCES", "Native")
    08/13/2014 20:26:10.915 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.915 Processing entry ("MICROSOFT.SQLSERVER.DISCOVERY.RESOURCES", "Native")
    08/13/2014 20:26:10.915 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.931 Processing entry ("MICROSOFT.SQLSERVER.CONNECTIONINFO.RESOURCES", "Native")
    08/13/2014 20:26:10.931 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.931 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION.RESOURCES", "Native")
    08/13/2014 20:26:10.931 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.931 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK.RESOURCES", "Native")
    08/13/2014 20:26:10.931 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.931 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK.RESOURCES", "Native")
    08/13/2014 20:26:10.931 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.931 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD.RESOURCES", "Native")
    08/13/2014 20:26:10.931 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.931 Processing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS.RESOURCES", "Native")
    08/13/2014 20:26:10.931 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.931 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RESOURCES", "Native")
    08/13/2014 20:26:10.931 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.931 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO.RESOURCES", "Native")
    08/13/2014 20:26:10.947 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.947 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION.RESOURCES", "Native")
    08/13/2014 20:26:10.947 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.947 Processing entry ("LANDINGPAGE.RESOURCES", "Native")
    08/13/2014 20:26:10.947 Required security code group nodes exist, contine.
    08/13/2014 20:26:10.962 Saved .Net security policy file
    08/13/2014 20:26:10.962 Attempting to determine security.config file path
    08/13/2014 20:26:10.962 Checking to see if policy file exists
    08/13/2014 20:26:10.962 .Net security policy file does exist
    08/13/2014 20:26:10.962 Attempting to load .Net security policy file
    08/13/2014 20:26:10.962 Processing entry ("MSVCM80", "Native")
    08/13/2014 20:26:10.962 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP", "Native")
    08/13/2014 20:26:10.962 Processing entry ("MICROSOFT.SQL.CHAINER.PACKAGE", "Native")
    08/13/2014 20:26:10.962 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE", "Native")
    08/13/2014 20:26:10.962 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION", "Native")
    08/13/2014 20:26:10.962 Processing entry ("MICROSOFT.SQLSERVER.SETUP.CHAINER.WORKFLOW", "Native")
    08/13/2014 20:26:10.962 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE", "Native")
    08/13/2014 20:26:10.962 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC", "Native")
    08/13/2014 20:26:10.978 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION", "Native")
    08/13/2014 20:26:10.978 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION", "Native")
    08/13/2014 20:26:10.978 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON", "Native")
    08/13/2014 20:26:10.978 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO", "Native")
    08/13/2014 20:26:10.978 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCOEXTENSION", "Native")
    08/13/2014 20:26:10.978 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION", "Native")
    08/13/2014 20:26:10.978 Processing entry ("MICROSOFT.SQLSERVER.DISCOVERY", "Native")
    08/13/2014 20:26:10.978 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION", "Native")
    08/13/2014 20:26:10.978 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSTRING", "Native")
    08/13/2014 20:26:10.978 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK", "Native")
    08/13/2014 20:26:10.978 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK", "Native")
    08/13/2014 20:26:10.978 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD", "Native")
    08/13/2014 20:26:10.978 Processing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS", "Native")
    08/13/2014 20:26:10.978 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION", "Native")
    08/13/2014 20:26:10.978 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO", "Native")
    08/13/2014 20:26:10.978 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION", "Native")
    08/13/2014 20:26:10.993 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CLUSTER", "Native")
    08/13/2014 20:26:10.993 Processing entry ("MICROSOFT.SQLSERVER.INTEROP.MSCLUSTERLIB", "Native")
    08/13/2014 20:26:10.993 Processing entry ("MICROSOFT.SQL.CHAINER.PACKAGEDATA", "Native")
    08/13/2014 20:26:10.993 Processing entry ("MICROSOFT.SQL.CHAINER.PRODUCT", "Native")
    08/13/2014 20:26:10.993 Processing entry ("MICROSOFT.NETENTERPRISESERVERS.EXCEPTIONMESSAGEBOX", "Native")
    08/13/2014 20:26:10.993 Processing entry ("LANDINGPAGE", "Native")
    08/13/2014 20:26:10.993 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SLPEXTENSION", "Native")
    08/13/2014 20:26:10.993 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.AGENTEXTENSION", "Native")
    08/13/2014 20:26:10.993 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.POWERSHELLEXTENSION", "Native")
    08/13/2014 20:26:10.993 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSISEXTENSION", "Native")
    08/13/2014 20:26:10.993 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.ASEXTENSION", "Native")
    08/13/2014 20:26:10.993 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.REPL_CONFIGEXTENSION", "Native")
    08/13/2014 20:26:10.993 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MANAGEMENTTOOLSEXTENSION", "Native")
    08/13/2014 20:26:10.993 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLSERVER_CONFIGEXTENSION", "Native")
    08/13/2014 20:26:10.993 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SNISERVERCONFIGEXT", "Native")
    08/13/2014 20:26:11.009 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLBROWSEREXTENSION", "Native")
    08/13/2014 20:26:11.009 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RSEXTENSION", "Native")
    08/13/2014 20:26:11.009 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.DMF", "Native")
    08/13/2014 20:26:11.009 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMO", "Native")
    08/13/2014 20:26:11.009 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLENUM", "Native")
    08/13/2014 20:26:11.009 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.FULLTEXT_CONFIGEXTENSION", "Native")
    08/13/2014 20:26:11.009 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.WORKFLOWDATA", "Native")
    08/13/2014 20:26:11.009 Processing entry ("SHELLOBJECTS", "Native")
    08/13/2014 20:26:11.009 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UTILITYEXTENSION", "Native")
    08/13/2014 20:26:11.009 Processing entry ("MICROSOFT.SQLSERVER.SQM", "Native")
    08/13/2014 20:26:11.009 Processing entry ("MICROSOFT.DATAWAREHOUSE.SQM", "X86")
    08/13/2014 20:26:11.009 Required security code group nodes exist, contine.
    08/13/2014 20:26:11.009 Processing entry ("FIXSQLREGISTRYKEY", "X86")
    08/13/2014 20:26:11.009 Required security code group nodes exist, contine.
    08/13/2014 20:26:11.009 Processing entry ("FIXSQLREGISTRYKEY", "X64")
    08/13/2014 20:26:11.025 Processing entry ("FIXSQLREGISTRYKEY", "IA64")
    08/13/2014 20:26:11.025 Processing entry ("MICROSOFT.SQLSERVER.DIAGNOSTICS.CONFIGURATION.STRACE", "Native")
    08/13/2014 20:26:11.025 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP.RESOURCES", "Native")
    08/13/2014 20:26:11.025 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE.RESOURCES", "Native")
    08/13/2014 20:26:11.025 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION.RESOURCES", "Native")
    08/13/2014 20:26:11.025 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE.RESOURCES", "Native")
    08/13/2014 20:26:11.025 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC.RESOURCES", "Native")
    08/13/2014 20:26:11.025 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION.RESOURCES", "Native")
    08/13/2014 20:26:11.025 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION.RESOURCES", "Native")
    08/13/2014 20:26:11.025 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON.RESOURCES", "Native")
    08/13/2014 20:26:11.025 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO.RESOURCES", "Native")
    08/13/2014 20:26:11.025 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCOEXTENSION.RESOURCES", "Native")
    08/13/2014 20:26:11.025 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION.RESOURCES", "Native")
    08/13/2014 20:26:11.025 Processing entry ("MICROSOFT.SQLSERVER.DISCOVERY.RESOURCES", "Native")
    08/13/2014 20:26:11.025 Processing entry ("MICROSOFT.SQLSERVER.CONNECTIONINFO.RESOURCES", "Native")
    08/13/2014 20:26:11.040 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION.RESOURCES", "Native")
    08/13/2014 20:26:11.040 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK.RESOURCES", "Native")
    08/13/2014 20:26:11.040 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK.RESOURCES", "Native")
    08/13/2014 20:26:11.040 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD.RESOURCES", "Native")
    08/13/2014 20:26:11.040 Processing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS.RESOURCES", "Native")
    08/13/2014 20:26:11.040 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RESOURCES", "Native")
    08/13/2014 20:26:11.040 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO.RESOURCES", "Native")
    08/13/2014 20:26:11.040 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION.RESOURCES", "Native")
    08/13/2014 20:26:11.040 Processing entry ("LANDINGPAGE.RESOURCES", "Native")
    08/13/2014 20:26:11.056 Saved .Net security policy file
    08/13/2014 20:26:11.072 Strong name verification disabling is not required
    08/13/2014 20:26:11.072 /? or /HELP or /ACTION=HELP specified: false
    08/13/2014 20:26:11.072 Help display: false
    08/13/2014 20:26:11.072 Attempting to launch landing page workflow
    08/13/2014 20:26:11.072 Attempting to set setup mutex
    08/13/2014 20:26:11.072 Setup mutex has been set
    08/13/2014 20:26:11.072 Attempting to launch global rules workflow
    08/13/2014 20:26:11.072 Media source: C:\Users\ercklentzn\Desktop\SQL Server 2008 Ent Ed R2\
    08/13/2014 20:26:11.072 Install media path: C:\Users\ercklentzn\Desktop\SQL Server 2008 Ent Ed R2\x64\setup\
    08/13/2014 20:26:11.072 Media layout: Full
    08/13/2014 20:26:11.072 Attempting to get execution timestamp
    08/13/2014 20:26:11.087 Timestamp: 20140813_202610
    08/13/2014 20:26:11.087 Attempting to run workflow RUNRULES /RULES=GlobalRules
    08/13/2014 20:26:11.087 Attempting to launch process C:\Users\ercklentzn\Desktop\SQL Server 2008 Ent Ed R2\x64\setup100.exe
    08/13/2014 20:26:29.898 Process returned exit code: 0x00000000
    08/13/2014 20:26:29.898 Workflow RUNRULES /RULES=GlobalRules returned exit code: 0x00000000
    08/13/2014 20:26:29.898 Attempting to launch component update workflow
    08/13/2014 20:26:29.914 Media source: C:\Users\ercklentzn\Desktop\SQL Server 2008 Ent Ed R2\
    08/13/2014 20:26:29.914 Install media path: C:\Users\ercklentzn\Desktop\SQL Server 2008 Ent Ed R2\x64\setup\
    08/13/2014 20:26:29.914 Media layout: Full
    08/13/2014 20:26:29.914 Attempting to get execution timestamp
    08/13/2014 20:26:29.914 Timestamp: 20140813_202610
    08/13/2014 20:26:29.914 Attempting to run workflow COMPONENTUPDATE
    08/13/2014 20:26:29.914 Attempting to launch process C:\Users\ercklentzn\Desktop\SQL Server 2008 Ent Ed R2\x64\setup100.exe
    08/13/2014 20:27:16.396 Process returned exit code: 0x84BC0057
    08/13/2014 20:27:16.396 Workflow COMPONENTUPDATE returned exit code: 0x84BC0057
    08/13/2014 20:27:16.396 Attempting to determine security.config file path
    08/13/2014 20:27:16.396 Attempting to load .Net security policy file
    08/13/2014 20:27:16.396 Attempting to remove .Net security code group node
    08/13/2014 20:27:16.411 Removing entry ("MSVCM80", "Native")
    08/13/2014 20:27:16.411 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP", "Native")
    08/13/2014 20:27:16.411 Removing entry ("MICROSOFT.SQL.CHAINER.PACKAGE", "Native")
    08/13/2014 20:27:16.411 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE", "Native")
    08/13/2014 20:27:16.411 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION", "Native")
    08/13/2014 20:27:16.411 Removing entry ("MICROSOFT.SQLSERVER.SETUP.CHAINER.WORKFLOW", "Native")
    08/13/2014 20:27:16.411 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE", "Native")
    08/13/2014 20:27:16.411 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC", "Native")
    08/13/2014 20:27:16.411 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION", "Native")
    08/13/2014 20:27:16.411 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION", "Native")
    08/13/2014 20:27:16.411 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON", "Native")
    08/13/2014 20:27:16.411 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO", "Native")
    08/13/2014 20:27:16.411 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCOEXTENSION", "Native")
    08/13/2014 20:27:16.411 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION", "Native")
    08/13/2014 20:27:16.427 Removing entry ("MICROSOFT.SQLSERVER.DISCOVERY", "Native")
    08/13/2014 20:27:16.427 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION", "Native")
    08/13/2014 20:27:16.427 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSTRING", "Native")
    08/13/2014 20:27:16.427 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK", "Native")
    08/13/2014 20:27:16.427 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK", "Native")
    08/13/2014 20:27:16.427 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD", "Native")
    08/13/2014 20:27:16.427 Removing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS", "Native")
    08/13/2014 20:27:16.427 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION", "Native")
    08/13/2014 20:27:16.427 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO", "Native")
    08/13/2014 20:27:16.427 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION", "Native")
    08/13/2014 20:27:16.427 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CLUSTER", "Native")
    08/13/2014 20:27:16.427 Removing entry ("MICROSOFT.SQLSERVER.INTEROP.MSCLUSTERLIB", "Native")
    08/13/2014 20:27:16.427 Removing entry ("MICROSOFT.SQL.CHAINER.PACKAGEDATA", "Native")
    08/13/2014 20:27:16.427 Removing entry ("MICROSOFT.SQL.CHAINER.PRODUCT", "Native")
    08/13/2014 20:27:16.427 Removing entry ("MICROSOFT.NETENTERPRISESERVERS.EXCEPTIONMESSAGEBOX", "Native")
    08/13/2014 20:27:16.442 Removing entry ("LANDINGPAGE", "Native")
    08/13/2014 20:27:16.442 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SLPEXTENSION", "Native")
    08/13/2014 20:27:16.442 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.AGENTEXTENSION", "Native")
    08/13/2014 20:27:16.442 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.POWERSHELLEXTENSION", "Native")
    08/13/2014 20:27:16.442 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSISEXTENSION", "Native")
    08/13/2014 20:27:16.442 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.ASEXTENSION", "Native")
    08/13/2014 20:27:16.442 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.REPL_CONFIGEXTENSION", "Native")
    08/13/2014 20:27:16.442 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MANAGEMENTTOOLSEXTENSION", "Native")
    08/13/2014 20:27:16.442 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLSERVER_CONFIGEXTENSION", "Native")
    08/13/2014 20:27:16.442 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SNISERVERCONFIGEXT", "Native")
    08/13/2014 20:27:16.442 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLBROWSEREXTENSION", "Native")
    08/13/2014 20:27:16.442 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RSEXTENSION", "Native")
    08/13/2014 20:27:16.458 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.DMF", "Native")
    08/13/2014 20:27:16.458 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMO", "Native")
    08/13/2014 20:27:16.458 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLENUM", "Native")
    08/13/2014 20:27:16.458 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.FULLTEXT_CONFIGEXTENSION", "Native")
    08/13/2014 20:27:16.458 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.WORKFLOWDATA", "Native")
    08/13/2014 20:27:16.458 Removing entry ("SHELLOBJECTS", "Native")
    08/13/2014 20:27:16.458 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UTILITYEXTENSION", "Native")
    08/13/2014 20:27:16.458 Removing entry ("MICROSOFT.SQLSERVER.SQM", "Native")
    08/13/2014 20:27:16.458 Removing entry ("MICROSOFT.DATAWAREHOUSE.SQM", "X86")
    08/13/2014 20:27:16.458 Removing entry ("FIXSQLREGISTRYKEY", "X86")
    08/13/2014 20:27:16.458 Removing entry ("FIXSQLREGISTRYKEY", "X64")
    08/13/2014 20:27:16.458 Removing entry ("FIXSQLREGISTRYKEY", "IA64")
    08/13/2014 20:27:16.474 Removing entry ("MICROSOFT.SQLSERVER.DIAGNOSTICS.CONFIGURATION.STRACE", "Native")
    08/13/2014 20:27:16.474 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP.RESOURCES", "Native")
    08/13/2014 20:27:16.474 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE.RESOURCES", "Native")
    08/13/2014 20:27:16.474 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION.RESOURCES", "Native")
    08/13/2014 20:27:16.474 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE.RESOURCES", "Native")
    08/13/2014 20:27:16.474 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC.RESOURCES", "Native")
    08/13/2014 20:27:16.474 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION.RESOURCES", "Native")
    08/13/2014 20:27:16.474 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION.RESOURCES", "Native")
    08/13/2014 20:27:16.474 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON.RESOURCES", "Native")
    08/13/2014 20:27:16.474 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO.RESOURCES", "Native")
    08/13/2014 20:27:16.489 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCOEXTENSION.RESOURCES", "Native")
    08/13/2014 20:27:16.489 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION.RESOURCES", "Native")
    08/13/2014 20:27:16.489 Removing entry ("MICROSOFT.SQLSERVER.DISCOVERY.RESOURCES", "Native")
    08/13/2014 20:27:16.489 Removing entry ("MICROSOFT.SQLSERVER.CONNECTIONINFO.RESOURCES", "Native")
    08/13/2014 20:27:16.489 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION.RESOURCES", "Native")
    08/13/2014 20:27:16.489 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK.RESOURCES", "Native")
    08/13/2014 20:27:16.489 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK.RESOURCES", "Native")
    08/13/2014 20:27:16.489 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD.RESOURCES", "Native")
    08/13/2014 20:27:16.489 Removing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS.RESOURCES", "Native")
    08/13/2014 20:27:16.489 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RESOURCES", "Native")
    08/13/2014 20:27:16.505 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO.RESOURCES", "Native")
    08/13/2014 20:27:16.505 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION.RESOURCES", "Native")
    08/13/2014 20:27:16.505 Removing entry ("LANDINGPAGE.RESOURCES", "Native")
    08/13/2014 20:27:16.521 Saved .Net security policy file
    08/13/2014 20:27:16.521 Attempting to determine security.config file path
    08/13/2014 20:27:16.521 Attempting to load .Net security policy file
    08/13/2014 20:27:16.521 Attempting to remove .Net security code group node
    08/13/2014 20:27:16.521 Removing entry ("MSVCM80", "Native")
    08/13/2014 20:27:16.521 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP", "Native")
    08/13/2014 20:27:16.521 Removing entry ("MICROSOFT.SQL.CHAINER.PACKAGE", "Native")
    08/13/2014 20:27:16.521 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE", "Native")
    08/13/2014 20:27:16.521 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION", "Native")
    08/13/2014 20:27:16.536 Removing entry ("MICROSOFT.SQLSERVER.SETUP.CHAINER.WORKFLOW", "Native")
    08/13/2014 20:27:16.536 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE", "Native")
    08/13/2014 20:27:16.536 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC", "Native")
    08/13/2014 20:27:16.536 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION", "Native")
    08/13/2014 20:27:16.536 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION", "Native")
    08/13/2014 20:27:16.536 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON", "Native")
    08/13/2014 20:27:16.536 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO", "Native")
    08/13/2014 20:27:16.536 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCOEXTENSION", "Native")
    08/13/2014 20:27:16.536 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION", "Native")
    08/13/2014 20:27:16.536 Removing entry ("MICROSOFT.SQLSERVER.DISCOVERY", "Native")
    08/13/2014 20:27:16.536 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION", "Native")
    08/13/2014 20:27:16.552 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSTRING", "Native")
    08/13/2014 20:27:16.552 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK", "Native")
    08/13/2014 20:27:16.552 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK", "Native")
    08/13/2014 20:27:16.552 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD", "Native")
    08/13/2014 20:27:16.552 Removing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS", "Native")
    08/13/2014 20:27:16.552 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION", "Native")
    08/13/2014 20:27:16.552 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO", "Native")
    08/13/2014 20:27:16.552 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION", "Native")
    08/13/2014 20:27:16.552 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CLUSTER", "Native")
    08/13/2014 20:27:16.552 Removing entry ("MICROSOFT.SQLSERVER.INTEROP.MSCLUSTERLIB", "Native")
    08/13/2014 20:27:16.552 Removing entry ("MICROSOFT.SQL.CHAINER.PACKAGEDATA", "Native")
    08/13/2014 20:27:16.552 Removing entry ("MICROSOFT.SQL.CHAINER.PRODUCT", "Native")
    08/13/2014 20:27:16.552 Removing entry ("MICROSOFT.NETENTERPRISESERVERS.EXCEPTIONMESSAGEBOX", "Native")
    08/13/2014 20:27:16.552 Removing entry ("LANDINGPAGE", "Native")
    08/13/2014 20:27:16.567 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SLPEXTENSION", "Native")
    08/13/2014 20:27:16.567 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.AGENTEXTENSION", "Native")
    08/13/2014 20:27:16.567 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.POWERSHELLEXTENSION", "Native")
    08/13/2014 20:27:16.567 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSISEXTENSION", "Native")
    08/13/2014 20:27:16.567 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.ASEXTENSION", "Native")
    08/13/2014 20:27:16.567 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.REPL_CONFIGEXTENSION", "Native")
    08/13/2014 20:27:16.567 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MANAGEMENTTOOLSEXTENSION", "Native")
    08/13/2014 20:27:16.567 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLSERVER_CONFIGEXTENSION", "Native")
    08/13/2014 20:27:16.567 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SNISERVERCONFIGEXT", "Native")
    08/13/2014 20:27:16.567 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLBROWSEREXTENSION", "Native")
    08/13/2014 20:27:16.567 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RSEXTENSION", "Native")
    08/13/2014 20:27:16.567 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.DMF", "Native")
    08/13/2014 20:27:16.567 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMO", "Native")
    08/13/2014 20:27:16.567 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLENUM", "Native")
    08/13/2014 20:27:16.567 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.FULLTEXT_CONFIGEXTENSION", "Native")
    08/13/2014 20:27:16.567 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.WORKFLOWDATA", "Native")
    08/13/2014 20:27:16.583 Removing entry ("SHELLOBJECTS", "Native")
    08/13/2014 20:27:16.583 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UTILITYEXTENSION", "Native")
    08/13/2014 20:27:16.583 Removing entry ("MICROSOFT.SQLSERVER.SQM", "Native")
    08/13/2014 20:27:16.583 Removing entry ("MICROSOFT.DATAWAREHOUSE.SQM", "X86")
    08/13/2014 20:27:16.583 Removing entry ("FIXSQLREGISTRYKEY", "X86")
    08/13/2014 20:27:16.583 Removing entry ("FIXSQLREGISTRYKEY", "X64")
    08/13/2014 20:27:16.583 Removing entry ("FIXSQLREGISTRYKEY", "IA64")
    08/13/2014 20:27:16.583 Removing entry ("MICROSOFT.SQLSERVER.DIAGNOSTICS.CONFIGURATION.STRACE", "Native")
    08/13/2014 20:27:16.583 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP.RESOURCES", "Native")
    08/13/2014 20:27:16.583 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE.RESOURCES", "Native")
    08/13/2014 20:27:16.583 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION.RESOURCES", "Native")
    08/13/2014 20:27:16.583 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE.RESOURCES", "Native")
    08/13/2014 20:27:16.583 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC.RESOURCES", "Native")
    08/13/2014 20:27:16.583 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION.RESOURCES", "Native")
    08/13/2014 20:27:16.583 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION.RESOURCES", "Native")
    08/13/2014 20:27:16.599 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON.RESOURCES", "Native")
    08/13/2014 20:27:16.599 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO.RESOURCES", "Native")
    08/13/2014 20:27:16.599 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCOEXTENSION.RESOURCES", "Native")
    08/13/2014 20:27:16.599 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION.RESOURCES", "Native")
    08/13/2014 20:27:16.599 Removing entry ("MICROSOFT.SQLSERVER.DISCOVERY.RESOURCES", "Native")
    08/13/2014 20:27:16.599 Removing entry ("MICROSOFT.SQLSERVER.CONNECTIONINFO.RESOURCES", "Native")
    08/13/2014 20:27:16.599 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION.RESOURCES", "Native")
    08/13/2014 20:27:16.599 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK.RESOURCES", "Native")
    08/13/2014 20:27:16.599 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK.RESOURCES", "Native")
    08/13/2014 20:27:16.599 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD.RESOURCES", "Native")
    08/13/2014 20:27:16.599 Removing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS.RESOURCES", "Native")
    08/13/2014 20:27:16.599 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RESOURCES", "Native")
    08/13/2014 20:27:16.599 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO.RESOURCES", "Native")
    08/13/2014 20:27:16.599 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION.RESOURCES", "Native")
    08/13/2014 20:27:16.614 Removing entry ("LANDINGPAGE.RESOURCES", "Native")
    08/13/2014 20:27:16.614 Saved .Net security policy file
    08/13/2014 20:27:16.614 Attempting to release setup mutex
    08/13/2014 20:27:16.614 Setup mutex has been released
    08/13/2014 20:27:16.614 Setup closed with exit code: 0x84C40013
    08/13/2014 20:27:16.614 ======================================================================
    Any help troubleshotting this installation would be appreciated. I did try runnnig Setup as administrator and tried copying the install files to the root directory.
    Thanks a lot,
    Nick

    This  error code "0x84C40013" may be caused by permission issue when you perform an unattended install. Did you run the setup.exe with "Run As a Administrator" ?
    Check this below link and try if this works... http://basitaalishan.com/2012/08/02/unattended-sql-server-2012-installs/
    Raju Rasagounder Sr MSSQL DBA

  • Looking for answers on XMP files - where should they be stored as sidecar files?  With the original raw file or in a separate folder?

    Looking for answers on XMP files - where should they be stored as sidecar files?  With the original raw file or in a separate folder?
    Relatively new user of Adobe LR5 and PS CC, about a year old. 
    If they should be stored somewhere beside the folder that contains the originals, where and how to change the settings?
    If I choose to write metadata to the original files, is that sidecar files or does the XMP file show separately?
    To be honest, I usually find a video and I cannot figure this out.  I have never received an answer on any of my questions by the way. 

    Hi there,
    You answered a prior question from me so I wanted to reach out to you about this.   I just need a step by step on how, if possible, to View LRCC on my MacBookPro when the main interface is on my iMac

  • Thumbnails for Nef files with upated exposure in Capture NX2 revert to original exposure

    I did a batch processing in Nikon Capture NX2 to update the exposure for all Nef files in a folder.
    When displayed in Bridge (CS6) the thumbnails at first show the thumbnail with the updated exposure, then slowly updates all the thumbnails to the original exposure.
    How do I get Bridge to display the thumbnails with the updated exposure and keep bridge from reverting back to the original exposure?

    You can set different default parameters for Adobe Camera RAW, but they are still default parameters and this is what Camera RAW uses to render the RAW file instead of the parameters saved in the RAW file by either the camera or Capture NX2. 
    The camera saves a low quality jpg image in the NEF file (you can't change this) and if you edit the NEF file with Capture NX2 or View NX2 it saves a high quality jpg image in the NEF file, which increases file size by a considerable amount. 
    I process everything from the RAW file using Photoshop CS6 Adobe Camera RAW.  I have all in camera parameters set to nominal, active D Lighting off, and use Camera Neutral with a custom tone curve that was generated using the Picture Control editor.  In Camera RAW I use Camera Neutral v4 with the same custom tone curve as I used in modification of the Picture control profile.  My Camera RAW default is set using the modified Camera Netural v4 profile and I get excellent agreemnet between the Camera jpg and Camera RAW. 

  • How to send file with original name through Mail adapter

    I have to send file with original name as attachment through Mail Adapter. I am picking the file from FTP server through File Adapter. I am not using message mapping because files do not have any standard format.

    Hi,
    Have you solve your problem ?...
    I have exactly the same scenario : pik up a file (file adapter) and send it in attachment by mail adapter without mapping (no IR)...
    I activated Adapter specific paramters properties in the File adapter sender and i can see the FileName tag in DynamicConfiguration section of SoapHeader in SXMB_MONI...
    I want to use MessageTransformationBean... BUT, how can i 'access' to FileName tag ???...
    Thanks...
    I setup modules like this :
    AF_Modules/DynamicConfigurationBean 1
    AF_Modules/MessageTransformBean rename
    sap.com/com.sap.aii.adapter.mail.app/XIMailAdapterBean mail
    1 key.0 write http://sap.com/xi/XI/System/File FileName
    1 value.0 message.FileName
    rename Transform.ContentDisposition attachment;filename=message.FileName
    rename Transform.ContentDescription message.FileName
    rename Transform.ContentType application/csv-tab-delimited-table;name=message.FileName
    But my file name attachment is message.FileName....
    Edited by: Emmanuel JORAND on Sep 29, 2008 9:23 PM
    Edited by: Emmanuel JORAND on Sep 29, 2008 10:25 PM

  • How to export file with original filename number suffix, but with more digits

    Is there a way to keep the original filename number suffix, but change the formatting of the number, adding leading zeros for instance?
    When I import photos from my camera I like to rename them, and give them sequential numbers, e.g. "2015-01 Hamburg 1.cr2", "2015-01 Hamburg 2.cr2", "2015-01 Hamburg 10.cr2", .. "2015-01 Hamburg 134.cr2", and so on.
    Normally when I export photos I like to keep the file names exacly as I imported them (except the extension) e.g. 2015-01 Hamburg 1.jpg, "2015-01 Hamburg 2.jpg", .. "2015-01 Hamburg 10.jpg", .. "2015-01 Hamburg 134.jpg".
    But sometimes I would like to export them with leading zeros, typically when adding photos to a web site or blog where there are sort mechanisms that only support simple sort algorithms based on file names, meaning the sort order of my photos with their original file names would become "2015-01 Hamburg 1.jpg, "2015-01 Hamburg 10.jpg", .. "2015-01 Hamburg 134.jpg", "2015-01 Hamburg 2.jpg".
    So I would like the file names to be "2015-01 Hamburg 001.jpg", "2015-01 Hamburg 002.jpg", "2015-01 Hamburg 010.jpg", "2015-01 Hamburg 134.jpg".
    By keeping the original file number suffix I can easily go back to the original file whenever I need to, and the sort order would work even with simple sorting.
    The export Filename Template Editor gives quite advanced support for numbering files when exporting, see attached screenshot. There's support for exporting files with custom file names, and adding sequence, total and image number with padding (up to 9999/####). But those add new numbers, they do not consider the original filename number suffix. If I use the "Image # (001)" for instance, my example above would export as "2015-01 Hamburg 001.jpg", "2015-01 Hamburg 002.jpg", "2015-01 Hamburg 003.jpg", "2015-01 Hamburg 004.jpg", if those were the four photos I wanted to export, making it hard for me to trace them back to the original photo.
    I have found no way of adding such padding on the original file number.
    Does anyone know if this is possible or have suggestions for a workaround?
    It shouldn't be too hard for Adobe to support this I'd imagine.
    export pattern rename files  file_number filename_template_editor

    I do not know if you can do what you explained above, but there is a workaround to this (and a way to avoid having to do it in the future):
    In the Library module, make sure your images are sorted by Capture Date (this will put them in the right order, even with suffixes like 1, 13, etc.)
    Select all images, and then Rename them, using a Custom text followed by a Sequence number. The Custom text in this case should be the original name (such as, 2015-01 Hamburg, as in your example). Make sure the Sequence number is formatted with enough zeroes to include all the numbers in your images.
    In the future, when you rename images during Import, make sure you select the Sequence number format that will include all the needed zeroes, so you don't have to go through this again.

Maybe you are looking for

  • Home Directory Probs

    OK, here is the scenario. I have an OD Master running 10.4.7 server. I have a home directory share point running on a 10.3.9 server. I have a client running 10.4.7. Network Accounts are showing as available. I go to login with the home directory runn

  • Four-Finger Swipe - HOLD Desktop

    Does anyone know how to use the four-finger up swipe to show and hold the desktop so that you can see the desktop AND work on it? Currently when I show the desktop (using 4-finger up swipe) as soon as I click on the desktop, all open windows/apps rev

  • Broken link at top of PS feature request page

    Should be this? http://blogs.adobe.com/jnack/2009/06/instant_turnaround_feature_requests.html

  • Error when using F9

    We have a problem with Outlook 2013 integration. Couple of users are facing the issue. We are on Application Version: 8.1.1.11 SIA [23030]. .When user hits F9, Outlook gets the message and opens the editor as expected. However, when he sends the lett

  • Substitution of VO

    I have a requirement where i will have to make the base VO to call my custom plsql package, instead of the standard one. So created a custom VO by extending the base VO and substituted. Ran the jpximport also to verify my extension. It worked. My que