...
- Open a Windows console window (
cmd.exe
) for the JobScheduler Agent account. - Use the following commands to add credentials for a target user:
Code Block | ||
---|---|---|
| ||
# 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.
...
Error Code: WINDOWS-1168
Code Block | theme | Confluence|||
---|---|---|---|---|
| ||||
Windows Credential Manager does not return an entry named 'MyCredentialsKey': WINDOWS-1168 (CredRead) Element not found. |
Code Block |
---|
...
|
...
| |||||
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.
...