<?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: JBOSS IWA (SPNEGO) and Windows 7 in SAS Web Report Studio</title>
    <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/JBOSS-IWA-SPNEGO-and-Windows-7/m-p/28910#M438</link>
    <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I assume you followed the instructions in &lt;A href="http://support.sas.com/resources/thirdpartysupport/v92m3/appservers/IWAJBoss.pdf" target="_blank"&gt;http://support.sas.com/resources/thirdpartysupport/v92m3/appservers/IWAJBoss.pdf&lt;/A&gt; in which krb5.ini was configured with des-cbc-md5 ?&lt;BR /&gt;
&lt;BR /&gt;
The DES ciphers are disabled by default in Windows 7 and Windows Server 2008 R2.  There is more info on this at &lt;A href="http://technet.microsoft.com/en-us/library/dd560670%28WS.10%29.aspx" target="_blank"&gt;http://technet.microsoft.com/en-us/library/dd560670%28WS.10%29.aspx&lt;/A&gt; and &lt;A href="http://support.microsoft.com/kb/977321" target="_blank"&gt;http://support.microsoft.com/kb/977321&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
I haven't tried this myself yet, but if it were me I would try one of the following options:&lt;BR /&gt;
&lt;BR /&gt;
1) Enable the DES ciphers on a test Windows 7 client as explained in the Microsoft links above.&lt;BR /&gt;
&lt;BR /&gt;
2) ... or switch to RC4-HMAC (supported by default in Windows 7):&lt;BR /&gt;
&lt;BR /&gt;
	a) use -crypto RC4-HMAC-NT in the ktpass command&lt;BR /&gt;
	&lt;BR /&gt;
	b) modify the default_tkt_enctypes and default_tgs_enctypes entries in krb5.ini to look like this (where ... means existing content):&lt;BR /&gt;
	&lt;BR /&gt;
		...&lt;BR /&gt;
		[libdefaults]&lt;BR /&gt;
		...&lt;BR /&gt;
		default_tkt_enctypes = rc4-hmac&lt;BR /&gt;
		default_tgs_enctypes = rc4-hmac&lt;BR /&gt;
		...&lt;BR /&gt;
&lt;BR /&gt;
You may also need to increase the size of the maxHttpHeaderSize parameter from 8192 to 32768 in the JBoss configuration file &lt;JBOSS_INSTALL_DIR&gt;/server/SASServer1/deploy/jboss-web.deployer/server.xml&lt;BR /&gt;
&lt;BR /&gt;
Which Windows Server 2008 version are you running? Windows Server 2008 or Windows Server 2008 R2?  Also which JDK are you using for JBoss? Java 5 or Java 6? I think RC4-HMAC is only available with Java 6 (which is required for SAS 9.2 on Windows 2008 R2 anyway).&lt;BR /&gt;
&lt;BR /&gt;
I hope this helps. If you do try these then please let me know how you go, because I might have to do the same myself one day soon &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
Cheers&lt;BR /&gt;
Paul&lt;BR /&gt;
&lt;A href="http://platformadmin.com/" target="_blank"&gt;http://platformadmin.com/&lt;/A&gt;&lt;/JBOSS_INSTALL_DIR&gt;</description>
    <pubDate>Mon, 14 Mar 2011 05:35:34 GMT</pubDate>
    <dc:creator>PaulHomes</dc:creator>
    <dc:date>2011-03-14T05:35:34Z</dc:date>
    <item>
      <title>JBOSS IWA (SPNEGO) and Windows 7</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/JBOSS-IWA-SPNEGO-and-Windows-7/m-p/28909#M437</link>
      <description>Hi People.&lt;BR /&gt;
&lt;BR /&gt;
I know this is not specifically a WRS question but there isn't an Admin forum, however this is the closest.&lt;BR /&gt;
&lt;BR /&gt;
Is there any users out there using SAS9.2M3 (4.3 Portal/WRS ), JBOSS (Running on windows 2008), using Windows 7 IE8 clients.  If so are you using Single Sign On ( SSO/IWA )? did you try?.  &lt;BR /&gt;
&lt;BR /&gt;
We have just upgraded to the SAS9.2M3 to ensure windows 7 support, however we have discovered that we can't get SSO working with our Windows 7 clients (It works for XPSP2 clients) after being assured that it would work&lt;BR /&gt;
&lt;BR /&gt;
Just looking for any tips from the people on the ground. &lt;BR /&gt;
&lt;BR /&gt;
Cheers&lt;BR /&gt;
&lt;BR /&gt;
Barry</description>
      <pubDate>Mon, 14 Mar 2011 02:38:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/JBOSS-IWA-SPNEGO-and-Windows-7/m-p/28909#M437</guid>
      <dc:creator>twocanbazza</dc:creator>
      <dc:date>2011-03-14T02:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: JBOSS IWA (SPNEGO) and Windows 7</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/JBOSS-IWA-SPNEGO-and-Windows-7/m-p/28910#M438</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I assume you followed the instructions in &lt;A href="http://support.sas.com/resources/thirdpartysupport/v92m3/appservers/IWAJBoss.pdf" target="_blank"&gt;http://support.sas.com/resources/thirdpartysupport/v92m3/appservers/IWAJBoss.pdf&lt;/A&gt; in which krb5.ini was configured with des-cbc-md5 ?&lt;BR /&gt;
&lt;BR /&gt;
The DES ciphers are disabled by default in Windows 7 and Windows Server 2008 R2.  There is more info on this at &lt;A href="http://technet.microsoft.com/en-us/library/dd560670%28WS.10%29.aspx" target="_blank"&gt;http://technet.microsoft.com/en-us/library/dd560670%28WS.10%29.aspx&lt;/A&gt; and &lt;A href="http://support.microsoft.com/kb/977321" target="_blank"&gt;http://support.microsoft.com/kb/977321&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
I haven't tried this myself yet, but if it were me I would try one of the following options:&lt;BR /&gt;
&lt;BR /&gt;
1) Enable the DES ciphers on a test Windows 7 client as explained in the Microsoft links above.&lt;BR /&gt;
&lt;BR /&gt;
2) ... or switch to RC4-HMAC (supported by default in Windows 7):&lt;BR /&gt;
&lt;BR /&gt;
	a) use -crypto RC4-HMAC-NT in the ktpass command&lt;BR /&gt;
	&lt;BR /&gt;
	b) modify the default_tkt_enctypes and default_tgs_enctypes entries in krb5.ini to look like this (where ... means existing content):&lt;BR /&gt;
	&lt;BR /&gt;
		...&lt;BR /&gt;
		[libdefaults]&lt;BR /&gt;
		...&lt;BR /&gt;
		default_tkt_enctypes = rc4-hmac&lt;BR /&gt;
		default_tgs_enctypes = rc4-hmac&lt;BR /&gt;
		...&lt;BR /&gt;
&lt;BR /&gt;
You may also need to increase the size of the maxHttpHeaderSize parameter from 8192 to 32768 in the JBoss configuration file &lt;JBOSS_INSTALL_DIR&gt;/server/SASServer1/deploy/jboss-web.deployer/server.xml&lt;BR /&gt;
&lt;BR /&gt;
Which Windows Server 2008 version are you running? Windows Server 2008 or Windows Server 2008 R2?  Also which JDK are you using for JBoss? Java 5 or Java 6? I think RC4-HMAC is only available with Java 6 (which is required for SAS 9.2 on Windows 2008 R2 anyway).&lt;BR /&gt;
&lt;BR /&gt;
I hope this helps. If you do try these then please let me know how you go, because I might have to do the same myself one day soon &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
Cheers&lt;BR /&gt;
Paul&lt;BR /&gt;
&lt;A href="http://platformadmin.com/" target="_blank"&gt;http://platformadmin.com/&lt;/A&gt;&lt;/JBOSS_INSTALL_DIR&gt;</description>
      <pubDate>Mon, 14 Mar 2011 05:35:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/JBOSS-IWA-SPNEGO-and-Windows-7/m-p/28910#M438</guid>
      <dc:creator>PaulHomes</dc:creator>
      <dc:date>2011-03-14T05:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: JBOSS IWA (SPNEGO) and Windows 7</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/JBOSS-IWA-SPNEGO-and-Windows-7/m-p/28911#M439</link>
      <description>Hi Paul.&lt;BR /&gt;
&lt;BR /&gt;
Thanks for the response.&lt;BR /&gt;
&lt;BR /&gt;
I didn't actually do the origional install and config for our environment, it was performed by SAS (actually a Qual partner subcontracted in) but that document looks familiar.&lt;BR /&gt;
&lt;BR /&gt;
I have made the changes to enable DES on the client, if I don't I get a different issue.  &lt;BR /&gt;
&lt;BR /&gt;
I have tried to increase the maxheader value.&lt;BR /&gt;
&lt;BR /&gt;
We are using Windows 2008 server (not R2), Java 5 (I believe)...&lt;BR /&gt;
&lt;BR /&gt;
I have an open track with SAS, but as it is not a direct issue with SAS we are making very little progress.&lt;BR /&gt;
&lt;BR /&gt;
I'll keep you informed &lt;BR /&gt;
&lt;BR /&gt;
Barry</description>
      <pubDate>Mon, 14 Mar 2011 21:22:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/JBOSS-IWA-SPNEGO-and-Windows-7/m-p/28911#M439</guid>
      <dc:creator>twocanbazza</dc:creator>
      <dc:date>2011-03-14T21:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: JBOSS IWA (SPNEGO) and Windows 7</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/JBOSS-IWA-SPNEGO-and-Windows-7/m-p/28912#M440</link>
      <description>Well,&lt;BR /&gt;
It's not a SAS issue. This is Java, Windows 2008 and JBoss issue.&lt;BR /&gt;
1. You must use java 1.6 at least 1.6.20 (see &lt;A href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6851973)" target="_blank"&gt;http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6851973)&lt;/A&gt;&lt;BR /&gt;
2. You must check out and build appropriate jboss-negotiation-2.0.3.SP03.&lt;BR /&gt;
Then you will get</description>
      <pubDate>Mon, 28 Mar 2011 20:59:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/JBOSS-IWA-SPNEGO-and-Windows-7/m-p/28912#M440</guid>
      <dc:creator>qlfon</dc:creator>
      <dc:date>2011-03-28T20:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: JBOSS IWA (SPNEGO) and Windows 7</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/JBOSS-IWA-SPNEGO-and-Windows-7/m-p/28913#M441</link>
      <description>I was just about to email the forum to say resolved.&lt;BR /&gt;
&lt;BR /&gt;
We resolved by upgrading to  jboss-negotiation-2.0.3.SP03.&lt;BR /&gt;
&lt;BR /&gt;
Cheers&lt;BR /&gt;
&lt;BR /&gt;
Barry</description>
      <pubDate>Mon, 28 Mar 2011 22:08:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/JBOSS-IWA-SPNEGO-and-Windows-7/m-p/28913#M441</guid>
      <dc:creator>twocanbazza</dc:creator>
      <dc:date>2011-03-28T22:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: JBOSS IWA (SPNEGO) and Windows 7</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/JBOSS-IWA-SPNEGO-and-Windows-7/m-p/28914#M442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was doing a search for the following question and came across your posting:&lt;/P&gt;&lt;P&gt;Can WRS 9.4 work with IE8?&amp;nbsp; &lt;/P&gt;&lt;P&gt;can you please provide me with your feedback?&lt;/P&gt;&lt;P&gt;Greatly appreciated it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;P&gt;Pat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2015 02:14:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/JBOSS-IWA-SPNEGO-and-Windows-7/m-p/28914#M442</guid>
      <dc:creator>MaPatRam</dc:creator>
      <dc:date>2015-05-12T02:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: JBOSS IWA (SPNEGO) and Windows 7</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/JBOSS-IWA-SPNEGO-and-Windows-7/m-p/28915#M443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;The 9.4 browsers are listed on this page: &lt;A href="http://support.sas.com/resources/thirdpartysupport/v94/browsers.html" title="http://support.sas.com/resources/thirdpartysupport/v94/browsers.html"&gt;SAS 9.4 Support for Web Browsers and Plug-Ins&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Officially, IE8 is not one of the supported browsers with 9.4. You can use it but you might encounter some issues.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 20:32:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/JBOSS-IWA-SPNEGO-and-Windows-7/m-p/28915#M443</guid>
      <dc:creator>Madelyn_SAS</dc:creator>
      <dc:date>2015-05-13T20:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: JBOSS IWA (SPNEGO) and Windows 7</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/JBOSS-IWA-SPNEGO-and-Windows-7/m-p/28916#M444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;thanks for your response.&amp;nbsp; If one was to take the chance and use IE8, is IE8 on XP an issue? and is it better if on Windows 7?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2015 16:51:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/JBOSS-IWA-SPNEGO-and-Windows-7/m-p/28916#M444</guid>
      <dc:creator>MaPatRam</dc:creator>
      <dc:date>2015-05-15T16:51:25Z</dc:date>
    </item>
  </channel>
</rss>

