<?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 ERROR: Error while using RFC to SAP. in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/ERROR-Error-while-using-RFC-to-SAP/m-p/602425#M18368</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options sastrace=',,d,d' sastraceloc=saslog nostsuffix ;
LIBNAME sap_src SASIOSR3  trace=1  BatchMode=1  language=EN  Client=100  TRANSERRORCOMPATMODE=Y  r3name=DA1  group=DA1dialog  mshost="da1cs.al.ndis.be"  USER=SASRFC  PASSWORD="{SAS002}A15F8F56266BD0E83706CF0C04E43F23364802EA" ;

proc sql;
create table temp as select *
from sap_src."/1CPMB/BSTD8PSB"n where monotonic()&amp;lt;10;
quit;
options sastrace=off ;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Hello, i'm trying to read data from SAP using the data surveyor. I'm able to connect to SAP but when reading data i'm getting an error.&lt;/P&gt;
&lt;P&gt;My logfile is in attachment, any idea's?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Filip&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 07 Nov 2019 15:14:44 GMT</pubDate>
    <dc:creator>Filipvdr</dc:creator>
    <dc:date>2019-11-07T15:14:44Z</dc:date>
    <item>
      <title>ERROR: Error while using RFC to SAP.</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/ERROR-Error-while-using-RFC-to-SAP/m-p/602425#M18368</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options sastrace=',,d,d' sastraceloc=saslog nostsuffix ;
LIBNAME sap_src SASIOSR3  trace=1  BatchMode=1  language=EN  Client=100  TRANSERRORCOMPATMODE=Y  r3name=DA1  group=DA1dialog  mshost="da1cs.al.ndis.be"  USER=SASRFC  PASSWORD="{SAS002}A15F8F56266BD0E83706CF0C04E43F23364802EA" ;

proc sql;
create table temp as select *
from sap_src."/1CPMB/BSTD8PSB"n where monotonic()&amp;lt;10;
quit;
options sastrace=off ;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Hello, i'm trying to read data from SAP using the data surveyor. I'm able to connect to SAP but when reading data i'm getting an error.&lt;/P&gt;
&lt;P&gt;My logfile is in attachment, any idea's?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Filip&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 15:14:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/ERROR-Error-while-using-RFC-to-SAP/m-p/602425#M18368</guid>
      <dc:creator>Filipvdr</dc:creator>
      <dc:date>2019-11-07T15:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Error while using RFC to SAP.</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/ERROR-Error-while-using-RFC-to-SAP/m-p/602670#M18369</link>
      <description>&lt;P&gt;Could &lt;A href="http://support.sas.com/kb/61/871.html" target="_self"&gt;this&lt;/A&gt; be the reason?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also: Don't use monotonic(). This is an undocumented and unsupported function which can return unexpected results when used with a database. If you want to reduce volumes for testing rather use Proc SQL options INOBS and OUTOBS like&lt;/P&gt;
&lt;P&gt;Proc SQL inobs=10;&lt;/P&gt;
&lt;P&gt;....&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2019 03:28:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/ERROR-Error-while-using-RFC-to-SAP/m-p/602670#M18369</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2019-11-08T03:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Error while using RFC to SAP.</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/ERROR-Error-while-using-RFC-to-SAP/m-p/602694#M18370</link>
      <description>hi Patrick, we found the same support link and checked with our SAP support team but they could not fix the issue. You think it's SAP related or we're missing a setup within the SAS configuration. As we are able to connect to SAP i'm thinking it's more SAP related?</description>
      <pubDate>Fri, 08 Nov 2019 08:29:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/ERROR-Error-while-using-RFC-to-SAP/m-p/602694#M18370</guid>
      <dc:creator>Filipvdr</dc:creator>
      <dc:date>2019-11-08T08:29:14Z</dc:date>
    </item>
  </channel>
</rss>

