<?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: Getting 'Invalid argument' error while uisng OPEN DATASET. Help! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-invalid-argument-error-while-uisng-open-dataset-help/m-p/2128642#M447186</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chndrasekhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        You mean to say the we cannot use OPEN DATASET for reading file in shared server location. For example a shared folder in my PC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there something wrong in the file name path I have given? It started with '//'. Do I have to start the file path wih 'file://..'? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Gopal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Apr 2007 11:25:10 GMT</pubDate>
    <dc:creator>gopalkrishna_baliga</dc:creator>
    <dc:date>2007-04-04T11:25:10Z</dc:date>
    <item>
      <title>Getting 'Invalid argument' error while uisng OPEN DATASET. Help!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-invalid-argument-error-while-uisng-open-dataset-help/m-p/2128638#M447182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I am trying to read a file from a shared server location using OPEN DATASET as shown below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OPEN DATASET file_name FOR INPUT IN TEXT MODE ENCODING UTF-8 MESSAGE msg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The file_name i gave is '&lt;BR /&gt;CNSGN-PRE-DM.COM\FUNCTIONAL\INVENTORY.CSV'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The program compiles perfectly. But when I run the program I am getting 'Invalid argument' error. I have checked the authorization to the server, file name, file availability and everything is fine. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Strangely this code was working fine a week ago.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What could be the problem? Kindly help me! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Gopal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 10:43:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-invalid-argument-error-while-uisng-open-dataset-help/m-p/2128638#M447182</guid>
      <dc:creator>gopalkrishna_baliga</dc:creator>
      <dc:date>2007-04-04T10:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: Getting 'Invalid argument' error while uisng OPEN DATASET. Help!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-invalid-argument-error-while-uisng-open-dataset-help/m-p/2128639#M447183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the File present in application server , check in AL11 Tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use OPEN DATASET only if the file is in application server,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To access files using FTP , u can use FTP_CONNECT  FM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 10:46:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-invalid-argument-error-while-uisng-open-dataset-help/m-p/2128639#M447183</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-04T10:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: Getting 'Invalid argument' error while uisng OPEN DATASET. Help!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-invalid-argument-error-while-uisng-open-dataset-help/m-p/2128640#M447184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chandrasekhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          The file is in a application server.&lt;/P&gt;&lt;P&gt;          What is AL11 transcation used for?&lt;/P&gt;&lt;P&gt;          I don't have access to AL11 transaction. It is possible to see data in this transaction by some other way like querying the table involved?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Gopal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 10:55:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-invalid-argument-error-while-uisng-open-dataset-help/m-p/2128640#M447184</guid>
      <dc:creator>gopalkrishna_baliga</dc:creator>
      <dc:date>2007-04-04T10:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Getting 'Invalid argument' error while uisng OPEN DATASET. Help!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-invalid-argument-error-while-uisng-open-dataset-help/m-p/2128641#M447185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AL11 is the transaction where all the SAP directories are stored,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check with your basis to get access to AL11&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 11:02:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-invalid-argument-error-while-uisng-open-dataset-help/m-p/2128641#M447185</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-04T11:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: Getting 'Invalid argument' error while uisng OPEN DATASET. Help!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-invalid-argument-error-while-uisng-open-dataset-help/m-p/2128642#M447186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chndrasekhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        You mean to say the we cannot use OPEN DATASET for reading file in shared server location. For example a shared folder in my PC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there something wrong in the file name path I have given? It started with '//'. Do I have to start the file path wih 'file://..'? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Gopal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 11:25:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-invalid-argument-error-while-uisng-open-dataset-help/m-p/2128642#M447186</guid>
      <dc:creator>gopalkrishna_baliga</dc:creator>
      <dc:date>2007-04-04T11:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: Getting 'Invalid argument' error while uisng OPEN DATASET. Help!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-invalid-argument-error-while-uisng-open-dataset-help/m-p/2128643#M447187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use GUI_UPLOAD  FM  to read files on ur Pc , check the documentation  of that FM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 11:26:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-invalid-argument-error-while-uisng-open-dataset-help/m-p/2128643#M447187</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-04T11:26:27Z</dc:date>
    </item>
  </channel>
</rss>

