Error while installing Exchange 2013 readiness check

Hello !
i've encountered a problam during the installation of the Exchange Server 2013 on the Readiness Check,
please, see below the following error:
Error:
The following error was generated when "$error.Clear(); 
          if (Get-Service MpsSvc* | ?{$_.Name -eq 'MpsSvc'})
            Set-Service MpsSvc -StartupType Automatic
            Start-SetupService -ServiceName MpsSvc
        " was run: "Service 'MpsSvc' failed to reach status 'Running' on this server.".
Waiting for some help...
thank you.
David

Hi,
According to the error message, please open Command Prompt and run following command:
Net Start MpsSvc
If this works fine, please try again. Otherwise, Please help to collect related error for further troubleshooting.
In addition, please run ”services.msc” open Services, confirm Windows Firewall is running and set as “Automatic”.
Best Regards,
Allen Wang

Similar Messages

  • Getting Error while installing Exchange 2013 on server 2012

    Error During Exchange 2013 Mailbox Transport
    Role Install On Server 2012 
    Exchange
    Server forums
     > 
    Exchange
    Server 2013 - Setup, Deployment, Updates, and Migration
    Question
    1
    Sign
    in to vote
    I was installing Exchange 2013 on Server 2012.  The server is not a DC, but is a member of a domain with a 2008 R2 functional level, and I was logged in as a domain admin.  There has never been an Exchange instance on this domain.  I got past
    the prerequisite checks, and the installer showed 15 steps, so I walked away.  When I came back, I saw this:
    Step 8 of 15: Mailbox role: Transport service
    Error:
    The following error was generated when "$error.Clear(); 
              $maxWait = New-TimeSpan -Minutes 8
              $timeout = Get-Date;
              $timeout = $timeout.Add($maxWait);
              $currTime = Get-Date;
              $successfullySetConfigDC = $false;
              while($currTime -le $timeout)
                $setSharedCDCErrors = @();
                try
                  Set-SharedConfigDC -DomainController $RoleDomainController -ErrorVariable setSharedCDCErrors -ErrorAction SilentlyContinue;
                  $successfullySetConfigDC = ($setSharedCDCErrors.Count -eq 0);
                  if($successfullySetConfigDC)
                    break;
                  Write-ExchangeSetupLog -Info ("An error ocurred while setting shared config DC. Error: " + $setSharedCDCErrors[0]);
                catch
                  Write-ExchangeSetupLog -Info ("An exception ocurred while setting shared config DC. Exception: " + $_.Exception.Message);
                Write-ExchangeSetupLog -Info ("Waiting 30 seconds before attempting again.");
                Start-Sleep -Seconds 30;
                $currTime = Get-Date;
              if( -not $successfullySetConfigDC)
                Write-ExchangeSetupLog -Error "Unable to set shared config DC.";
            " was run: "Unable to set shared config DC.".

    Hi Deepak,
    From the error description, I would like to clarify the following things:
    1. Please ensure that IPv6 on the network adaptor is turned on.
    2. Please check if the account that you used to install Exchange has necessary permissions to perform the installation.
    3. Make sure that DNS is configured correctly.
    Hope my clarification is helpful.
    If there are any problems, please feel free to let me know.
    Best regards,
    Amy
    Amy Wang
    TechNet Community Support

  • Exchange 2013 Readiness Check Error

    I have been trying to install Exchange 2013 for a while now and have continued to run into the same error during the readiness check.  The readiness check stalls at 40% completed and I receive the following error:
    Error:
    The following error was generated when "$error.Clear();
    if (Get-Service MSDTC*|?{$_.Name -eq 'MSDTC'})
    Set-Service MSDTC -StartupType Automatic
    Start-SetupService -ServiceName MSDTC
    "was run:"The task failed because a Win32 error occurred: "Access is denied". Could not open the service "MSDTC".".
    I have tried to install this both onto Windows Server 2008 R2 as well as Windows Server 2012.  I have installed all of the prerequisites as noted in the Microsoft documentation.  I have tried to install this as the first Exchange server in a brand
    new AD environment as well as trying to install it into an AD environment where I had already installed Exchange Server 2010 with SP3.  I always receive the same error message during the readiness check when it stalls at 40%.
    Any help here would be very much appreciated.
    Thank you.

    Ok, I have figured out what was causing the problem. 
    It appears to be something with the order that prerequisites are installed prior to installing Exchange 2013.
    I had previously following the steps listed in the following page: 
    http://technet.microsoft.com/en-us/library/bb691354(v=exchg.150).aspx. 
    I was following the section for installing Windows Server 2012 prerequisites for combined Mailbox and Client Access server roles.
    I installed the required Windows components using the PowerShell script and then installed Unified Communications Managed API 4.0, Office 2010 Filter Pack, and finally Office 2010 Filter Pack SP1. 
    After doing this and applying updates, I tried to install Exchange 2013 CU1 and received the error that I mentioned in my initial post.
    I have been able to duplicate this issue when installing Exchange 2013 CU1 into a vanilla environment with Windows Server 2012 as the AD server and Exchange 2013 onto a Windows Server 2012 box. 
    I also had the issue when trying to install into a coexistence environment with AD being on Server 2008 R2 and another 2008 R2 server hosting Exchange 2010 with SP3.
    I decided to change the order of the prerequisite installs and after doing so, I was able to install Exchange 2013 CU1 successfully.
    Here are the steps that I went through to successfully install Exchange 2013 CU1.
    Installed Unified Communications Managed API 4.0
    Installed Office 2010 Filter Pack
    Installed Office 2010 Filter Pack SP1
    Ran Powershell script to install all of the required components (the Technet article says to do this first)
    Applied all outstanding updates from Microsoft Update
    Installed Exchange 2013 Cumulative Update 1
    By following the numbered procedure that I laid out above, I was able to successfully install Exchange 2013 CU1 into both of the lab environments that I described above without any issue.
    There was a suggestion that I might have bad media. 
    I used the same media that I tried originally using my new procedure and it worked fine so it was not the media.
    I hope this helps someone out.
    Thanks for everyone’s help.

  • Error During install Exchange 2013 through Powershell on Server 2012 "Mailbox role: Client Access service"

    Dear all
    During install Exchange 2013 through Powershell on Server 2012 I got this error in Mailbox role: Client Access service :
    The following error was generated when "$error.Clear();
    $BEVdirIdentity = $RoleNetBIOSName + "\OWA (Exchange Back End)";
    new-OwaVirtualDirectory -Role Mailbox -WebSiteName "Exchange Back End" -DomainController $RoleDomainController
    set-OwaVirtualdirectory -Identity $BEVdirIdentity -FormsAuthentication:$false -WindowsAuthentication:$true;
    " was run: "An error occurred while creating the IIS virtual directory 'IIS://MONAMBX2.mona.local/W3SVC/2/ROOT/o
    wa' on 'MONAMBX2'.".
    The following error was generated when "$error.Clear();
    $BEVdirIdentity = $RoleNetBIOSName + "\OWA (Exchange Back End)";
    new-OwaVirtualDirectory -Role Mailbox -WebSiteName "Exchange Back End" -DomainController $RoleDomainController
    set-OwaVirtualdirectory -Identity $BEVdirIdentity -FormsAuthentication:$false -WindowsAuthentication:$true;
    " was run: "The operation couldn't be performed because object 'MONAMBX2\OWA (Exchange Back End)' couldn't be fo
    und on 'MonaDc1.mona.local'.".
    Any advice please !!

    I can't answer your question but I had a similar issue when I was trying to move our mailbox database off the C: drive.  Our environment still has an Exchange 2007 server in it and when I was trying to move the database on the 2013 server, I would get
    error messages saying the database does not exist.  It seemed like it was trying to move the database on the 2007 server from the similar error messages that I was getting.  To get around it, I deleted the database and created a new one on the drive
    where we wanted it.
    I discovered this when I was configuring the Antispam settings.  I deleted our 2007 settings, added them to the 2013 shell, the settings appeared on our 2007 server.  The shell on 2013 was making changes to 2007.
    I'm not sure if there is a "Get|Set or New" command that I/we should be using when this happens.  Or maybe my issues will be fixed if I just remove the Exchange 2007 server?  I'm not ready to do that yet because I can't configure the spam filtering
    on 2013 yet with its shell not being able to make the changes that we need.
    I don't know if your environment is in coexistence mode like mine.
    Hopefully someone else out there has an answer or can tell us when/how the shell can make the appropriate changes to the 2013 server.  Does this happen after the 2007 server is removed?

  • Error while installing Oracle Cluster Ready Services – Release 1 (10.1.0.2)

    Hi all,
    I am trying for RAC – 10gR1 (10.1.0.2) using two machines with Windows 2000 Server. For this I need to install Oracle Cluster Ready Services – Release 1 (10.1.0.2).
    Machine details are as follows:-
    Node 1:
    Computer Name:     RAC1
    Windows 2000 IP Configuration
    Ethernet adapter Local Area Connection 2: (Used for Public Interface)
    Connection-specific DNS Suffix . :
    IP Address. . . . . . . . . . . . : 192.168.1.65
    Subnet Mask . . . . . . . . . . . : 255.255.255.0
    Default Gateway . . . . . . . . . :
    Ethernet adapter Local Area Connection: (Used for Private Interface between the two nodes)
    Connection-specific DNS Suffix . :
    IP Address. . . . . . . . . . . . : 10.10.10.11
    Subnet Mask . . . . . . . . . . . : 255.255.255.0
    Default Gateway . . . . . . . . . :
    Node 2:
         Computer Name:     RAC2
    Windows 2000 IP Configuration
    Ethernet adapter Local Area Connection 2: (Used for Public Interface)
    Connection-specific DNS Suffix . :
    IP Address. . . . . . . . . . . . : 192.168.1.181
    Subnet Mask . . . . . . . . . . . : 255.255.255.0
    Default Gateway . . . . . . . . . :
    Ethernet adapter Local Area Connection: (Used for Private Interface between the two nodes)
    Connection-specific DNS Suffix . :
    IP Address. . . . . . . . . . . . : 10.10.10.12
    Subnet Mask . . . . . . . . . . . : 255.255.255.0
    Default Gateway . . . . . . . . . :
    I have made following entries in Hosts file of both the machines:-
    192.168.1.65     RAC1
    192.168.1.181     RAC2
    10.10.10.11     RAC01-PRIV
    10.10.10.12     RAC02-PRIV
    192.168.1.201     RAC01-VIP
    192.168.1.202     RAC02-VIP
    I have completed all the pre-installation steps, i.e. configuring the disk for storage, and both the machine are communicating each other through there Private and Public interfaces. Now the problem appears when I am installing Oracle Cluster Ready Services, at the end of Installation following message appears and the auto configuration steps fails.
    ================================================================================================================
    Output generated from configuration assistant "Oracle Cluster Ready Services Configuration Assistant":
    Successfully accumulated necessary OCR keys.
    Using ports: CSS=49895 CRS=49896 EVMC=49898 and EVMR=49897.
    node <nodenumber>: <nodename> <private interconnect name> <hostname>
    node 1: rac1 rac01-priv rac1
    node 2: rac2 rac02-priv rac2
    Creating OCR keys for user 'administrator', privgrp ''..
    Operation successful.
    Now formatting voting device: \\.\votedsk
    Successful in setting block0 for voting disk.
    Format complete.
    Step 1: checking status of CRS cluster
    Step 2: configuring OCR repository
    Step 3: configuring safe mode for CRS stack
    Step 4: Starting up CRS stack on all nodes
    RAC1 service OracleCSService in improper PENDING state, err(997)
    RAC2 service OracleCSService in improper PENDING state, err(997)
    Configuration assistant "Oracle Cluster Ready Services Configuration Assistant" failed
    ================================================================================================================
    Output generated from configuration assistant "Oracle Notification Server Configuration Assistant":
    Configuration assistant "Oracle Notification Server Configuration Assistant" failed
    ================================================================================================================
    Output generated from configuration assistant "Oracle Private Interconnect Configuration Assistant":
    PRIF-10: failed to initialize the cluster registry
    Configuration assistant "Oracle Private Interconnect Configuration Assistant" failed
    ===============================================================
    I would be highly obliged if any one tell me why it is happing like this and what could be the possible remedy.
    Waiting for the respone.
    With Regards
    Dinesh
    [email protected]

    Hi user478171,
    I have the same problem with two nodes in Windows 2003 with RAC 10g R2, but I don't have idea to solve.
    Please advice me
    Thanks advances
    regards,
    IvanR

  • BIDSExtensionsSetup.dll error while installing CRM 2013 authoring

    Been having this trouble for a month, and have found no solution on MSDN.
    I have SQL Data Tools 2010 installed.
    Cannot proceed instalation after getting this error:
    Setup cannot continue because C:\Users\[My User]\AppData\Local\Temp\MSCRM_{GUID}\BIDSExtensionsSetup.dll cannot be found or is incorrect.
    For additional details see logfile:
    21:26:13|   Info| === Setup bootstrap logging started 02/02/2015 09:26:13 p.m. ===
    21:26:13|   Info| Bootstrap version: 7.0.0.3027.
    21:26:14|   Info| User: [My User].
    21:26:14|   Info| Invoked with command line: "C:\Users\[My User]\Downloads\SetupBIDSExtensions.exe" 
    21:26:14|   Info| Running C:\Users\[My User]\Downloads\SetupBIDSExtensions.exe
    21:26:14|   Info| Loading bootstrap library C:\Users\[My User]\Downloads\BIDSExtensionsSetup.dll
    21:26:35|   Info| Microsoft Dynamics® CRM Report Authoring Extension is not currently installed.
    21:26:37|   Info| Closing bootstrap library C:\Users\[My User]\Downloads\BIDSExtensionsSetup.dll
    21:26:38|   Info| Patchfile target Product code: {0C524DF0-0409-0060-BF3E-80D80B490D53}
    21:26:38|   Info| Patchfile target version: 6.0.0000.0302
    21:26:38|   Info| Patchfile target language: 1033
    21:26:38|   Info| Patchfile target upgrade code: {3315FF72-9F24-423B-B854-7EDCF3394F50}
    21:26:38|  Error| Patch file is not valid for installing package. (packagevalidator.cpp:CWindowsInstallerPatchPackageValidator::Validate:364).
    21:26:38|   Info| Expected parameters for update file: 
    Upgrade code - {3315FF72-9F24-423B-B854-7EDCF3394F50}
    Product code - {0C524DF0-0409-0070-BF3E-80D80B490D53}
    ProductLanguage - 1033
    BaseVersion - 7.0.0.3027
    21:26:39|   Info| Error not a valid MSP file - C:\Users\[My User]\Downloads\Update\Bids_KB2888948_i386_1033.msp
    21:26:39|  Error| The update file is not valid for installation of this application. (setup.cpp:CCrmSetup::RetrieveUpdateFilePath:1184).
    21:26:39|   Info| Clean up the BITS downloader.
    21:32:50|  Error| The update file is not valid for installation of this application., Error, OK
    21:32:50|   Info| InputResult: OK
    21:33:07|   Info| Uninitializing COM.
    21:33:08|   Info| Uninitialized COM.
    21:33:08|   Info| Clean up the BITS downloader.
    21:33:08|   Info| === Setup bootstrap logging ended 02/02/2015 09:33:08 p.m. ===
    21:33:10|   Info| === Setup bootstrap logging started 02/02/2015 09:33:10 p.m. ===
    21:33:10|   Info| Bootstrap version: 6.0.0.302.
    21:33:10|   Info| User: [My User].
    21:33:11|   Info| Invoked with command line: "C:\Users\[My User]\Downloads\crm2013\SetupBIDSExtensions.exe" 
    21:33:11|   Info| Running C:\Users\[My User]\Downloads\crm2013\SetupBIDSExtensions.exe
    21:33:11|   Info| Loading bootstrap library C:\Users\[My User]\Downloads\crm2013\BIDSExtensionsSetup.dll
    21:33:15|   Info| Microsoft Dynamics® CRM Report Authoring Extension is not currently installed.
    21:33:16|   Info| Closing bootstrap library C:\Users\[My User]\Downloads\crm2013\BIDSExtensionsSetup.dll
    21:33:17|   Info| Patchfile target Product code: {0C524DF0-0409-0060-BF3E-80D80B490D53}
    21:33:17|   Info| Patchfile target version: 6.0.0000.0302
    21:33:18|   Info| Patchfile target language: 1033
    21:33:18|   Info| Patchfile target upgrade code: {3315FF72-9F24-423B-B854-7EDCF3394F50}
    21:33:30|   Info| Patchfile passed validation checks.
    21:33:30|   Info| MSP file C:\Users\[My User]\Downloads\crm2013\Update\Bids_KB2888948_i386_1033.msp will be installed
    21:33:31|   Info| Searching for MU Service in system
    21:33:32|   Info| MU service found in system.
    21:33:32|   Info| MU is registered with AU
    21:33:32|   Info| MU Service registration status = Registered
    21:33:35|   Info| Do not update Radio clicked -- proceeding with setup without update
    21:33:36|   Info| Do not update Radio clicked -- proceeding with setup without update
    21:33:37|   Info| Copying installer files to local directory:  
    21:33:37|   Info| Package: C:\Users\[My User]\Downloads\crm2013\BIDSExtensions.msi, Options: ADDLOCAL="Installer" INSTALLDIR="C:\Users\[My User]\AppData\Local\Temp\MSCRM_{7BCE165E-AEEC-4323-802B-E609A072076C}" TARGETDIR="C:\Users\[My
    User]\AppData\Local\Temp\MSCRM_{7BCE165E-AEEC-4323-802B-E609A072076C}" ALLOWRUN=1 PATCH="C:\Users\[My User]\Downloads\crm2013\Update\Bids_KB2888948_i386_1033.msp"
    21:34:07|   Info| Loading bootstrap library C:\Users\[My User]\AppData\Local\Temp\MSCRM_{7BCE165E-AEEC-4323-802B-E609A072076C}\BIDSExtensionsSetup.dll
    21:34:08|  Error| LoadLibrary(C:\Users\[My User]\AppData\Local\Temp\MSCRM_{7BCE165E-AEEC-4323-802B-E609A072076C}\BIDSExtensionsSetup.dll) failed.(error = 5) (bootstrapwrapper.h:CBootstrapLibrary::Load:80).
    21:34:08|  Error| Setup cannot proceed because C:\Users\[My User]\AppData\Local\Temp\MSCRM_{7BCE165E-AEEC-4323-802B-E609A072076C}\BIDSExtensionsSetup.dll cannot be found or is incorrect. (bootstrapwrapper.h:CBootstrapLibrary::Load:116).
    21:36:02|  Error| Setup cannot proceed because C:\Users\[My User]\AppData\Local\Temp\MSCRM_{7BCE165E-AEEC-4323-802B-E609A072076C}\BIDSExtensionsSetup.dll cannot be found or is incorrect., Error, OK
    21:36:02|   Info| InputResult: OK
    21:36:05|   Info| Are you sure you want to cancel Setup?, Question, Yes|No
    21:36:05|   Info| InputResult: Yes
    21:36:06|   Info| Clean up the BITS downloader.
    21:36:06|   Info| Uninitializing COM.
    21:36:06|   Info| Uninitialized COM.
    21:36:07|   Info| Clean up the BITS downloader.
    21:36:07|   Info| === Setup bootstrap logging ended 02/02/2015 09:36:07 p.m. ===

    The Report Authoring Extensions (any version) don't support VS 2013. Currently the Crm 2015 Report Authoring Extensions support VS 2012 and VS 2010, and the Crm 2013 Report Authoring Extensions supports only VS 2010.
    By the way, the error you posted suggests you're trying to install the Crm 2011 Report Authoring Extensions
    Microsoft CRM MVP - http://mscrmuk.blogspot.com/ http://www.excitation.co.uk

  • The installation of this package failed" error while installing Nov 2013 CU (KB 2889944) for SharePoint 2013

    Hi,
    I'm currently installing Nov CU on my Sharepoint 2013 farm, I have 2 APPS and 2 WFE. I successfully installed the patch in 3 servers however, I got this error "The installation of this package failed” in one of my server.
    Now i cant run the configuration wizard because it of this error.
    Any advise how on to solve this issue? it's giving me headache the whole day already.
    thanks!
    JD

    Hi Trevor,
    Thank you for your reply, I just want to share with you what i found in the msi logs.
    DEBUG: Error 2746:  Transform 9010F70000100015.0.4454.1510 invalid for package C:\Windows\Installer\27476d.msi. Expected product {90150000-10F7-0000-1000-0000000FF1CE}, found product {90150000-104B-0000-1000-0000000FF1CE}.
    MSI (s) (A8:10) [14:34:35:466]: Skipping validation for patch transform #9010F70000100015.0.4454.1510.  Will not apply because previous transform was invalid
    MSI (s) (A8:10) [14:34:35:466]: Looking for patch transform: 9010F70000100015.0.4420.1017
    1: 2746 2: 9010F70000100015.0.4454.1510 3: C:\Windows\Installer\27476d.msi 4: {90150000-10F7-0000-1000-0000000FF1CE} 5: {90150000-104B-0000-1000-0000000FF1CE} 
    DEBUG: Error 2746:  Transform 9010F70000100015.0.4420.1017 invalid for package C:\Windows\Installer\27476d.msi. Expected product {90150000-10F7-0000-1000-0000000FF1CE}, found product {90150000-104B-0000-1000-0000000FF1CE}.
    MSI (s) (A8:10) [14:34:35:466]: Skipping validation for patch transform #9010F70000100015.0.4420.1017.  Will not apply because previous transform was invalid
    MSI (s) (A8:10) [14:34:35:466]: Looking for patch transform: 9010FB0000100015.0.4454.1510
    1: 2746 2: 9010F70000100015.0.4420.1017 3: C:\Windows\Installer\27476d.msi 4: {90150000-10F7-0000-1000-0000000FF1CE} 5: {90150000-104B-0000-1000-0000000FF1CE} 
    DEBUG: Error 2746:  Transform 9010FB0000100015.0.4454.1510 invalid for package C:\Windows\Installer\27476d.msi. Expected product {90150000-10FB-0000-1000-0000000FF1CE}, found product {90150000-104B-0000-1000-0000000FF1CE}.
    MSI (s) (A8:10) [14:34:35:466]: Skipping validation for patch transform #9010FB0000100015.0.4454.1510.  Will not apply because previous transform was invalid
    MSI (s) (A8:10) [14:34:35:466]: Looking for patch transform: 9010FB0000100015.0.4420.1017
    1: 2746 2: 9010FB0000100015.0.4454.1510 3: C:\Windows\Installer\27476d.msi 4: {90150000-10FB-0000-1000-0000000FF1CE} 5: {90150000-104B-0000-1000-0000000FF1CE} 
    DEBUG: Error 2746:  Transform 9010FB0000100015.0.4420.1017 invalid for package C:\Windows\Installer\27476d.msi. Expected product {90150000-10FB-0000-1000-0000000FF1CE}, found product {90150000-104B-0000-1000-0000000FF1CE}.
    MSI (s) (A8:10) [14:34:35:466]: Skipping validation for patch transform #9010FB0000100015.0.4420.1017.  Will not apply because previous transform was invalid
    MSI (s) (A8:10) [14:34:35:466]: Looking for patch transform: 90107F0000100015.0.4454.1510
    1: 2746 2: 9010FB0000100015.0.4420.1017 3: C:\Windows\Installer\27476d.msi 4: {90150000-10FB-0000-1000-0000000FF1CE} 5: {90150000-104B-0000-1000-0000000FF1CE} 
    DEBUG: Error 2746:  Transform 90107F0000100015.0.4454.1510 invalid for package C:\Windows\Installer\27476d.msi. Expected product {90150000-107F-0000-1000-0000000FF1CE}, found product {90150000-104B-0000-1000-0000000FF1CE}.
    MSI (s) (A8:10) [14:34:35:482]: Skipping validation for patch transform #90107F0000100015.0.4454.1510.  Will not apply because previous transform was invalid
    MSI (s) (A8:10) [14:34:35:482]: Looking for patch transform: 90107F0000100015.0.4420.1017
    1: 2746 2: 90107F0000100015.0.4454.1510 3: C:\Windows\Installer\27476d.msi 4: {90150000-107F-0000-1000-0000000FF1CE} 5: {90150000-104B-0000-1000-0000000FF1CE} 
    DEBUG: Error 2746:  Transform 90107F0000100015.0.4420.1017 invalid for package C:\Windows\Installer\27476d.msi. Expected product {90150000-107F-0000-1000-0000000FF1CE}, found product {90150000-104B-0000-1000-0000000FF1CE}.
    MSI (s) (A8:10) [14:34:35:482]: Skipping validation for patch transform #90107F0000100015.0.4420.1017.  Will not apply because previous transform was invalid
    MSI (s) (A8:10) [14:34:35:482]: Looking for patch transform: 90104B0000100015.0.4454.1510
    1: 2746 2: 90107F0000100015.0.4420.1017 3: C:\Windows\Installer\27476d.msi 4: {90150000-107F-0000-1000-0000000FF1CE} 5: {90150000-104B-0000-1000-0000000FF1CE} 
    DEBUG: Error 2749:  Transform 90104B0000100015.0.4454.1510 invalid for package C:\Windows\Installer\27476d.msi. Expected product version == 15.0.4454.1510, found product version 15.0.4420.1017.
    I hope you can help me shed light on this.
    Regards,
    JD

  • Error "Failed To Connect To An Exchange Server In The Current Site" While Running Exchange 2013 Shell

    hi
    I've installed Exchange 2013 on Windows Server 2012 and it reported as successfully installed. I see no issues with Exchange Setup Logs.
    On trying to connect to Exchange Management Shell I receive errors and I am unable to connect.
    New-PSSession : [wes-ex-01.XXxxxxxxxxxx.net] Connecting to remote server wes-ex-01.xxxxxxxxx.net failed
    with the following error message : The WS-Management service does not support the request. For more information, see
    the about_Remote_Troubleshooting Help topic.
    At line:1 char:1
    + New-PSSession -ConnectionURI "$connectionUri" -ConfigurationName Microsoft.Excha ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspace) [New-PSSession], PSRemotin
       gTransportException
    i found this as answer for almost everyone but it didnt work for me
    %SystemDrive%\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe -ir -enable
    i run this command for Microsoft (R) ASP.NET RegIIS version 4.0.30319.17929 and this is what i am reciveing
    Microsoft (R) ASP.NET RegIIS version 4.0.30319.17929
    Administration utility to install and uninstall ASP.NET on the local machine.
    Copyright (C) Microsoft Corporation.  All rights reserved.
    Start installing ASP.NET (4.0.30319.17929) without changing existing web applica
    tions to use this version of ASP.Net.
    This option is not supported on this version of the operating system.  Administr
    ators should instead install/uninstall ASP.NET 4.5 with IIS8 using the "Turn Win
    dows Features On/Off" dialog,  the Server Manager management tool, or the dism.e
    xe command line tool.  For more details please see
    http://go.microsoft.com/fwlin
    k/?LinkID=216771.
    Finished installing ASP.NET (4.0.30319.17929) without changing existing web appl
    ications to use this version of ASP.Net.
    i also run
    C:\Windows\Microsoft.NET\Framework64\v2.0.50727\aspnet_regiis.exe -ir -enable
    but this time i am reciving this :
    Start installing ASP.NET (2.0.50727).
    An error has occurred: 0x80004005 Unspecified error
    any Idea ?
    reza

    Hi
    thanks for your reply
    but it didn't work for me (I mention in my question)
    I am getting this :
    %SystemDrive%\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe -ir -enable
    Microsoft (R) ASP.NET RegIIS version 4.0.30319.17929
    Administration utility to install and uninstall ASP.NET on the local machine.
    Copyright (C) Microsoft Corporation.  All rights reserved.
    Start installing ASP.NET (4.0.30319.17929) without changing existing web applica
    tions to use this version of ASP.Net.
    This option is not supported on this version of the operating system.  Administr
    ators should instead install/uninstall ASP.NET 4.5 with IIS8 using the "Turn Win
    dows Features On/Off" dialog,  the Server Manager management tool, or the dism.e
    xe command line tool.  For more details please see
    http://go.microsoft.com/fwlin
    k/?LinkID=216771.
    Finished installing ASP.NET (4.0.30319.17929) without changing existing web appl
    ications to use this version of ASP.Net.
    I also run
    C:\Windows\Microsoft.NET\Framework64\v2.0.50727\aspnet_regiis.exe -ir -enable
    Start installing ASP.NET (2.0.50727).
    An error has occurred: 0x80004005 Unspecified error
    reza

  • Getting an Error while installing Microsoft Visual Studio 2013

    Hi team
    I am getting an error while installing Microsoft Visual Studio 2013
    PFB error : this version of visual studio requires a computer with a never version of windows
    P.S. I am having Windows  7 64 bit processor , van you please advise  ASAP

    Hi Kanchan Gandhi,
    A similar issue is addressed here, hope it’s helpful.
    http://social.msdn.microsoft.com/Forums/vstudio/en-US/127869c4-7e00-450d-b7fc-1b3cd11ebf07/this-version-of-visual-studio-requires-a-computer-with-a-newer-version-of-windows?forum=vssetup
    This is system requirement of Visual Studio 2013:
    http://www.visualstudio.com/products/visual-studio-2013-compatibility-vs
    If there is anything I can do for you regarding this issue, feel free to post back.
    Best regards,
    Greta Ge
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Installation error while installing KB2956166 march cumulative updates for sharpeoint server 2013

    I am getting error while installing KB2956166 march cumulative updates for sharpeoint server 2013 on windows server 2012 R2.
    i have already installed KB2956159 CU.
    can you guide me what is best way to install it?
    Thanks,
    Deepak

    Hi,
    KB 2956159 - SharePoint Foundation 2013 March 2015 CU
    KB 2956166 - SharePoint Server 2013 March 2015 CU
    http://blogs.technet.com/b/stefan_gossner/archive/2015/03/10/march-2015-cu-for-sharepoint-2013-has-been-released.aspx
    If you are using SharePoint server 2013, you need to install updates package for Server, i.e. KB 2956166.
    Here is a similar issue:
    http://sharepoint.stackexchange.com/questions/104495/undo-wrong-installation-of-sharepoint-2013-service-pack
    If it doesn't help, you might refer to this article:
    http://blogs.msdn.com/b/george_bethanis/archive/2014/08/28/sharepoint-server-2013-can-you-uninstall-patches.aspx
    Regards,
    Rebecca Tu
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Installation Error Installing Exchange 2013 CU3 on Server 2012

    Hello,
    When Installing Exchange 2013 on server 2012 I get the following error during Step 1 of 8 of Transport Service. I have installed and unistalled Exchange a few times, restarted the machine manually and removed exchange from AD, etc. to no avail.
    Any suggestions will be very much appreciated.
    Thank You.
    VK
    Error:
    The following error was generated when "$error.Clear();
              install-MsiPackage `
              -PackagePath ($RoleInstallPath + "TransportRoles\agents\Hygiene\ASDat.MSI") `
              -LogFile ($RoleSetupLoggingPath + "\InstallASDat.msilog") `
              -PropertyValues ("ALLUSERS=1") `
              -UpdatesDir $RoleUpdatesDir
            " was run: "Installing product C:\Program Files\Microsoft\Exchange Server\V15\TransportRoles\agents\Hygiene\ASDat.MSI failed. This action is only valid for products that are currently installed. Error
    code is 1605.".

    Martina,
    Thank you for your response. KB says that Machinepolicy and Userpolicy are to be set to Undefined and that is what I have.
    Windows PowerShell
    Copyright (C) 2013 Microsoft Corporation. All rights reserved.
    PS C:\Users\Administrator> get-executionpolicy –list
    Scope                                            
    ExecutionPolicy
    MachinePolicy                                                  
    Undefined
    UserPolicy                                                  
    Undefined
    Process                                                  
    Undefined
    CurrentUser                                                  
    Undefined
    LocalMachine                                               
    RemoteSigned
    VK

  • Installing Exchange 2013 errors

    Problems installing Exchange 2013 on a new Server 2012 r2.   Existing Exchange is 2007 on a SBS 2008r2. 
    Error:
    The following error was generated when "$error.Clear();
                if ($RoleIsDatacenter -ne $true -and $RoleIsDatacenterDedicated -ne $true)
                if (Test-ExchangeServersWriteAccess -DomainController $RoleDomainController -ErrorAction SilentlyContinue)
                $sysMbx = $null;
                $name = "SystemMailbox{bb558c35-97f1-4cb9-8ff7-d53741dc928c}";
                $dispName = "Microsoft Exchange";
                Write-ExchangeSetupLog -Info ("Retrieving mailboxes with Name=$name.");
                $mbxs = @(Get-Mailbox -Arbitration -Filter {name -eq $name} -IgnoreDefaultScope -ResultSize 1 );
                if ($mbxs.Length -eq 0)
                Write-ExchangeSetupLog -Info ("Retrieving mailbox databases on Server=$RoleFqdnOrName.");
                $dbs = @(Get-MailboxDatabase -Server:$RoleFqdnOrName -DomainController $RoleDomainController);
                if ($dbs.Length -ne 0)
                Write-ExchangeSetupLog -Info ("Retrieving users with Name=$name.");
                $arbUsers = @(Get-User -Filter {name -eq $name} -IgnoreDefaultScope -ResultSize 1);
                if ($arbUsers.Length -ne 0)
                Write-ExchangeSetupLog -Info ("Enabling mailbox $name.");
                $sysMbx = Enable-Mailbox -Arbitration -Identity $arbUsers[0] -DisplayName $dispName -database $dbs[0].Identity;
                else
                if ($mbxs[0].DisplayName -ne $dispName )
                Write-ExchangeSetupLog -Info ("Setting DisplayName=$dispName.");
                Set-Mailbox -Arbitration -Identity $mbxs[0] -DisplayName $dispName -Force;
                $sysMbx = $mbxs[0];
                # Set the Organization Capabilities needed for this mailbox
                if ($sysMbx -ne $null)
                # We need 1 GB for uploading large OAB files to the organization mailbox
                Write-ExchangeSetupLog -Info ("Setting mailbox properties.");
                    set-mailbox -Arbitration -identity $sysMbx -UMGrammar:$true -OABGen:$true -GMGen:$true -ClientExtensions:$true -MailRouting:$true -MessageTracking:$true -PstProvider:$true
    -MaxSendSize 1GB -Force;
                else
                Write-ExchangeSetupLog -Info ("Cannot find arbitration mailbox with name=$name.");
                else
                Write-ExchangeSetupLog -Info "Skipping creating E15 System Mailbox because of insufficient permission."
            " was run: "Database is mandatory on UserMailbox.".
    Error:
    The following error was generated when "$error.Clear();
                if ($RoleIsDatacenter -ne $true -and $RoleIsDatacenterDedicated -ne $true)
                if (Test-ExchangeServersWriteAccess -DomainController $RoleDomainController -ErrorAction SilentlyContinue)
                $sysMbx = $null;
                $name = "SystemMailbox{bb558c35-97f1-4cb9-8ff7-d53741dc928c}";
                $dispName = "Microsoft Exchange";
                Write-ExchangeSetupLog -Info ("Retrieving mailboxes with Name=$name.");
                $mbxs = @(Get-Mailbox -Arbitration -Filter {name -eq $name} -IgnoreDefaultScope -ResultSize 1 );
                if ($mbxs.Length -eq 0)
                Write-ExchangeSetupLog -Info ("Retrieving mailbox databases on Server=$RoleFqdnOrName.");
                $dbs = @(Get-MailboxDatabase -Server:$RoleFqdnOrName -DomainController $RoleDomainController);
                if ($dbs.Length -ne 0)
                Write-ExchangeSetupLog -Info ("Retrieving users with Name=$name.");
                $arbUsers = @(Get-User -Filter {name -eq $name} -IgnoreDefaultScope -ResultSize 1);
                if ($arbUsers.Length -ne 0)
                Write-ExchangeSetupLog -Info ("Enabling mailbox $name.");
                $sysMbx = Enable-Mailbox -Arbitration -Identity $arbUsers[0] -DisplayName $dispName -database $dbs[0].Identity;
                else
                if ($mbxs[0].DisplayName -ne $dispName )
                Write-ExchangeSetupLog -Info ("Setting DisplayName=$dispName.");
                Set-Mailbox -Arbitration -Identity $mbxs[0] -DisplayName $dispName -Force;
                $sysMbx = $mbxs[0];
                # Set the Organization Capabilities needed for this mailbox
                if ($sysMbx -ne $null)
                # We need 1 GB for uploading large OAB files to the organization mailbox
                Write-ExchangeSetupLog -Info ("Setting mailbox properties.");
                    set-mailbox -Arbitration -identity $sysMbx -UMGrammar:$true -OABGen:$true -GMGen:$true -ClientExtensions:$true -MailRouting:$true -MessageTracking:$true -PstProvider:$true
    -MaxSendSize 1GB -Force;
                else
                Write-ExchangeSetupLog -Info ("Cannot find arbitration mailbox with name=$name.");
                else
                Write-ExchangeSetupLog -Info "Skipping creating E15 System Mailbox because of insufficient permission."
            " was run: "Database is mandatory on UserMailbox.".

    Hi
    Remove thinking of SBS server because this part might scare you . It is just the same process of migrating it from Exchange 2007 to Exchange 2013 . You just need both the server operating smoothly until this migration is complete.
    First Make sure you're running Rollup 10 of SP3 for Exchange 2007 and that you have atleast Exchange 2013 CU1  else the installation won't proceed further.
    You need to have a seperate box for installing Exchange 2013.
    I would recommend you to follow this artilcle which has clear cut information
    http://technet.microsoft.com/en-us/library/jj898582(v=exchg.150).aspx
    http://technet.microsoft.com/en-us/library/jj898581(v=exchg.150).aspx
    Please let us know if you have already tried the above things. You can paste any errors generated in the app and sys logs in the installation server.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as
    Answer” if a marked post does not actually answer your question. This can be beneficial to other
    community members reading the thread.
    Regards
    Sathish

  • Error while Installing Sharepoint Server 2013

    Hi, I would like to ask on how to resolve this issue while Installing Sharepoint 2013?
    "One or more required Office components failed to complete successfully. For more information, consult the setup log file".
    Thanks in Advance :)

    First follow the steps mentioned here, its given for SP2010 but applies for SP2013 also
    http://davidlimsharepoint.blogspot.in/2010/08/microsoft-sharepoint-server-2010.html
    Then if you are trying to install in a single server with local account follow steps motioned below
    http://social.technet.microsoft.com/wiki/contents/articles/5520.sharepoint-2010-how-to-install-with-a-local-account.aspx

  • Can't install Exchange 2013 after previous uninstall (insufficient user privileges with the same user)

    I have installed Exchange 2013 on Windows Server 2012, which ist a member of a Windows Server 2012 R2 Domain. All prerequisites and AD modifications were successfully  completed and I could install Exchange 2013. Unfortunately I made a mistake with
    the target directory and had to uninstal Exchange 2013. If I start the Setup again, it fails in prerequisite check - the current user should not be a member of Enterprise and Schema admin Group, but it's the same user, which comleted the previous Installation
    of Exchange 2013! Do you have any idea how to solve this Problem - I'm running out of ideas.

    Inhave tried to run setup /PrepareSchema again and get the following error in exchange setup log:
    [03.07.2014 19:25:53.0305] [0] Setup encountered a problem while validating the state of Active Directory: Couldn't find the Enterprise Organization container.
    [03.07.2014 19:25:53.0337] [0] Validating options for the 0 requested roles
    [03.07.2014 19:25:53.0383] [0] [ERROR] Setup encountered a problem while validating the state of Active Directory: Couldn't find the Enterprise Organization container.
    [03.07.2014 19:25:53.0399] [0] The Exchange Server setup operation didn't complete.  More details can be found in ExchangeSetup.log located in the <SystemDrive>:\ExchangeSetupLogs folder.
    After removing all Exchange Parts by ADUC (advanced View) and ADSI Edit (Services) I'm able to install Exchnge 2013 again - the uninstall procedure seems not to work in a clean manner.

  • Error while installing the named instance SQL 2012 Sp1

    Hi,
    I am getting below error while installing the named instance with features Data base engine. on same server box 2 named instance already installed and working...please suggest. i have done a lot of troubleshooting..(configure local system for Db engines
    during installation, tried to install after another domain ID., repair and uninstalled existing and retried.) .. please s if i need to do anything else to resolve the issue.. installation account is domain admin account...
    Can i rename the installation domain account profile from sql server that used for 2 named instance and for 3 rd named instance i am trying... is any impact after profile rename from the local sql server on any instance already configured...
    Shailendra Dev

    thanks alberto.
    here is 
    2015-03-24 19:48:49.42 Server      Microsoft SQL Server 2012 (SP1) - 11.0.3000.0 (X64) 
    Oct 19 2012 13:38:57 
    Copyright (c) Microsoft Corporation
    Standard Edition (64-bit) on Windows NT 6.2 <X64> (Build 9200: ) (Hypervisor)
    2015-03-24 19:48:49.42 Server      (c) Microsoft Corporation.
    2015-03-24 19:48:49.42 Server      All rights reserved.
    2015-03-24 19:48:49.42 Server      Server process ID is 3460.
    2015-03-24 19:48:49.42 Server      System Manufacturer: 'Xen', System Model: 'HVM domU'.
    2015-03-24 19:48:49.42 Server      Authentication mode is WINDOWS-ONLY.
    2015-03-24 19:48:49.42 Server      Logging SQL Server messages in file 'D:\Program Files\Microsoft SQL Server\MSSQL11.SCSMDB\MSSQL\Log\ERRORLOG'.
    2015-03-24 19:48:49.42 Server      The service account is 'AIRWORKS\scadmin'. This is an informational message; no user action is required.
    2015-03-24 19:48:49.42 Server      Registry startup parameters: 
    -d D:\Program Files\Microsoft SQL Server\MSSQL11.SCSMDB\MSSQL\DATA\master.mdf
    -e D:\Program Files\Microsoft SQL Server\MSSQL11.SCSMDB\MSSQL\Log\ERRORLOG
    -l D:\Program Files\Microsoft SQL Server\MSSQL11.SCSMDB\MSSQL\DATA\mastlog.ldf
    2015-03-24 19:48:49.42 Server      Command Line Startup Parameters:
    -s "SCSMDB"
    -m "SqlSetup"
    -T 4022
    -T 4010
    -T 1905
    -T 3701
    -T 8015
    2015-03-24 19:48:49.69 Server      SQL Server detected 1 sockets with 1 cores per socket and 2 logical processors per socket, 2 total logical processors; using 2 logical processors based on SQL Server licensing. This is an informational message;
    no user action is required.
    2015-03-24 19:48:49.69 Server      SQL Server is starting at normal priority base (=7). This is an informational message only. No user action is required.
    2015-03-24 19:48:49.69 Server      Detected 15624 MB of RAM. This is an informational message; no user action is required.
    2015-03-24 19:48:49.69 Server      Using conventional memory in the memory manager.
    2015-03-24 19:48:49.98 Server      Perfmon counters for resource governor pools and groups failed to initialize and are disabled.
    2015-03-24 19:48:50.01 Server      This instance of SQL Server last reported using a process ID of 5124 at 3/24/2015 7:48:48 PM (local) 3/24/2015 2:18:48 PM (UTC). This is an informational message only; no user action is required.
    2015-03-24 19:48:50.03 Server      Node configuration: node 0: CPU mask: 0x0000000000000003:0 Active CPU mask: 0x0000000000000003:0. This message provides a description of the NUMA configuration for this computer. This is an informational message
    only. No user action is required.
    2015-03-24 19:48:50.07 Server      Using dynamic lock allocation.  Initial allocation of 2500 Lock blocks and 5000 Lock Owner blocks per node.  This is an informational message only.  No user action is required.
    2015-03-24 19:48:50.30 Server      Database Mirroring Transport is disabled in the endpoint configuration.
    2015-03-24 19:48:50.58 spid5s      Warning ******************
    2015-03-24 19:48:50.65 spid5s      SQL Server started in single-user mode. This an informational message only. No user action is required.
    2015-03-24 19:48:50.66 spid5s      Starting up database 'master'.
    2015-03-24 19:48:50.90 spid5s      9 transactions rolled forward in database 'master' (1:0). This is an informational message only. No user action is required.
    2015-03-24 19:48:51.04 Server      CLR version v4.0.30319 loaded.
    2015-03-24 19:48:51.17 spid5s      0 transactions rolled back in database 'master' (1:0). This is an informational message only. No user action is required.
    2015-03-24 19:48:51.17 spid5s      Recovery is writing a checkpoint in database 'master' (1). This is an informational message only. No user action is required.
    2015-03-24 19:48:51.39 Server      Software Usage Metrics is enabled.
    2015-03-24 19:48:51.81 spid5s      SQL Server Audit is starting the audits. This is an informational message. No user action is required.
    2015-03-24 19:48:51.83 Server      Common language runtime (CLR) functionality initialized using CLR version v4.0.30319 from C:\Windows\Microsoft.NET\Framework64\v4.0.30319\.
    2015-03-24 19:48:51.86 spid5s      SQL Server Audit has started the audits. This is an informational message. No user action is required.
    2015-03-24 19:48:52.02 spid5s      SQL Trace ID 1 was started by login "sa".
    2015-03-24 19:48:52.16 spid5s      Server name is 'AWISCDB\SCSMDB'. This is an informational message only. No user action is required.
    2015-03-24 19:48:52.35 spid12s     The certificate [Cert Hash(sha1) "151C8B90A9A8AF12F5EFAE3439F691E2C01A7355"] was successfully loaded for encryption.
    2015-03-24 19:48:52.35 spid12s     Server local connection provider is ready to accept connection on [ \\.\pipe\SQLLocal\SCSMDB ].
    2015-03-24 19:48:52.40 spid12s     Dedicated administrator connection support was not started because it is disabled on this edition of SQL Server. If you want to use a dedicated administrator connection, restart SQL Server using the trace flag 7806.
    This is an informational message only. No user action is required.
    2015-03-24 19:48:52.43 Server      The SQL Server Network Interface library could not register the Service Principal Name (SPN) for the SQL Server service. Windows return code: 0x490, state: 16. Failure to register a SPN might cause integrated
    authentication to use NTLM instead of Kerberos. This is an informational message. Further action is only required if Kerberos authentication is required by authentication policies and if the SPN has not been manually registered.
    2015-03-24 19:48:52.45 Server      SQL Server is attempting to register a Service Principal Name (SPN) for the SQL Server service. Kerberos authentication will not be possible until a SPN is registered for the SQL Server service. This is an informational
    message. No user action is required.
    2015-03-24 19:48:54.03 Server      The SQL Server Network Interface library successfully registered the Service Principal Name (SPN) [ MSSQLSvc/AWISCDB.AIRWORKS.IN:SCSMDB ] for the SQL Server service. 
    2015-03-24 19:48:54.03 spid14s     A new instance of the full-text filter daemon host process has been successfully started.
    2015-03-24 19:48:54.86 spid6s      Starting up database 'mssqlsystemresource'.
    2015-03-24 19:48:54.86 spid5s      Starting up database 'msdb'.
    2015-03-24 19:48:54.87 spid6s      The resource database build version is 11.00.3000. This is an informational message only. No user action is required.
    2015-03-24 19:48:55.21 spid5s      12 transactions rolled forward in database 'msdb' (4:0). This is an informational message only. No user action is required.
    2015-03-24 19:48:55.32 spid5s      0 transactions rolled back in database 'msdb' (4:0). This is an informational message only. No user action is required.
    2015-03-24 19:48:55.32 spid6s      Starting up database 'model'.
    2015-03-24 19:48:55.32 spid5s      Recovery is writing a checkpoint in database 'msdb' (4). This is an informational message only. No user action is required.
    2015-03-24 19:48:55.72 spid6s      Clearing tempdb database.
    2015-03-24 19:48:57.22 spid6s      Starting up database 'tempdb'.
    2015-03-24 19:48:59.04 spid5s      Database 'master' is upgrading script 'msdb110_upgrade.sql' from level 184551476 to level 184552376.
    2015-03-24 19:48:59.04 spid5s      ----------------------------------
    2015-03-24 19:48:59.04 spid5s      Starting execution of PRE_MSDB.SQL
    2015-03-24 19:48:59.04 spid5s      ----------------------------------
    2015-03-24 19:49:00.23 spid5s      Setting database option COMPATIBILITY_LEVEL to 100 for database 'msdb'.
    2015-03-24 19:49:00.57 spid5s      -----------------------------------------
    2015-03-24 19:49:00.57 spid5s      Starting execution of PRE_SQLAGENT100.SQL
    2015-03-24 19:49:00.57 spid5s      -----------------------------------------
    2015-03-24 19:49:00.61 spid5s      Setting database option COMPATIBILITY_LEVEL to 110 for database 'msdb'.
    2015-03-24 19:49:00.73 spid5s      Configuration option 'allow updates' changed from 1 to 1. Run the RECONFIGURE statement to install.
    2015-03-24 19:49:00.73 spid5s      Configuration option 'allow updates' changed from 1 to 1. Run the RECONFIGURE statement to install.
    2015-03-24 19:49:01.78 spid5s      Attempting to load library 'xpstar.dll' into memory. This is an informational message only. No user action is required.
    2015-03-24 19:49:01.79 spid5s      Using 'xpstar.dll' version '2011.110.3000' to execute extended stored procedure 'xp_instance_regread'. This is an informational message only; no user action is required.
    2015-03-24 19:49:01.80 spid5s      DBCC TRACEOFF 1717, server process ID (SPID) 5. This is an informational message only; no user action is required.
    2015-03-24 19:49:01.80 spid5s      DBCC execution completed. If DBCC printed error messages, contact your system administrator.
    2015-03-24 19:49:01.81 spid5s       
    2015-03-24 19:49:01.81 spid5s      Creating table temp_sysjobschedules
    2015-03-24 19:49:01.91 spid5s       
    2015-03-24 19:49:01.91 spid5s      Alter table sysdownloadlist...
    2015-03-24 19:49:01.92 spid5s       
    2015-03-24 19:49:01.92 spid5s      Alter table sysjobhistory...
    2015-03-24 19:49:01.92 spid5s       
    2015-03-24 19:49:01.92 spid5s      Alter table systargetservers...
    2015-03-24 19:49:01.92 spid5s       
    2015-03-24 19:49:01.92 spid5s      Alter table sysjobsteps...
    2015-03-24 19:49:01.99 spid5s      Configuration option 'allow updates' changed from 1 to 0. Run the RECONFIGURE statement to install.
    2015-03-24 19:49:01.99 spid5s      Configuration option 'allow updates' changed from 1 to 0. Run the RECONFIGURE statement to install.
    2015-03-24 19:49:01.99 spid5s       
    2015-03-24 19:49:01.99 spid5s      -----------------------------------------
    2015-03-24 19:49:01.99 spid5s      Execution of PRE_SQLAGENT100.SQL complete
    2015-03-24 19:49:01.99 spid5s      -----------------------------------------
    2015-03-24 19:49:02.01 spid5s      DMF pre-upgrade steps...
    2015-03-24 19:49:02.13 spid5s      DC pre-upgrade steps...
    2015-03-24 19:49:02.13 spid5s      Check if Data collector config table exists...
    2015-03-24 19:49:02.13 spid5s      Data Collector state before upgrade: 0
    2015-03-24 19:49:02.13 spid5s      pre_dc100::Check if syscollector_collection_sets_internal table exists...
    2015-03-24 19:49:02.13 spid5s      pre_dc100::Capturing Collection set status in temp table...
    2015-03-24 19:49:02.19 spid5s      Deleting cached auto-generated T-SQL Data Collection packages from msdb...
    2015-03-24 19:49:02.19 spid5s      End of DC pre-upgrade steps.
    2015-03-24 19:49:02.19 spid5s      DAC pre-upgrade steps...
    2015-03-24 19:49:02.19 spid5s      Starting DAC pre-upgrade steps ...
    2015-03-24 19:49:02.19 spid5s      End of DAC pre-upgrade steps.
    2015-03-24 19:49:02.19 spid5s      ----------------------------------
    2015-03-24 19:49:02.19 spid5s      Starting execution of MSDB.SQL
    2015-03-24 19:49:02.19 spid5s      ----------------------------------
    2015-03-24 19:49:02.23 spid5s      Configuration option 'allow updates' changed from 0 to 1. Run the RECONFIGURE statement to install.
    2015-03-24 19:49:02.23 spid5s      Configuration option 'allow updates' changed from 0 to 1. Run the RECONFIGURE statement to install.
    2015-03-24 19:49:02.27 spid5s      Checking the size of MSDB...
    2015-03-24 19:49:02.53 spid5s       
    2015-03-24 19:49:02.53 spid5s      Setting database option TRUSTWORTHY to ON for database 'msdb'.
    2015-03-24 19:49:02.53 spid5s      Setting database option RECOVERY to SIMPLE for database 'msdb'.
    2015-03-24 19:49:02.64 spid5s      ----------------------------------
    2015-03-24 19:49:02.64 spid5s      Finished execution of MSDB.SQL
    2015-03-24 19:49:02.64 spid5s      ----------------------------------
    2015-03-24 19:49:02.64 spid5s      -----------------------------------------
    2015-03-24 19:49:02.64 spid5s      Starting execution of MSDB_VERSIONING.SQL
    2015-03-24 19:49:02.64 spid5s      -----------------------------------------
    2015-03-24 19:49:02.64 spid5s      -----------------------------------------
    2015-03-24 19:49:02.64 spid5s      Finished execution of MSDB_VERSIONING.SQL
    2015-03-24 19:49:02.64 spid5s      -----------------------------------------
    2015-03-24 19:49:02.64 spid5s      Dropping view MSdatatype_mappings...
    2015-03-24 19:49:02.65 spid5s      Dropping view sysdatatypemappings...
    2015-03-24 19:49:02.65 spid5s      Dropping table MSdbms_datatype_mapping...
    2015-03-24 19:49:02.66 spid5s      Dropping table MSdbms_map...
    2015-03-24 19:49:02.67 spid5s      Dropping table MSdbms_datatype...
    2015-03-24 19:49:02.67 spid5s      Dropping table MSdbms...
    2015-03-24 19:49:02.73 spid5s      Creating table MSdbms
    2015-03-24 19:49:02.75 spid5s      Creating table MSdbms_datatype
    2015-03-24 19:49:03.01 spid5s      Creating table MSdbms_map
    2015-03-24 19:49:03.02 spid5s      Creating table MSdbms_datatype_mapping
    2015-03-24 19:49:03.03 spid5s      Definining default datatype mappings
    2015-03-24 19:49:03.04 spid5s      Creating datatype mappings for MSSQLSERVER to ORACLE8
    2015-03-24 19:49:03.21 spid5s      Creating datatype mappings for MSSQLSERVER to ORACLE9
    2015-03-24 19:49:03.29 spid5s      Creating datatype mappings for MSSQLSERVER to ORACLE10
    2015-03-24 19:49:03.37 spid5s      Creating datatype mappings for MSSQLSERVER to ORACLE11
    2015-03-24 19:49:03.46 spid5s      Creating datatype mappings for MSSQLSERVER to DB2
    2015-03-24 19:49:03.54 spid5s      Creating datatype mappings for MSSQLSERVER to SYBASE
    2015-03-24 19:49:03.62 spid5s      Creating datatype mappings for ORACLE8 to MSSQLSERVER
    2015-03-24 19:49:03.71 spid5s      Creating datatype mappings for ORACLE9 to MSSQLSERVER
    2015-03-24 19:49:03.83 spid5s      Creating datatype mappings for ORACLE10 to MSSQLServer
    2015-03-24 19:49:03.95 spid5s      Creating datatype mappings for ORACLE11 to MSSQLServer
    2015-03-24 19:49:04.08 spid5s      Creating view MSdatatype_mappings
    2015-03-24 19:49:04.08 spid5s      Creating view sysdatatypemappings
    2015-03-24 19:49:05.08 spid5s       
    2015-03-24 19:49:05.08 spid5s      Creating table syssubsystems...
    2015-03-24 19:49:05.09 spid5s       
    2015-03-24 19:49:05.09 spid5s      Creating view sysproxyloginsubsystem_view...
    2015-03-24 19:49:05.11 spid5s       
    2015-03-24 19:49:05.11 spid5s      Creating trigger trig_sysoriginatingservers_delete...
    2015-03-24 19:49:05.11 spid5s       
    2015-03-24 19:49:05.11 spid5s      Creating view sysoriginatingservers_view...
    2015-03-24 19:49:05.12 spid5s       
    2015-03-24 19:49:05.12 spid5s      Creating trigger trig_sysjobs_insert_update...
    2015-03-24 19:49:05.13 spid5s       
    2015-03-24 19:49:05.13 spid5s      Creating view sysjobs_view...
    2015-03-24 19:49:05.15 spid5s       
    2015-03-24 19:49:05.15 spid5s      Creating trigger trig_sysschedules_insert_update...
    2015-03-24 19:49:05.16 spid5s       
    2015-03-24 19:49:05.16 spid5s      Creating view sysschedules_localserver_view...
    2015-03-24 19:49:05.21 spid5s       
    2015-03-24 19:49:05.21 spid5s      Creating view systargetservers_view...
    2015-03-24 19:49:05.23 spid5s       
    2015-03-24 19:49:05.23 spid5s      Creating view sysalerts_performance_counters_view...
    2015-03-24 19:49:05.25 spid5s       
    2015-03-24 19:49:05.25 spid5s      Creating function SQLAGENT_SUSER_SNAME ...
    2015-03-24 19:49:05.25 spid5s       
    2015-03-24 19:49:05.25 spid5s      Creating function SQLAGENT_SUSER_SID ...
    2015-03-24 19:49:05.26 spid5s       
    2015-03-24 19:49:05.26 spid5s      Creating procedure SP_SQLAGENT_IS_SRVROLEMEMBER...
    2015-03-24 19:49:05.27 spid5s       
    2015-03-24 19:49:05.27 spid5s      Creating procedure sp_verify_category_identifiers...
    2015-03-24 19:49:05.27 spid5s       
    2015-03-24 19:49:05.27 spid5s      Creating function agent_datetime...
    2015-03-24 19:49:05.27 spid5s       
    2015-03-24 19:49:05.27 spid5s      Creating procedure sp_verify_proxy_identifiers...
    2015-03-24 19:49:05.28 spid5s       
    2015-03-24 19:49:05.28 spid5s      Creating procedure sp_verify_credential_identifiers...
    2015-03-24 19:49:05.29 spid5s       
    2015-03-24 19:49:05.29 spid5s      Creating procedure sp_verify_subsystems...
    2015-03-24 19:49:05.30 spid5s       
    2015-03-24 19:49:05.30 spid5s      Creating procedure sp_verify_subsystem_identifiers...
    2015-03-24 19:49:05.30 spid5s       
    2015-03-24 19:49:05.30 spid5s      Creating procedure sp_verify_login_identifiers...
    2015-03-24 19:49:05.31 spid5s       
    2015-03-24 19:49:05.31 spid5s      Creating procedure sp_verify_proxy...
    2015-03-24 19:49:05.31 spid5s       
    2015-03-24 19:49:05.31 spid5s      Creating procedure sp_add_proxy...
    2015-03-24 19:49:05.32 spid5s       
    2015-03-24 19:49:05.32 spid5s      Creating procedure sp_delete_proxy...
    2015-03-24 19:49:05.32 spid5s       
    2015-03-24 19:49:05.32 spid5s      Creating procedure sp_update_proxy...
    2015-03-24 19:49:05.33 spid5s       
    2015-03-24 19:49:05.33 spid5s      Creating procedure sp_sqlagent_is_member...
    2015-03-24 19:49:05.33 spid5s       
    2015-03-24 19:49:05.33 spid5s      Creating procedure sp_verify_proxy_permissions...
    2015-03-24 19:49:05.34 spid5s       
    2015-03-24 19:49:05.34 spid5s      Creating procedure sp_help_proxy...
    2015-03-24 19:49:05.35 spid5s       
    2015-03-24 19:49:05.35 spid5s      Creating procedure sp_get_proxy_properties...
    2015-03-24 19:49:05.36 spid5s       
    2015-03-24 19:49:05.36 spid5s      Creating procedure sp_grant_proxy_to_subsystem...
    2015-03-24 19:49:05.36 spid5s       
    2015-03-24 19:49:05.36 spid5s      Creating procedure sp_grant_login_to_proxy...
    2015-03-24 19:49:05.37 spid5s       
    2015-03-24 19:49:05.37 spid5s      Creating procedure sp_revoke_login_from_proxy...
    2015-03-24 19:49:05.37 spid5s       
    2015-03-24 19:49:05.37 spid5s      Creating procedure sp_revoke_proxy_from_subsystem...
    2015-03-24 19:49:05.38 spid5s       
    2015-03-24 19:49:05.38 spid5s      Creating procedure sp_enum_proxy_for_subsystem...
    2015-03-24 19:49:05.38 spid5s       
    2015-03-24 19:49:05.38 spid5s      Creating procedure sp_enum_login_for_proxy...
    2015-03-24 19:49:05.39 spid5s       
    2015-03-24 19:49:05.39 spid5s      Creating procedure sp_reassign_proxy...
    2015-03-24 19:49:05.40 spid5s       
    2015-03-24 19:49:05.40 spid5s      Creating procedure sp_sqlagent_get_startup_info...
    2015-03-24 19:49:05.41 spid5s       
    2015-03-24 19:49:05.41 spid5s      Creating procedure sp_sqlagent_update_agent_xps...
    2015-03-24 19:49:05.42 spid5s       
    2015-03-24 19:49:05.42 spid5s      Creating procedure sp_sqlagent_has_server_access...
    2015-03-24 19:49:05.45 spid5s       
    2015-03-24 19:49:05.45 spid5s      Creating procedure sp_sqlagent_get_perf_counters...
    2015-03-24 19:49:05.46 spid5s       
    2015-03-24 19:49:05.46 spid5s      Creating procedure sp_sqlagent_notify...
    2015-03-24 19:49:05.47 spid5s       
    2015-03-24 19:49:05.47 spid5s      Creating procedure sp_is_sqlagent_starting...
    2015-03-24 19:49:05.47 spid5s       
    2015-03-24 19:49:05.47 spid5s      Creating procedure sp_verify_job_identifiers...
    2015-03-24 19:49:05.48 spid5s       
    2015-03-24 19:49:05.48 spid5s      Creating procedure sp_verify_schedule_identifiers...
    2015-03-24 19:49:05.49 spid5s       
    2015-03-24 19:49:05.49 spid5s      Creating procedure sp_verify_jobproc_caller...
    2015-03-24 19:49:05.50 spid5s       
    2015-03-24 19:49:05.50 spid5s      Creating procedure sp_downloaded_row_limiter...
    2015-03-24 19:49:05.51 spid5s       
    2015-03-24 19:49:05.51 spid5s      Creating procedure sp_post_msx_operation...
    2015-03-24 19:49:05.54 spid5s       
    2015-03-24 19:49:05.54 spid5s      Creating procedure sp_verify_performance_condition...
    2015-03-24 19:49:05.58 spid5s       
    2015-03-24 19:49:05.58 spid5s      Creating procedure sp_verify_job_date...
    2015-03-24 19:49:05.59 spid5s       
    2015-03-24 19:49:05.59 spid5s      Creating procedure sp_verify_job_time...
    2015-03-24 19:49:05.61 spid5s       
    2015-03-24 19:49:05.61 spid5s      Creating procedure sp_verify_alert...
    2015-03-24 19:49:05.62 spid5s       
    2015-03-24 19:49:05.62 spid5s      Creating procedure sp_update_alert...
    2015-03-24 19:49:05.63 spid5s       
    2015-03-24 19:49:05.63 spid5s      Creating procedure sp_delete_job_references...
    2015-03-24 19:49:05.65 spid5s       
    2015-03-24 19:49:05.65 spid5s      Creating procedure sp_delete_all_msx_jobs...
    2015-03-24 19:49:05.66 spid5s       
    2015-03-24 19:49:05.66 spid5s      Creating procedure sp_generate_target_server_job_assignment_sql...
    2015-03-24 19:49:05.66 spid5s       
    2015-03-24 19:49:05.66 spid5s      Creating procedure sp_generate_server_description...
    2015-03-24 19:49:05.67 spid5s       
    2015-03-24 19:49:05.67 spid5s      Creating procedure sp_msx_set_account...
    2015-03-24 19:49:05.68 spid5s       
    2015-03-24 19:49:05.68 spid5s      Creating procedure sp_msx_get_account...
    2015-03-24 19:49:05.69 spid5s       
    2015-03-24 19:49:05.69 spid5s      Creating procedure sp_delete_operator...
    2015-03-24 19:49:05.70 spid5s       
    2015-03-24 19:49:05.70 spid5s      Creating procedure sp_msx_defect...
    2015-03-24 19:49:05.71 spid5s       
    2015-03-24 19:49:05.71 spid5s      Creating procedure sp_msx_enlist...
    2015-03-24 19:49:05.72 spid5s       
    2015-03-24 19:49:05.72 spid5s      Creating procedure sp_delete_targetserver...
    2015-03-24 19:49:05.73 spid5s       
    2015-03-24 19:49:05.73 spid5s      Creating procedure sp_enlist_tsx
    2015-03-24 19:49:05.74 spid5s       
    2015-03-24 19:49:05.74 spid5s      Creating procedure sp_get_sqlagent_properties...
    2015-03-24 19:49:05.76 spid5s       
    2015-03-24 19:49:05.76 spid5s      Create procedure sp_set_sqlagent_properties...
    2015-03-24 19:49:05.76 spid5s       
    2015-03-24 19:49:05.76 spid5s      Creating procedure sp_add_targetservergroup...
    2015-03-24 19:49:05.77 spid5s       
    2015-03-24 19:49:05.77 spid5s      Creating procedure sp_update_targetservergroup...
    2015-03-24 19:49:05.78 spid5s       
    2015-03-24 19:49:05.78 spid5s      Creating procedure sp_delete_targetservergroup...
    2015-03-24 19:49:05.78 spid5s       
    2015-03-24 19:49:05.78 spid5s      Creating procedure sp_help_targetservergroup...
    2015-03-24 19:49:05.79 spid5s       
    2015-03-24 19:49:05.79 spid5s      Creating procedure sp_add_targetsvgrp_member...
    2015-03-24 19:49:05.80 spid5s       
    2015-03-24 19:49:05.80 spid5s      Creating procedure sp_delete_targetsvrgrp_member...
    2015-03-24 19:49:05.81 spid5s       
    2015-03-24 19:49:05.81 spid5s      Creating procedure sp_verify_category...
    2015-03-24 19:49:05.81 spid5s       
    2015-03-24 19:49:05.81 spid5s      Creating procedure sp_add_category...
    2015-03-24 19:49:05.82 spid5s       
    2015-03-24 19:49:05.82 spid5s      Creating procedure sp_update_category...
    2015-03-24 19:49:05.83 spid5s       
    2015-03-24 19:49:05.83 spid5s      Creating procedure sp_delete_category...
    2015-03-24 19:49:05.83 spid5s       
    2015-03-24 19:49:05.84 spid5s      Creating procedure sp_help_category...
    2015-03-24 19:49:05.84 spid5s       
    2015-03-24 19:49:05.84 spid5s      Creating procedure sp_help_targetserver...
    2015-03-24 19:49:05.85 spid5s       
    2015-03-24 19:49:05.85 spid5s      Creating procedure sp_resync_targetserver...
    2015-03-24 19:49:06.06 spid5s       
    2015-03-24 19:49:06.06 spid5s      Creating procedure sp_purge_jobhistory...
    2015-03-24 19:49:06.09 spid5s       
    2015-03-24 19:49:06.09 spid5s      Creating procedure sp_help_jobhistory...
    2015-03-24 19:49:06.10 spid5s       
    2015-03-24 19:49:06.10 spid5s      Creating procedure sp_add_jobserver...
    2015-03-24 19:49:06.11 spid5s       
    2015-03-24 19:49:06.11 spid5s      Creating procedure sp_delete_jobserver...
    2015-03-24 19:49:06.11 spid5s      Error: 10011, Severity: 16, State: 1.
    2015-03-24 19:49:06.11 spid5s      Access denied.
    2015-03-24 19:49:06.11 spid5s      Error: 917, Severity: 15, State: 1.
    2015-03-24 19:49:06.11 spid5s      An upgrade script batch failed to execute for database 'master' due to compilation error. Check the previous error message  for the line which caused compilation to fail.
    2015-03-24 19:49:06.11 spid5s      Error: 912, Severity: 21, State: 2.
    2015-03-24 19:49:06.11 spid5s      Script level upgrade for database 'master' failed because upgrade step 'msdb110_upgrade.sql' encountered error 917, state 1, severity 15. This is a serious error condition which might interfere with regular
    operation and the database will be taken offline. If the error happened during upgrade of the 'master' database, it will prevent the entire SQL Server instance from starting. Examine the previous errorlog entries for errors, take the appropriate corrective
    actions and re-start the database so that the script upgrade steps run to completion.
    2015-03-24 19:49:06.11 spid5s      Error: 3417, Severity: 21, State: 3.
    2015-03-24 19:49:06.11 spid5s      Cannot recover the master database. SQL Server is unable to run. Restore master from a full backup, repair it, or rebuild it. For more information about how to rebuild the master database, see SQL Server Books
    Online.
    2015-03-24 19:49:06.12 spid5s      SQL Trace was stopped due to server shutdown. Trace ID = '1'. This is an informational message only; no user action is required.
    2015-03-24 19:49:06.50 spid12s     The SQL Server Network Interface library successfully deregistered the Service Principal Name (SPN) [ MSSQLSvc/AWISCDB.AIRWORKS.IN:SCSMDB ] for the SQL Server service. 
    Shailendra Dev

Maybe you are looking for