HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
Re: [hylafax-users] 503 Permission denied. Cannot inherit from job 4
FOO SOON LOKE wrote:
Last Friday I try to fax out some document...
Any error has encountered:
===========================================================================
An error occured while submitting the fax job phone number "960281230"
( will try to submit the fax to the other numbers anyway):
503 Permission denied; cannot inherit from job 4.
===========================================================================
I got fax using "960281230" number before. It works... But on Friday
the HylaFAx encounter problem. May I know what causes the error above?
Is it the previous document has to deleted after it faxed out?
Here is the code associated with that error message:
if (!IS(PRIVILEGED) && the_user != curJob->owner) {
emsg = "Permission denied; cannot inherit from job " |
curJob->jobid;
return (false);
}
In other words, it appears that you're trying to re-use a document from
another user's job. This is only permitted if you're logged in with
administrative privileges.
Thanks,
Lee.
____________________ HylaFAX(tm) Users Mailing List _______________________
To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi
On UNIX: mail -s unsubscribe hylafax-users-request@xxxxxxxxxxx < /dev/null
*To learn about commercial HylaFAX(tm) support, mail sales@xxxxxxxxx*