Summary
Test Connection failed with "Could not impersonate the elevated user. LogonUser returned error code 1367", the Authentication is "Windows (specific account)"
Symptoms
Test Connection of the inventory system source connection failed with "Could not impersonate the elevated user. LogonUser returned error code 1367" error.
It configured that the Authentication is "Windows (specific account)".
Cause
Error 1367 is "A logon request contained an invalid logon type value". The test connection requests the network logon type. This is not an invalid logon type for database logon with impersonated logon request.
This error returns if the "Domain\" is not entered before the logon id.
Resolution
The Username value should be "Domain\Logon_ID".