Hai,
When I try to change a network user's password using ADSI's IADsUser->ChangePassword(), the server machine where my application is running is getting rebooted.
- Error code during IADsUser->ChangePassword() = ERROR_CODE=800706ba :The RPC server is unavailable.
- RPC related services are working properly on the Domain controller. Also I haven't made changes to RPC service or ports.
Few event logs related to the incident before the restart,
- Event ID: 5000, Error, LSA(LsaSrv) - (system log) - The security package MICROSOFT_AUTHENTICATION_PACKAGE_V1_0 generated an exception.
- Event ID: 1074, Info, User32(source) - (system log) - The process winint.exe has initiated the restart of computer on behalf of user for the following reason. Reason code : 0x50006, Comment: The System process 'C:\Windows\system32\lsass.exe' terminated unexpectedly with status code 255.
- Event ID: 1000, Error - (application log) - Faulty application name: lsass.exe(c:\Windows\system32\), version: 6.2.9200.20521; Faulty module name : msv1_0.DLL(c:\Windows\system32\), version: 6.2.9200.22978; Exception code: 0xc0000005
The log message are obtained when trying this in a Windows Server 2012 machine.
Any help would be appreciated as it seems a critical issue due to the reboot of the server machine.