search for: printerdriverdata

Displaying 11 results from an estimated 11 matches for "printerdriverdata".

2007 Mar 19
1
Unable to print - fixme:psdrv:PSDRV_EndPage Already ended a page?
...ia cups seems to work fine from linux ("lpr tiger.ps" works fine). But when I try to print from coverxp through wine I get the following error (and nothing is printed): trace:winspool:OpenPrinterW (L"EPSONStylusC86", 0x33f690, (nil)) trace:winspool:GetPrinterDataExA (0x2, "PrinterDriverData", "Paper Size" (nil), 0x33f694, 00000004, 0x33f698) warn:winspool:GetPrinterDataExA Can't open subkey "PrinterDriverData" trace:winspool:EnumPrinterDataExA 0x2 PrinterDriverData\FontSubTable trace:winspool:EnumPrinterDataExW 0x2 L"PrinterDriverData\\FontSubTable&qu...
2003 May 27
1
Differences between Samba and Windows 2000 with respect to printer driver uploading.
...subject please. The difference is that following uploading of the dlls to the Windows 2000 server the driver is loaded on the Server itself and the driver recieves notification of the fact by a call to DrvPrinterEvent with event=PRINTER_EVENT_INITIALIZE to which the driver responds by setting the PrinterDriverData keys correctly; as a result the printer is fully installed and a test page is produced correctly however one requests its creation. In comparison following uploading of the dlls to the Samba server no action takes place on the Samba server itself ( of course it is not able to laod the driver bein...
2010 Dec 01
1
Printer Driver Delivery - Printing Preferences Error
...Windows Server 2003 printers side-by-side this problem exists for one but not the other. Upon further investigation I see that there are sub keys of: HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Print\Providers\LanMan Print Services\w2k3server\Printers\XeroxWorkCentre5735PS Namely: PnPData, PrinterDriverData, PrintProcCacheData, And these keys don't exist under the equivalent \sambaserver\Printers\XeroxWorkCentre5735PS key. I've tried merging the missing keys (and missing values from DsSpooler & PrinterDriverData) from one to the other but the extra keys are blown away as soon as I do any...
2003 Feb 21
1
PATCH: downloading drivers from Solaris [was Re: So SAMBA no longer ...]
...15.2.224 srv_spoolss_nt.c --- source/rpc_server/srv_spoolss_nt.c 13 Feb 2003 19:40:21 -0000 1.115.2.224 +++ source/rpc_server/srv_spoolss_nt.c 21 Feb 2003 00:15:05 -0000 @@ -7876,12 +7876,22 @@ uint16 enumkeys[ENUMERATED_KEY_SIZE+1]; char* ptr = NULL; int i; - char *PrinterKey = "PrinterDriverData"; + fstring PrinterKey; + UNISTR2 uni_keys; + int enum_key_len; DEBUG(4,("_spoolss_enumprinterkey\n")); unistr2_to_dos(key, &q_u->key, sizeof(key) - 1); + ZERO_STRUCTP(PrinterKey); + fstrcpy( PrinterKey, "PrinterDriverData" ); + + /* add space for 2 termina...
2002 Sep 17
2
Unable to print with the Wine PS driver
...Driver" "Priority"="dword:00000000" "Start Time"="dword:00000000" "Status"="dword:00000000" "Until Time"="dword:00000000" [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print\Printers\Wine PostScript Driver\PrinterDriverData] "PPD File"="/home/halvarado/.wine/HP-DeskJet_694C-cdj670-ppd.ppd" [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print\Printers\Wine PostScript Driver\PrinterDriverData\FontSubTable] "Courier New"="Courier" "Arial"="Helvetica" &quo...
2001 Oct 23
9
printing
Hello Followed the doc's to setup a postscriptprinter but get the following message when starting wine: err:psdrv:PSDRV_FindPrinterInfo Error 2 getting PPD file name for printer 'Epson_360_dpi_' fixme:winspool:AddPrinterW DocumentProperties fails err:psdrv:PSDRV_FindPrinterInfo Error 2 getting PPD file name for printer 'Epson_360_dpi_' err:winspool:AddPrinterW
2005 Dec 06
0
Point and print
...a printer from a WinXP Pro work fine, but when I try to see the "Properties" of there, the Explorer.exe generate an protection fault. I don't know if is a printer driver or Samba problem, but I found a strange situacion in Samba. In rpcclient: rpcclient $> enumdataex ImpPcpJt PrinterDriverData Segmentation fault while with another printer works fine: rpcclient $> enumdataex ImpPcpLj PrinterDriverData HPWATERMARKDATA0: REG_BINARY: unknown length value not displayed HPWATERMARKDATA1: REG_BINARY: unknown length value not displayed HPWATERMARKDATA2: REG_BINARY: unknown length value not d...
2003 Dec 07
2
Questions about some Ethereal/log output and spoolss
.../srv_spoolss_nt.c:get_printer_snum(430) short name:photosmart7550 [2003/12/07 12:00:52, 10] printing/nt_printing.c:get_a_printer(3930) get_a_printer: [photosmart7550] level 2 [2003/12/07 12:00:52, 10] printing/nt_printing.c:add_new_printer_key(2365) add_new_printer_key: Inserted new data key [PrinterDriverData] [2003/12/07 12:00:52, 10] printing/nt_printing.c:add_new_printer_key(2365) add_new_printer_key: Inserted new data key [DsSpooler] [2003/12/07 12:00:52, 10] printing/nt_printing.c:get_a_printer(3957) get_a_printer: using cached copy of printer_info_2 [2003/12/07 12:00:52, 10] printing/nt_printi...
2002 Aug 28
1
AW: duplex settings [ was Re: parsing fix for spoolss & s amba-2.2.5]
Hi Jerry, It seems that the "samba-2.2.5-printing.patch" has only fixed the problem for PCL drivers. With PS drivers (Laserjet 4050 PS) are the duplex & tray settings still missing. Best regards, Khiem -----Urspr?ngliche Nachricht----- Von: Glen Gibb [mailto:grg@ridley.unimelb.edu.au] Gesendet: Mittwoch, 28. August 2002 07:41 An: Gerald Carter Cc: Samba Betreff: Re: [Samba]
2002 Sep 26
0
Samba-3.0alpha20 released
...cleared by conscience... :-) -- enjoy, -- The Samba Team Changes in alpha20 - Rework the 'guest account gets RID 501' code again... - Change to use NT-based session key negotiated for Win2k SPNEGO - Support printer data registry keys other than the default PrinterDriverData - Moved internal printerdata to REGISTRY_VALUE object - Corrected bug in dependentfiles list of DRIVER_INFO_3 - fixed logic bug in blocking locks code - Updated registry api code to work with new printer data key support - Added vfstest tool - round lock timeouts in lockingX upwards to mul...
2006 Dec 05
3
Incorrect pointers arithmetic in the PRINTER_ENUM_VALUES structure when calling Samba.
...and retrieve keys by EnumPrinterKey). During the function execution (EnumPrinterDataEx) I collect ethereal trace to verify correct data is sent on wire and that Ethereal can correctly represent that info. Some of the keys parsed correctly by wireshark (DsSpooler for example) the others not (like PrinterDriverData). However any key value name and data fail to be correctly handled by EnumPrinterDataEx. The data received from print server is sequence of structures of type PRINTER_ENUM_VALUES. All the fields of the structure that aren't pointers are represented correctly, however pointers (that should...