× 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.



Dave,

This is an actual printer device, not a remote writer.

You need to vary on the device before the writer can start, the same as
you would for a twinax or *IPDS LAN connected printer.  (You did read
the message right ;-)

VRYCFG  CFGOBJ(my-device) CFGTYP(*DEV) STATUS(*ON)

HTH,


Charles Wilt
--
iSeries Systems Administrator / Developer
Mitsubishi Electric Automotive America
ph: 513-573-4343
fax: 513-398-1121
  

-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx 
[mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of 
daparnin@xxxxxxxxxxxxxx
Sent: Thursday, October 05, 2006 9:37 AM
To: Midrange Systems Technical Discussion
Subject: RE: Postscript OUTQ






Scott, you're my hero.  At the moment Charles is coming in a 
close second.
I appreciate looking everything up and even putting together 
the command
for me.  I entered the command and got the device created.  
My question now
is how do I start it?  I tried STRPRTWTR and it looks like 
it's trying to
start but I get the error below.  Do I need a different 
command to get it
started or do you think that it's a case that the config of the device
isn't quite what the system wants?  In the past I've done 
STRRMTWTR for
remote OUTQ's.  I looked for similar commands that might be for *LAN
printer devices but nothing jumped out at me.


                        Additional Message Information
Message ID . . . . . . :   CPA3387       Severity . . . . . . . :   99
Message type . . . . . :   Inquiry
Date sent  . . . . . . :   10/05/06      Time sent  . . . . . . :
09:16:38
Message . . . . :   Device NPRT05 not available. (C R)
Cause . . . . . :   Writer NPRT05 cannot use device NPRT05 because the
device
  is not powered on or varied on or is in use by another job.
Recovery  . . . :   Before entering a response, use the Work with
  Configuration Status (WRKCFGSTS) command to identify the 
status of the
  device. Vary on or power on the device if necessary.  Type 
C to cancel
the
  request or type R to try the request again.
Possible choices for replying to message . . . . . . . . . . 
. . . . . :
  C -- Enter C to cancel the writer.
  R -- Enter R to retry using the device.


Dave Parnin
--
Nishikawa Standard Company
Topeka, IN  46571
daparnin@xxxxxxxxxxxxxx



                                                              
                                                              
              
                      Scott Klement                           
                                                              
              
                      <midrange-l@scottkle        To:       
Midrange Systems Technical Discussion 
<midrange-l@xxxxxxxxxxxx>               
                      ment.com>                   cc:         
                                                              
              
                      Sent by:                    Subject:  
RE: Postscript OUTQ                                           
                
                      midrange-l-bounces@m                    
                                                              
              
                      idrange.com                             
                                                              
              
                                                              
                                                              
              
                                                              
                                                              
              
                      10/04/2006 03:25 PM                     
                                                              
              
                      Please respond to                       
                                                              
              
                      Midrange Systems                        
                                                              
              
                      Technical Discussion                    
                                                              
              
                                                              
                                                              
              





Thanks Charles and Scott.  It's made by Imagistics (Pitney 
Bowes and Oce
merger).  The configuration page that it prints out states 
that it's a
model ipc1-im8130.

I went to the following Web site:
http://www.imagistics.com/products/downloads.asp

And looked up the technical specs for the im8130, and it 
states that it
supports PCL5e/PCL6 as it's standard print language, and also supports
PostScript 3 via emulation.

I followed the link to

http://www-1.ibm.com/support/docview.wss?uid=nas1455d75b61c75f
dcc86256a1e00532f93

and was wondering if the model OC3133 setup would work since it's a
multifunction device and is listed as PostScript 3.

Ignore the "PostScript" part of it.  You won't be using 
PostScript if you
follow the instructions on that page.  Instead, look for 
something that
discusses PCL5e or PCL6.  When I look at that page, I see 
that all of the
Oc printers support PCL5e/PCL6, and they all should be set up 
using the
*HP5SI MFRTYPMDL.

Also, I started looking through the config for the copier 
itself.  Under
the "raw job settings" it has settings for PCL font 
options.  If PCL is
the
way to go then how do I specify that in the OUTQ config?  
Since it lists
"host-based" as N then do I set Host Print Transform to *NO?

No, "host-based" and "Host Print Transform" are two very 
different things.
"host-based" means that the printer doesn't understand any printer
languages -- with a host-based printer, you MUST use the 
Windows printer
driver, or you're out of luck.  This is usually the case with 
very cheap
single-user PC printers.  Yours is "host based = NO" which is a good
thing.

Host Print Transform is software in i5/OS that lets the 
system transform
it's native printer languages (SCS and AFPDS) to a PC printer language
like PCL or PPDS.  That's how you tell it to convert to PCL 
(which is what
you want.)

This is my best guess for how to set up the printer...

CRTDEVPRT DEVD(my-device) DEVCLS(*LAN) TYPE(3812) MODEL(1)
          LANATTACH(*IP) PORT(9100) ONLINE(*YES) +
          PRTERRMSG(*INFO) +
          TRANSFORM(*YES) MFRTYPMDL(*HP5SI)
          RMTLOCNAME('x.x.x.x') +
          USRDFNOPT(*IBMSHRCNN) +
          SYSDRVPGM(*IBMSNMPDRV) +
          TEXT('Dave''s Shiny New Photocopier')
--
This is the Midrange Systems Technical Discussion 
(MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.


-- 
This is the Midrange Systems Technical Discussion 
(MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.




As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

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.