2018年3月8日 星期四

Windows Server 2016 出現 Data Sharing Service service terminated with the following error: Event ID 7023

Windows Server 2016 
出現 Data Sharing Service service terminated with the following error:  Event ID 7023
造成系統無法登入 一直斷線
經上網google找到Technet 日本有說明如下
User Access Logging Service (UALSVC) と Data Sharing Service (DSSVC) を同時に開始できない問題につ
總而言之就是UALSVC 跟DSSVC會衝突
修改方法如下在cmd下面下下面兩個指令就可以解決此問題

Sc config ualsvc type=own
Sc config dssvc type=own

沒有留言: