[7075]S32022: Failed to change domain affiliation, hr=8007052e Logon failure: unknown user name or b (NETIQKB45636)

  • 7745636
  • 02-Feb-2007
  • 23-Aug-2007

Resolution

fact
Domain Migration Administrator 7.2

symptom
[7075]S32022: Failed to change domain affiliation, hr=8007052e Logon failure: unknown user name or bad password.

cause
The exact cause for this issue is unknown at this time.

fix

As a workaround, use a Computer Post process script to reset the computer account password and allow the machine to successfully migrate.

To use a computer post process script to correct this issue:

  1. Paste the following text between the Sub Process and End Sub lines in the Computer Post VBScript window on the Scripting page of the migration settings:

    strPassword = Settings.get("CopiedAccount.TargetSam")
    strPassword = Replace(strPassword,"$","")
    strPassword = Lcase(strPassword)
    targetObject.setPassword strPassword

  2. Rerun the migration task or project.


Additional Information

Formerly known as NETIQKB45636