duo
(Getting the hang of it)
2008-05-12 04:42 PM
Interesting Error

Heres a puzzle for you guys
We are having problems with printers all of a sudden, things had been fine for some time. The error being returned is
 Code:
2008/05/07 14:59:30 Error# 997 Overlapped I/O operation is in progress. occured, couldnt add Sharp from \\server\


The code is
 Code:
function printer_mapping($server,$printer)
	If AddPrinterConnection("$server$printer")=0
		? "Added $printer"
	else
		error_check(@ERROR,@SERROR,"couldnt add $printer from $server")
endfunction


Im under the assumption its nothing to do with login script, but something with the server. Thoughts?


Richard H.Administrator
(KiX Supporter)
2008-05-13 09:27 AM
Re: Interesting Error

Could be caused by printer driver installation.

Have you checked the event logs on the clients experiencing the problems?


Björn
(Korg Regular)
2008-05-14 12:44 PM
Re: Interesting Error

perhaps cut'n'paste error, but where's the endif?