2013年5月30日 星期四
2013年5月26日 星期日
2013年5月23日 星期四
0x80070032 An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode
add to web.config
<configuration>
<system.webServer>
<validation validateIntegratedModeConfiguration="false"/>
</system.webServer>
</configuration>
The virtual machine could not be added. The virtual machine configuration could not be added. A configuration with this name already exists.
The virtual machine could not be added. The virtual machine configuration could not be added. A configuration with this name already exists.
solution :
http://support.microsoft.com/kb/555618/zh-tw
solution :
http://support.microsoft.com/kb/555618/zh-tw
2013年5月22日 星期三
Insufficient system resources exist to complete the requested service. Waiting 30 seconds... Retrying...
在windows server 2003上 複制100GB的檔案時出現以上錯誤,使用copy 或robocopy 或是滑鼠拖拉都失敗,想改7zip壓縮切slide再搬,7zip跑到半途也會fail.
依MS的solution, 在regedit加PoolUsageMaximum=60後測試看看
出現 ERROR 1130 (0x0000046A) Copying File ... Not enough server storage is available to process this command.
依MS的solution, 再改PoolUsageMaximum=40測試看看,結果亦無效,放棄拷背。
依MS的solution, 在regedit加PoolUsageMaximum=60後測試看看
出現 ERROR 1130 (0x0000046A) Copying File ... Not enough server storage is available to process this command.
依MS的solution, 再改PoolUsageMaximum=40測試看看,結果亦無效,放棄拷背。
訂閱:
文章 (Atom)