Job is failing when try to run with cli command

When I am trying to run the jobs from cli, it is getting failed with below error.
Current cryoSPARC version: v4.1.1+221221

cryosparcm cli “enqueue_job(‘P1’, ‘J32’, ‘g5-quadgpu-queue’, ‘cryosparcadmin’)”
Error for “enqueue_job” with params (‘P1’, ‘J32’, ‘g5-quadgpu-queue’, ‘cryosparcadmin’):
ServerError: User with ID cryosparcadmin not found
Traceback (most recent call last):
File “/apps/cryosparc/v4.1.1_221221/cryosparc_master/cryosparc_command/commandcommon.py”, line 200, in wrapper
res = func(*args, **kwargs)
File “/apps/cryosparc/v4.1.1_221221/cryosparc_master/cryosparc_command/commandcommon.py”, line 266, in wrapper
return func(*args, **kwargs)
File “/apps/cryosparc/v4.1.1_221221/cryosparc_master/cryosparc_command/command_core/init.py”, line 7044, in enqueue_job
verify_enqueue_job_perms(user_id, lane)
File “/apps/cryosparc/v4.1.1_221221/cryosparc_master/cryosparc_command/command_core/init.py”, line 7066, in verify_enqueue_job_perms
assert user, f"User with ID {user_id} not found"
AssertionError: User with ID cryosparcadmin not found

The user_id parameter needs to be given as a character sequence as shown in the guide example. You can obtain that character sequence with the
cryosparcm cli "get_id_by_email('user@domain.com')" command. The email address must exist in the CryoSPARC instance’s user database:
cryosparcm listusers

2 posts were split to a new topic: /bin/sh: sbatch: command not found