<?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: External debugging from .NET not working in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/external-debugging-from-net-not-working/m-p/11252020#M1913954</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dont think being able to get into the debugger is going to tell me why the external debugger never triggered. Id imaging thats SAP system code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, thats not really a solution as we have many, many calls to different operations that get called, so getting this to work is the only viable solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Aug 2015 21:24:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-08-21T21:24:39Z</dc:date>
    <item>
      <title>External debugging from .NET not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/external-debugging-from-net-not-working/m-p/11252016#M1913950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have a .Net system making a web service call into our ECC system. It is a 7.02 Netweaver system. I have External debugging turned on and placed an External Breakpoint in the RFC that gets called from the web service. However after trying everything suggested and based on OSS Notes, the WS call will never trigger the debugger window to open.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have been able to trigger it using a Web Dynpro application, so we know the external debugger works but NOT thorough the .Net web service call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The user being passed from .Net is the SAP dialog user. Please dont respond with the steps in how to turn on the external debugger....we have done that and know it works when we do it through a WD application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something is different when coming in through a wsdl web service call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 19:38:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/external-debugging-from-net-not-working/m-p/11252016#M1913950</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-21T19:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: External debugging from .NET not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/external-debugging-from-net-not-working/m-p/11252017#M1913951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mike&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the external debugger set to the user who logs from the .Net application into the ECC system? Please check the debugger settings in SE37 is something similar to the picture below, with the corresponding user set. (Menu Utilities-&amp;gt;Settings-&amp;gt;ABAP Editor-&amp;gt;Debugging).&lt;/P&gt;&lt;P&gt;Also please chek ST22. Sometimes a dump can be occurring prior to the debugger hit the external breakpoint.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Luis Becker&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/775706" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 19:47:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/external-debugging-from-net-not-working/m-p/11252017#M1913951</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-21T19:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: External debugging from .NET not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/external-debugging-from-net-not-working/m-p/11252018#M1913952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I am the one executing the .Net application and my user id is coming into ECC, which is what is set in my Debugging settings. Their is no dump occurring.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We do not have load balancing so that is also not an issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 19:53:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/external-debugging-from-net-not-working/m-p/11252018#M1913952</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-21T19:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: External debugging from .NET not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/external-debugging-from-net-not-working/m-p/11252019#M1913953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Might not be the best solution, but if you can put an infinite loop in the RFC and then check SM50, you can see how the process is being called from .Net and even debug it. Then, you might find what is different in this service call which is avoiding the external debugger from being called.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 20:08:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/external-debugging-from-net-not-working/m-p/11252019#M1913953</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-21T20:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: External debugging from .NET not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/external-debugging-from-net-not-working/m-p/11252020#M1913954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dont think being able to get into the debugger is going to tell me why the external debugger never triggered. Id imaging thats SAP system code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, thats not really a solution as we have many, many calls to different operations that get called, so getting this to work is the only viable solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 21:24:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/external-debugging-from-net-not-working/m-p/11252020#M1913954</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-21T21:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: External debugging from .NET not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/external-debugging-from-net-not-working/m-p/11252021#M1913955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mike&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This could help to understand what processes are being triggered and confirm the calling user.&lt;/P&gt;&lt;P&gt;Anyway, it could help if you share the details of your connection to ECC in the .Net application, so we could have a hint of what is going wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Luis Becker&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Aug 2015 02:14:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/external-debugging-from-net-not-working/m-p/11252021#M1913955</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-22T02:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: External debugging from .NET not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/external-debugging-from-net-not-working/m-p/11252022#M1913956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its just a HTTP web service call into ECC using basic authentication.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 15:37:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/external-debugging-from-net-not-working/m-p/11252022#M1913956</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-24T15:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: External debugging from .NET not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/external-debugging-from-net-not-working/m-p/11252023#M1913957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think that a deep technical problem like this can be solved without traces (RFC trace, kernel workprocess trace etc.)&lt;/P&gt;&lt;P&gt;The only chance to get a solution to this is to open an OSS ticket and let SAP Dev Support &lt;BR /&gt;analyze/debug it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards, Ulrich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 19:37:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/external-debugging-from-net-not-working/m-p/11252023#M1913957</guid>
      <dc:creator>Ulrich_Schmidt1</dc:creator>
      <dc:date>2015-12-15T19:37:00Z</dc:date>
    </item>
  </channel>
</rss>

