Operating System - OpenVMS
1752806 Members
6061 Online
108789 Solutions
New Discussion юеВ

Re: Problem with HP LJ P4015N

 
Stephen Daddona
Frequent Advisor

Problem with HP LJ P4015N

We have a problem with printing to an HP LaserJet P4015N. If we print from VMS and then try to print from a Microsoft app, the MS doc hangs for up to 10 minutes then prints. Sometimes you have to restart the MS print job. We have numerous other HP LJ printers and none (so far!) have acted the same way. As with all our HP printers, I send a PCL reset command (ESC E) after every VMS print job {/SEPARATE=(RESET=(PCL_RESET))}

Have any of you come across this?

Thanks in advance
10 REPLIES 10
Karl Rohwedder
Honored Contributor

Re: Problem with HP LJ P4015N

Try to find out, what is different on this printer:

- do you have other P4015N printers working?
- firmware revisions
- language (PCL/PS) settings (default,sensing,...)
- mode of connection (LPD,TELNET,rawTCP)

I assume, you don't use DCPS, may be try it.

regards Kalle
Hakan Zanderau ( Anders
Trusted Contributor

Re: Problem with HP LJ P4015N

As Karl says, you need to supply more information about the VMSqueue and what you
have done so far to solve the problem.

Something to try:

Try to setup an identical queue without any forms and resetmodules. Then print both TEXT and PS to see if the behavior is the same.

Try STOP/QUEUE/RESET after each job.....

Hakan Zanderau

ps. I used to work for the VMS-Support-Team at Digital/Compaq/HP in Sweden and printproblems were one of my special skills. ds.
Don't make it worse by guessing.........
Oswald Knoppers_1
Valued Contributor

Re: Problem with HP LJ P4015N

Yes it looks like you have a logical TCPIP$TELNETSYM_IDLE_TIMEOUT defined as 10 minutes.

Oswald
Hakan Zanderau ( Anders
Trusted Contributor

Re: Problem with HP LJ P4015N

Oswald,

It could be the case, but on the other hand is the suggested logical systemwide and specific to TELNETSYM.
No other printers/queues behave like this.

We need more information.......

Hakan
Don't make it worse by guessing.........
Stephen Daddona
Frequent Advisor

Re: Problem with HP LJ P4015N

I created a test queue without the form or reset module. Same thing, except that the output didn't print until I printed something else. The print from WordPad still "hung". Here's what the queue looks like:

Printer queue ROCKLIN$CASHIER, idle, on ES40::"10.10.3.193:9100",
mounted form HP$DEFAULT (stock=DEFAULT)

/AUTOSTART_ON=(ES40::"10.10.3.193:9100")
/BASE_PRIORITY=4 /BLOCK_LIMIT=3000
/DEFAULT=(FEED,FORM=HP$DEFAULT
stock=DEFAULT))
/LIBRARY=SYSDEVCTL Lowercase
/OWNER=[SYSTEM]
/PROCESSOR=UCX$TELNETSYM
/PROTECTION=(S:M,O:D,G:R,W:S)
/SCHEDULE=(NOSIZE)
/SEPARATE=(RESET=(PCL_RESET))

Printer info:
(These are the only two P4015N printers that we've got)
firmware: 20080125 04.044.0
not sure about language settings

The TCPIP$TELNETSYM_IDLE_TIMEOUT logical is not defined.

Hakan Zanderau ( Anders
Trusted Contributor

Re: Problem with HP LJ P4015N

You are using UCX$TELNETSYM.....

Are you running UCX or TCPIP ?

$ UCX SHOW VERS

( just in case you actually run UCX )

If you are running TCPIP, change the processor to TCPIP$TELNETSYM......and try again.

$ STOP/QUEUE/RESET queue
$ INIT/QUEUE/START/PROCESSOR=TCPIP$TELNETSYM queue

Also check the logical UCX$TELNETSYM_IDLE_TIMEOUT

$ SHOW LOGICAL *TELNET*

Hakan
Don't make it worse by guessing.........
Stephen Daddona
Frequent Advisor

Re: Problem with HP LJ P4015N

We are running TCPIP so I changed the queue to use TCPIP$TELNETSYM. (I ahve a DCL procedure to maintain queues and "UCX" was still in there.)

No change. :(

The value of UCX$TELNETSYM_IDLE_TIMEOUT is
"0 00:05:00.00"
Hakan Zanderau ( Anders
Trusted Contributor

Re: Problem with HP LJ P4015N

You can DEASSIGN the logical and restart the queue. Then DEFINE the logical again.
Now you have the queue running without the Idle-Timeout.

The logicals are red when the symbiont starts and are held during its lifetime.

I would have set the timeout to 30 secs.

Hakan

It's getting late in Sweden now so this will be my last answer for today.
Don't make it worse by guessing.........
Hakan Zanderau ( Anders
Trusted Contributor

Re: Problem with HP LJ P4015N

The default behavior of the TELNETSYM is to disconnect the link between each job on a queue. This can make the queue to STALL and slow things down......

Defining the logical Idle-Time will hold the link between the queue and printer until the link been idle for the selected value.

If you have multiple job on the queue, all of them will be printed before letting anyone else using the printer.

Hakan
Don't make it worse by guessing.........