View Full Version : Printing from AS400 to NT network printers
Guest.Visitor
01-01-1995, 02:00 AM
I am running an NT network locally that is connected remotely to an AS400 computer via a 56k T-1 connection. I am using Client Access for emulation purposes. I am able to print locally to a printer if connected to a PC. However i need to get print capablilty to printers that are on the network. All my printers are connected to an AXIS print server with static IP address. If anyone can help please advise Thanks
Guest.Visitor
05-08-2000, 07:51 AM
<blockquote><tt>>>I am running an NT network locally that is connected remotely to an AS400 computer via a 56k T-1 connection. I am using Client Access for emulation purposes. I am able to print locally to a printer if connected to a PC. However i need to get print capablilty to printers that are on the network. All my printers are connected to an AXIS print server with static IP address. If anyone can help please advise Thanks </tt></blockquote> AS/400 Network Expert just reprinted an article on the Web called "Easy-to-use AS/400-Windows NT Report Sharing Through LPR/LPD" that discusses how to use IP for some of these issues between an AS/400 and Windows NT. The direct URL is: http://www.midrangecomputing.com/ane/article.cfm?id=592 I also suggest looking up the OS/400 TCP/IP Configuration and Reference V4R3 (SC41-5420-02, CD-ROM QB3ANL02), available at the AS/400 Online Library. HTH Joe Hertvik
Guest.Visitor
05-08-2000, 08:32 AM
You can create an outq that points directly to the printer on the network. Try the command below to create the outq, you will need to change some of the parms to match your configuration. ===> CRTOUTQ OUTQ(OUTQLIB/OUTQ) RMTSYS(*INTNETADR) RMTPRTQ(*NONE) AUTOSTRWTR(1) CNNTYPE(*IP) DESTTYPE(*OTHER) MFRTYPMDL(*HP6) INTNETADR('10.10.10.10')
Powered by vBulletin® Version 4.1.5 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.