<?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 No data found when execute ldap_read FM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-data-found-when-execute-ldap-read-fm/m-p/8832324#M1683352</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 am having trouble reading data from LDAP server. When I run ldap_read function module with base entry as 'dc=domain, dc=com' and filter as (&amp;amp;(objectClass=*)) it returns all the entries, but when I search any user from that data I couldn't find any user. &lt;/P&gt;&lt;P&gt;When I chnaged base entry to 'OU=Accounts,dc=domain,dc=com' and filter as (&amp;amp;(objectClass=*)) it returns back the same base entry in the table with no data in the attributes table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried running the find operation from ldap transaction, I got the same result as ldap_read. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I get the particular user/all users email address by using this FM and what could be the wrong with the parameters that I am passing to FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Murthy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Jun 2012 09:23:21 GMT</pubDate>
    <dc:creator>chinna_babu2</dc:creator>
    <dc:date>2012-06-05T09:23:21Z</dc:date>
    <item>
      <title>No data found when execute ldap_read FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-data-found-when-execute-ldap-read-fm/m-p/8832324#M1683352</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 am having trouble reading data from LDAP server. When I run ldap_read function module with base entry as 'dc=domain, dc=com' and filter as (&amp;amp;(objectClass=*)) it returns all the entries, but when I search any user from that data I couldn't find any user. &lt;/P&gt;&lt;P&gt;When I chnaged base entry to 'OU=Accounts,dc=domain,dc=com' and filter as (&amp;amp;(objectClass=*)) it returns back the same base entry in the table with no data in the attributes table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried running the find operation from ldap transaction, I got the same result as ldap_read. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I get the particular user/all users email address by using this FM and what could be the wrong with the parameters that I am passing to FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Murthy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2012 09:23:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/no-data-found-when-execute-ldap-read-fm/m-p/8832324#M1683352</guid>
      <dc:creator>chinna_babu2</dc:creator>
      <dc:date>2012-06-05T09:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: No data found when execute ldap_read FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-data-found-when-execute-ldap-read-fm/m-p/8832325#M1683353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;Were you able to resolve this error. I am facing the same issue in reading Email address from LDAP. LDAP MAP is done and LDAP Server configuration is also done. Please let me know how you got this resolved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shobana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2014 23:41:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/no-data-found-when-execute-ldap-read-fm/m-p/8832325#M1683353</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-05-07T23:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: No data found when execute ldap_read FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-data-found-when-execute-ldap-read-fm/m-p/8832326#M1683354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shobana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before calling the LDAP _READ fm, you would need call below the function modules to authenticate with the LDAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FM -- RFC_PING.&lt;/P&gt;&lt;P&gt;If RFC ping is not success call FM --&amp;nbsp; SXPG_STEP_XPG_START to start the connector. Check inf RFC Ping is success or not by calling the FM -- RFC_PING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check RFC Destination for LDAP using FM -&amp;nbsp; LDAP_CHECKIN_RFCDEST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bind the FM by calling -&amp;nbsp; LDAP_SIMPLEBIND.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call LDAP _READ and call&amp;nbsp; LDAP_UNBIND.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Above all please make sure you have the LDAP connector and RFC destination properly configured in your SAP system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Murthy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 00:22:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/no-data-found-when-execute-ldap-read-fm/m-p/8832326#M1683354</guid>
      <dc:creator>chinna_babu2</dc:creator>
      <dc:date>2014-05-08T00:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: No data found when execute ldap_read FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-data-found-when-execute-ldap-read-fm/m-p/8832327#M1683355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Hi Shobana,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Mark it as Correct Answer if your issue is resolved.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Murthy&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 04:43:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/no-data-found-when-execute-ldap-read-fm/m-p/8832327#M1683355</guid>
      <dc:creator>chinna_babu2</dc:creator>
      <dc:date>2014-05-14T04:43:28Z</dc:date>
    </item>
  </channel>
</rss>

