Displaying 2 results from an estimated 2 matches for "cnwuo411".
2024 Dec 08
1
TOO MANY OPEN FILES when adding printer driver
Dear Samba experts,
I'm trying to add a printer driver for a Canaon TM-255 plotter
to out samba4 machine.
While most printer drivers consist of a handful of files, this plotter
requires 149 driver files.
I'm adding the driver via:
FILES="CNWT10GM.UPD,,CNWUO411.DLL,.... 142 more files"
rpcclient -U Administrator%nav852 SERV00 -c "adddriver \"Windows x64\"
\"Canon TM-255:CNWUOM.DLL:CNWT10GM.XPD:CNWUOMUI.DLL:NULL:NULL:$FILES\""
And this fails with WERR_APP_INIT_FAILURE
If I reduce the list of extra files to 116 files eve...
2024 Dec 08
1
TOO MANY OPEN FILES when adding printer driver
...rts,
>
> I'm trying to add a printer driver for a Canaon TM-255 plotter
> to out samba4 machine.
>
> While most printer drivers consist of a handful of files, this plotter
> requires 149 driver files.
>
> I'm adding the driver via:
>
> FILES="CNWT10GM.UPD,,CNWUO411.DLL,.... 142 more files"
> rpcclient -U Administrator%nav852 SERV00 -c "adddriver \"Windows x64\"
> \"Canon TM-255:CNWUOM.DLL:CNWT10GM.XPD:CNWUOMUI.DLL:NULL:NULL:$FILES\""
>
> And this fails with WERR_APP_INIT_FAILURE
>
> If I reduce the list of...