Displaying 1 result from an estimated 1 matches for "spoolss_createprinteric".
Did you mean:
_spoolss_createprinteric
2012 Nov 07
0
CreatePrinterIC failure from Windows8 client
...ion:
SPOOLSS CreatePrinterIC request
DCERPC Fault: call_id: 19 Fragment: Single ctx_id: 0 status:
nca_op_rng_error
By looking at the source code (source3/rpc_server/srv_spoolss_nt.c, line
#9711 - 9716) it looks like SAMBA does not support this RPC call.
WERROR _spoolss_CreatePrinterIC(pipes_struct *p,
struct spoolss_CreatePrinterIC *r)
{
p->rng_fault_state = true;
return WERR_NOT_SUPPORTED;
}
Could anyone let me know if CreatePrinterIC going to be supported in later
versions of SAMBA? The SAMBA-3.6.x also doesn't see...