× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



You mean the imageRUNNER ir2870 ?

Instead of just a remote output queue why not go for a better loevel of control 
with a printer device ?

Try this:

CRTDEVPRT DEVD(CANON2870)                                 
          DEVCLS(*LAN)                                    
          TYPE(3812)                                      
          MODEL(1)                                        
          LANATTACH(*IP)                                  
          PORT(9100)                                      
          ONLINE(*YES)                                    
          FONT(011 *NONE)                                 
          FORMFEED(*AUTOCUT)                              
          PRTERRMSG(*INFO)                                
          TRANSFORM(*YES)                                 
          MFRTYPMDL(*HP4)                                 
          RMTLOCNAME('CANON2870')                         
          SYSDRVPGM(*IBMSNMPDRV)                          
          TEXT('Canon imageRUNNER ir2870 Laser Printer)') 

(RMTLOCNAME above (and RMTSYS below) assumes you have the HOST table entry of 
CANON2870 pointing to the IP address - a bit cleaner than burying the IP 
address in the printer device description).
 
If you can't get it to work as a printer device, then for a remote output queue 
try:

CRTOUTQ OUTQ(QGPL/CANON2870)
        RMTSYS(CANON2870)   
        RMTPRTQ('print')    
        AUTOSTRWTR(1)       
        CNNTYPE(*IP)        
        DESTTYPE(*OTHER)    
        MFRTYPMDL(*HP4)     
        DESTOPT('XAIX')     
        TEXT('Canon ir2870')

If that doesn't work, try these other possibilities for RMTPRTQ:
'PRINT'
'pt1'
'lpt1'
'XJDIRECT'


Neil Palmer, Cambridge, Ontario, Canada
 
(This account not monitored for personal mail,
remove the last two letters before @ for that)


----- Original Message ----
From: Albert York <albertyork@xxxxxxxxx>
To: midrange-l@xxxxxxxxxxxx
Sent: Monday, November 27, 2006 1:31:45 PM
Subject: Configuring a Canon Super G3 Image 2870


I am trying to configure a remote output queue for a Canon Super G3 Image
2870 printer. The AS/400 is at V4R5.

Does anyone have nay suggestions on how tro configure this?

Thanks,

Albert

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.