WSUS Post Install Fails Server 2012 (Log Included)
i having trouble installing wsus role on server 2012.
i have checked topics find relevant topic have been unable find similar log file posted.
installer launched using powershell
install-windowsfeature -name updateservices, updateservicesui -includemanagementtools
install state = true after completion.
i use wsusutil.exe set content directory.
.\wsusutil.exe postinstall content_dir=d:\wsus
the post install task fails with
fatal error: failed start , configure wsus service
if try manually start service in powershell, following error:
log file below:
2013-08-02 20:24:38 postinstall started2013-08-02 20:24:38 detected role services: api, ui, widdatabase, services
2013-08-02 20:24:38 start: loadsettingsfromparameters
2013-08-02 20:24:38 content local is: true
2013-08-02 20:24:38 content directory is: d:\wsus
2013-08-02 20:24:38 sql instname is:
2013-08-02 20:24:38 end: loadsettingsfromparameters
2013-08-02 20:24:38 start: run
2013-08-02 20:24:38 configuring content directory...
2013-08-02 20:24:38 configuring groups...
2013-08-02 20:24:38 starting group configuration wsus administrators...
2013-08-02 20:24:38 found group in regsitry, attempting use it...
2013-08-02 20:24:38 writing group registry...
2013-08-02 20:24:38 finished group creation
2013-08-02 20:24:38 starting group configuration wsus reporters...
2013-08-02 20:24:38 found group in regsitry, attempting use it...
2013-08-02 20:24:38 writing group registry...
2013-08-02 20:24:38 finished group creation
2013-08-02 20:24:38 configuring permissions...
2013-08-02 20:24:38 fetching content directory...
2013-08-02 20:24:38 fetching contentdir registry store
2013-08-02 20:24:38 value d:\wsus
2013-08-02 20:24:38 fetching group sids...
2013-08-02 20:24:38 fetching wsusadministratorssid registry store
2013-08-02 20:24:38 value s-1-5-21-294306443-544797783-411875567-1001
2013-08-02 20:24:38 fetching wsusreporterssid registry store
2013-08-02 20:24:38 value s-1-5-21-294306443-544797783-411875567-1002
2013-08-02 20:24:38 creating group principals...
2013-08-02 20:24:38 granting directory permissions...
2013-08-02 20:24:38 granting permissions on content directory...
2013-08-02 20:24:38 granting registry permissions...
2013-08-02 20:24:38 granting registry permissions...
2013-08-02 20:24:38 granting registry permissions...
2013-08-02 20:24:38 configuring shares...
2013-08-02 20:24:38 configuring network shares...
2013-08-02 20:24:38 fetching content directory...
2013-08-02 20:24:38 fetching contentdir registry store
2013-08-02 20:24:38 value d:\wsus
2013-08-02 20:24:38 fetching wsus admin sid...
2013-08-02 20:24:38 fetching wsusadministratorssid registry store
2013-08-02 20:24:38 value s-1-5-21-294306443-544797783-411875567-1001
2013-08-02 20:24:38 content directory local, creating content shares...
2013-08-02 20:24:38 creating share "updateservicespackages" path "d:\wsus\updateservicespackages" , description "a network share used client systems collecting software packages (usually applications) published on wsus system."
2013-08-02 20:24:38 deleting existing share...
2013-08-02 20:24:38 creating share...
2013-08-02 20:24:39 share created
2013-08-02 20:24:39 creating share "wsuscontent" path "d:\wsus\wsuscontent" , description "a network share used local publishing place published content on wsus system."
2013-08-02 20:24:39 deleting existing share...
2013-08-02 20:24:39 creating share...
2013-08-02 20:24:40 share created
2013-08-02 20:24:40 creating share "wsustemp" path "c:\program files\update services\logfiles\wsustemp" , description "a network share used local publishing remote wsus console instance."
2013-08-02 20:24:40 deleting existing share...
2013-08-02 20:24:40 creating share...
2013-08-02 20:24:41 share created
2013-08-02 20:24:41 finished creating content shares
2013-08-02 20:24:41 configuring wid database...
2013-08-02 20:24:41 configuring database...
2013-08-02 20:24:41 establishing db connection...
2013-08-02 20:24:41 checking see if database exists...
2013-08-02 20:24:41 database exists
2013-08-02 20:24:41 switching database single user mode...
2013-08-02 20:24:42 loading install type query...
2013-08-02 20:24:42 declare @currentscriptversion int
declare @currentdbversion int
if not exists(select * sys.databases name='susdb')
begin
select 1
end
else
begin
set @currentscriptversion = (9200 + 16384)
set @currentdbversion = (select schemaversion susdb.dbo.tbschemaversion componentname = 'coredb')
if @currentdbversion < 926
begin
select 3
end
else if @currentdbversion < @currentscriptversion
begin
select 2
end
else if @currentdbversion = @currentscriptversion
begin
select 0
end
else
begin
select 4
end
end
2013-08-02 20:24:42 install type is: reinstall
2013-08-02 20:24:42 creating logins...
2013-08-02 20:24:42 fetching account info s-1-5-20
2013-08-02 20:24:42 found principal
2013-08-02 20:24:42 found account
2013-08-02 20:24:42 got binary sid
2013-08-02 20:24:42 fetching wsusadministratorssid registry store
2013-08-02 20:24:42 value s-1-5-21-294306443-544797783-411875567-1001
2013-08-02 20:24:42 fetching account info s-1-5-21-294306443-544797783-411875567-1001
2013-08-02 20:24:42 found principal
2013-08-02 20:24:42 found account
2013-08-02 20:24:42 got binary sid
2013-08-02 20:24:42 setting content location...
2013-08-02 20:24:42 fetching contentdir registry store
2013-08-02 20:24:42 value d:\wsus
2013-08-02 20:24:42 swtching db multi-user mode......
2013-08-02 20:24:43 finished setting multi-user mode
2013-08-02 20:24:43 writing db settings registry...
2013-08-02 20:24:43 marking postinstall done updateservices-widdatabase in registry...
2013-08-02 20:24:43 configuring iis...
2013-08-02 20:24:43 start: configurewebsite
2013-08-02 20:24:43 configuring website on port 8530
2013-08-02 20:25:16 2013-08-02 20:24:53 info iiscustomaction performing setup action, command /install
2013-08-02 20:25:16 info iiscustomaction command /install succeeded
2013-08-02 20:25:16 end: configurewebsite
2013-08-02 20:25:16 configuring performance counters...
2013-08-02 20:25:16 configuring stats.net perf counter...
2013-08-02 20:25:16 configuring reporting perf counter...
2013-08-02 20:25:16 configuring client webservice perf counter...
2013-08-02 20:25:16 configuring server sync webservice perf counter...
2013-08-02 20:25:16 configuring api remoting perf counter...
2013-08-02 20:25:16 bringing services online...
2013-08-02 20:25:16 checking initialization status...
2013-08-02 20:25:17 database needs initialization.
2013-08-02 20:25:17 startserver starting...
2013-08-02 20:25:17 generating encryption key write registry...
2013-08-02 20:25:17 generating encryption key write database...
2013-08-02 20:25:18 generating encryption key succeeded...
2013-08-02 20:25:18 setting wsusservice autostart...
2013-08-02 20:25:18 wsusservice set autostart.
2013-08-02 20:25:18 starting wsusservice...
2013-08-02 20:25:18 failed start wsusservice. exception: system.invalidoperationexception: cannot start service wsusservice on computer '.'. ---> system.componentmodel.win32exception: dependency service or group failed start
--- end of inner exception stack trace ---
at system.serviceprocess.servicecontroller.start(string[] args)
at microsoft.updateservices.setup.startserver.startserver.startandconfigureservice()
2013-08-02 20:25:18 importing default detectoids.
2013-08-02 20:25:18 importing criticalupdates.xml...
2013-08-02 20:25:18 importing drivers.xml...
2013-08-02 20:25:18 importing featurepacks.xml...
2013-08-02 20:25:18 importing microsoftcorporation.xml...
2013-08-02 20:25:18 importing securityupdates.xml...
2013-08-02 20:25:18 importing servicepacks.xml...
2013-08-02 20:25:18 importing tools.xml...
2013-08-02 20:25:18 importing updaterollups.xml...
2013-08-02 20:25:18 importing updates.xml...
2013-08-02 20:25:18 importing windows.xml...
2013-08-02 20:25:18 importing windows2000family.xml...
2013-08-02 20:25:18 importing windowsserver2003datacenteredition.xml...
2013-08-02 20:25:18 importing windowsserver2003family.xml...
2013-08-02 20:25:18 importing windowsxpfamily.xml...
2013-08-02 20:25:18 importing localpublisher.xml...
2013-08-02 20:25:18 importing locallypublishedpackages.xml...
2013-08-02 20:25:18 importing applications.xml...
2013-08-02 20:25:18 importing exchange.xml...
2013-08-02 20:25:18 importing office.xml...
2013-08-02 20:25:18 importing sql.xml...
2013-08-02 20:25:18 importing exchange2000server.xml...
2013-08-02 20:25:18 importing exchangeserver2003.xml...
2013-08-02 20:25:18 importing officexp.xml...
2013-08-02 20:25:18 importing office2003.xml...
2013-08-02 20:25:18 importing sqlserver.xml...
2013-08-02 20:25:18 importing windowsxp64biteditionversion2003.xml...
2013-08-02 20:25:18 importing definitionupdatesusxml.xml...
2013-08-02 20:25:18 importing clientservicingapidetectoid.xml...
2013-08-02 20:25:18 importing default detectoids succeeded.
2013-08-02 20:25:18 creating default subscription.
2013-08-02 20:25:18 instantiating updateserver
2013-08-02 20:25:20 createdefaultsubscription failed. exception: system.invalidoperationexception: client found response content type of 'text/html; charset=utf-8', expected 'text/xml'.
request failed error message:
--
<!doctype html>
<html>
<head>
<title>compilation error</title>
<meta name="viewport" content="width=device-width" />
<style>
body {font-family:"verdana";font-weight:normal;font-size: .7em;color:black;}
p {font-family:"verdana";font-weight:normal;color:black;margin-top: -5px}
b {font-family:"verdana";font-weight:bold;color:black;margin-top: -5px}
h1 { font-family:"verdana";font-weight:normal;font-size:18pt;color:red }
h2 { font-family:"verdana";font-weight:normal;font-size:14pt;color:maroon }
pre {font-family:"consolas","lucida console",monospace;font-size:11pt;margin:0;padding:0.5em;line-height:14pt}
.marker {font-weight: bold; color: black;text-decoration: none;}
.version {color: gray;}
.error {margin-bottom: 10px;}
.expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
@media screen , (max-width: 639px) {
pre { width: 440px; overflow: auto; white-space: pre-wrap; word-wrap: break-word; }
}
@media screen , (max-width: 479px) {
pre { width: 280px; }
}
</style>
</head>
<body bgcolor="white">
<span><h1>server error in '/apiremoting30' application.<hr width=100% size=1 color=silver></h1>
<h2> <i>compilation error</i> </h2></span>
<font face="arial, helvetica, geneva, sunsans-regular, sans-serif ">
<b> description: </b>an error occurred during compilation of resource required service request. please review following specific error details , modify source code appropriately.
<br><br>
<b> compiler error message: </b>cvt1108: cannot open c:\windows\temp\res27da.tmp writing<br><br>
<b>source error:</b><br><br>
<table width=100% bgcolor="#ffffcc">
<tr><td>
</td></tr>
<tr>
<td>
<code><pre>
[no relevant source lines]</pre></code>
</td>
</tr>
</table>
<br>
<b>source file:</b>
<b>line:</b> 0
<br><br>
<br><div class="expandable" onclick="ontoggletoclevel1('compileroutputdiv')">show detailed compiler output:</div>
<div id="compileroutputdiv" style="display: none;">
<br><table width=100% bgcolor="#ffffcc">
<tr>
<td>
<code><pre>
c:\windows\system32\inetsrv> "c:\windows\microsoft.net\framework64\v4.0.30319\csc.exe" /t:library /utf8output /r:"c:\windows\microsoft.net\assembly\gac_msil\system.identitymodel\v4.0_4.0.0.0__b77a5c561934e089\system.identitymodel.dll" /r:"c:\windows\microsoft.net\assembly\gac_msil\system.web.applicationservices\v4.0_4.0.0.0__31bf3856ad364e35\system.web.applicationservices.dll" /r:"c:\windows\microsoft.net\assembly\gac_msil\system.web.services\v4.0_4.0.0.0__b03f5f7f11d50a3a\system.web.services.dll" /r:"c:\windows\microsoft.net\assembly\gac_msil\system.core\v4.0_4.0.0.0__b77a5c561934e089\system.core.dll" /r:"c:\windows\microsoft.net\assembly\gac_msil\system.web.dynamicdata\v4.0_4.0.0.0__31bf3856ad364e35\system.web.dynamicdata.dll" /r:"c:\windows\microsoft.net\assembly\gac_msil\system\v4.0_4.0.0.0__b77a5c561934e089\system.dll" /r:"c:\windows\microsoft.net\assembly\gac_msil\system.runtime.serialization\v4.0_4.0.0.0__b77a5c561934e089\system.runtime.serialization.dll" /r:"c:\windows\microsoft.net\assembly\gac_msil\system.web.extensions\v4.0_4.0.0.0__31bf3856ad364e35\system.web.extensions.dll" /r:"c:\windows\microsoft.net\assembly\gac_msil\system.servicemodel.activation\v4.0_4.0.0.0__31bf3856ad364e35\system.servicemodel.activation.dll" /r:"c:\windows\microsoft.net\assembly\gac_64\system.web\v4.0_4.0.0.0__b03f5f7f11d50a3a\system.web.dll" /r:"c:\windows\microsoft.net\assembly\gac_msil\system.servicemodel.web\v4.0_4.0.0.0__31bf3856ad364e35\system.servicemodel.web.dll" /r:"c:\windows\microsoft.net\assembly\gac_msil\microsoft.csharp\v4.0_4.0.0.0__b03f5f7f11d50a3a\microsoft.csharp.dll" /r:"c:\windows\microsoft.net\framework64\v4.0.30319\mscorlib.dll" /r:"c:\windows\microsoft.net\assembly\gac_msil\system.data.datasetextensions\v4.0_4.0.0.0__b77a5c561934e089\system.data.datasetextensions.dll" /r:"c:\windows\microsoft.net\assembly\gac_msil\system.servicemodel.activities\v4.0_4.0.0.0__31bf3856ad364e35\system.servicemodel.activities.dll" /r:"c:\windows\microsoft.net\assembly\gac_msil\system.configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\system.configuration.dll" /r:"c:\windows\microsoft.net\assembly\gac_msil\system.drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a\system.drawing.dll" /r:"c:\windows\microsoft.net\assembly\gac_msil\system.xml.linq\v4.0_4.0.0.0__b77a5c561934e089\system.xml.linq.dll" /r:"c:\windows\microsoft.net\assembly\gac_msil\system.xml\v4.0_4.0.0.0__b77a5c561934e089\system.xml.dll" /r:"c:\windows\microsoft.net\assembly\gac_64\system.enterpriseservices\v4.0_4.0.0.0__b03f5f7f11d50a3a\system.enterpriseservices.dll" /r:"c:\windows\microsoft.net\assembly\gac_msil\system.activities\v4.0_4.0.0.0__31bf3856ad364e35\system.activities.dll" /r:"c:\windows\microsoft.net\assembly\gac_msil\system.servicemodel\v4.0_4.0.0.0__b77a5c561934e089\system.servicemodel.dll" /r:"c:\windows\microsoft.net\framework64\v4.0.30319\temporary asp.net files\apiremoting30\ddfb6f17\aaff6fcd\assembly\dl3\2e3da87d\cc19a1d2_e96acd01\microsoft.updateservices.webservices.apiremoting.dll" /r:"c:\windows\microsoft.net\assembly\gac_msil\system.workflowservices\v4.0_4.0.0.0__31bf3856ad364e35\system.workflowservices.dll" /r:"c:\windows\microsoft.net\assembly\gac_64\system.data\v4.0_4.0.0.0__b77a5c561934e089\system.data.dll" /r:"c:\windows\microsoft.net\assembly\gac_msil\system.componentmodel.dataannotations\v4.0_4.0.0.0__31bf3856ad364e35\system.componentmodel.dataannotations.dll" /out:"c:\windows\microsoft.net\framework64\v4.0.30319\temporary asp.net files\apiremoting30\ddfb6f17\aaff6fcd\app_global.asax.wuflexk9.dll" /debug- /optimize+ /w:4 /nowarn:1659;1699;1701;612;618 /warnaserror- "c:\windows\microsoft.net\framework64\v4.0.30319\temporary asp.net files\apiremoting30\ddfb6f17\aaff6fcd\app_global.asax.wuflexk9.0.cs" "c:\windows\microsoft.net\framework64\v4.0.30319\temporary asp.net files\apiremoting30\ddfb6f17\aaff6fcd\app_global.asax.wuflexk9.1.cs"
cvtres : fatal error cvt1108: cannot open c:\windows\temp\res27da.tmp writing
microsoft (r) visual c# compiler version 4.0.30319.17929
microsoft (r) .net framework 4.5
copyright (c) microsoft corporation. rights reserved.
error cs1583: 'c:\windows\microsoft.net\framework64\v4.0.30319\temporary asp.net files\apiremoting30\ddfb6f17\aaff6fcd\csceb19476bd60e442497c27fe5d2dbe4da.tmp' not valid win32 resource file
</pre></code>
</td>
</tr>
</table>
</div>
<script type="text/javascript">
function ontoggletoclevel1(level2id)
{
var elemlevel2 = document.getelementbyid(level2id);
if (elemlevel2.style.display == 'none')
{
elemlevel2.style.display = '';
}
else {
elemlevel2.style.display = 'none';
}
}
</script>
<br><br>
<hr width=100% size=1 color=silver>
<b>version information:</b> microsoft .net framework version:4.0.30319; asp.net version:4.0.30319.17929
</font>
</body>
</html>
<!--
[httpcompileexception]: (0): error cvt1108: cannot open c:\windows\temp\res27da.tmp writing
at system.web.compilation.assemblybuilder.compile()
at system.web.compilation.applicationbuildprovider.getglobalasaxbuildresult(boolean isprecompiledapp)
at system.web.compilation.buildmanager.compileglobalasax()
at system.web.compilation.buildmanager.ensuretoplevelfilescompiled()
at system.web.hosting.hostingenvironment.initialize(applicationmanager appmanager, iapplicationhost apphost, iconfigmappathfactory configmappathfactory, hostingenvironmentparameters hostingparameters, policylevel policylevel, exception appdomaincreationexception)
[httpexception]: (0): error cvt1108: cannot open c:\windows\temp\res27da.tmp writing
at system.web.httpruntime.firstrequestinit(httpcontext context)
at system.web.httpruntime.ensurefirstrequestinit(httpcontext context)
at system.web.httpruntime.processrequestnotificationprivate(iis7workerrequest wr, httpcontext context)
-->
--.
at system.web.services.protocols.soaphttpclientprotocol.readresponse(soapclientmessage message, webresponse response, stream responsestream, boolean asynccall)
at system.web.services.protocols.soaphttpclientprotocol.invoke(string methodname, object[] parameters)
at microsoft.updateservices.internal.apiremoting.getserverversion()
at microsoft.updateservices.internal.databaseaccess.admindataaccessproxy.getserverversion()
at microsoft.updateservices.internal.baseapi.updateserver.createupdateserver(string servername, boolean usesecureconnection, int32 portnumber)
at microsoft.updateservices.internal.baseapi.updateserver..ctor(boolean bypassapiremoting)
at microsoft.updateservices.setup.startserver.startserver.createdefaultsubscription()
2013-08-02 20:25:20 startserver encountered errors. exception=client found response content type of 'text/html; charset=utf-8', expected 'text/xml'.
request failed error message:
--
<!doctype html>
<html>
<head>
<title>compilation error</title>
<meta name="viewport" content="width=device-width" />
<style>
body {font-family:"verdana";font-weight:normal;font-size: .7em;color:black;}
p {font-family:"verdana";font-weight:normal;color:black;margin-top: -5px}
b {font-family:"verdana";font-weight:bold;color:black;margin-top: -5px}
h1 { font-family:"verdana";font-weight:normal;font-size:18pt;color:red }
h2 { font-family:"verdana";font-weight:normal;font-size:14pt;color:maroon }
pre {font-family:"consolas","lucida console",monospace;font-size:11pt;margin:0;padding:0.5em;line-height:14pt}
.marker {font-weight: bold; color: black;text-decoration: none;}
.version {color: gray;}
.error {margin-bottom: 10px;}
.expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
@media screen , (max-width: 639px) {
pre { width: 440px; overflow: auto; white-space: pre-wrap; word-wrap: break-word; }
}
@media screen , (max-width: 479px) {
pre { width: 280px; }
}
</style>
</head>
<body bgcolor="white">
<span><h1>server error in '/apiremoting30' application.<hr width=100% size=1 color=silver></h1>
<h2> <i>compilation error</i> </h2></span>
<font face="arial, helvetica, geneva, sunsans-regular, sans-serif ">
<b> description: </b>an error occurred during compilation of resource required service request. please review following specific error details , modify source code appropriately.
<br><br>
<b> compiler error message: </b>cvt1108: cannot open c:\windows\temp\res27da.tmp writing<br><br>
<b>source error:</b><br><br>
<table width=100% bgcolor="#ffffcc">
<tr><td>
</td></tr>
<tr>
<td>
<code><pre>
[no relevant source lines]</pre></code>
</td>
</tr>
</table>
<br>
<b>source file:</b>
<b>line:</b> 0
<br><br>
<br><div class="expandable" onclick="ontoggletoclevel1('compileroutputdiv')">show detailed compiler output:</div>
<div id="compileroutputdiv" style="display: none;">
<br><table width=100% bgcolor="#ffffcc">
<tr>
<td>
<code><pre>
c:\windows\system32\inetsrv> "c:\windows\microsoft.net\framework64\v4.0.30319\csc.exe" /t:library /utf8output /r:"c:\windows\microsoft.net\assembly\gac_msil\system.identitymodel\v4.0_4.0.0.0__b77a5c561934e089\system.identitymodel.dll" /r:"c:\windows\microsoft.net\assembly\gac_msil\system.web.applicationservices\v4.0_4.0.0.0__31bf3856ad364e35\system.web.applicationservices.dll" /r:"c:\windows\microsoft.net\assembly\gac_msil\system.web.services\v4.0_4.0.0.0__b03f5f7f11d50a3a\system.web.services.dll" /r:"c:\windows\microsoft.net\assembly\gac_msil\system.core\v4.0_4.0.0.0__b77a5c561934e089\system.core.dll" /r:"c:\windows\microsoft.net\assembly\gac_msil\system.web.dynamicdata\v4.0_4.0.0.0__31bf3856ad364e35\system.web.dynamicdata.dll" /r:"c:\windows\microsoft.net\assembly\gac_msil\system\v4.0_4.0.0.0__b77a5c561934e089\system.dll" /r:"c:\windows\microsoft.net\assembly\gac_msil\system.runtime.serialization\v4.0_4.0.0.0__b77a5c561934e089\system.runtime.serialization.dll" /r:"c:\windows\microsoft.net\assembly\gac_msil\system.web.extensions\v4.0_4.0.0.0__31bf3856ad364e35\system.web.extensions.dll" /r:"c:\windows\microsoft.net\assembly\gac_msil\system.servicemodel.activation\v4.0_4.0.0.0__31bf3856ad364e35\system.servicemodel.activation.dll" /r:"c:\windows\microsoft.net\assembly\gac_64\system.web\v4.0_4.0.0.0__b03f5f7f11d50a3a\system.web.dll" /r:"c:\windows\microsoft.net\assembly\gac_msil\system.servicemodel.web\v4.0_4.0.0.0__31bf3856ad364e35\system.servicemodel.web.dll" /r:"c:\windows\microsoft.net\assembly\gac_msil\microsoft.csharp\v4.0_4.0.0.0__b03f5f7f11d50a3a\microsoft.csharp.dll" /r:"c:\windows\microsoft.net\framework64\v4.0.30319\mscorlib.dll" /r:"c:\windows\microsoft.net\assembly\gac_msil\system.data.datasetextensions\v4.0_4.0.0.0__b77a5c561934e089\system.data.datasetextensions.dll" /r:"c:\windows\microsoft.net\assembly\gac_msil\system.servicemodel.activities\v4.0_4.0.0.0__31bf3856ad364e35\system.servicemodel.activities.dll" /r:"c:\windows\microsoft.net\assembly\gac_msil\system.configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\system.configuration.dll" /r:"c:\windows\microsoft.net\assembly\gac_msil\system.drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a\system.drawing.dll" /r:"c:\windows\microsoft.net\assembly\gac_msil\system.xml.linq\v4.0_4.0.0.0__b77a5c561934e089\system.xml.linq.dll" /r:"c:\windows\microsoft.net\assembly\gac_msil\system.xml\v4.0_4.0.0.0__b77a5c561934e089\system.xml.dll" /r:"c:\windows\microsoft.net\assembly\gac_64\system.enterpriseservices\v4.0_4.0.0.0__b03f5f7f11d50a3a\system.enterpriseservices.dll" /r:"c:\windows\microsoft.net\assembly\gac_msil\system.activities\v4.0_4.0.0.0__31bf3856ad364e35\system.activities.dll" /r:"c:\windows\microsoft.net\assembly\gac_msil\system.servicemodel\v4.0_4.0.0.0__b77a5c561934e089\system.servicemodel.dll" /r:"c:\windows\microsoft.net\framework64\v4.0.30319\temporary asp.net files\apiremoting30\ddfb6f17\aaff6fcd\assembly\dl3\2e3da87d\cc19a1d2_e96acd01\microsoft.updateservices.webservices.apiremoting.dll" /r:"c:\windows\microsoft.net\assembly\gac_msil\system.workflowservices\v4.0_4.0.0.0__31bf3856ad364e35\system.workflowservices.dll" /r:"c:\windows\microsoft.net\assembly\gac_64\system.data\v4.0_4.0.0.0__b77a5c561934e089\system.data.dll" /r:"c:\windows\microsoft.net\assembly\gac_msil\system.componentmodel.dataannotations\v4.0_4.0.0.0__31bf3856ad364e35\system.componentmodel.dataannotations.dll" /out:"c:\windows\microsoft.net\framework64\v4.0.30319\temporary asp.net files\apiremoting30\ddfb6f17\aaff6fcd\app_global.asax.wuflexk9.dll" /debug- /optimize+ /w:4 /nowarn:1659;1699;1701;612;618 /warnaserror- "c:\windows\microsoft.net\framework64\v4.0.30319\temporary asp.net files\apiremoting30\ddfb6f17\aaff6fcd\app_global.asax.wuflexk9.0.cs" "c:\windows\microsoft.net\framework64\v4.0.30319\temporary asp.net files\apiremoting30\ddfb6f17\aaff6fcd\app_global.asax.wuflexk9.1.cs"
cvtres : fatal error cvt1108: cannot open c:\windows\temp\res27da.tmp writing
microsoft (r) visual c# compiler version 4.0.30319.17929
microsoft (r) .net framework 4.5
copyright (c) microsoft corporation. rights reserved.
error cs1583: 'c:\windows\microsoft.net\framework64\v4.0.30319\temporary asp.net files\apiremoting30\ddfb6f17\aaff6fcd\csceb19476bd60e442497c27fe5d2dbe4da.tmp' not valid win32 resource file
</pre></code>
</td>
</tr>
</table>
</div>
<script type="text/javascript">
function ontoggletoclevel1(level2id)
{
var elemlevel2 = document.getelementbyid(level2id);
if (elemlevel2.style.display == 'none')
{
elemlevel2.style.display = '';
}
else {
elemlevel2.style.display = 'none';
}
}
</script>
<br><br>
<hr width=100% size=1 color=silver>
<b>version information:</b> microsoft .net framework version:4.0.30319; asp.net version:4.0.30319.17929
</font>
</body>
</html>
<!--
[httpcompileexception]: (0): error cvt1108: cannot open c:\windows\temp\res27da.tmp writing
at system.web.compilation.assemblybuilder.compile()
at system.web.compilation.applicationbuildprovider.getglobalasaxbuildresult(boolean isprecompiledapp)
at system.web.compilation.buildmanager.compileglobalasax()
at system.web.compilation.buildmanager.ensuretoplevelfilescompiled()
at system.web.hosting.hostingenvironment.initialize(applicationmanager appmanager, iapplicationhost apphost, iconfigmappathfactory configmappathfactory, hostingenvironmentparameters hostingparameters, policylevel policylevel, exception appdomaincreationexception)
[httpexception]: (0): error cvt1108: cannot open c:\windows\temp\res27da.tmp writing
at system.web.httpruntime.firstrequestinit(httpcontext context)
at system.web.httpruntime.ensurefirstrequestinit(httpcontext context)
at system.web.httpruntime.processrequestnotificationprivate(iis7workerrequest wr, httpcontext context)
-->
--.
2013-08-02 20:25:20 microsoft.updateservices.administration.commandexception: failed start , configure wsus service
at microsoft.updateservices.administration.postinstall.run()
at microsoft.updateservices.administration.postinstall.execute(string[] arguments)
indeed, log file bit "undrinkable" , reading it, thing i've found wuau failed write in c:\ folder :
compiler error message: cvt1108: cannot open c:\windows\temp\res27da.tmp writingmaybe because of right elevation requested.
specifically i'd bet on well-documented , regularly discussed requirement nt authority\network service account have full control permissions on these 2 folders:
- %windir%\temp
- %windir%\microsoft.net\framework\v4.0.30319\temporary asp.net files
lawrence garvin, m.s., mcitp:ea, mcdba, mcsa
solarwinds head geek
microsoft mvp - software packaging, deployment & servicing (2005-2013)
mvp profile: http://mvp.support.microsoft.com/profile/lawrence.garvin
http://www.solarwinds.com/gotmicrosoft
the views expressed on post mine , not reflect views of solarwinds.
Windows Server > WSUS
Comments
Post a Comment