Displaying 1 result from an estimated 1 matches for "spoolss_io_r_startdocprint".
Did you mean:
spoolss_io_r_startdocprinter
2004 Feb 18
0
Suddenly one printer stops to print
...ate_print_jobid(1843)
allocate_print_jobid: failed to allocate a print job for queue ISTR0017
[2004/02/18 18:25:01, 3] printing/printing.c:print_job_start(2011)
print_job_start: returning fail. Error = No space left on device
[2004/02/18 18:25:01, 5] rpc_parse/parse_prs.c:prs_debug(82)
000000 spoolss_io_r_startdocprinter
[2004/02/18 18:25:01, 5] rpc_parse/parse_prs.c:prs_uint32(635)
The failing function is allocate_print_jobid, with the following code
if (i > 2) {
DEBUG(0, ("allocate_print_jobid: failed to allocate a print job for queue %s\n",
printername ));
/* Probably full... */
errn...