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





Bill,

Thanks for the solution. That was one piece of it. The other was the IPDS passthru parameter. We had it set the wrong way. Not sure why the defaults are the way they are but it certainly created some strange behavior.

Remote writers work well but no when checks jam in the printer and you have to restart on a specific check!

Thanks!

Konrad



"Scott, Bill" <Bill.Scott-hq8qRUByj30@xxxxxxxxxxxxxxxx> wrote in message news:<6F95AC110BB9A1478D3249499AE96464010CAC53@xxxxxxxxxxxxxxxxxxxxxxxx>...

I think you want page size control.
Create a PSFCFG

CRTPSFCFG PSFCFG(PART2)PAGSIZCTL(*YES)

Add it to your printer's devd desc. ( End writer and vary off first!)

CHGDEVPRT DEVD(PART2)USRDFNOBJ(QGPL/PART2 *PSFCFG)

I'm guessing *YES. It will either change the printer's form length or give you a message just like a forms name change. Please remember that TCP/IP is inherently much more loosely coupled than the old twin-ax. For example the default acknowledgement is now every 100 pages, not every page or two.


Page size control (PAGSIZCTL)

Specifies whether the page size (forms) in the printer is set by
Print Services Facility (PSF). This parameter only applies to IPDS
printers which support the Set Media Size (SMS) operation. Refer to
Printer Information, S544-5750 for new device support, but the list
includes:

o Impact printers: 4224, 4230, 4234, 4247, 6400, 6408, 6412

o Workgroup printers: 3112, 3116, 3812, 3816, 3912, 3916, 3930,
Change PSF Configuration - Help

4028, Network printer 12/17/24, Infoprint
20/21/32/40/70/70+/2085/2105

o Lexmark printers: Infoprint 1120/1125/1130/1140/1145/1226,
Infoprint Color 1220/1228 4224, 4230, 4234, 4247, 4028, 6404,
6408, 6412 and IBM Network Printers.

o Thermal printer: 4400

*SAME
This value does not change.

*NO
The page size (forms) in the printer is not set by PSF.

*YES
The page size (forms) in the printer is set by PSF.



Bill Scott
Océ North America, Inc.
Tel.: (561) 997-3256
e-mail: Bill.Scott-K01bYt3vwEU@xxxxxxxxxxxxxxxx

-----Original Message-----
From: midrange-l-bounces-Zwy7GipZuJhWk0Htik3J/w@xxxxxxxxxxxxxxxx [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of smorrison-eOOfO1YW0K1bv8VwMUYDk0EOCMrvLtNR@xxxxxxxxxxxxxxxx
Sent: Monday, June 08, 2009 1:31
To: Midrange Systems Technical Discussion
Subject: Re: IPDS over Ethernet vs Twinax IPDS Problem with Form Length andForms Change

We're running an IBM 6400 printer with ethernet and IPDS on V6.1, although we only run one IPDS report each morning. One issue we have had is that the IPDS feature on the printer did not initialize properly if the power was switched off and back on too quickly. Wait a full 30 seconds after power off between turning power to the printer back on, and be sure the display shows IPDS has initialized. After the print writer is started the display shows ETHERNET/ASCII. We moved from V5R3 to 6.1 without incident.

Our printer configuration is virtually identical to yours. It's using a PSFCFG I setup 3 years ago, so we didn't make any changes when we upgraded to our current system.

Steve

- -
Steven Morrison
Fidelity Express





"news.midrange.com" <kdunderk-7rgf9XJcBgOtG0bUXCXiUA@xxxxxxxxxxxxxxxx> Sent by: midrange-l-bounces@xxxxxxxxxxxx
06/08/2009 12:08 PM
Please respond to
Midrange Systems Technical Discussion <midrange-l-Zwy7GipZuJhWk0Htik3J/w@xxxxxxxxxxxxxxxx>


To
midrange-l-Zwy7GipZuJhWk0Htik3J/w@xxxxxxxxxxxxxxxx
cc

Subject
IPDS over Ethernet vs Twinax IPDS Problem with Form Length and Forms
Change






We are currently migrating from our old 270 to a brand new Power 6 box. As

such we are having to ditch the old twinax printers and go with the more
modern ethernet version. In short these are IBM 6400 line printers with
ethernet and IPDS vs the old 6400 with IPDS and twinax support. We do
have
PSF on the system both old and new to handle the IPDS over ethernet and
have
had IBM Barcode IPDS ethernet printers that have worked fine forever.

Our problem is on either system the twinax line printers work fine but the

new ethernet IPDS ones do not consistently send form change messages and
even worse they do not respect page length. So on either 5.1 or 5.4 of the

OS with PSF they behave improperly. We finally gave in and tried Remote
printer support and page size worked again but we lost the ability to
restart a spool file from whenever the printer messed up or jammed? It
would
be real nice to configure the printers and get the desired IPDS
functionality back again.

Any idea of what could be going wrong here?
Here is the config:
CRTDEVPRT DEVD(PACT2) DEVCLS(*LAN) TYPE(*IPDS) MODEL(0) +
LANATTACH(*IP) AFP(*YES) PORT(5001) ONLINE(*YES) FONT(011 +
*NONE) FORMFEED(*CONT) SEPDRAWER(*FILE) PRTERRMSG(*INQ) +
MSGQ(*LIBL/QSYSOPR) ACTTMR(*NOMAX) IMGCFG(*NONE) +
MAXPNDRQS(6) PRTCVT(*YES) PRTRQSTMR(*NOMAX) +
FORMDF(*LIBL/F1C10110) CHRID(*SYSVAL) +
RMTLOCNAME('192.168.12.XXX') USRDFNOBJ(QGPL/PACT2 *PSFCFG) +
TEXT('IBM 6400-010 Line Printer') DEPLOCNAME(*NONE) +
PUBLISHINF(*UNKNOWN *UNKNOWN *UNKNOWN *UNKNOWN *BLANK)
The QGPL/PACT2 was added to enable sharing the printer between old and new

systems. I tried it without the workstation customizing option and the
behavior was the same.

Here is the old config, interesting that the new printer wants AFP(*YES)
and
the old one does not:
CRTDEVPRT DEVD(PACT1) DEVCLS(*LCL) TYPE(*IPDS) MODEL(0) AFP(*NO) +
PORT(2) SWTSET(2) ONLINE(*YES) CTL(CTL01) FONT(011 *NONE) +
FORMFEED(*CONT) SEPDRAWER(*FILE) PRTERRMSG(*INQ) +
MSGQ(*LIBL/QSYSOPR) IMGCFG(*NONE) TEXT('CREATED BY +
AUTO-CONFIGURATION') DEPLOCNAME(*NONE) PUBLISHINF(*UNKNOWN +
*UNKNOWN *UNKNOWN *UNKNOWN *BLANK)




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.