Re: Printer logon script has partially failed
- From: Andreware <AWOSDev.i.hate.spam@xxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 05 Jun 2006 19:48:39 -0400
SAKWOYA@xxxxxxxxxx wrote:
Andreware wrote:I'm not sure why that would happen. Do the clients still have read/write access to it? If you type \\servername\HPBW2200 into the Start->Run box, does it come up anything?SAKWOYA@xxxxxxxxxx wrote:HiI'm not exactly sure what you are trying to do. Are you trying to map
We have a small Server 2000 network that has two networked printers.
These were called by a logon batch file with the following two lines:
rundll32 printui.dll,PrintUIEntry /y /u /in /n \\servername\HPBW2200 /q
/y
rundll32 printui.dll,PrintUIEntry /u /in /n \\servername\HPC4600 /q
Recently the first printer (HPBW2200) has stopped mapping - the second
still loads correctly. I have tried every last thing that I can think
of - nada!
Any ideas?
Graeme
p.s. i have tried the following:
Uninstall and reinstall network printer
Manually run the rundll32 command from the command line - it works
first time
Error logs show nothing
Change printer IP number
these printers to virtual network ports (i.e. LPT3)? If so, use:
net use lpt3: \\servername\HPBW2200
If I'm not understanding your request, please be clearer.
I hope that I was able to assist you.
The batch file above was set under the Windows 2000 Server Group Policy
to run under Computer Configuration > Windows Settings >Scripts
(Startup/Shutdown) > Startup. It is supposed to make the WinXP client
machines pick up the two networked printers and set one as the default.
It no longer works for one of the printers - I am seeking suggestions
as to why this may have happened
Graeme
I was saying that I have never used RunDLL32 to connect to a shared printer. My startup script looks something like this:
@echo off
net use n: \\namerica1\outlook
copy n:\mapi32.dll c:\windows\system
net use n: /delete
net use lpt3: \\keyt\hp
After some research, I found that you should probably take off /q (quiet mode) so that we can see the errors that may be coming up. Plus, it seems you have two /y's on one line.
I await your reply.
.
- References:
- Re: Printer logon script has partially failed
- From: Andreware
- Re: Printer logon script has partially failed
- Prev by Date: Slow link detection ( Login scripts)
- Next by Date: Group Policy propagating slow with errors.
- Previous by thread: Re: Printer logon script has partially failed
- Next by thread: Slow link detection ( Login scripts)
- Index(es):
Relevant Pages
|