<?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 SAS EG issue in handling kerberos ticket life time in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-EG-issue-in-handling-kerberos-ticket-life-time/m-p/464384#M13214</link>
    <description>&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SAS Version: 9.4m5&lt;/P&gt;&lt;P&gt;OS: Windows 2012r2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have successfully configured SAS to connect to a Kerberized Cloudera. We are only using 1 account (service ID) to connect to hadoop. Everything is working fine except for this issue. It looks like existing SAS EG Connection/session cannot recognize/retrieve a new Ticket with new Ticket lifetime.&lt;/P&gt;&lt;P&gt;With the the setup below from krb5.ini. We are renewing the ticket every 8hrs using a scheduler.&lt;/P&gt;&lt;P&gt;ticket_lifetime = 10hrs&lt;BR /&gt;renew_lifetime = 24hrs&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The issue and scenario is:&lt;/P&gt;&lt;P&gt;1. Ticket will be generated at 6am (ticket will expire in 10hrs (4PM)&lt;/P&gt;&lt;P&gt;2. A renew job ticket will be triggered at around 6:10AM then every 8hrs&lt;/P&gt;&lt;P&gt;3. User will use EG and connect to hadoop at around 9AM (his session should get the ticket that was generated at 6AM)&lt;/P&gt;&lt;P&gt;4. Everything is working fine until 4PM. At 4PM the user cannot make a new libref to the hadoop. He needs to reconnect from the SASApp to be able to make a connection again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are not expecting the issue in No. 4 because we are renewing the ticket from back-end every 8hrs...&lt;/P&gt;&lt;P&gt;Is this a limitation? Any Solution/ or advise out there.. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note:&lt;/P&gt;&lt;P&gt;This issue is not happening in BASE SAS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Wed, 23 May 2018 13:52:11 GMT</pubDate>
    <dc:creator>kevinc1</dc:creator>
    <dc:date>2018-05-23T13:52:11Z</dc:date>
    <item>
      <title>SAS EG issue in handling kerberos ticket life time</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-EG-issue-in-handling-kerberos-ticket-life-time/m-p/464384#M13214</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SAS Version: 9.4m5&lt;/P&gt;&lt;P&gt;OS: Windows 2012r2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have successfully configured SAS to connect to a Kerberized Cloudera. We are only using 1 account (service ID) to connect to hadoop. Everything is working fine except for this issue. It looks like existing SAS EG Connection/session cannot recognize/retrieve a new Ticket with new Ticket lifetime.&lt;/P&gt;&lt;P&gt;With the the setup below from krb5.ini. We are renewing the ticket every 8hrs using a scheduler.&lt;/P&gt;&lt;P&gt;ticket_lifetime = 10hrs&lt;BR /&gt;renew_lifetime = 24hrs&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The issue and scenario is:&lt;/P&gt;&lt;P&gt;1. Ticket will be generated at 6am (ticket will expire in 10hrs (4PM)&lt;/P&gt;&lt;P&gt;2. A renew job ticket will be triggered at around 6:10AM then every 8hrs&lt;/P&gt;&lt;P&gt;3. User will use EG and connect to hadoop at around 9AM (his session should get the ticket that was generated at 6AM)&lt;/P&gt;&lt;P&gt;4. Everything is working fine until 4PM. At 4PM the user cannot make a new libref to the hadoop. He needs to reconnect from the SASApp to be able to make a connection again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are not expecting the issue in No. 4 because we are renewing the ticket from back-end every 8hrs...&lt;/P&gt;&lt;P&gt;Is this a limitation? Any Solution/ or advise out there.. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note:&lt;/P&gt;&lt;P&gt;This issue is not happening in BASE SAS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 23 May 2018 13:52:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-EG-issue-in-handling-kerberos-ticket-life-time/m-p/464384#M13214</guid>
      <dc:creator>kevinc1</dc:creator>
      <dc:date>2018-05-23T13:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG issue in handling kerberos ticket life time</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-EG-issue-in-handling-kerberos-ticket-life-time/m-p/464410#M13215</link>
      <description>Hi kevinc1,&lt;BR /&gt;I think the problem is due to what you have already noticed: the renewal of the ticket does not involve the active session, so you are forced to instantiate a new session.&lt;BR /&gt;The only way in my opinion is to increase the ticket_lifetime.&lt;BR /&gt;&lt;BR /&gt;Kind regards,&lt;BR /&gt;Roberto</description>
      <pubDate>Wed, 23 May 2018 15:07:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-EG-issue-in-handling-kerberos-ticket-life-time/m-p/464410#M13215</guid>
      <dc:creator>rdic65</dc:creator>
      <dc:date>2018-05-23T15:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG issue in handling kerberos ticket life time</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-EG-issue-in-handling-kerberos-ticket-life-time/m-p/479495#M13642</link>
      <description>&lt;P&gt;If you could list steps you took for configuration, a lot of people struggle with Kerborized&amp;nbsp;Hadoop&amp;nbsp;on WIN SAS client server.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jul 2018 13:47:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-EG-issue-in-handling-kerberos-ticket-life-time/m-p/479495#M13642</guid>
      <dc:creator>shoin</dc:creator>
      <dc:date>2018-07-19T13:47:29Z</dc:date>
    </item>
  </channel>
</rss>

