Script functions reference > Script functions in alphabetical order > S > SetJobOwner

SetJobOwner
Syntax
SetJobOwner(owner);
owner 
Description
Sets the owner of the print job created by the Spool output connector.
The default job owner is the user that sends the job to the StreamServer, for example the file owner if the job is retrieved using a Directory input connector or the authenticated user if using an HTTP input connector.
You also need to specify the keyword SetJobOwner on the output connector.
Note:
This function does not affect the job metadata in the queue database. To change the metadata in the queue you must specify a job sender in Design Center.
See also CurrJobOwner.
Returns
N/A
Example
setjobowner("Susan");
OpenText StreamServe 5.6 Updated: 2013-03-01