<?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: Error message from unix server in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-from-unix-server/m-p/1685208#M301775</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For open datset:&lt;/P&gt;&lt;P&gt;These are the possible sy-subrc values:&lt;/P&gt;&lt;P&gt;Return Value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sy-subrc Description &lt;/P&gt;&lt;P&gt;0 File was opened. &lt;/P&gt;&lt;P&gt;8 Operating system could not open file. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Exceptions &lt;/P&gt;&lt;P&gt;Catchable Exceptions &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CX_SY_FILE_OPEN &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause: File is already open (only in Unicode programs) &lt;/P&gt;&lt;P&gt;Runtime Error: DATASET_REOPEN &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CX_SY_CODEPAGE_CONVERTER_INIT &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause: The desired conversion is not supported. (Due to specification of invalid code page or of language not supported in the conversion, with SET LOCALE LANGUAGE.) &lt;/P&gt;&lt;P&gt;Runtime Error: CONVT_CODEPAGE_INIT (catchable) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CX_SY_CONVERSION_CODEPAGE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause: Internal error in the conversion. &lt;/P&gt;&lt;P&gt;Runtime Error: CONVT_CODEPAGE (catchable) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CX_SY_FILE_AUTHORITY &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause: No authorization for access to file &lt;/P&gt;&lt;P&gt;Runtime Error: OPEN_DATASET_NO_AUTHORITY (catchable) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause: Authorization for access to this file is missing in OPEN DATASET with addition FILTER. &lt;/P&gt;&lt;P&gt;Runtime Error: OPEN_PIPE_NO_AUTHORITY (catchable) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CX_SY_PIPES_NOT_SUPPORTED &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CX_SY_TOO_MANY_FILES &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause: Maximum number of open files exceeded. &lt;/P&gt;&lt;P&gt;Runtime Error: DATASET_TOO_MANY_FILES (catchable) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Non-Catchable Exceptions &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause: You tried to open a pipe that is already open. &lt;/P&gt;&lt;P&gt;Runtime Error: DATASET_PIPE_POSITION &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for transfer, we do not have any sy-subrc returned.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Nov 2006 14:25:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-14T14:25:46Z</dc:date>
    <item>
      <title>Error message from unix server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-from-unix-server/m-p/1685207#M301774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I am putting a file in Unix server using&lt;/P&gt;&lt;P&gt;Open Dataset,&lt;/P&gt;&lt;P&gt;Transfer and&lt;/P&gt;&lt;P&gt;Close dataset&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is an error in any one of these(sy-subrc NE 0) , I am doing some action.&lt;/P&gt;&lt;P&gt;Now, there is a requirement to capture the error which Unix throws because of which the transfer was not successful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Ashish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2006 14:17:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-from-unix-server/m-p/1685207#M301774</guid>
      <dc:creator>aaparanjpe</dc:creator>
      <dc:date>2006-11-14T14:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: Error message from unix server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-from-unix-server/m-p/1685208#M301775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For open datset:&lt;/P&gt;&lt;P&gt;These are the possible sy-subrc values:&lt;/P&gt;&lt;P&gt;Return Value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sy-subrc Description &lt;/P&gt;&lt;P&gt;0 File was opened. &lt;/P&gt;&lt;P&gt;8 Operating system could not open file. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Exceptions &lt;/P&gt;&lt;P&gt;Catchable Exceptions &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CX_SY_FILE_OPEN &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause: File is already open (only in Unicode programs) &lt;/P&gt;&lt;P&gt;Runtime Error: DATASET_REOPEN &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CX_SY_CODEPAGE_CONVERTER_INIT &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause: The desired conversion is not supported. (Due to specification of invalid code page or of language not supported in the conversion, with SET LOCALE LANGUAGE.) &lt;/P&gt;&lt;P&gt;Runtime Error: CONVT_CODEPAGE_INIT (catchable) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CX_SY_CONVERSION_CODEPAGE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause: Internal error in the conversion. &lt;/P&gt;&lt;P&gt;Runtime Error: CONVT_CODEPAGE (catchable) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CX_SY_FILE_AUTHORITY &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause: No authorization for access to file &lt;/P&gt;&lt;P&gt;Runtime Error: OPEN_DATASET_NO_AUTHORITY (catchable) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause: Authorization for access to this file is missing in OPEN DATASET with addition FILTER. &lt;/P&gt;&lt;P&gt;Runtime Error: OPEN_PIPE_NO_AUTHORITY (catchable) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CX_SY_PIPES_NOT_SUPPORTED &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CX_SY_TOO_MANY_FILES &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause: Maximum number of open files exceeded. &lt;/P&gt;&lt;P&gt;Runtime Error: DATASET_TOO_MANY_FILES (catchable) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Non-Catchable Exceptions &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause: You tried to open a pipe that is already open. &lt;/P&gt;&lt;P&gt;Runtime Error: DATASET_PIPE_POSITION &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for transfer, we do not have any sy-subrc returned.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2006 14:25:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-from-unix-server/m-p/1685208#M301775</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-14T14:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: Error message from unix server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-from-unix-server/m-p/1685209#M301776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go through this link, i hope this ll help you to solve your problem&lt;/P&gt;&lt;P&gt;&lt;A href="https://weblogs.sdn.sap.com/cs/user/view/cs_msg/7502" target="test_blank"&gt;https://weblogs.sdn.sap.com/cs/user/view/cs_msg/7502&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2006 14:34:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-from-unix-server/m-p/1685209#M301776</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-14T14:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: Error message from unix server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-from-unix-server/m-p/1685210#M301777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;Thanks for the inputs. I have one additional question. Sometimes the data transfer does not happen and no runtime error occurs. Is there any way of finding this out as to what kind of error occurred (Some FM or something).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ashish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2006 15:36:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-from-unix-server/m-p/1685210#M301777</guid>
      <dc:creator>aaparanjpe</dc:creator>
      <dc:date>2006-11-14T15:36:31Z</dc:date>
    </item>
  </channel>
</rss>

