<?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 Re: Open dataset path issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-path-issue/m-p/6992696#M1494185</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition to the previous post, make use of sy-sysid inseted of hard coding the ip address and concatenate the file path. It takes the respective system id. It definetely works . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Preetham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Jun 2010 14:12:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-06-24T14:12:00Z</dc:date>
    <item>
      <title>Open dataset path issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-path-issue/m-p/6992693#M1494182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a program which will generate a file in application server using OPEN DATASET FNAME FOR OUTPUT IN LEGACY TEXT MODE CODE PAGE '1100'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FNAME = 'ip address of dev server\foldername\filename.txt'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Folder has been created in development server. If i execute the program in development server file is generating into the folder. But if i run the same program in Quality server, file is not generating. I am trying to save the file in folder in development server. I am giving the same path while executing in Quality. The folder has read and write access for my windows user id. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also i tried to download the file using tcode CG3Y in dev, its downloading. But if i do the same in Quality server its not downloading. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The program has to run in background.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suggest me the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prabu S.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jun 2010 12:44:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-path-issue/m-p/6992693#M1494182</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-24T12:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: Open dataset path issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-path-issue/m-p/6992694#M1494183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess there is something worng in the path name format. In the development system, you are checking the file in AL11 or in the presentation server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikranth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jun 2010 13:11:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-path-issue/m-p/6992694#M1494183</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-24T13:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: Open dataset path issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-path-issue/m-p/6992695#M1494184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi prabhu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In dev system you are giving the Fname : 'ip address of dev server\foldername\filename.txt'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in quality if you give the same path it will not work. You need to change path to Fname : 'ip address of quality server\foldername\filename.txt' then it wll work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will resolve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds,&lt;/P&gt;&lt;P&gt;Preetham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jun 2010 14:00:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-path-issue/m-p/6992695#M1494184</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-24T14:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: Open dataset path issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-path-issue/m-p/6992696#M1494185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition to the previous post, make use of sy-sysid inseted of hard coding the ip address and concatenate the file path. It takes the respective system id. It definetely works . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Preetham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jun 2010 14:12:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-path-issue/m-p/6992696#M1494185</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-24T14:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: Open dataset path issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-path-issue/m-p/6992697#M1494186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Quality &amp;amp; Production - Must be in the same network domain.&lt;/P&gt;&lt;P&gt;Only then the IP can be accessed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also look into preethams suggestion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jun 2010 14:56:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-path-issue/m-p/6992697#M1494186</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-06-24T14:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: Open dataset path issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-path-issue/m-p/6992698#M1494187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some time this type of problem are coming or don't have authorization for your user pls check that both issue's..&lt;/P&gt;&lt;P&gt;and file path wouldn't correct in parameter's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;I.Muthukumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jun 2010 07:05:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-path-issue/m-p/6992698#M1494187</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-25T07:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: Open dataset path issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-path-issue/m-p/6992699#M1494188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check if you have the same folder name in quality which you have in dev. becoz the folder will not be creatded automatically. it need to be created before writing file into it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jun 2010 07:29:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-path-issue/m-p/6992699#M1494188</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-25T07:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: Open dataset path issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-path-issue/m-p/6992700#M1494189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your replies. Here my issue is I should use the same folder in dev server for all three servers(DEV, QAS and PRD).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here they told that they wont create folder in Quality and Production, but if you execute the program in DEV, QAS and PRD the file should generate in the folder in DEV server. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using basis help i logged into Quality server system and tried to access the file in Development server system through OS level. Its working fine. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked authorization for my user. Its there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jun 2010 09:24:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-path-issue/m-p/6992700#M1494189</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-25T09:24:01Z</dc:date>
    </item>
  </channel>
</rss>

