<?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 v9.4 mid-tier JDBC configuration query in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-v9-4-mid-tier-JDBC-configuration-query/m-p/273926#M5132</link>
    <description>&lt;P&gt;The mid-tier's not my strongest area, so thought I'd throw a design issue out for feedback:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Assumption&lt;/LI&gt;&lt;LI&gt;Issue&lt;/LI&gt;&lt;LI&gt;Solution/Question #1&lt;/LI&gt;&lt;LI&gt;Solution/Question #2&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Mid-tier configuration assumption (please confirm or verify):&lt;/STRONG&gt; a mid-tier SAS web app (e.g, SASServer&lt;EM&gt;&lt;STRONG&gt;n&lt;/STRONG&gt;&lt;/EM&gt;_1) uses a shared/fixed JDBC connection to access RDBMS data, therefore all users running the SAS web app will share the common JDBC connection ID to the data.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Issue:&lt;/STRONG&gt; Internal regulatory powers-that-be of the data insist that different business groups cannot share the one common JDBC ID.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Solution/Question #1:&lt;/STRONG&gt; Can the settings for the JVM be configured to conditionally set the JDBC ID to be group-dependant? (Not sure how..)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Solution/Question #2:&lt;/STRONG&gt; The web app could be vertically clustered, in which case, could each instance be configured to use a different JDBC ID, and also configured to ensure each group only uses their specific instance?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Other thoughts?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Mon, 30 May 2016 15:01:44 GMT</pubDate>
    <dc:creator>AndrewHowell</dc:creator>
    <dc:date>2016-05-30T15:01:44Z</dc:date>
    <item>
      <title>SAS v9.4 mid-tier JDBC configuration query</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-v9-4-mid-tier-JDBC-configuration-query/m-p/273926#M5132</link>
      <description>&lt;P&gt;The mid-tier's not my strongest area, so thought I'd throw a design issue out for feedback:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Assumption&lt;/LI&gt;&lt;LI&gt;Issue&lt;/LI&gt;&lt;LI&gt;Solution/Question #1&lt;/LI&gt;&lt;LI&gt;Solution/Question #2&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Mid-tier configuration assumption (please confirm or verify):&lt;/STRONG&gt; a mid-tier SAS web app (e.g, SASServer&lt;EM&gt;&lt;STRONG&gt;n&lt;/STRONG&gt;&lt;/EM&gt;_1) uses a shared/fixed JDBC connection to access RDBMS data, therefore all users running the SAS web app will share the common JDBC connection ID to the data.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Issue:&lt;/STRONG&gt; Internal regulatory powers-that-be of the data insist that different business groups cannot share the one common JDBC ID.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Solution/Question #1:&lt;/STRONG&gt; Can the settings for the JVM be configured to conditionally set the JDBC ID to be group-dependant? (Not sure how..)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Solution/Question #2:&lt;/STRONG&gt; The web app could be vertically clustered, in which case, could each instance be configured to use a different JDBC ID, and also configured to ensure each group only uses their specific instance?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Other thoughts?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 30 May 2016 15:01:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-v9-4-mid-tier-JDBC-configuration-query/m-p/273926#M5132</guid>
      <dc:creator>AndrewHowell</dc:creator>
      <dc:date>2016-05-30T15:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: SAS v9.4 mid-tier JDBC configuration query</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-v9-4-mid-tier-JDBC-configuration-query/m-p/273938#M5133</link>
      <description>Hi Andrew,&lt;BR /&gt;Nice question &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;I am not an expert either, but I will try my best with my current knowledge.&lt;BR /&gt;&lt;BR /&gt;Assumption/logic 1: The JDBC is a setting on a web application level, not on a web application server level.&lt;BR /&gt;&lt;BR /&gt; Assumption/logic 3: And as far as I know, only 1 web app of each type be registered on a single metadata server (horizontal clusters counts as a single web app).&lt;BR /&gt;&lt;BR /&gt;With those 2 assumptions, I would say that both of the possible solutions are not an option.&lt;BR /&gt;&lt;BR /&gt;In other hand, besides the expensive option to have a solution or deployment level per group, I can think on an alternative, but it would require an extra development on the current architecture:&lt;BR /&gt;&lt;BR /&gt;The current configuration is set as a global variable/setting in an application level. But I think that variable can be overwritten on a user session level or authentication domain, such as the web authentication. &lt;BR /&gt;&lt;BR /&gt;This option is used on web development several times (I am aware if your requirement). But:&lt;BR /&gt;1-  I think that flavor of change would not be supported by SAS Technical Support. Most likely. You can check with them and they might have even an additional option.&lt;BR /&gt;&lt;BR /&gt;2- you can ask a web app developing team at your company, just for fun and giggles, what they would do in your scenario. &lt;BR /&gt;&lt;BR /&gt;Does it make any sense?&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Juan&lt;BR /&gt;</description>
      <pubDate>Mon, 30 May 2016 16:33:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-v9-4-mid-tier-JDBC-configuration-query/m-p/273938#M5133</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2016-05-30T16:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: SAS v9.4 mid-tier JDBC configuration query</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-v9-4-mid-tier-JDBC-configuration-query/m-p/274030#M5135</link>
      <description>&lt;P&gt;Hey, Juan - thanks for the response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the clarification re web application level, not web application server level - quite correct.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd still like to quiz the admins about vertical clustering (which is possible - horizontal and vertical clustering is one of the topics I cover when teaching SAS Administration), but although I've set up and used horizontal clustering in the past, I haven't set up vertical clustering - plus this requirement would mean they're not identically configured (different JDBC IDs).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm actually working with an installation team from SAS here - this was one solutions we considered, so we thought we'd throw it out here for commentary.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2016 06:50:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-v9-4-mid-tier-JDBC-configuration-query/m-p/274030#M5135</guid>
      <dc:creator>AndrewHowell</dc:creator>
      <dc:date>2016-05-31T06:50:45Z</dc:date>
    </item>
  </channel>
</rss>

