 




<?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: HP printers</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/hp-printers/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/hp-printers/</link>
	<description></description>
	<lastBuildDate>Sun, 26 May 2013 01:40:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: harisudhan21</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/hp-printers/#comment-60973</link>
		<dc:creator>harisudhan21</dc:creator>
		<pubDate>Wed, 18 Mar 2009 11:36:19 +0000</pubDate>
		<guid isPermaLink="false">#comment-60973</guid>
		<description><![CDATA[Thanks for the reply, no its not a IPDS printer. We actually print to two printers one being the HP4730mfp and the other is  a IBM one. INFOPRINT2105. So if its not a IPDS, is there no way it can print without getting crashed. I mean to say this because some times the HP printers prints of the DATA well enough,and sometimes it crashes, but the IBM printer never prints the data well and prints half the screen and blank pages .

  Thanks all]]></description>
		<content:encoded><![CDATA[<p>Thanks for the reply, no its not a IPDS printer. We actually print to two printers one being the HP4730mfp and the other is  a IBM one. INFOPRINT2105. So if its not a IPDS, is there no way it can print without getting crashed. I mean to say this because some times the HP printers prints of the DATA well enough,and sometimes it crashes, but the IBM printer never prints the data well and prints half the screen and blank pages .</p>
<p>  Thanks all</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: koohiisan</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/hp-printers/#comment-60937</link>
		<dc:creator>koohiisan</dc:creator>
		<pubDate>Tue, 17 Mar 2009 16:43:52 +0000</pubDate>
		<guid isPermaLink="false">#comment-60937</guid>
		<description><![CDATA[Yeah, verify whether you need the *IPDS stuff or not.  We do a lot of AFPDS-type printing to HP LaserJets and have no issues with that type of data stream.]]></description>
		<content:encoded><![CDATA[<p>Yeah, verify whether you need the *IPDS stuff or not.  We do a lot of AFPDS-type printing to HP LaserJets and have no issues with that type of data stream.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: woodengineer</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/hp-printers/#comment-60927</link>
		<dc:creator>woodengineer</dc:creator>
		<pubDate>Tue, 17 Mar 2009 15:35:41 +0000</pubDate>
		<guid isPermaLink="false">#comment-60927</guid>
		<description><![CDATA[We print to a variety of printers - ink jet, laser, OkiData dot matrix.  We&#039;ve had our best success by just using an output queue description and no device description.  Its a little simpler setup and has proven to be very reliable.]]></description>
		<content:encoded><![CDATA[<p>We print to a variety of printers &#8211; ink jet, laser, OkiData dot matrix.  We&#8217;ve had our best success by just using an output queue description and no device description.  Its a little simpler setup and has proven to be very reliable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: r.otto</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/hp-printers/#comment-60897</link>
		<dc:creator>r.otto</dc:creator>
		<pubDate>Tue, 17 Mar 2009 11:55:44 +0000</pubDate>
		<guid isPermaLink="false">#comment-60897</guid>
		<description><![CDATA[Does this printer to be *IPDS capable?
If so, 1st check the printer specs to see if the printer is *IPDS capable. It is not you will not be able to print *IPDS printer files on this printer.
If it is capable you not only need a printer definition, you also need a PSFCFG definition. And to be able to make a PSGCFG definition you need a licence for PSF/400.
Once you have a licence you may need definitions similar to these:
&lt;pre&gt;
CRTPSFCFG  PSFCFG(QUSRSYS/&amp;PRT) +
                             RLSTMR(*SEC15) +
                             TEXT(&#039;*IPDS Netwerk printer &#039;)

CRTDEVPRT  DEVD(&amp;PRT) +
                             DEVCLS(*LAN) +
                             TYPE(*IPDS) +
                             MODEL(0) +
                             LANATTACH(*IP) +
                             AFP(*YES) +
                             PORT(9100) +
                             ONLINE(*YES) +
                             FONT(011 *NONE) +
                             FORMFEED(*CONT) +
                             SEPDRAWER(*FILE) +
                             PRTERRMSG(*INQ) +
                             MSGQ(*CTLD) +
                             ACTTMR(170) +
                             IMGCFG(*NONE) +
                             MAXPNDRQS(6) +
                             PRTCVT(*YES) +
                             PRTRQSTMR(*NOMAX) +
                             FORMDF(*LIBL/F1C10110) +
                             CHRID(697 500) +
                             RMTLOCNAME(&amp;IPADR) +
                             USRDFNOBJ(QUSRSYS/&amp;PRT *PSFCFG) +
                             PUBLISHINF(*SIMPLEX *COLOR *UNKNOWN +
                             *UNKNOWN &#039;Your Location&#039; *UNKNOWN) +
                             TEXT(&#039;*LAN *IPDS printer &#039;) +
                             DEPLOCNAME(*NONE)
&lt;/pre&gt;
Where &amp;PRT is your printer name and &amp;IPADR is the IP address of the printer.
Pay attention to the CHRID parameter in the CRTDEVPRT command. These settings should be the same as the hardware setup for the printer.

hth.
Rudolf]]></description>
		<content:encoded><![CDATA[<p>Does this printer to be *IPDS capable?<br />
If so, 1st check the printer specs to see if the printer is *IPDS capable. It is not you will not be able to print *IPDS printer files on this printer.<br />
If it is capable you not only need a printer definition, you also need a PSFCFG definition. And to be able to make a PSGCFG definition you need a licence for PSF/400.<br />
Once you have a licence you may need definitions similar to these:</p>
<pre>
CRTPSFCFG  PSFCFG(QUSRSYS/&amp;PRT) +
                             RLSTMR(*SEC15) +
                             TEXT('*IPDS Netwerk printer ')

CRTDEVPRT  DEVD(&amp;PRT) +
                             DEVCLS(*LAN) +
                             TYPE(*IPDS) +
                             MODEL(0) +
                             LANATTACH(*IP) +
                             AFP(*YES) +
                             PORT(9100) +
                             ONLINE(*YES) +
                             FONT(011 *NONE) +
                             FORMFEED(*CONT) +
                             SEPDRAWER(*FILE) +
                             PRTERRMSG(*INQ) +
                             MSGQ(*CTLD) +
                             ACTTMR(170) +
                             IMGCFG(*NONE) +
                             MAXPNDRQS(6) +
                             PRTCVT(*YES) +
                             PRTRQSTMR(*NOMAX) +
                             FORMDF(*LIBL/F1C10110) +
                             CHRID(697 500) +
                             RMTLOCNAME(&amp;IPADR) +
                             USRDFNOBJ(QUSRSYS/&amp;PRT *PSFCFG) +
                             PUBLISHINF(*SIMPLEX *COLOR *UNKNOWN +
                             *UNKNOWN 'Your Location' *UNKNOWN) +
                             TEXT('*LAN *IPDS printer ') +
                             DEPLOCNAME(*NONE)
</pre>
<p>Where &amp;PRT is your printer name and &amp;IPADR is the IP address of the printer.<br />
Pay attention to the CHRID parameter in the CRTDEVPRT command. These settings should be the same as the hardware setup for the printer.</p>
<p>hth.<br />
Rudolf</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: harisudhan21</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/hp-printers/#comment-60896</link>
		<dc:creator>harisudhan21</dc:creator>
		<pubDate>Tue, 17 Mar 2009 10:28:08 +0000</pubDate>
		<guid isPermaLink="false">#comment-60896</guid>
		<description><![CDATA[So, literally this printing is not possible?]]></description>
		<content:encoded><![CDATA[<p>So, literally this printing is not possible?</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/10 queries in 0.036 seconds using memcached
Object Caching 323/329 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-26 07:10:30 -->