SAM failed to write changes to the database 問題處理

来源:https://www.cnblogs.com/ooflyoo/archive/2018/08/14/9474119.html
-Advertisement-
Play Games

問題: Windows Storage Server 2012 R2 發佈NAS服務,客戶創建用戶和組時報錯,事件查看器系統日誌下報錯Event ID 12288,內容如下: SAM failed to write changes to the database. This is most like ...


問題:

Windows Storage Server 2012 R2 發佈NAS服務,客戶創建用戶和組時報錯,事件查看器系統日誌下報錯Event ID 12288,內容如下:

SAM failed to write changes to the database. This is most likely due to a
memory or disk-space shortage. The SAM database will be restored to an
earlier state. Recent changes will be lost. Check the disk-space available
and maximum pagefile size setting.

問題排查:

客戶運行數據恢復軟體,64G記憶體占用59G,pagfile 13G。根據官方12288事件介紹

建議客戶關閉恢復軟體,釋放記憶體及緩衝文件。

問題解決:

客戶關閉恢復軟體,待1小時後,可以正常創建用戶和組

參考鏈接:

http://kb.eventtracker.com/evtpass/evtPages/EventId_12288_SAM_48839.asp

Event Id
12288

Source
SAM

Description
SAM failed to write changes to the database. This is most likely due to a memory or disk-space shortage. The SAM database will be restored to an earlier state. Recent changes will be lost. Check the disk-space available, maximum size setting, and maximum registry size setting.

Event Information
According to Microsoft:
CAUSE:
This behavior occurs because the hard disk containing the %SystemRoot% folder is severely short of drive space. The physical RAM is depleted and the lack of free hard disk space does not allow Windows NT memory management to page less-used work out to the hard disk.
Additionally, the Pagefile.sys file is either not large enough or is severely fragmented. This causes the "out of virtual memory" error message on the server console. This may also cause users to experience problems when they attempt to change their password or gain access to the network.
RESOLUTION:
To resolve this issue, free up disk space for the operating system to function properly.Free up disk space on the affected drive on which the Pagefile.sys file is located. To free disk space on the boot partition, you can choose to move the Pagefile.sys file to another drive.You can gain additional space by moving files to other drives or deleting unnecessary files from the Temp folders. Purging the Temporary Internet Files folder of its contents can also free a considerable amount of space.

Reference Links
Event ID 12288 and 5705 on Primary Domain Controller Because Hard Disk Is Full on SystemRoot Drive
Event ID 12288 with Windows NT Server 3.51


您的分享是我們最大的動力!

-Advertisement-
Play Games
更多相關文章
  • 使用雨後清風重裝系統之後的小伙伴們可能會發現了,電腦重啟之後會有一個黑色的界面裡面會有幾個選項,比如win10/win7/xp 當然也有我們“雨後清風本地安裝環境”這個菜單,需要我們按下回車之後才可以進入系統。 可能有的小伙伴不太瞭解或者不太放心,其實這個叫操作系統的引導選項,是啟動電腦很重要的一步 ...
  • 通用: 拷貝相當於window下的複製非蘋果鍵盤(command == win option == alt control == ctrl)Command + C 拷貝(Copy)Command + V 粘貼Command + A 全選(All)Command + S 保存(Save)Command ...
  • 雨後清風重裝助手界面簡潔功能明瞭,操作簡單,專為小白用戶重裝系統這一煩惱服務,集系統下載,數據備份系統安裝於一體,可視化面板,告別複雜的裝機界面,讓重裝系統更加輕鬆。 今天我們就來和大家聊聊怎麼使用雨後清風重裝助手來重新安裝Windows系統。 第一步我們先打開onekeyupan.com下載雨後清 ...
  • 電腦反應慢,軟體運行卡頓,關鍵時刻無響應!!!心情瞬間不好了,重裝大法好,扔掉臃腫的舊系統!安裝好系統裝機助手,體驗一個不一樣的系統!今天我們就帶大家瞭解一下如何使用好系統重裝助手安裝windows系統 首先呢,先去好系統官網下載好系統重裝助手。 然後安裝,雙擊下載好的好系統重裝助手.EXE文件,點 ...
  • #!/bin/bash#Auth:Darius#自動化安裝dhcp服務#"$1"為測試IP,用來查看IP段是否能通eno=`ifconfig|awk '{print $1}'|head -1|awk -F ":" '{print $1}'`file=/etc/sysconfig/network-sc ...
  • 按網上版本,沒能運行成功,主要是環境變數里路徑設置錯誤,紅字為更改的部分 blatSrc35.zip下載地址:http://users.soe.ucsc.edu/~kent/src/ 對於下載好的源代碼安裝包blatSrc35.zip,需進行編譯,安裝過程如下: 1.用unzip blatSrc35 ...
  • 在有些需求當中我們需要抓取欄位並且填充到excel表格裡面,最後將excel表格轉換成pdf格式進行輸出,我第一次接觸這個需求時,碰到幾個比較棘手的問題,現在一一列出並且提供解決方案。 1:excel轉pdf出現亂碼: 第一次excel轉pdf是成功的,第二次開始後面皆是亂碼,是因為我的pdf轉ex ...
  • #!/bin/bash#Auth:Darius#CentOS_7配置實驗環境eno=`ifconfig|awk '{print $1}'|head -1|awk -F ":" '{print $1}'`file=/etc/sysconfig/network-scripts/ifcfg-$enodir ...
一周排行
    -Advertisement-
    Play Games
  • 移動開發(一):使用.NET MAUI開發第一個安卓APP 對於工作多年的C#程式員來說,近來想嘗試開發一款安卓APP,考慮了很久最終選擇使用.NET MAUI這個微軟官方的框架來嘗試體驗開發安卓APP,畢竟是使用Visual Studio開發工具,使用起來也比較的順手,結合微軟官方的教程進行了安卓 ...
  • 前言 QuestPDF 是一個開源 .NET 庫,用於生成 PDF 文檔。使用了C# Fluent API方式可簡化開發、減少錯誤並提高工作效率。利用它可以輕鬆生成 PDF 報告、發票、導出文件等。 項目介紹 QuestPDF 是一個革命性的開源 .NET 庫,它徹底改變了我們生成 PDF 文檔的方 ...
  • 項目地址 項目後端地址: https://github.com/ZyPLJ/ZYTteeHole 項目前端頁面地址: ZyPLJ/TreeHoleVue (github.com) https://github.com/ZyPLJ/TreeHoleVue 目前項目測試訪問地址: http://tree ...
  • 話不多說,直接開乾 一.下載 1.官方鏈接下載: https://www.microsoft.com/zh-cn/sql-server/sql-server-downloads 2.在下載目錄中找到下麵這個小的安裝包 SQL2022-SSEI-Dev.exe,運行開始下載SQL server; 二. ...
  • 前言 隨著物聯網(IoT)技術的迅猛發展,MQTT(消息隊列遙測傳輸)協議憑藉其輕量級和高效性,已成為眾多物聯網應用的首選通信標準。 MQTTnet 作為一個高性能的 .NET 開源庫,為 .NET 平臺上的 MQTT 客戶端與伺服器開發提供了強大的支持。 本文將全面介紹 MQTTnet 的核心功能 ...
  • Serilog支持多種接收器用於日誌存儲,增強器用於添加屬性,LogContext管理動態屬性,支持多種輸出格式包括純文本、JSON及ExpressionTemplate。還提供了自定義格式化選項,適用於不同需求。 ...
  • 目錄簡介獲取 HTML 文檔解析 HTML 文檔測試參考文章 簡介 動態內容網站使用 JavaScript 腳本動態檢索和渲染數據,爬取信息時需要模擬瀏覽器行為,否則獲取到的源碼基本是空的。 本文使用的爬取步驟如下: 使用 Selenium 獲取渲染後的 HTML 文檔 使用 HtmlAgility ...
  • 1.前言 什麼是熱更新 游戲或者軟體更新時,無需重新下載客戶端進行安裝,而是在應用程式啟動的情況下,在內部進行資源或者代碼更新 Unity目前常用熱更新解決方案 HybridCLR,Xlua,ILRuntime等 Unity目前常用資源管理解決方案 AssetBundles,Addressable, ...
  • 本文章主要是在C# ASP.NET Core Web API框架實現向手機發送驗證碼簡訊功能。這裡我選擇是一個互億無線簡訊驗證碼平臺,其實像阿裡雲,騰訊雲上面也可以。 首先我們先去 互億無線 https://www.ihuyi.com/api/sms.html 去註冊一個賬號 註冊完成賬號後,它會送 ...
  • 通過以下方式可以高效,並保證數據同步的可靠性 1.API設計 使用RESTful設計,確保API端點明確,並使用適當的HTTP方法(如POST用於創建,PUT用於更新)。 設計清晰的請求和響應模型,以確保客戶端能夠理解預期格式。 2.數據驗證 在伺服器端進行嚴格的數據驗證,確保接收到的數據符合預期格 ...