Hardware Thread, Problems sharing an HP Officejet 8000 in Technical; One of my K5400's died on me and I replaced it with the Officejet 8000 but I'm having a few ...
-
4th September 2009, 09:35 AM #1 Problems sharing an HP Officejet 8000
-
-
IDG Tech News
-
4th September 2009, 09:49 AM #2
- Rep Power
- 9
How is the printer being connected to the machine? ie GP or batch file etc etc.
-
-
4th September 2009, 10:10 AM #3 I used a vbs script
Code:
Option Explicit
Dim netPrinter, UNCpath
UNCpath = "\\server2\LJ8000
Set netPrinter = CreateObject("WScript.Network")
netPrinter.AddWindowsPrinterConnection UNCpath The server is just a W2k3 machine operating as a DNS/DHCP/file/print server - my clients aren't on a domain.
Adding the printer using Add Printer in Control Panel and browsing for it gave same results.
regards
Simon
-
-
4th September 2009, 11:10 AM #4
- Rep Power
- 9
Have you tried removing connections of all printers on the computer? This would involve drivers in the "Server Properties" menu and also the contents of the "Spool" folder in "System32". Ive had alot of unexplained problems with printers in the past and generally this would solve the problem.
-
-
4th September 2009, 11:21 AM #5
This would involve drivers in the "Server Properties" menu
Not sure what you mean there 
regards
Simon
-
-
4th September 2009, 11:28 AM #6 I haven't touched the 8000 series because it's all new chips, etc... (and lack of CIS potential at the mo')..
That said, as a guess... Have you tried deploying one of the printer under a startup script?
Only reason I suggest it is that the driver will install any "non-standard" files that WinXP won't recognise or allow without admin privs under a bog standard user account.
I'd give that a shot and see if it solves your problem..
-
-
4th September 2009, 11:34 AM #7 All my clients logon as admins.
regards
Simon
-
-
4th September 2009, 11:40 AM #8
This would involve drivers in the "Server Properties" menu
See it now in File 
regards
Simon
-
-
4th September 2009, 04:26 PM #9 Well removing drivers/deleting spool files didn't work.
On a machine that does print to it via server - it is very slow to print, so I went into the printer via its web interface and found that the printer has zillions of options turned on such as auto ipv4/ipv6 select , a little DNS server and lots of status reporting via web/telex and carrier pigeon!
So I've turned off everything I could find that didn't actually make it print and the 2 computers in this school thta didn't work now work 
I'll try it out at the other school next week and see if its repeatable.
regards
Simon
-
-
4th September 2009, 04:31 PM #10 
Originally Posted by
SimpleSi
I used a vbs script
Code:
Option Explicit
Dim netPrinter, UNCpath
UNCpath = "\\server2\LJ8000
Set netPrinter = CreateObject("WScript.Network")
netPrinter.AddWindowsPrinterConnection UNCpath The server is just a W2k3 machine operating as a DNS/DHCP/file/print server - my clients aren't on a domain.
Adding the printer using Add Printer in Control Panel and browsing for it gave same results.
regards
Simon
Use the source wisely 
Code:
Option Explicit
Dim netPrinter, UNCpath
UNCpath = "\\server2\LJ8000"
Set netPrinter = CreateObject("WScript.Network")
netPrinter.AddWindowsPrinterConnection UNCpath Unless you copied and pasted it wrong you did not enclose the string that is assigned to the UNCpath variable with quotes ie
before
UNCpath = "\\server2\LJ8000
After
UNCpath = "\\server2\LJ8000"
Also when printing to the print server did you use a tcp/ip port or you using hp's own version of a tcp/ip port ?
Also under advanced options on the printer on the print server have you disabled bi directional support and also is it the latest printer driver from hp's website and am presuming its PCL 5 not 6 or another printer language ?
-
-
4th September 2009, 05:39 PM #11 I copied and pasted an install script from the school I was at (I use the same one at all my schools) and altered the UNCPath to be the one used at one of the schools with the problem but accidently deleted the closing " - well spotted - I'll bet your good at the Times Crossword 
Also when printing to the print server did you use a tcp/ip port or you using hp's own version of a tcp/ip port ?
Dude - come on - no-one uses HP's port 
(But maybe this is the one HP printer where we'll have to use HP's port instead??
)
Also under advanced options on the printer on the print server have you disabled bi directional support
Is the Pope catholic? 
and also is it the latest printer driver from hp's website
Not intially but after intial problem I tried it
and am presuming its PCL 5 not 6 or another printer language
I think its actually some flavour of HP PCL 3
regards
Simon
-
-
10th September 2009, 06:31 PM #12
-
-
10th September 2009, 06:33 PM #13 
Originally Posted by
SimpleSi
If its got a usb port just get a print server that goes from usb to RJ45 and do it that way ?
-
-
10th September 2009, 06:35 PM #14 The only other thing I can think of is on the Ricoh range you can go into service mode and flash the memory on the network card so wondering if HP have there own way of doing that on the printer you have that ?
That or use a PCL 5 driver from a similar machine
-
-
10th September 2009, 07:44 PM #15 
Originally Posted by
SimpleSi
These printers are a load of %^&$
In desperation I tried running the CD from a client computer - it could even find the printer
It couldn't even find the printer when I told it the IP address

Simon, in all seriousness... Do you want to box one of these printers up and courier it over to me and I'll do an empirical run through for you to see if I can figure out what's going on.
As much as anything else I'm completely fresh to the whole thing so I might have a bit more luck..
Just a thought that may help save your sanity, long term.
-
SHARE: 
Similar Threads
-
By BaccyNet in forum Classified Adverts
Replies: 0
Last Post: 22nd September 2008, 08:32 AM
-
By Dos_Box in forum General Chat
Replies: 28
Last Post: 19th August 2008, 08:20 PM
-
By Joedetic in forum Hardware
Replies: 5
Last Post: 16th June 2008, 07:07 PM
-
By contink in forum Hardware
Replies: 6
Last Post: 7th April 2008, 07:10 PM
-
By contink in forum Hardware
Replies: 0
Last Post: 28th March 2007, 09:10 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules