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



Charles

I suggest the following - the key thing is not to turn on host print transform.

CRTOUTQ OUTQ(QUSRSYS/DEVOUTQ)
        RMTSYS(*INTNETADR)
        RMTPRTQ('QUSRSYS/PRODOUTQ')
        CNNTYPE(*IP)
        TRANSFORM(*NO)
        INTNETADR('xxx.xxx.xxx.xxx')

DEVOUTQ is the new outq on the development partition.
PRODOUTQ is the outq on the production partition for the IPDA printer.
'xxx.xxx.xxx.xxx' is the IP address of the production partition. It can also be a name known through a DNS or the host table (Rob, don't throw anything at me!)


STRTCPSVR *LPD on the production partition.

Then you need only to STRRMTWTR OUTQ(QUSRSYS/DEVOUTQ) on the development partition and do a CHGSPLFA OUTQ(DEVOUTQ) (opt 2 in WRKSPLF). It just works.

If you really need a device, you could create one using the OUTQ you just created, rather than having the system create it for you. You'll get a message you can ignore.

HTH
Vern

At 03:44 PM 3/2/2005, you wrote:
All,

I've got two partitions, Production and Development.

The production partition has an *IPDS printer attached using twinax.

How can I print to this printer from the development partition?

I found the following IBM doc. "Printer Passthrough or Remote Output Queues":

http://www-912.ibm.com/s_dir/slkbase.NSF/643d2723f2907f0b8625661300765a2a/8b5f33f78ab7ce87862565d9007842a0?OpenDocument

or

http://tinyurl.com/5le56

Which gives instructions on how to setup a remote outq and SNADS to do what I need.

But, is there anyway to do this with a device description or without SNADS?

Thanks,

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


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