Versions Compared

Key

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

...

  • Use the following commands to add credentials for a target user:

    Code Block
    titleAdding credentials with the cmdkey.exe utility
     # Add credentials for a local user 
    cmdkey /generic:test-target /user:JOBUSER /pass:PASSWORD 
     
    # Add credentials for a domain user 
    cmdkey /generic:test-target /user:JOBUSER@DOMAIN /pass:PASSWORD 
     
    # Show a list of all credentials 
    cmdkey /list

Permissions

Permissions are required for the JobScheduler Agent account and for the target user of a job.

...

Credential Manager

Error Code: WINDOWS-1168

 

Code Block
themeConfluence
languagexml
titleEnglish: WINDOWS-1168
Windows Credential Manager does not return an entry named 'MyCredentialsKey': WINDOWS-1168 (CredRead) Element not found.

 

 

 

Code Block
titleGerman: WINDOWS-1168
Windows Credential Manager does not return an entry named 'MyCredentialsKey': WINDOWS-1168 (CredRead) Element nicht gefunden.

 

 

This error message tells you that the credentials key that you added to the job configuration does not match to 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 some different account.

...

 

The Agent account are not assigned the following permissions: 

  • Permission: SE_BACKUP_NAME

    • English: Back up files and directories
    • German: Sichern von Dateien und Verzeichnissen
  • Permission: SE_RESTORE_NAME

    • English: Restore files and directories
    • German: Wiederherstellen von Dateien und Verzeichnissen

Error Code: WINDOWS-5

Info
iconfalse
titleEnglish: WINDOWS-5
WINDOWS-5 (LoadUserProfile) Access is denied
Info
iconfalse
titleGerman: WINDOWS-5

WINDOWS-5 (LoadUserProfile) Zugriff verweigert

 

  • The job  is configured to load the target user profile but the Agent account is not assigned the Administrator role. 

  • This role is required for the Agent acount if the target user profile should be loaded.

...

Logging related errors

Error Message: Access is denied

...