Dec 20, 2002 #1 Blakeseven Technical User Joined Nov 17, 2002 Messages 21 Location US Can ne1 help me config my as400 to print to a ip address and port #. The manual that came with the printer doesn't match our menu. Thanks
Can ne1 help me config my as400 to print to a ip address and port #. The manual that came with the printer doesn't match our menu. Thanks
Dec 20, 2002 #2 iSeriesCodePoet Programmer Joined Jan 11, 2001 Messages 1,373 Location US How are you creating it? What version of OS/400 are you running? iSeriesCodePoet IBM iSeries (AS/400) Programmer Upvote 0 Downvote
How are you creating it? What version of OS/400 are you running? iSeriesCodePoet IBM iSeries (AS/400) Programmer
Dec 20, 2002 Thread starter #3 Blakeseven Technical User Joined Nov 17, 2002 Messages 21 Location US Ver 5.0 Rev 1 I am not sure how to create a LU printer I need to print to a IP address at port 5001 Upvote 0 Downvote
Dec 28, 2002 #4 QUSER MIS Joined Feb 16, 2002 Messages 13 Location US We have a LAN attached IBM Infoprint20 with an *IPDS feature installed, here's our config source: CRTDEVPRT DEVD(PRT01) DEVCLS(*LAN) TYPE(*IPDS) MODEL (0) LANATTACH(*IP) AFP(*YES) PORT(5001) ONLINE(*YES) FONT(011 *NONE) FORMFEED(*CONT) SEPDRAWER(*FILE) PRTERRMSG(*INQ) MSGQ(*CTLD) ACTTMR(90) IMGCFG(*IMGC06) MAXPNDRQS(6) PRTCVT(*YES) PRTRQSTMR(*NOMAX) FORMDF(*LIBL/F1C10110) CHRID(*SYSVAL) RMTLOCNAME('172.30.126.37') USRDFNOBJ(*LIBL/PRT120 *PSFCFG) TEXT('IPDS USING PSF400') DEPLOCNAME(*NONE) PUBLISHINF(*UNKNOWN *UNKNOWN *UNKNOWN *UNKNOWN *BLANK) Hope it helps. Upvote 0 Downvote
We have a LAN attached IBM Infoprint20 with an *IPDS feature installed, here's our config source: CRTDEVPRT DEVD(PRT01) DEVCLS(*LAN) TYPE(*IPDS) MODEL (0) LANATTACH(*IP) AFP(*YES) PORT(5001) ONLINE(*YES) FONT(011 *NONE) FORMFEED(*CONT) SEPDRAWER(*FILE) PRTERRMSG(*INQ) MSGQ(*CTLD) ACTTMR(90) IMGCFG(*IMGC06) MAXPNDRQS(6) PRTCVT(*YES) PRTRQSTMR(*NOMAX) FORMDF(*LIBL/F1C10110) CHRID(*SYSVAL) RMTLOCNAME('172.30.126.37') USRDFNOBJ(*LIBL/PRT120 *PSFCFG) TEXT('IPDS USING PSF400') DEPLOCNAME(*NONE) PUBLISHINF(*UNKNOWN *UNKNOWN *UNKNOWN *UNKNOWN *BLANK) Hope it helps.