 




<?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: SNDPCF Problem on AS400</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/sndpcf-problem-on-as400/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/sndpcf-problem-on-as400/</link>
	<description></description>
	<lastBuildDate>Tue, 21 May 2013 15:51:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: TomLiotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sndpcf-problem-on-as400/#comment-109927</link>
		<dc:creator>TomLiotta</dc:creator>
		<pubDate>Thu, 09 Aug 2012 03:50:29 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/sndpcf-problem-on-as400/#comment-109927</guid>
		<description><![CDATA[Rickmcd&#039;s comment is worthwhile. Have you verified that anyone has even set up SMTP services on this client&#039;s system?
&#160;
SNDDST (and therefore SNDPCF) is not a SMTP function. It&#039;s a SNA/DS function. When you get the &quot;Send distribution completed successfully&quot; message, all it means is that the SNA/DS process worked. But from there, a secondary process must provide the transfer over to SMTP. And then the SMTP services must do their work.
&#160;
The transfer process must be running (with a correct configuration), and SMTP must be running (with a correct configuration). The SNDPCF command can work perfectly; but it won&#039;t do any good if the rest of the system isn&#039;t paying attention to it. Personally, I wouldn&#039;t use SNDPCF if the intended result was outbound SMTP. I&#039;d use SMTP directly and skip all the intermediate stuff.
&#160;
Tom]]></description>
		<content:encoded><![CDATA[<p>Rickmcd&#8217;s comment is worthwhile. Have you verified that anyone has even set up SMTP services on this client&#8217;s system?<br />
&nbsp;<br />
SNDDST (and therefore SNDPCF) is not a SMTP function. It&#8217;s a SNA/DS function. When you get the &#8220;Send distribution completed successfully&#8221; message, all it means is that the SNA/DS process worked. But from there, a secondary process must provide the transfer over to SMTP. And then the SMTP services must do their work.<br />
&nbsp;<br />
The transfer process must be running (with a correct configuration), and SMTP must be running (with a correct configuration). The SNDPCF command can work perfectly; but it won&#8217;t do any good if the rest of the system isn&#8217;t paying attention to it. Personally, I wouldn&#8217;t use SNDPCF if the intended result was outbound SMTP. I&#8217;d use SMTP directly and skip all the intermediate stuff.<br />
&nbsp;<br />
Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dab777</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sndpcf-problem-on-as400/#comment-109906</link>
		<dc:creator>dab777</dc:creator>
		<pubDate>Wed, 08 Aug 2012 13:52:59 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/sndpcf-problem-on-as400/#comment-109906</guid>
		<description><![CDATA[Yes, I am aware that this is a third party product and that all users that use this command need to have a directory entry. I have a directory entry. I also manually ran each element in the command. I am failing on the SNDDST&#160;command although&#160;I am not receiving an error. I&#160;ftp files&#160;to and from the iseries but can&#039;t seem to get the file to email.&#160; Here is my snddst command that was executed.&#160; I am guessing I am missing something on the system set up.SNDDST TYPE(*DOC) TOINTNET((dbussey777@aol.com)) DSTD(TEST) MSG(&#039;cpni file&#039;) DOC(A_CPNI.CSV) FLR(TEMP)
Send distribution completed successfully.Thanks for any and all help!&#160;&#160;]]></description>
		<content:encoded><![CDATA[<p>Yes, I am aware that this is a third party product and that all users that use this command need to have a directory entry. I have a directory entry. I also manually ran each element in the command. I am failing on the SNDDST&nbsp;command although&nbsp;I am not receiving an error. I&nbsp;ftp files&nbsp;to and from the iseries but can&#8217;t seem to get the file to email.&nbsp; Here is my snddst command that was executed.&nbsp; I am guessing I am missing something on the system set up.SNDDST TYPE(*DOC) TOINTNET((dbussey777@aol.com)) DSTD(TEST) MSG(&#8216;cpni file&#8217;) DOC(A_CPNI.CSV) FLR(TEMP)<br />
Send distribution completed successfully.Thanks for any and all help!&nbsp;&nbsp;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TomLiotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sndpcf-problem-on-as400/#comment-109887</link>
		<dc:creator>TomLiotta</dc:creator>
		<pubDate>Tue, 07 Aug 2012 20:17:45 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/sndpcf-problem-on-as400/#comment-109887</guid>
		<description><![CDATA[The SNDPCF function isn&#039;t a system function. It&#039;s something written by a programmer somewhere in the world and made available &quot;for free and as-is&quot;. You use it at your own risk, and you support it your self. Any problems are up to you to fix.
&#160;
The most difficult part of it is that it relies on the system&#039;s SNDDST command. That means that all of the required infrastructure must be configured and working for each user of SNDPCF. It can work fine for one user, and it might not work at all for someone else.
&#160;
You have to do the testing for &lt;STRONG&gt;SNDDST&lt;/STRONG&gt; for each user. If a user can&#039;t use SNDDST, then that user can&#039;t run SNDPCF.
&#160;
Tom]]></description>
		<content:encoded><![CDATA[<p>The SNDPCF function isn&#8217;t a system function. It&#8217;s something written by a programmer somewhere in the world and made available &#8220;for free and as-is&#8221;. You use it at your own risk, and you support it your self. Any problems are up to you to fix.<br />
&nbsp;<br />
The most difficult part of it is that it relies on the system&#8217;s SNDDST command. That means that all of the required infrastructure must be configured and working for each user of SNDPCF. It can work fine for one user, and it might not work at all for someone else.<br />
&nbsp;<br />
You have to do the testing for <strong>SNDDST</strong> for each user. If a user can&#8217;t use SNDDST, then that user can&#8217;t run SNDPCF.<br />
&nbsp;<br />
Tom</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 6/9 queries in 0.011 seconds using memcached
Object Caching 296/299 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-21 15:53:38 -->