Operating System - OpenVMS
1756525 Members
2182 Online
108848 Solutions
New Discussion юеВ

Net print que don't start

 
SOLVED
Go to solution
Antoniov.
Honored Contributor

Net print que don't start

Hello,
gone to my customer;
OpenVMS V7.1-2;
TCP/IP V5.0A;
DCPS V1.5;

AXP has IP x.x.x.220; mask 255.255.255.0;
Xerox printer has IP x.x.x.213; same mask;

created new que using dcps$execution_queue command:
P1 (queue_name) = xerox6200;
P2 (dev) = axpnode::"ip_rawtcp/x.x.x.213:9100"
P3 (lib) = DCPS_LIB;

I want create a new que to postscript network printer. When issue PRINT/QUE=XEROX6200 ... que goes busy, entry goes in starting, printer display receiving data and then doesn't happen nothing!

If I send a file using ftp COPY/FTP myfile xerox:: data is printed.

Where do I wrong? What have I do?

Thanx 4 your suggestions.
Antoniov


Antonio Maria Vigliotti
14 REPLIES 14
Martin P.J. Zinser
Honored Contributor

Re: Net print que don't start

Hello Antoniov,

I do not have all the details, but I think this is a problem connected to the end of file mark
(^D maybe). A Google might turn up more...

Greetings, Martin
Ian Miller.
Honored Contributor

Re: Net print que don't start

does that printer respond to port 9100? Often LPD is used to Xerox printers. You can check by using telnet x.x.x.213 9100
Check in release notes of the version of DCPS you have to see if that Xerox printer is recogised.
____________________
Purely Personal Opinion
Antoniov.
Honored Contributor

Re: Net print que don't start

Hi Martin,
DCPS is a standard VMS product (until toody I've never used) to print file so I think it no need insert EOF in file.
Hi Ian,
Now I can't try telnet because I've returned to my office; tomorrow I'll post you the result.
Thanx
Antoniov
Antonio Maria Vigliotti
Martin P.J. Zinser
Honored Contributor

Re: Net print que don't start

Hello Antoniov,

from your description " printer display receiving data" so I think we can be pretty sure it is actually listening on port 9100.

Greetings, Martin
Antoniov.
Honored Contributor

Re: Net print que don't start

Yes Martin,
I've looked at some PCs that print fine; in their driver, port is 9100.
Today in the afternoon (CET timezone) I'll return to my customer to make other tries.

Thanx
Antoniov
Antonio Maria Vigliotti
Willem Grooters
Honored Contributor

Re: Net print que don't start

Antonio,
I don't know the printer, saw on the Xerox site it's specs, and I think you ran into a "comptability" issue. Given the fact that COPY/FTP works and DCPS will just send the file, this _could_ mean that COPY will signal the printer to start printing but that the command to start printing as sent by DCPS, is either not recognized by the (non-HP....) printer or just fails. For what I know of DCPS, it's mainly for HP printers (even before Digital was aquired by Compaq) so that may be your problem.
Another hint: in my early days I ran into a printer that buffered the input but started printing after it was _manually_ forced to do so, or by a buffer being filled up (it then printed the whole file...). IMHO this is an error in the printer's software, should long be addressed, but you never know...
Willem Grooters
OpenVMS Developer & System Manager
├Еge R├╕nning
Trusted Contributor
Solution

Re: Net print que don't start

DCPS V1.5 is very old and I would suggest you upgrade to latest version. Support for many printers have been added since V1.5.

If you need LPD support I would suggest trying the Field Test of DCPS G2.3 which is available on the net.

The major feature of this release is the addition of LPD support. Printing via LPD allows printing to printers that don't support bi-directional IP communications.

Kit and information could be found here:

ftp://xfer.support.compaq.com/to_customer/

where is the name of the file you want to copy. Note that you cannot browse the contents of the 'to_customer' directory, but must specify the file name:

dcps_g23_alpha.zip
dcps_g23_vax.zip
dcps_g23_documentation.zip
dcps_g23_documentation_bookreader.zip




VMS Forever
Vouters
Advisor

Re: Net print que don't start

Antoniov,

There is something which seems to be a double possibility. The COPY/FTP, unless I am wrong, uses the assigned FTP ports (should be 21 and 24). Your printer is assigned port 9100. To make it sure, can you use the Telnet utility to:
TELNET> CREATE_SESSION using a TNA device number, your Xerox IP hostname or addresss and port 9100. Then you copy your file to TNAxxxx:. Does it work ? If yes, just TELNET> DELETE_SESSION xxxx.
Then with the Xerox printer declared in DCPS, attempt to:
TCPTRACE /PORT=9100.
Does it help you in troubleshooting the problem ? Do you see a FLAG FIN=1 in the dialog with the printer ?
These are just some clues I would first look at, as I am NOT a DCPS specialist.
Martin P.J. Zinser
Honored Contributor

Re: Net print que don't start

Hi Age,

I thought about the 2.3 kit too, but is that supported on 7.1-2 ?

Greetings, Martin