<?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 ABAP Eclipse - No assertion ticket error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-eclipse-no-assertion-ticket-error/m-p/9303040#M1726394</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting the following error in the Eclipse environment while connecting to the backend SAP system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"The system did not return an assertion ticket for the GUI logon. Continue logon manually".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eclipse detailed error log says "Could not get reentrance ticket for GUI logon: No authorization to access the resource&amp;nbsp; /sap/bc/adt/security/reentranceticket".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz help me out in fixing this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dinesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Mar 2013 10:34:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-03-08T10:34:07Z</dc:date>
    <item>
      <title>ABAP Eclipse - No assertion ticket error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-eclipse-no-assertion-ticket-error/m-p/9303040#M1726394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting the following error in the Eclipse environment while connecting to the backend SAP system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"The system did not return an assertion ticket for the GUI logon. Continue logon manually".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eclipse detailed error log says "Could not get reentrance ticket for GUI logon: No authorization to access the resource&amp;nbsp; /sap/bc/adt/security/reentranceticket".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz help me out in fixing this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dinesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Mar 2013 10:34:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-eclipse-no-assertion-ticket-error/m-p/9303040#M1726394</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-03-08T10:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Eclipse - No assertion ticket error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-eclipse-no-assertion-ticket-error/m-p/9303041#M1726395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have checked with roles, authorizations and profile parameter are configured properly for your user ?&lt;/P&gt;&lt;P&gt;Refer to installation guide of ADT attached to this note: &lt;A class="active_link" href="https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1718399" title="https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1718399"&gt;1718399&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It says following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition to logon tickets, ABAP systems can also issue the more restricted assertion&lt;/P&gt;&lt;P&gt;tickets when accessing system services. This might be important to meet the maximium of&lt;/P&gt;&lt;P&gt;security requirements when using the integrated SAP GUI in APAP Development Tools.&lt;/P&gt;&lt;P&gt;Instead of asking the password, the back-end system checks the validity of assertion ticket&lt;/P&gt;&lt;P&gt;to allow the user access to system services.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Procedure&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Use the following settings to configure your ABAP system in such a way that it issues the&lt;/P&gt;&lt;P&gt;assertion tickets only (without logon).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Profile Parameters&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parameter: login/create_sso2_ticket &lt;/P&gt;&lt;P&gt;Value: 3 &lt;/P&gt;&lt;P&gt;Description: The parameter with this value causes the ABAP system &lt;SPAN style="font-size: 10pt;"&gt;issues assertion tickets only (no logon tickets).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Parameter: &lt;/SPAN&gt;login/accept_sso2_ticket &lt;/P&gt;&lt;P&gt;Value: 1 &lt;/P&gt;&lt;P&gt;Description: The parameter with this value configures the ABAP system to accept assertion tickets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ashwani Kr Sharma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Mar 2013 10:49:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-eclipse-no-assertion-ticket-error/m-p/9303041#M1726395</guid>
      <dc:creator>former_member186016</dc:creator>
      <dc:date>2013-03-08T10:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Eclipse - No assertion ticket error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-eclipse-no-assertion-ticket-error/m-p/9303042#M1726396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Hi Ashwani,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks for your quick response.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Following roles has already been assigned to my Id (as mentioned in the ADT installation guide).&lt;/SPAN&gt;&lt;SPAN style="font-family: TT24o00; font-size: 10pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: TT24o00; font-size: 10pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;SAP_BC_DWB_ABAPDEVELOPER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: TT24o00; font-size: 10pt;"&gt;SAP_BC_DWB_WBDISPLAY&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: TT24o00; font-size: 10pt;"&gt;﻿&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="font-family: TT24o00;"&gt;I didn't check the &lt;/SPAN&gt;profile parameter settings but I am sure they must be in place since another user (who has SAP ALL access) is able to login in without any error (he is also conneting to the same backend SAP system). And when I asked him to check if he is able to login with my ID in his machine, he responded back saying he is also getting the same error. So looks like some authorizations are missing in my user profile.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Dinesh &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: TT24o00;"&gt;&lt;SPAN&gt;﻿&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Mar 2013 11:44:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-eclipse-no-assertion-ticket-error/m-p/9303042#M1726396</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-03-08T11:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Eclipse - No assertion ticket error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-eclipse-no-assertion-ticket-error/m-p/9303043#M1726397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Perhaps you need to maintain a few authorizations like in this discussion (&lt;A _jive_internal="true" href="https://answers.sap.com/thread/3310181" title="http://scn.sap.com/thread/3310181"&gt;http://scn.sap.com/thread/3310181&lt;/A&gt;). You should also be aware of the caveat discussed here (&lt;A _jive_internal="true" href="https://answers.sap.com/thread/3312045" title="http://scn.sap.com/thread/3312045"&gt;http://scn.sap.com/thread/3312045&lt;/A&gt;) when maintaining authorizations. &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dinu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Mar 2013 13:34:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-eclipse-no-assertion-ticket-error/m-p/9303043#M1726397</guid>
      <dc:creator>former_member2839</dc:creator>
      <dc:date>2013-03-20T13:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Eclipse - No assertion ticket error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-eclipse-no-assertion-ticket-error/m-p/9303044#M1726398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, I think is never too late to solve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had this same issue and it was solved doing the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Go to transaction RZ11&lt;/LI&gt;&lt;LI&gt;Change profile parameter login/create_sso2_ticket to "2" (I was set to zero when the error was happening) - Moreover there is no option 3 according to the profile documentation&lt;/LI&gt;&lt;LI&gt;Click on "New Entry" to make this value permanent.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Dec 2013 19:37:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-eclipse-no-assertion-ticket-error/m-p/9303044#M1726398</guid>
      <dc:creator>FabioPagoti</dc:creator>
      <dc:date>2013-12-22T19:37:54Z</dc:date>
    </item>
  </channel>
</rss>

