search for: werr_printer_already_exist

Displaying 2 results from an estimated 2 matches for "werr_printer_already_exist".

2002 May 29
1
BUG: when using 'addprinter command'
...addprinterex_level_2 ----- if ((snum = print_queue_snum(printer->info_2->sharename)) != -1) { DEBUG(5, ("_spoolss_addprinterex: Attempted to add a printer named [%s] when one already existed!\n", printer->info_2->sharename)); free_a_printer(&printer, 2); return WERR_PRINTER_ALREADY_EXISTS; } if (*lp_addprinter_cmd() ) if ( !add_printer_hook(printer) ) { free_a_printer(&printer,2); return WERR_ACCESS_DENIED; } slprintf(name, sizeof(name)-1, "\\\\%s\\%s", get_called_name(), printer->info_2->sharename); if ((snum = print_queue_snum(prin...
2002 Aug 11
0
Problems installing printerdriver after successful upload to samba-2.2.5
...blic = yes print command = lpr -l -r -P %p %s Here is the output http://134.93.42.1/~lard/output1.txt or http://134.93.134.124/~thomas/output1.txt or at http://plantage.dynodns.net/~lard/output1.txt Hopefully on of the 3 locations will be online. If I just redo the same command I get the WERR_PRINTER_ALREADY_EXISTS error-message. You can see the result here: http://134.93.42.1/~lard/output2.txt or http://134.93.134.124/~thomas/output2.txt or at http://plantage.dynodns.net/~lard/output2.txt But it looks more or less ok: debian:/scratch/W32X86# rpcclient debian -d 1 -A /scratch/authfile.txt -c "enumdri...