Re: Printer logon script has partially failed

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



SAKWOYA@xxxxxxxxxx wrote:
Andreware wrote:
SAKWOYA@xxxxxxxxxx wrote:
Hi
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

I'm not exactly sure what you are trying to do. Are you trying to map
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'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?

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.
.



Relevant Pages

  • Re: Local Printer installaton by "user
    ... > Although we do have a Microsoft domain, most of our users PCs are not ... Also each location does not have a server, ... > printers on the server unworkable. ... >> networked printers, you don't just set up local printers on the ...
    (microsoft.public.windowsxp.security_admin)
  • print management
    ... I'm running in a network environmetn with a combination of 2k/2k3 servers. ... We have several HP JetDirect based print servers (and printers) as well as ... networked printers with built in network adapters. ... where the jobs are coming from and I need to ...
    (microsoft.public.win2000.printing)
  • Re: Network Printers
    ... Printers with IP#s are considered Local Printers and users by default aren't ... allowed to install them because they are not allowed to install drivers. ... When the go to add these networked printers to their PC they are told ...
    (microsoft.public.windows.server.networking)
  • Help with asp.net and Rundll32 printui.dll,PrintUIEntry installing printers to a print server
    ... I've been trying to use a web interface to install networked printers ... to a dedicated printer server and I'm having a bit of trouble. ...
    (microsoft.public.windows.server.setup)
  • Re: pushprinterconnection.exe
    ... You said you used a startup script right? ... Since startup scripts (versus ... In the Group Policy Object Editor: ... Logged on as administrator and didn't get the assigned printers. ...
    (microsoft.public.windows.group_policy)