Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This error message tells you that the credentials key that you added to the job configuration does not match a respective entry with the Crendential Manager. Possible reasons include wrong spelling or the fact that the credentials have not been added by the Agent account but by some different account.

 

Error Code: COM-80020009 Unsupported character in Windows user name

Code Block
languagejava
titleCOM-80020009 Unsupported character in Windows user name
COM-80020009 java.lang.IllegalArgumentException: requirement failed: Unsupported character in Windows user name: 'MYDOMAIN\JOBUSER'
  • The account for the target user can must be specified by Unicode characters and digits including space, comma_, - and @
  • For domain users specify the  user principal name (UPN) in the format username@DOMAIN

...