Wsus server 2012 r2 fails to launch post-installation task

wsus server 2012 r2 faild to launch post-installation task 
please help i attach a photo with log , this is a brend new domain contoroller of a brand new domain.
i installed th wsus from server manager .
this is the log :
2014-05-01 13:17:51  Postinstall started
2014-05-01 13:17:51  Detected role services: UI, WidDatabase, Services
2014-05-01 13:17:51  Start: LoadSettingsFromXml
2014-05-01 13:17:51  Start: GetConfigValue with filename=UpdateServices-Services.xml item=ContentLocal
2014-05-01 13:17:51  System.TypeInitializationException: The type initializer for 'Microsoft.UpdateServices.Internal.UtilConstants' threw an exception. ---> System.IO.InvalidDataException: Invalid installation directory
   at Microsoft.UpdateServices.Internal.SetupInfo.GetInstallDirectory()
   at Microsoft.UpdateServices.Internal.UtilConstants..cctor()
   --- End of inner exception stack trace ---
   at Microsoft.UpdateServices.Administration.PostInstall.GetConfigValue(String filename, String item)
   at Microsoft.UpdateServices.Administration.PostInstall.LoadSettingsFromXml()
   at Microsoft.UpdateServices.Administration.PostInstall.Initalize(Parameters parameters)
   at Microsoft.UpdateServices.Administration.PostInstall.Execute(String[] arguments)
Fatal Error: The type initializer for 'Microsoft.UpdateServices.Internal.UtilConstants' threw an exception.

the installion location is the default installion path - C:\Program Files\Update Services
the content folder was directed to a diffrent volume - e:\wsus\
i tried to delete everything that connected to iis and wsus and re install and now i am getting:
2014-05-05 12:05:33  Postinstall started
2014-05-05 12:05:33  Detected role services: UI, WidDatabase, Services
2014-05-05 12:05:33  Start: LoadSettingsFromXml
2014-05-05 12:05:33  Start: GetConfigValue with filename=UpdateServices-Services.xml item=ContentLocal
2014-05-05 12:05:33  System.TypeInitializationException: The type initializer for 'Microsoft.UpdateServices.Internal.UtilConstants' threw an exception. ---> System.IO.InvalidDataException: Invalid installation directory
   at Microsoft.UpdateServices.Internal.SetupInfo.GetInstallDirectory()
   at Microsoft.UpdateServices.Internal.UtilConstants..cctor()
   --- End of inner exception stack trace ---
   at Microsoft.UpdateServices.Administration.PostInstall.GetConfigValue(String filename, String item)
   at Microsoft.UpdateServices.Administration.PostInstall.LoadSettingsFromXml()
   at Microsoft.UpdateServices.Administration.PostInstall.Initalize(Parameters parameters)
   at Microsoft.UpdateServices.Administration.PostInstall.Execute(String[] arguments)
Fatal Error: The type initializer for 'Microsoft.UpdateServices.Internal.UtilConstants' threw an exception.

Similar Messages

  • WSUS Role on Server 2012 R2 fails - SQL Server Error "Schema Verification Failed SUSDB"

    Server is Windows Server 2012R2
    After installing the WSUS role with WID, when running the post installation task it installs the SUSDB in single user mode, runs all its scripts but then when it tries to set it it MULTI mode it fails with the error:
    Schema Verification Failed SUSDB
    If I log onto SQL Management Studio and try to set the database SUSDB to MULTI user mode manually it fails with the same error.
    Detaching, deleting the susdb.mdf and .ldf files and re-running the post-installation task fails on the same error.
    Uninstalling the WSUS and WID roles, deleting the C:\Windows\WID folder and reinstalling everything once again gives the same error during post installation.
    Seems like a nasty bug.
    Does anyone have any ideas? Perhaps there is a way to debug "Schema Verification Failed" errors in SQL Server?

    Hi,
    If the WID can't access "C:\Windows\WID\Binn\DBVerify\SUSDBVerify.dll", this issue may occur.
    Please change the account of WID to local system account in services.msc, then restart the WID service.
    Then try to start the post-install again.
    If issue persists, please check the detailed information of WID log.
    Best Regards. 
    Steven Lee Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • WSUS reinstall on 2012 SCCM server post-installation task fails to run/finish

    I had to re-install WSUS on a 2012 R2 SCCM server (Windows 2012), and am running into several issues re-installing. It may help to point out that the SCCM SQL server is remote, so this isn't a WSUS / SQL 2012 issue.
    The sticky post at the top of the WSUS forum has helpful troubleshooting information, and I have tried going through this as well as many other threads on this very topic of re-installing WSUS.
    1. Roles for WSUS and WID were removed successfully. The WSUS Website was manually deleted from IIS. As this is a SCCM server, removing the IIS role is not an option.
    2. I removed the existing WID database files for SUSDB
    3. After rebooting, I verified registry keys were gone, system files were cleaned up, and deleted the program files\update services directory
    4. This isn't a permission issue, as I have clearly installed this before on this server.
    5. Registry keys, system files, and susdb files no longer exist, and the server has rebooted cleanly.
    6. I am able to add the WSUS role selecting WID, and this installs WID without any errors. At this point, simply clicking the post installation task fails, generates an empty .tmp file in my %appdata%\temp folder, and exits the MMC. 
    7. This file is blank. Absolutely empty, so I couldn't really troubleshoot any post installation tasks.
    8. Further investigation shows that the 'C:\Program Files\Update Services\Tools\' directory is gone, and isn't being
    generated.
    9. Ok... DISM /online /Cleanup-Image /Scanhealth didn't return any issues, so I copied the wsusutil out of the windows\WinSxS directory.
    10. Yey! wsusutil postinstall runs, but bombs out on the IIS portion. It generated the DB without an issue, but results
    in an IIS generation error. So, I installed WSUS on a clean 2012 install, then copied over the program files\updateServices directory to reclaim the missing files. 
    The log files show --
    2013-12-06 10:30:34  Configuring IIS...
    2013-12-06 10:30:35  Start: ConfigureWebsite
    2013-12-06 10:30:36  Configuring website on port 8530
    2013-12-06 10:30:39  System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
       at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
       at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
       at Microsoft.UpdateServices.Administration.UseCustomWebSite.ExecuteIisCustomAction(String arguments)
       at Microsoft.UpdateServices.Administration.UseCustomWebSite.Install(Int32 portNumber)
       at Microsoft.UpdateServices.Administration.UseCustomWebSite.InstallAndConfigure(IisConfiguration& iisConfiguration, Int32 newPortNumber)
       at Microsoft.UpdateServices.Administration.PostInstall.ConfigureWebsite(Int32 portNumber)
       at Microsoft.UpdateServices.Administration.PostInstall.Run()
       at Microsoft.UpdateServices.Administration.PostInstall.Execute(String[] arguments)
    ... ok - tripple checked that network service has permissions to .net and windows\temp folders.
    netstat -a doesn't show anything running on port 8530 ( in case this was some weird port check in use)
    Which goes back to the missing directory problem -- further net searches show that this is a reoccurring issue for some OOBE... sfc /verifyonly shows ... nothing.
    What is left to be done at this point? The missing folders from the program directory seems to be a problem for some with some users right out of the box. I have read many other threads where users just formatted and started over. Not exactly a solution
    - any help out there on this issue? Any suggestions to determine what file is missing, or generating the IIS issues?

    Part of the post install tasks wanted to download some items including the tools folder.
    Can you expand on this please. The WSUS post-install tasks do not download anything, except what is acquired during the initial synchronization with Microsoft.
    Because of my group policy the WSUS server was trying to download the updates from itself even though it was not setup yet.
    What update(s) was the WSUS server trying to "download"?
    In fact, if the WSUS Server was not setup yet (but you already had a GPO in place), then the first issue here was performing deployment steps out of order.
    But still.... except for the actual installation binaries for the WSUS Server Role on a WS2008SP2/WS2008R2 system, there's nothing the WSUS server needs to get from either Windows Update or a WSUS server. This scenario is actually discussed hundreds of times
    in this forum, but complicating matters, this thread isn't about installing WSUS V3.2 on a WS2008SP2/WS2008R2 system, it's about installing WSUS v65 on a WS2012 system, so I'm a bit confused as to what the actual installation environment is that we're discussing.
    I changed the WSUS server to get it's windows updates from Microsoft and then the post install task succeeded.
    I'd really like to get some more details about what exactly in the "post-install task" was dependent upon content from WU/WSUS.
    Lawrence Garvin, M.S., MCSA, MCITP:EA, MCDBA
    SolarWinds Head Geek
    Microsoft MVP - Software Packaging, Deployment & Servicing (2005-2014)
    My MVP Profile: http://mvp.microsoft.com/en-us/mvp/Lawrence%20R%20Garvin-32101
    http://www.solarwinds.com/gotmicrosoft
    The views expressed on this post are mine and do not necessarily reflect the views of SolarWinds.

  • WSUS Windows 7 Client not connecting with WSUS SERVER 2012 R2 Error " 80072ee2"

    Hi ,
            I Have the Non- AD WSUS server 2012 R2 as WSUS server, and widnows 7 ent sp1 as WSUS Client  , the server and client are in teh same ip range and able to ping both server from client and client from server, and both are in teh
    same time zone(EST), But im getting the "80072ee2" when ever i tried to get the updates from client
    Please help me on this
    Thanks 
    Balaji K

    Record the system time of the Windows 7 client.
    Reboot the Windows 7 client.
    Run this command from a command prompt: wuauclt /resetauthorization /detectnow.
    Wait =30= minutes.
    Post the entries from the WindowsUpdate.log starting at the time recorded in Step #1.
    I have noted the time at 12:06 am and reboot the machine. and at 12:27 i have Run this command from a 
    command prompt: wuauclt /resetauthorization /detectnow. and taken the the logs from 11 am to 1 pm 
    2015-02-03 12:15:26:002
    956 f84
    Misc WARNING: Send failed with hr = 80072ee2.
    2015-02-03 12:15:26:002
    956 f84
    Misc WARNING: SendRequest failed with hr = 80072ee2. Proxy List used: <(null)> Bypass List used : <(null)> Auth Schemes used : <>
    2015-02-03 12:15:26:002
    956 f84
    PT  + Last proxy send request failed with hr = 0x80072EE2, HTTP status code = 0
    2015-02-03 12:15:26:002
    956 f84
    PT  + Caller provided credentials = No
    2015-02-03 12:15:26:002
    956 f84
    PT  + Impersonate flags = 0
    2015-02-03 12:15:26:002
    956 f84
    PT  + Possible authorization schemes used = 
    2015-02-03 12:15:26:002
    956 f84
    PT WARNING: GetConfig failure, error = 0x80072EE2, soap client error = 5, soap error code = 0, HTTP status code = 200
    2015-02-03 12:15:26:002
    956 f84
    PT WARNING: PTError: 0x80072ee2
    2015-02-03 12:15:26:002
    956 f84
    PT WARNING: GetConfig_WithRecovery failed: 0x80072ee2
    2015-02-03 12:15:26:002
    956 f84
    PT WARNING: RefreshConfig failed: 0x80072ee2
    2015-02-03 12:15:26:002
    956 f84
    PT WARNING: RefreshPTState failed: 0x80072ee2
    2015-02-03 12:15:26:002
    956 f84
    PT WARNING: PTError: 0x80072ee2
    2015-02-03 12:15:26:002
    956 f84
    Report WARNING: Reporter failed to upload events with hr = 80072ee2.
    2015-02-03 12:27:05:651
    956 ca8
    AU Triggering AU detection through DetectNow API
    2015-02-03 12:27:05:651
    956 ca8
    AU Triggering Online detection (non-interactive)
    2015-02-03 12:27:05:652
    956 930
    AU #############
    2015-02-03 12:27:05:652
    956 930
    AU ## START ##  AU: Search for updates
    2015-02-03 12:27:05:652
    956 930
    AU #########
    2015-02-03 12:27:05:654
    956 930
    AU <<## SUBMITTED ## AU: Search for updates [CallId = {710EE50A-0397-4DC8-B33B-B97410B73C00}]
    2015-02-03 12:27:05:654
    956 f84
    Agent *************
    2015-02-03 12:27:05:654
    956 f84
    Agent ** START **  Agent: Finding updates [CallerId = AutomaticUpdates]
    2015-02-03 12:27:05:654
    956 f84
    Agent *********
    2015-02-03 12:27:05:654
    956 f84
    Agent  * Online = Yes; Ignore download priority = No
    2015-02-03 12:27:05:654
    956 f84
    Agent  * Criteria = "IsInstalled=0 and DeploymentAction='Installation' or IsPresent=1 and DeploymentAction='Uninstallation' or IsInstalled=1 and DeploymentAction='Installation' and RebootRequired=1 or IsInstalled=0
    and DeploymentAction='Uninstallation' and RebootRequired=1"
    2015-02-03 12:27:05:654
    956 f84
    Agent  * ServiceID = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7} Managed
    2015-02-03 12:27:05:654
    956 f84
    Agent  * Search Scope = {Machine}
    2015-02-03 12:27:05:678
    956 f84
    Setup Checking for agent SelfUpdate
    2015-02-03 12:27:05:678
    956 f84
    Setup Client version: Core: 7.5.7601.17514  Aux: 7.5.7601.17514
    2015-02-03 12:27:29:233
    956 f84
    Misc WARNING: Send failed with hr = 80072ee2.
    2015-02-03 12:27:29:233
    956 f84
    Misc WARNING: SendRequest failed with hr = 80072ee2. Proxy List used: <(null)> Bypass List used : <(null)> Auth Schemes used : <>
    2015-02-03 12:27:29:233
    956 f84
    Misc WARNING: WinHttp: SendRequestUsingProxy failed for <http://135.155.61.172:8530/selfupdate/wuident.cab>. error 0x80072ee2
    2015-02-03 12:27:29:234
    956 f84
    Misc WARNING: WinHttp: SendRequestToServerForFileInformation MakeRequest failed. error 0x80072ee2
    2015-02-03 12:27:29:234
    956 f84
    Misc WARNING: WinHttp: SendRequestToServerForFileInformation failed with 0x80072ee2
    2015-02-03 12:27:29:234
    956 f84
    Misc WARNING: WinHttp: ShouldFileBeDownloaded failed with 0x80072ee2
    2015-02-03 12:27:52:795
    956 f84
    Misc WARNING: Send failed with hr = 80072ee2.
    2015-02-03 12:27:52:795
    956 f84
    Misc WARNING: SendRequest failed with hr = 80072ee2. Proxy List used: <(null)> Bypass List used : <(null)> Auth Schemes used : <>
    2015-02-03 12:27:52:795
    956 f84
    Misc WARNING: WinHttp: SendRequestUsingProxy failed for <http://135.155.61.172:8530/selfupdate/wuident.cab>. error 0x80072ee2
    2015-02-03 12:27:52:796
    956 f84
    Misc WARNING: WinHttp: SendRequestToServerForFileInformation MakeRequest failed. error 0x80072ee2
    2015-02-03 12:27:52:796
    956 f84
    Misc WARNING: WinHttp: SendRequestToServerForFileInformation failed with 0x80072ee2
    2015-02-03 12:27:52:796
    956 f84
    Misc WARNING: WinHttp: ShouldFileBeDownloaded failed with 0x80072ee2
    2015-02-03 12:28:16:363
    956 f84
    Misc WARNING: Send failed with hr = 80072ee2.
    2015-02-03 12:28:16:363
    956 f84
    Misc WARNING: SendRequest failed with hr = 80072ee2. Proxy List used: <(null)> Bypass List used : <(null)> Auth Schemes used : <>
    2015-02-03 12:28:16:364
    956 f84
    Misc WARNING: WinHttp: SendRequestUsingProxy failed for <http://135.155.61.172:8530/selfupdate/wuident.cab>. error 0x80072ee2
    2015-02-03 12:28:16:364
    956 f84
    Misc WARNING: WinHttp: SendRequestToServerForFileInformation MakeRequest failed. error 0x80072ee2
    2015-02-03 12:28:16:364
    956 f84
    Misc WARNING: WinHttp: SendRequestToServerForFileInformation failed with 0x80072ee2
    2015-02-03 12:28:16:364
    956 f84
    Misc WARNING: WinHttp: ShouldFileBeDownloaded failed with 0x80072ee2
    2015-02-03 12:28:39:920
    956 f84
    Misc WARNING: Send failed with hr = 80072ee2.
    2015-02-03 12:28:39:920
    956 f84
    Misc WARNING: SendRequest failed with hr = 80072ee2. Proxy List used: <(null)> Bypass List used : <(null)> Auth Schemes used : <>
    2015-02-03 12:28:39:920
    956 f84
    Misc WARNING: WinHttp: SendRequestUsingProxy failed for <http://135.155.61.172:8530/selfupdate/wuident.cab>. error 0x80072ee2
    2015-02-03 12:28:39:921
    956 f84
    Misc WARNING: WinHttp: SendRequestToServerForFileInformation MakeRequest failed. error 0x80072ee2
    2015-02-03 12:28:39:921
    956 f84
    Misc WARNING: WinHttp: SendRequestToServerForFileInformation failed with 0x80072ee2
    2015-02-03 12:28:39:921
    956 f84
    Misc WARNING: WinHttp: ShouldFileBeDownloaded failed with 0x80072ee2
    2015-02-03 12:28:39:921
    956 f84
    Misc WARNING: DownloadFileInternal failed for http://135.155.61.172:8530/selfupdate/wuident.cab: error 0x80072ee2
    2015-02-03 12:28:39:921
    956 f84
    Setup WARNING: SelfUpdate check failed to download package information, error = 0x80072EE2
    2015-02-03 12:28:39:921
    956 f84
    Setup FATAL: SelfUpdate check failed, err = 0x80072EE2
    2015-02-03 12:28:39:922
    956 f84
    Agent  * WARNING: Skipping scan, self-update check returned 0x80072EE2
    2015-02-03 12:28:39:923
    956 f84
    Agent  * WARNING: Exit code = 0x80072EE2
    2015-02-03 12:28:39:923
    956 f84
    Agent *********
    2015-02-03 12:28:39:923
    956 f84
    Agent **  END  **  Agent: Finding updates [CallerId = AutomaticUpdates]
    2015-02-03 12:28:39:923
    956 f84
    Agent *************
    2015-02-03 12:28:39:923
    956 f84
    Agent WARNING: WU client failed Searching for update with error 0x80072ee2
    2015-02-03 12:28:39:924
    956 fec
    AU >>##  RESUMED  ## AU: Search for updates [CallId = {710EE50A-0397-4DC8-B33B-B97410B73C00}]
    2015-02-03 12:28:39:924
    956 fec
    AU  # WARNING: Search callback failed, result = 0x80072EE2
    2015-02-03 12:28:39:924
    956 fec
    AU  # WARNING: Failed to find updates with error code 80072EE2
    2015-02-03 12:28:39:924
    956 fec
    AU #########
    2015-02-03 12:28:39:924
    956 fec
    AU ##  END  ##  AU: Search for updates [CallId = {710EE50A-0397-4DC8-B33B-B97410B73C00}]
    2015-02-03 12:28:39:924
    956 fec
    AU #############
    2015-02-03 12:28:39:925
    956 fec
    AU Successfully wrote event for AU health state:0
    2015-02-03 12:28:39:925
    956 fec
    AU AU setting next detection timeout to 2015-02-03 21:23:35
    2015-02-03 12:28:39:926
    956 fec
    AU Successfully wrote event for AU health state:0
    2015-02-03 12:28:39:928
    956 fec
    AU Successfully wrote event for AU health state:0
    2015-02-03 12:29:03:495
    956 f84
    Misc WARNING: Send failed with hr = 80072ee2.
    2015-02-03 12:29:03:495
    956 f84
    Misc WARNING: SendRequest failed with hr = 80072ee2. Proxy List used: <(null)> Bypass List used : <(null)> Auth Schemes used : <>
    2015-02-03 12:29:03:496
    956 f84
    PT  + Last proxy send request failed with hr = 0x80072EE2, HTTP status code = 0
    2015-02-03 12:29:03:496
    956 f84
    PT  + Caller provided credentials = No
    2015-02-03 12:29:03:496
    956 f84
    PT  + Impersonate flags = 0
    2015-02-03 12:29:03:496
    956 f84
    PT  + Possible authorization schemes used = 
    2015-02-03 12:29:03:496
    956 f84
    PT WARNING: GetConfig failure, error = 0x80072EE2, soap client error = 5, soap error code = 0, HTTP status code = 200
    2015-02-03 12:29:03:496
    956 f84
    PT WARNING: PTError: 0x80072ee2
    2015-02-03 12:29:03:496
    956 f84
    PT WARNING: GetConfig_WithRecovery failed: 0x80072ee2
    2015-02-03 12:29:03:496
    956 f84
    PT WARNING: RefreshConfig failed: 0x80072ee2
    2015-02-03 12:29:03:496
    956 f84
    PT WARNING: RefreshPTState failed: 0x80072ee2
    2015-02-03 12:29:03:496
    956 f84
    PT WARNING: PTError: 0x80072ee2
    2015-02-03 12:29:03:496
    956 f84
    Report WARNING: Reporter failed to upload events with hr = 80072ee2.
    2015-02-03 12:29:03:496
    956 f84
    Report REPORT EVENT: {B6636CDB-B0BF-4CDE-BEB3-D49C1CEC258F}
    2015-02-03 12:28:39:921-0800 1
    148 101
    {D67661EB-2423-451D-BF5D-13199E37DF28}
    1 80072ee2
    SelfUpdate Failure
    Software Synchronization Windows Update Client failed to detect with error 0x80072ee2.
    2015-02-03 12:29:03:510
    956 f84
    Report CWERReporter::HandleEvents - WER report upload completed with status 0x8
    2015-02-03 12:29:03:510
    956 f84
    Report WER Report sent: 7.5.7601.17514 0x80072ee2 D67661EB-2423-451D-BF5D-13199E37DF28 Scan 101 Managed
    2015-02-03 12:29:03:510
    956 f84
    Report CWERReporter finishing event handling. (00000000)
    2015-02-03 12:29:27:075
    956 f84
    Misc WARNING: Send failed with hr = 80072ee2.
    2015-02-03 12:29:27:075
    956 f84
    Misc WARNING: SendRequest failed with hr = 80072ee2. Proxy List used: <(null)> Bypass List used : <(null)> Auth Schemes used : <>
    2015-02-03 12:29:27:075
    956 f84
    PT  + Last proxy send request failed with hr = 0x80072EE2, HTTP status code = 0
    2015-02-03 12:29:27:075
    956 f84
    PT  + Caller provided credentials = No
    2015-02-03 12:29:27:075
    956 f84
    PT  + Impersonate flags = 0
    2015-02-03 12:29:27:075
    956 f84
    PT  + Possible authorization schemes used = 
    2015-02-03 12:29:27:075
    956 f84
    PT WARNING: GetConfig failure, error = 0x80072EE2, soap client error = 5, soap error code = 0, HTTP status code = 200
    2015-02-03 12:29:27:075
    956 f84
    PT WARNING: PTError: 0x80072ee2
    2015-02-03 12:29:27:076
    956 f84
    PT WARNING: GetConfig_WithRecovery failed: 0x80072ee2
    2015-02-03 12:29:27:076
    956 f84
    PT WARNING: RefreshConfig failed: 0x80072ee2
    2015-02-03 12:29:27:076
    956 f84
    PT WARNING: RefreshPTState failed: 0x80072ee2
    2015-02-03 12:29:27:076
    956 f84
    PT WARNING: PTError: 0x80072ee2
    2015-02-03 12:29:27:076
    956 f84
    Report WARNING: Reporter failed to upload events with hr = 80072ee2.
    2015-02-03 12:53:05:793
    956 930
    AU AU received policy change subscription event
    2015-02-03 12:58:26:707
    956 8fc
    Misc WARNING: Send failed with hr = 80072ee2.
    2015-02-03 12:58:26:707
    956 8fc
    Misc WARNING: SendRequest failed with hr = 80072ee2. Proxy List used: <(null)> Bypass List used : <(null)> Auth Schemes used : <>
    2015-02-03 12:58:26:708
    956 8fc
    PT  + Last proxy send request failed with hr = 0x80072EE2, HTTP status code = 0
    2015-02-03 12:58:26:708
    956 8fc
    PT  + Caller provided credentials = No
    2015-02-03 12:58:26:708
    956 8fc
    PT  + Impersonate flags = 0
    2015-02-03 12:58:26:708
    956 8fc
    PT  + Possible authorization schemes used = 
    2015-02-03 12:58:26:708
    956 8fc
    PT WARNING: GetConfig failure, error = 0x80072EE2, soap client error = 5, soap error code = 0, HTTP status code = 200
    2015-02-03 12:58:26:708
    956 8fc
    PT WARNING: PTError: 0x80072ee2
    2015-02-03 12:58:26:708
    956 8fc
    PT WARNING: GetConfig_WithRecovery failed: 0x80072ee2
    2015-02-03 12:58:26:708
    956 8fc
    PT WARNING: RefreshConfig failed: 0x80072ee2
    2015-02-03 12:58:26:708
    956 8fc
    PT WARNING: RefreshPTState failed: 0x80072ee2
    2015-02-03 12:58:26:708
    956 8fc
    PT WARNING: PTError: 0x80072ee2
    2015-02-03 12:58:26:708
    956 8fc
    Report WARNING: Reporter failed to upload events with hr = 80072ee2.

  • Task sequence fails to resume after first reboot - Post Installation Task Sequence

    Hi everyone,
    I am unable to deploy a Post Installation Task Sequence whenever I add an application to the "custom tasks" folder in the task sequence.  If I create a blank Post Installation Task Sequence w/o making any changes, it deploys fine and gives
    me a summary page w/ no errors. Just to be clear, Litetouch runs fine when I kick off "cscript litetouch.vbs" from an elevated cmd prompt when logged in as administrator, but after reboot it boots to windows and does nothing.
    I know it's not deploying because it's leaving around a mapped drive to the share, a SMSTaskSequence folder and MININT folder on the target machine.   My understanding is that those are supposed to get cleaned up by LTIcleanup.wsf at the end of the
    task sequence.
    The BDD.log doesn't seem to be of much use.  The last line of the log says "sms task sequencer already found on c:\minint\tools\x64" and then it does nothing.
    FWIW, I'm able to deploy using the standard task sequence and also able to sysprep and capture. The application that I am trying to install is just a batch file that adds the reg key to hide the start menu, then reboot.  I am not rebooting in the script,
    I'm telling the application to do the reboot in MDT.
    I know to a certainty that the target machine (a VM) has been sysprepped and am able to establish a connection to the deployment share so I'm kind of at a loss.  Also looked over Keith's FAQ on the subject and couldn't find any similarities to my issue.
    Any help is appreciated.  I can provide logs if necessary.  Thanks!

    Well, I created a fresh deploymentshare on a fresh windows server 2012 VM and am still having the same problem.  If I create a blank Post OS Installation Task and make no changes, it deploys fine to the target vm (win8.1).  If I have an app (chrome)
    that I have set to reboot after installation, it always (tested this 30+times) fails to resume the task sequence.  I get no final confirmation page and a big mess that I clean up with LTIcleanup.wsf.  
    The deployment share has full (everyone) permissions to the share and I have full perms set to domain admin group for ntfs.  It seems like something goes wrong with the reboot cycle, but autologin seems to work fine with the admin pw so I'm really confused. 
    Like I said, the bdd.log in c:\windows\temp\deploymentshare doesn't have any errors.  I've tested this both on joined and unjoined (workgroup) machines and it makes no difference.
    I should note that I can deploy Chrome and other apps sequentially as long as reboots are not involved.  So far, I've only had this problem if the reboot occurs with the first application.  Haven't yet tested on reboots w/ other apps in the sequence.
    FWIW, this is starting to look like this:
    https://social.technet.microsoft.com/Forums/en-US/2db5f184-8332-4f63-b1ad-385a6d893f8c/mdt-2013-windows-81-application-install-with-reboot-problem?forum=mdt
    Can someone tell me why this might be happening?  Is this a bug with this task sequence? Would someone mind testing this to see if there's just something wrong in my environment? 
    I'd appreciate it.  Thanks.

  • Database assistand failed to launch during installation

    Hello,
    I have trouble getting oracle 9.2 installed on my Linux machine. The database assistand failes to launch during installation. This is the debug output:
    /opt/oracle/product/9.2.0/bin/dbca: line 124: 12956 Segmentation fault $JRE_DIR/bin/jre -DORACLE_HOME=$OH -DJDBC_PROTOCOL=thin -mx64m -classpath $CLASSPATH oracle.sysman.assistants.dbca.Dbca $ARGUMENTS
    furthermore cat /proc/sys/kernel/shmmax reports 2147483648
    Can anyone tell me what to do, please?
    Dieter

    Not exactly your problem, but the solution might help.

  • Installing Update Rollup 4 for R2. Question of post installation task

    I will be installing Update Rollup 4 for Service Manager 2012 R2 on our Orchestrator, Data Warehouse, Service Manager and Portal Server as well as updating the client Consoles.
    Following MS article
    http://support2.microsoft.com/kb/2989601/en-us?sd=rss#install.
    A bit confused about the Post installation tasks. Particularly the following:
    Resynchronize System Center Operations Manager mount point data
    To resynchronize Operations Manager mount point data after you apply this update, follow these steps:
    Disable all the Operations Manager configuration item (CI) connectors in the Service Manager console.
    In Windows PowerShell, check the current execution policy by running the following cmdlet:
    Get-ExecutionPolicy
    If the current execution policy is Restricted, set it to
    Remotesigned by running the following command:
    Set-ExecutionPolicy –force RemoteSigned
    Find the following PowerShell script in your System Center 2012 R2 installation directory:
    OMCIConnector_SyncMetadata_UpdateTimestamp.ps1
    By default, you should find this file in the following location:
    C:\Program Files\Microsoft System Center 2012 R2\Service Manager\PowerShell
    Run the following command from the Primary Management server:
    PowerShell .\OMCIConnector_SyncMetadata_UpdateTimestamp.ps1
    Revert the execution policy to the original value that it had in step 2.
    Enable and synchronize the relevant Operations Manager CI connectors.
    Make sure that all the mount point data is populated in Service Manager.
    I am guessing they are talking about the System Center Configuration Manager Connector but not sure. We don't have a Connector for SCOM. If by OMCIConnector they mean SCOM, then I don't need to worry about this.  If would be nice if they would tell
    you why you are doing this. I don't even know what "Mount Point Data" is.
    Does anyone know if it would cause any problems if I skipped this step? I hate doing stuff when I don't know why I am doing it. For example, step 8 "Make sure that all the mount point data is populated in Service Manager."
    What does that even mean?
    Also, I cannot even find the PowerShell script they are talking about in the C:\Program Files\Microsoft System Center 2012\Service Manager\Powershell folder so are they talking about SCOM or SCCM?

    All of the steps listed refer to the Operations Manager connections. none of these steps relate to the Config Manager connector.  If you are not using SCOM, or don't have a SCOM connector, then you can safely ignore these steps. 

  • OBIEE 11g post installation tasks in Linux?

    Hi,
    Do I need to write any script for high availability of OBIEE and web logic servers in Linux? what are the processes to start/stop manually using command? Please give me post installation tasks I need to taken care of.
    Thanks
    Jay.

    Becky,
    You need not do any thing additional to have EM running in the OBI 11g instance. Although it is a deployed JEE application, if your Weblogic Server (WLS) is started and up and running then your EM Console should also be up and running.
    You say that you are doing everything from the command line. So, start the Weblogic Server then navigate to http://< your server name> : 7001/console
    If that comes up then go to
    http://<your server name>:7001/em
    That is your EM Fusion Console and it should come up as well.
    Don't mess with the XML file directly.

  • Post Installation task of Enterprise Portal

    Subject : During the Post Installation task of Enterprise Portal such as Run Configuration Wizard u201CNWA_01u2026..u201D to u201CNWA_07u2026..u201D for portal system. Run u201CInitial setup of functional unit Development Infrastructure (DI all-in-one)u201D in development portal.
    Problem : Can anyone guide me how we are doing ( executing ) task i.e.Run u201CInitial setup of functional unit Development Infrastructure (DI all-in-one)u201D in development portal.What this is step is doing as well as what all the prerequisites for this step.
    Work Area : Dev portal with Java stack only.( SP Level is 17)
    Please guide me on this step as well as all Configuration Wizard steps( NWA_01 to NWA_07) so that I can finish with the post installation of portal.
    Regards
    Nilesh

    Hi my question has been resolved.

  • SQL 2005 Upgrade complete! - Post installation tasks questions!

    Hi All
    I have managed to upgrade our DEV and TST ECC6 systems to SQL2005 (from SQL2000) and so far all seems ok however I have a a few questions and checks I would like some help with. I have included my post installation tasks at the bottom of this post, so you know what I have done.
    I have noticed that when I  run SGEN I get a short dump  LOAD_VERSION_LOST which I am not sure what this means.
    If there is anything else I need to do or should do please let me know.
    Thanks
    Phil
    <b>Post Installation Tasks</b>
    <u>SQL Queries</u>
    exec sp_configure 'show advanced options', 1
    reconfigure with override
    exec sp_configure 'max degree of parallelism', 1
    reconfigure with override
    exec sp_configure 'xp_cmdshell', 1
    reconfigure with override
    alter database <SID> set page_verify checksum
    go
    alter database <SID> set auto_create_statistics on
    go
    alter database <SID> set auto_update_statistics on
    go
    alter database <SID> set auto_update_statistics_async on
    go
    dbcc updateusage ('<SID>')
    go
    exec sp_updatestats
    go
    <u>SAP Tasks</u>
    Check SM21/SM50/DB02/ST04/ST22/SICK for any unusual error messages.

    Hello,
    I want run the below script on SQL 2005, can anyone tell me how I run it in SQL 2005?
    exec sp_configure 'xp_cmdshell', 1
    reconfigure with override
    I need to enable xp_cmdshell in sql 2005
    Reg,
    SAT

  • Post-Installation task client

    Hi
    I´ve a doubt with the post-installation tasks of the installation of the sap system. The default clients are 000,001 and 666.
    In with client I´ve to realize this tasks?In the client 001 and after that I realize the client copy of the client 000. The changes are cross-client?
    More thanks

    Hi Ruben,
    Please let us know which SAP Product and version you have installed. Because there are seperate set of post installation activities for each Product such as ECC, PI, EP, CRM,SRM etc.
    For Ex: If you have installed a ECC system, most of the initial post installation activities such as STMS configuration, SGEN etc need to be done on client 000. This information is very well available in Post installation guides.
    If you have installed a PI system, you need to carry most of the PI specific post installation activities in the java UME client i.e by default it is 001. But you can also perform the activities in any custom client by having a client copy and come configuration changes.
    Cheers....,
    Raghu

  • APEX POST INSTALLATION TASKS

    i have upgraded from 1.6 To 2.2 .... the installation was successfully now ...
    now i am doing the post installation tasks .. i ahve arrived here and i got this problem
    E:\oracle\HTML_DB\dcm\bin>dcmctl updateConfig -ct ohs
    ADMN-202045
    An exception occurred while constructing the OracleAS Repository API, a DCM depe
    ndent component.
    Resolution:
    This exception may be occurring because the ias.properties file is misconfigured
    Check the exception thrown by the OracleAS Repository API for any additional res
    olution information.
    Base Exception:
    oracle.ias.repository.schema.SchemaException
    iAS Property could not be found Property Name OIDhost in E:\oracle\HTML_DB\confi
    g\ias.properties
    oracle.ias.repository.schema.SchemaException: iAS Property could not be found Pr
    operty Name OIDhost in E:\oracle\HTML_DB\config\ias.properties
    at oracle.ias.repository.local.IASPropertyCache.readValue(IASPropertyCac
    he.java:62)
    at oracle.ias.repository.IASSchema.init(IASSchema.java:234)
    at oracle.ias.repository.IASSchema.<init>(IASSchema.java:200)
    at oracle.ias.repository.SchemaManager.<init>(SchemaManager.java:145)
    at oracle.ias.sysmgmt.persistence.SeedDbAccess.<init>(Unknown Source)
    at oracle.ias.sysmgmt.persistence.SeedDbAccess.getDbAccess(Unknown Sourc
    e)
    at oracle.ias.sysmgmt.persistence.SeedDbAccess.getDbAccess(Unknown Sourc
    e)
    at oracle.ias.sysmgmt.clustermanagement.ComponentTypeFactory.init(Unknow
    n Source)
    at oracle.ias.sysmgmt.task.InstanceManager.sysInit(Unknown Source)
    at oracle.ias.sysmgmt.task.InstanceManager.init(Unknown Source)
    at oracle.ias.sysmgmt.cmdline.DcmCmdLine.checkInit(Unknown Source)
    at oracle.ias.sysmgmt.cmdline.DcmCmdLine.execute(Unknown Source)
    at oracle.ias.sysmgmt.cmdline.DcmCmdLine.main(Unknown Source)
    E:\oracle\HTML_DB\dcm\bin>

    Bounced,
    I am having the same issue.
    Ant.

  • Adding Company Knowledge with OpsMgr 2012 Console - "Failed to launch Microsoft Word"

    Hi everyone!
    I'm trying to add company knowledge using the OpsMgr 2012 console (32-bit) on Windows 7 Ultimate (32-bit) using the guidelines provided at the following link...
    http://technet.microsoft.com/en-us/library/hh212900.aspx
    I'm using Office 2010 Pro Plus SP1 (32-bit) with the .NET Programmability feature and the Microsoft Visual Studio 2005 Tools for Office Second Edition Runtime installed, but I get the dreaded "failed to launch Microsoft Word" error...
    ...any help or guidance would be greatly apprecaited!
    Regards,
    JJ

    Thanks Andres!
    I have confirmed that the following instructions does allow you to use Word 2010 32-bit running on Windows 7 64-bit or Windows Server 2008 R2 to edit company
    knowledge...
    1. Go to the directory where the OpsMgr console is installed (example: C:\Program Files\System Center\Operations Manager 2012\Console )
    2. Make a copy of Microsoft.EnterpriseManagement.Monitoring.Console.exe.config
    3. Edit Microsoft.EnterpriseManagement.Monitoring.Console.exe.config using Administrator rights
    4. Search for “</dependentAssembly>” and remove the “<publisherPolicy apply="no" />” line immediately following the “</dependentAssembly>” line
    Hope this helps!
    Regards,
    JJ
    Well, firstly I have to agree with other people's comments along the lines of "It shouldn't be this hard!", but I can happily say that the solution above (by IM5FOOTNOTHIN)
    worked for me...once I noticed this crucial footnote: "Do this for
    ALL instances of the
    <publisherPolicy apply="no" /> line that immediately follow the </dependentAssembly> line"

  • WSUS windows 2012..failed to down load update

    My wsus fails to download the updates.
    Setup:
    windows 2012 standard
    SQL 2008R2 fully patched.
    running on Vmware 5.1
    Log:
    log entry 1:
    The WSUS content directory is not accessible.
    System.UnauthorizedAccessException: Access to the path 'E:\WSUS\WsusContent\anonymousCheckFile.txt' is denied.
       at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
       at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath,
    Boolean checkHost)
       at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
       at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
       at System.IO.FileInfo.Open(FileMode mode, FileAccess access, FileShare share)
       at Microsoft.UpdateServices.Internal.HealthMonitoring.HmtWebServices.CheckContentDirWebAccess(EventLoggingType type, HealthEventLogger logger)
    log Entry 2:
    The server is failing to download some updates.
    Log Entry 3:
    Log Entry 4:
    Content file download failed. Reason: Error calling [kernel32.dll]:CreateDirectory(E:\WSUS\WsusContent\D5) Source File:  Destination File: .
    The permissions on directory E:\WSUS\WsusContent are incorrect.
    I know it has to be permission issues but for the life of me cannot figure it out. I have tipple checked the permission but they seem to be in order. I have performed clean install several time and same result. I have compared it with my working
    2008 R2 server and everything seems in order. 

    Exactly by following the Microsoft "migration" guide
    Argghh.. I wish they'd shoot and kill that thing. The 'guide' is part of why migration has been such a pain.
    Whats your point?
    My original point was going to drive toward the state of KB2734608 on the original server, but now we have so many more opportunities for complications to have occurred. :-)
    "Values does not fall within the expected range" is a new message that we've not seen prior to very recent times. Since the only thing new/changed in WSUS relates to SHA256 hashes, it occurs to me that 'migrating' a WSUS v3 server that does not have KB2734608
    installed onto a WSUS v6 server on Win2012 may be inherently problematic.
    The procedure you used was derived from an older procedure for migrating to Windows Server 2008 R2, and was originally created (for Win2012) in Feb 2012, updated in April 2012, but does not take into consideration the subsequently discovered impact of the
    use of SHA256 hashes in Win8/Win2012.
    WSUS has built in replication -- I've never understood why the Windows Server team found it necessary to build such a complicated procedure when the native replication does almost all of the work in one step.
    Consider this alternate migration procedure:
    Install KB2734608 on original WSUS v3 server. (This is necessary to create the SHA256 hashes for all of the updates in the database.)
    Install fresh WSUS v6 on Windows Server 2012 and configure as replica of WSUS v3 server.
    Replicate. (This will bring across updates, computer groups and approvals.)
    After replication (and file transfers) are complete, configure the new servers as an upstream server and synchronize with Microsoft.
    Point the clients to the new server. (If you are using client-side targeting, the clients will automatically populate into their assigned groups.)
    Also, to the procedure used... if you copy the 'WSUSContent' folder from the old server to the new server, it results in the ACLs of the new server being overwritten, taking away necessary access rights for the new server to work correctly.
    Lawrence Garvin, M.S., MCITP:EA, MCDBA, MCSA
    SolarWinds Head Geek
    Microsoft MVP - Software Distribution (2005-2012)
    My MVP Profile: http://mvp.support.microsoft.com/profile/Lawrence.Garvin

  • SQL Server 2012 syspolicy_purge_history fails step 3 "Erase Phantom System Health Records."

    I recently installed SQL Server 2012 Ent (x64). The install is a stand alone default instance.
    The syspolicy_purge_history job fails on step three with the following error:
    Executed as user: <DomainName>\sql_xxx_agt_svc. A job step received an error at line 1 in a PowerShell script. The corresponding line is 'set-executionpolicy RemoteSigned -scope process -Force'. Correct the script and reschedule the job. The error
    information returned by PowerShell is: 'Security error.  '.  Process Exit Code -1.  The step failed.
    Here is the code that is in the step:
    if ('$(ESCAPE_SQUOTE(INST))' -eq 'MSSQLSERVER') {$a = '\DEFAULT'} ELSE {$a = ''};
    (Get-Item SQLSERVER:\SQLPolicy\$(ESCAPE_NONE(SRVR))$a).EraseSystemHealthPhantomRecords()
    The domain user is the account that SQL Agent is running as.
    What permissions need to be granted to this account?
    Here is the link to the Connect post:
    https://connect.microsoft.com/SQLServer/feedback/details/754063/sql-server-2012-syspolicy-purge-history-job-step-3-fails-with-security-error

    I'm putting this in the connect post as well, but putting here in case somoene else comes across it.
    I was having the same problem with the syspolicy_purge_history job right after a standalone SQL 2012 (with SP1 and cu4,
    11.0.3368.0 (X64)) install that happened to be on a cluster but was not going to be a clustered instance. After trying all the different suggestions here around the ExecutionPolicy, I was still getting nowhere.
    Turns out, having a named isntance with a static port number and the SQL Browser service disabled was causing my problems. Apparently that was not allowing PowerShell to find the SQL instance. When I would navigate the SQLSERVER:\SQLPolicy folder
    in PowerShell (sqlps), I could get to the server root, but not the instance. If I even tried to list the subdirectories under the server folder, I would get an error:
    PS SQLSERVER:\> cd .\SQLPolicy\SRVR
    PS SQLSERVER:\SQLPolicy\SRVR> ls
    WARNING: 'INST' not available: Failed to connect to server. --> A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
    PS SQLSERVER:\SQLPolicy\SRVR> cd .\INST
    cd : Failed to connect to server .
    At line:1 char:3
    + cd <<<< .\INST
    + CategoryInfo : NotSpecified: (:) [Set-Location], ConnectionFailureException
    + FullyQualifiedErrorId : Microsoft.SqlServer.Management.Common.ConnectionFailureException,Microsoft.PowerShell.Commands.SetLocationCommand
    To solve this issue, I had to open SQL Server Configuration Manager and create an alias under the SQL Native Client 11.0 Configuration (I didn't need to set the 32-bit one):
    Alias
    [server name]\[instance name]
    Port
    [my static port]
    Protocol
    TCP/IP
    Server
    [server name]\[instance name]
    Once this was done, I was able to set the ExecutionPolicy registry settings, and the job completed. Here are my registry settings:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PowerShell\1\ShellIds\Microsoft.PowerShell\ExecutionPolicy = Restricted
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PowerShell\1\ShellIds\Microsoft.SqlServer.Management.PowerShell.sqlps110\ExecutionPolicy = RemoteSigned
    From PowerShell (as Admin):
    PS C:\Windows\system32> Get-ExecutionPolicy -list
    Scope ExecutionPolicy
    MachinePolicy Undefined
    UserPolicy Undefined
    Process Undefined
    CurrentUser Undefined
    LocalMachine Restricted
    PS SQLSERVER:\> Get-ExecutionPolicy -list
    Scope ExecutionPolicy
    MachinePolicy Undefined
    UserPolicy Undefined
    Process RemoteSigned
    CurrentUser Undefined
    LocalMachine Restricted

Maybe you are looking for

  • From standalone to CC

    When one changes from the standalone version of LR to LR CC, will my settings for the standalone version get transferred, or will I have to enter them manually?

  • Deleting AET custom field from the SAP tableu2019s level.

    Hi experts, I am deleting few un-used custom fields in AET. I am able to see delete symbol as status in AET. Although deleted custom fields are present in lot of structure and tables (eg: CRMD_ORDERADM_H) in SAP GUI tables. I want to delete the custo

  • Availability check issue Please help

    Hey Gurus, We created a bunch of sales order with material 8000379 with the availabilty check in the material master as "02".  We decided the change this to "KP" to no check and now we are not seeing a confirmation line for delivery in the sales orde

  • Photoshop CS5 Materials- downloaded, but not showing in Repousse

    When working in Repousse, the Material selection is small.  If you go to 3D>Browse 3D Content Online, it takes you to a Photoshop.com page where you can download new materials.  I downloaded the materials and installed into my CS5 Presets>Materials f

  • Queue View keeps crashing - Exchange 2010 sp3

    Queue View keeps crashing Description: Stopped working Problem signature: Problem Event Name: CLR20r3 Problem Signature 01: mmc.exe Problem Signature 02: 6.1.7600.16385 Problem Signature 03: 4a5bc808 Problem Signature 04: MMCEx Problem Signature 05: