 




<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: AS/400 PRINTING ISSUE</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/as400-printing-issue/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-printing-issue/</link>
	<description></description>
	<lastBuildDate>Fri, 24 May 2013 12:30:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: canuck62</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-printing-issue/#comment-53920</link>
		<dc:creator>canuck62</dc:creator>
		<pubDate>Fri, 13 Jun 2008 17:02:14 +0000</pubDate>
		<guid isPermaLink="false">#comment-53920</guid>
		<description><![CDATA[You may also want to try using the *IBMSNMP driver.  I have found with some printers that that works better and indeed for some printers is the only thing that work.  The DEVD approach definitely provides better control over the printer.

Here are a couple of links.   The first one is specific to Cannon printers and the second is more general printer info On the second link, go into technical databases..

http://www-912.ibm.com/8625680A007CA5C6/1AC66549A21402188625680B0002037E/E9BD60440BF30F3C862569C100795CAD

http://www-304.ibm.com/jct01004c/systems/support/supportsite.wss/brandmain?brandind=5000027]]></description>
		<content:encoded><![CDATA[<p>You may also want to try using the *IBMSNMP driver.  I have found with some printers that that works better and indeed for some printers is the only thing that work.  The DEVD approach definitely provides better control over the printer.</p>
<p>Here are a couple of links.   The first one is specific to Cannon printers and the second is more general printer info On the second link, go into technical databases..</p>
<p><a href="http://www-912.ibm.com/8625680A007CA5C6/1AC66549A21402188625680B0002037E/E9BD60440BF30F3C862569C100795CAD" rel="nofollow">http://www-912.ibm.com/8625680A007CA5C6/1AC66549A21402188625680B0002037E/E9BD60440BF30F3C862569C100795CAD</a></p>
<p><a href="http://www-304.ibm.com/jct01004c/systems/support/supportsite.wss/brandmain?brandind=5000027" rel="nofollow">http://www-304.ibm.com/jct01004c/systems/support/supportsite.wss/brandmain?brandind=5000027</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anchors</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-printing-issue/#comment-53832</link>
		<dc:creator>anchors</dc:creator>
		<pubDate>Tue, 10 Jun 2008 12:43:51 +0000</pubDate>
		<guid isPermaLink="false">#comment-53832</guid>
		<description><![CDATA[HI - 
Sloopy is right, it&#039;s a timeout issue.  You need to set the hp timeouts to the max, not set at 0.  Here&#039;s an IBM link  with specifics:

&lt;a href=&quot;http://http://www-912.ibm.com/s_dir/slkbase.NSF/1ac66549a21402188625680b0002037e/9d1a564eb00572da862569030072777f?OpenDocument&quot;&gt;]]></description>
		<content:encoded><![CDATA[<p>HI &#8211;<br />
Sloopy is right, it&#8217;s a timeout issue.  You need to set the hp timeouts to the max, not set at 0.  Here&#8217;s an IBM link  with specifics:</p>
<p><a href="http://http://www-912.ibm.com/s_dir/slkbase.NSF/1ac66549a21402188625680b0002037e/9d1a564eb00572da862569030072777f?OpenDocument"></a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sloopy</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-printing-issue/#comment-53829</link>
		<dc:creator>sloopy</dc:creator>
		<pubDate>Tue, 10 Jun 2008 11:26:42 +0000</pubDate>
		<guid isPermaLink="false">#comment-53829</guid>
		<description><![CDATA[It could be a time-out issue. I have a printer nearby (HP) network-attached to the iSeries. It often takes a few &#039;R&#039; replies to messages to get my iSeries print out of the printer.

The device description says that the inactivity timer is set to 15 seconds (*SEC15), and the activation timer (which is how long it will wait to complete a connection between the iSeries and the printer to &#039;wake&#039; the printer into becoming aware of data streams from the iSeries) is 170 seconds.

Since when I release a print to this printer I get a message after about 15 seconds, I suspect that I should ask for the inactivity timeout to be changed. You can do this using:

CHGDEVPRT DEVD(printer_name) INACTTMR(*NOMAX)

- to make the timeout the maximum possible value. You can specify up to 30 minutes for most attachment types. You need *IOSYSCFG authority to run this command.

Regards,

Sloopy]]></description>
		<content:encoded><![CDATA[<p>It could be a time-out issue. I have a printer nearby (HP) network-attached to the iSeries. It often takes a few &#8216;R&#8217; replies to messages to get my iSeries print out of the printer.</p>
<p>The device description says that the inactivity timer is set to 15 seconds (*SEC15), and the activation timer (which is how long it will wait to complete a connection between the iSeries and the printer to &#8216;wake&#8217; the printer into becoming aware of data streams from the iSeries) is 170 seconds.</p>
<p>Since when I release a print to this printer I get a message after about 15 seconds, I suspect that I should ask for the inactivity timeout to be changed. You can do this using:</p>
<p>CHGDEVPRT DEVD(printer_name) INACTTMR(*NOMAX)</p>
<p>- to make the timeout the maximum possible value. You can specify up to 30 minutes for most attachment types. You need *IOSYSCFG authority to run this command.</p>
<p>Regards,</p>
<p>Sloopy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: woodengineer</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-printing-issue/#comment-53802</link>
		<dc:creator>woodengineer</dc:creator>
		<pubDate>Mon, 09 Jun 2008 15:51:01 +0000</pubDate>
		<guid isPermaLink="false">#comment-53802</guid>
		<description><![CDATA[A while back we saw instructions for creating a DEVD for TCP/IP attached printers.  Perviously we had just created an output queue for each printer, imbedding a link to its IP address.  All the printers were HP LaserJets.

Over the course of a couple of years we found that the printers using the DEVD loss connection more often then those with no DEVD.  In fact, we were having to many connection problems with one printer that we deleted the DEVD and returned to the output queue method.  Problem solved in this situation.]]></description>
		<content:encoded><![CDATA[<p>A while back we saw instructions for creating a DEVD for TCP/IP attached printers.  Perviously we had just created an output queue for each printer, imbedding a link to its IP address.  All the printers were HP LaserJets.</p>
<p>Over the course of a couple of years we found that the printers using the DEVD loss connection more often then those with no DEVD.  In fact, we were having to many connection problems with one printer that we deleted the DEVD and returned to the output queue method.  Problem solved in this situation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gilly400</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-printing-issue/#comment-53789</link>
		<dc:creator>gilly400</dc:creator>
		<pubDate>Mon, 09 Jun 2008 11:07:42 +0000</pubDate>
		<guid isPermaLink="false">#comment-53789</guid>
		<description><![CDATA[Hi,

Sounds like a problem we have.  Seems that the printers lose communication and the writers have to be re-started on the AS/400.  I haven&#039;t found a good solution yet.

Regards,

Martin Gilbert.]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Sounds like a problem we have.  Seems that the printers lose communication and the writers have to be re-started on the AS/400.  I haven&#8217;t found a good solution yet.</p>
<p>Regards,</p>
<p>Martin Gilbert.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AS/400 PRINTING ISSUE</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-printing-issue/#comment-53756</link>
		<dc:creator>AS/400 PRINTING ISSUE</dc:creator>
		<pubDate>Fri, 06 Jun 2008 00:55:22 +0000</pubDate>
		<guid isPermaLink="false">#comment-53756</guid>
		<description><![CDATA[[...] rbanks wrote an interesting post today onHere&#8217;s a quick excerptNew Answer by Canuck62. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] rbanks wrote an interesting post today onHere&#8217;s a quick excerptNew Answer by Canuck62. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/8 queries in 0.035 seconds using memcached
Object Caching 339/340 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-24 14:45:16 -->