Hi Jamshid,
Work through the article Ian posted
Status 0xC000006D
"STATUS_LOGON_FAILURE" "The attempted logon is invalid. This is either due to a bad username or authentication information."
Sub Status: 0xC0000064
"STATUS_NO_SUCH_USER" "The specified account does not exist"
Workstation Name: MLFSERVER - This is the machine from which the logon request came which in this case seems to be the same machine.
Source Network Address: -
It looks like you have cut some information out of the event so it is difficult to advise further.
Can you provide the full event information.
Can you also advise if this event is in the Domain Controller's log, on the server's log, or on the new workstations' logs.
However, from what you have provided, it could be a lot of things including....
- The new machines have not been added to the domain (not been added correctly).
- The user name entered on the logon screen is incorrect or incorrect format
- There is a service or scheduled task or some other automation on the workstaions which is using an incoorect user name to try and access server/services.
If it is not obvious from going through the referenced article in detail, I would recommend to have a look on the workstations' logs for other errors and warnings at or about the same time as the one you are looking at for further hints.
Good luck