IJobServiceSetJobMaintainer Method |
Namespace: Dundas.BI.Scheduling
Exception | Condition |
---|---|
ArgumentException | jobId is Empty.
-or- accountId is Empty. |
NotFoundException | Account not found. -or- The specified job was not found or has been deleted. |
InvalidOperationException | An attempt was made to set the maintainer on a child job. -or- An attempt was made to set a maintainer belonging to one tenant on a job belonging to another tenant. -or- An attempt was made to set a maintainer belonging to a tenant on a job that does not belong to any tenant. |
NoPrivilegeException | The caller does not have permission to save the job. |
InvalidSessionException | The caller context is not associated with a valid session. |