<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic FTP problem in ECC6 PROGRAM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-problem-in-ecc6-program/m-p/2767126#M644547</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus!&lt;/P&gt;&lt;P&gt;We have a ftp's problem within a ABAP Program. It runs successfully in DEV and doesn't run in QAS.&lt;/P&gt;&lt;P&gt;We don't Know if it's a basis or programming problem. Apparently  the program take the local directory instead of de SAP's directory.&lt;/P&gt;&lt;P&gt;Our landscape is SAP SERVER W2003 - ECC6 , FTP Server Unix&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's the code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1        cd sbo_in&lt;/P&gt;&lt;P&gt;2        lcd &lt;span class="lia-unicode-emoji" title=":anguished_face:"&gt;😧&lt;/span&gt;&lt;/P&gt;&lt;P&gt;3        put pal_10001412.txt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;resultado&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1        cd sbo_in&lt;/P&gt;&lt;P&gt;2        250 Instrucción CWD ejecutada con éxito.&lt;/P&gt;&lt;P&gt;3        lcd &lt;span class="lia-unicode-emoji" title=":anguished_face:"&gt;😧&lt;/span&gt;&lt;/P&gt;&lt;P&gt;4        Local directory now &lt;span class="lia-unicode-emoji" title=":anguished_face:"&gt;😧&lt;/span&gt;&lt;/P&gt;&lt;P&gt;5        put pal_10001412.txt&lt;/P&gt;&lt;P&gt;6        open pal_10001412.txt errno 22: Invalid argument&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone help me with this issue?&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Aug 2007 23:02:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-29T23:02:12Z</dc:date>
    <item>
      <title>FTP problem in ECC6 PROGRAM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-problem-in-ecc6-program/m-p/2767126#M644547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus!&lt;/P&gt;&lt;P&gt;We have a ftp's problem within a ABAP Program. It runs successfully in DEV and doesn't run in QAS.&lt;/P&gt;&lt;P&gt;We don't Know if it's a basis or programming problem. Apparently  the program take the local directory instead of de SAP's directory.&lt;/P&gt;&lt;P&gt;Our landscape is SAP SERVER W2003 - ECC6 , FTP Server Unix&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's the code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1        cd sbo_in&lt;/P&gt;&lt;P&gt;2        lcd &lt;span class="lia-unicode-emoji" title=":anguished_face:"&gt;😧&lt;/span&gt;&lt;/P&gt;&lt;P&gt;3        put pal_10001412.txt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;resultado&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1        cd sbo_in&lt;/P&gt;&lt;P&gt;2        250 Instrucción CWD ejecutada con éxito.&lt;/P&gt;&lt;P&gt;3        lcd &lt;span class="lia-unicode-emoji" title=":anguished_face:"&gt;😧&lt;/span&gt;&lt;/P&gt;&lt;P&gt;4        Local directory now &lt;span class="lia-unicode-emoji" title=":anguished_face:"&gt;😧&lt;/span&gt;&lt;/P&gt;&lt;P&gt;5        put pal_10001412.txt&lt;/P&gt;&lt;P&gt;6        open pal_10001412.txt errno 22: Invalid argument&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone help me with this issue?&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 23:02:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-problem-in-ecc6-program/m-p/2767126#M644547</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-29T23:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: FTP problem in ECC6 PROGRAM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-problem-in-ecc6-program/m-p/2767127#M644548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check whether the directory you specified is existing in Quality system. Check whether the path specified in your program is valid or do you have authorization for that path in Quality. Try with some different user name with all authorizations.&lt;/P&gt;&lt;P&gt;Usually program picks up the local path HOME directory when you dont specify any path.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Kriss&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 23:22:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-problem-in-ecc6-program/m-p/2767127#M644548</guid>
      <dc:creator>former_member192429</dc:creator>
      <dc:date>2007-08-29T23:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: FTP problem in ECC6 PROGRAM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-problem-in-ecc6-program/m-p/2767128#M644549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kriss, thanks for your reply.&lt;/P&gt;&lt;P&gt;DEV and QAS are both installed in the same Server, then directory exists. Users &amp;lt;sid&amp;gt;adm and SapService&amp;lt;SID&amp;gt; have the same rights on this folder, furthermore in trx al11 we see the same valor DIR_PUT = D:\usr\sap\put&lt;/P&gt;&lt;P&gt;The users which run program has the sap_all authorization&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 14:35:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-problem-in-ecc6-program/m-p/2767128#M644549</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-30T14:35:29Z</dc:date>
    </item>
  </channel>
</rss>

