 




<?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: Windows Scheduling iSeries Data Transfer</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/windows-scheduling-iseries-data-transfer/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/windows-scheduling-iseries-data-transfer/</link>
	<description></description>
	<lastBuildDate>Mon, 20 May 2013 03:56:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: idratherbefishing</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/windows-scheduling-iseries-data-transfer/#comment-47435</link>
		<dc:creator>idratherbefishing</dc:creator>
		<pubDate>Wed, 07 Feb 2007 12:34:33 +0000</pubDate>
		<guid isPermaLink="false">#comment-47435</guid>
		<description><![CDATA[Glad to hear you found a solution.  I thought I&#039;d offer an alternative that allows control from the AS400 instead of the Windows job scheduler.  This way you&#039;ll have the messages from the PC and have a way to check from the AS400 as to whether the process ran sucessfully.

     Included in Client Access is the Run Remote Command service.  AS the administrator of the PC or a MS server you can set this service to run automatically when the PC or server is booted.  You can use a user-id at the PC or server that has access to the directories where the data is stored or you can create a user on the PC or server just for this purpose that only has access to the necessary data and directories.  Once you have the file transfers working such that they work under the user-id you intend to use by only double clicking them, you should be able to put the executables in a bat file.  If when you ececute the bat file under the user-id you&#039;ve set up and all is well you are ready for the next step.  You simply create a CL on the AS400 and use the run remote command to call the bat file on the PC or server.  There is much more information about using the Run Remote Command at the I-Series information center on the web.

   I like using this method because there is a lot information the AS400 gives me about what occurred at he PC or server level and I can use the AS400 Job scheduler to control when the process is run.  In addition, I can build upon the CL  to have other processes on the AS400 take place after a sucessful transfer of data.

Just another way to accomplish the same goal.]]></description>
		<content:encoded><![CDATA[<p>Glad to hear you found a solution.  I thought I&#8217;d offer an alternative that allows control from the AS400 instead of the Windows job scheduler.  This way you&#8217;ll have the messages from the PC and have a way to check from the AS400 as to whether the process ran sucessfully.</p>
<p>     Included in Client Access is the Run Remote Command service.  AS the administrator of the PC or a MS server you can set this service to run automatically when the PC or server is booted.  You can use a user-id at the PC or server that has access to the directories where the data is stored or you can create a user on the PC or server just for this purpose that only has access to the necessary data and directories.  Once you have the file transfers working such that they work under the user-id you intend to use by only double clicking them, you should be able to put the executables in a bat file.  If when you ececute the bat file under the user-id you&#8217;ve set up and all is well you are ready for the next step.  You simply create a CL on the AS400 and use the run remote command to call the bat file on the PC or server.  There is much more information about using the Run Remote Command at the I-Series information center on the web.</p>
<p>   I like using this method because there is a lot information the AS400 gives me about what occurred at he PC or server level and I can use the AS400 Job scheduler to control when the process is run.  In addition, I can build upon the CL  to have other processes on the AS400 take place after a sucessful transfer of data.</p>
<p>Just another way to accomplish the same goal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: heather400</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/windows-scheduling-iseries-data-transfer/#comment-47436</link>
		<dc:creator>heather400</dc:creator>
		<pubDate>Wed, 07 Feb 2007 10:27:43 +0000</pubDate>
		<guid isPermaLink="false">#comment-47436</guid>
		<description><![CDATA[rtopcb command didn&#039;t work but I googled it and found another similar command (rxferpcb) that will run in an unattended environment with username and password. It works great! Thanks so much for putting me on the right track.]]></description>
		<content:encoded><![CDATA[<p>rtopcb command didn&#8217;t work but I googled it and found another similar command (rxferpcb) that will run in an unattended environment with username and password. It works great! Thanks so much for putting me on the right track.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carterc19</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/windows-scheduling-iseries-data-transfer/#comment-47437</link>
		<dc:creator>carterc19</dc:creator>
		<pubDate>Tue, 06 Feb 2007 12:12:53 +0000</pubDate>
		<guid isPermaLink="false">#comment-47437</guid>
		<description><![CDATA[I think you can include Client Access transfers in a .bat file with the rtopcb command, yes?  Need to have the client access directory in the path, I&#039;d bet, but I think using the rtopcb command and then pass it the .dtf file name will actually run the thing.  Sort of like

rtopcb c:mytransfer.dtf]]></description>
		<content:encoded><![CDATA[<p>I think you can include Client Access transfers in a .bat file with the rtopcb command, yes?  Need to have the client access directory in the path, I&#8217;d bet, but I think using the rtopcb command and then pass it the .dtf file name will actually run the thing.  Sort of like</p>
<p>rtopcb c:mytransfer.dtf</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: heather400</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/windows-scheduling-iseries-data-transfer/#comment-47438</link>
		<dc:creator>heather400</dc:creator>
		<pubDate>Mon, 05 Feb 2007 18:35:48 +0000</pubDate>
		<guid isPermaLink="false">#comment-47438</guid>
		<description><![CDATA[Windows scheduler can do more than just .cmd and .bat files. I have it running the data transfer program it just won&#039;t run the specfic btf files]]></description>
		<content:encoded><![CDATA[<p>Windows scheduler can do more than just .cmd and .bat files. I have it running the data transfer program it just won&#8217;t run the specfic btf files</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.016 seconds using memcached
Object Caching 310/313 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-20 03:59:10 -->