<?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: Client/server work flow(b/w EG and App server) in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Client-server-work-flow-b-w-EG-and-App-server/m-p/150572#M11831</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should really start a new discussion for a new topic.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However here is a good starting point (page 42) assuming SAS/ACCESS Interface to ODBC is already installed and licensed and you have the Pivotal ODBC driver installed: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://support.sas.com/documentation/installcenter/en/ikfdtnunxcg/61994/PDF/default/config.pdf" title="http://support.sas.com/documentation/installcenter/en/ikfdtnunxcg/61994/PDF/default/config.pdf"&gt;http://support.sas.com/documentation/installcenter/en/ikfdtnunxcg/61994/PDF/default/config.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Feb 2015 23:12:17 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2015-02-12T23:12:17Z</dc:date>
    <item>
      <title>Client/server work flow(b/w EG and App server)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Client-server-work-flow-b-w-EG-and-App-server/m-p/150553#M11812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a doubt.please can any one clarify my doubt.I would really appreciate your help alot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When a user runs runs a code or submits a job from Enterprise guide/DI on SAS Application server where exactly the request goes first and how the entire process works till the user receives the result from the server.and what are the different servers involved in this whole process and what exactly each server do ? please can you explain this workflow, i mean the step by step process till the EG receives the reply from server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and what exactly work space sever will do and what will the stored process server do ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;everyone is asking me these questions am not able to answer anything perfectly.If am giving book definitions they are not satisfying with my answers.please help me,it would be a big favour to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what are the main differences between 9.2/9.3/9.4&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 18:52:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Client-server-work-flow-b-w-EG-and-App-server/m-p/150553#M11812</guid>
      <dc:creator>sasprofile</dc:creator>
      <dc:date>2014-10-30T18:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: Client/server work flow(b/w EG and App server)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Client-server-work-flow-b-w-EG-and-App-server/m-p/150554#M11813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there - thank you for joining the community and posting a question!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I saw that you had duplicates of the same question in different communities - I removed the duplicates and you should get an answer soon in this community. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 19:15:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Client-server-work-flow-b-w-EG-and-App-server/m-p/150554#M11813</guid>
      <dc:creator>Community_Help</dc:creator>
      <dc:date>2014-10-30T19:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: Client/server work flow(b/w EG and App server)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Client-server-work-flow-b-w-EG-and-App-server/m-p/150555#M11814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When Enterprise Guide starts, it uses a metadata profile (credentials are stored in the profile or the user is prompted) to connect to a metadata server. It then receives a list of workspace servers that can be used. Once a WS is needed (to run a job/query or to get a list of libraries etc), EG checks if it is the same physical server that runs the metadata server (if yes, use the credentials from the metadata connection, if no, either use creds from the last session or prompt for new), then connects to an object spawner on the physical server that is in the definition of the WS. The object spawner starts a WS process and hands off connection to that.&lt;/P&gt;&lt;P&gt;The Query/job is sent to the WS in the form of SAS code. The WS processes this and then sends results back, which EG will display immediately or on request (depending on settings).&lt;/P&gt;&lt;P&gt;Workspace Servers usually (unless pooled) run under the requesting user's context.&lt;/P&gt;&lt;P&gt;The stored process server is a single SAS instance that runs under a special account (usually sassrv) and allows the execution of predefined SAS codes according to their definition in the metadata. It can be used by SAS clients (EG, for instance) and has a web-based frontend run by jboss that manages access to the stored processes via browser/http.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 12:48:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Client-server-work-flow-b-w-EG-and-App-server/m-p/150555#M11814</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2014-10-31T12:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: Client/server work flow(b/w EG and App server)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Client-server-work-flow-b-w-EG-and-App-server/m-p/150556#M11815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you KurtBremser for your prompt reply,I really appreciate it.&lt;/P&gt;&lt;P&gt;but am very sorry,still its not clear to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from where EG will receive the list of workspace servers.there would be only one workspace server right.&lt;/P&gt;&lt;P&gt;my question is when a user a submits a submits a program from EG after connecting to server.&lt;/P&gt;&lt;P&gt;where exactly the request will go,which one will come first into picture and how the object spawner,workspace server and stored process server will be helpful in this whole process till the user receives the response.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 13:36:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Client-server-work-flow-b-w-EG-and-App-server/m-p/150556#M11815</guid>
      <dc:creator>sasprofile</dc:creator>
      <dc:date>2014-10-31T13:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: Client/server work flow(b/w EG and App server)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Client-server-work-flow-b-w-EG-and-App-server/m-p/150557#M11816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Start with seeing EGuide as some thin client somewhat smarter als the old 3270 terminal emulator or browser but it is functioning similar like a front-end tool.&lt;/P&gt;&lt;P&gt;The real data-processing is needing some server (service) to run that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The types of servers/services are:&lt;/P&gt;&lt;P&gt;1- A local on the desktop installed SAS Base/Foundation that Eguide is abel to see/recognize&lt;/P&gt;&lt;P&gt;2- An by an integration-technologies managed daemon (Object-spawner) dat will start users sessions that are based on Base/Foundation&lt;/P&gt;&lt;P&gt;&amp;nbsp; This can be seen as a workspaceserver.&lt;/P&gt;&lt;P&gt;3- A Metadata server controlled environment that is supporting several types of SAS servers(services), those are:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; + user based (workspace server)&amp;nbsp;&amp;nbsp; running Base/Foundation&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; This is almost similar to the integration-technologies approach.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; + shared group account&amp;nbsp; (stored process server) as Base/Foundation &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; + web-based (Portal) controlled using a shared group account (pooled workspace servers) as Base/Foundation. It is the midtier being another central point.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; + (many more) Batch grid connect Olap&lt;/P&gt;&lt;P&gt;SAS Solutions are build on top of this (DI/BI) structure of metadata bases ad&lt;/P&gt;&lt;P&gt;Tools like DI (Data integration Studio for ETL), Information maps and more are additional ones.&lt;/P&gt;&lt;P&gt;The use of shared group account is one to be carefully reviewed. Shared group accounts is an approach that is to be avoided mentioned as action by a lot of regulations where auditability and traceability are important on classified data. IT tool suppliers are often ignoring this and showing the quick nice paintings as the result of their tools.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is dependent on each situation how the identification/authentication is going and handled.&lt;/P&gt;&lt;P&gt;ad 1/ (local desktop) identification and authentication is not applicable.&amp;nbsp; All is done by Windows at OS level.&lt;/P&gt;&lt;P&gt;ad 2/ (integration-tech) identification and authentication is done by the OS of the server that is running that Base/Foundation.&lt;/P&gt;&lt;P&gt;ad 3/ (metadata workspace server) The Eguide users are facing manay services,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; + They are connecting to the metadataserver and being identified and authenticated on that dedicated SAS service.&amp;nbsp; When succesfull&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; + An OS process is started that is needed to run by an identified users and getting authenticated (like inttech).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The way to achieve this can differ from some technical aspects. In the most simple approach ist a login and password giving tot that OS process.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; What you will see that the user/password can be found cached on a lot places. In config-files (high prov accoutns) in user-profiles and in the SAS metadata (database)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The role of the metadata database is like a IDD Integrated Data Dictionary &lt;A href="https://en.wikipedia.org/wiki/Metadata" title="https://en.wikipedia.org/wiki/Metadata"&gt;Metadata - Wikipedia, the free encyclopedia&lt;/A&gt; &lt;A href="https://en.wikipedia.org/wiki/Talk:Data_dictionary" title="https://en.wikipedia.org/wiki/Talk:Data_dictionary"&gt;Talk:Data dictionary - Wikipedia, the free encyclopedia&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It can contain technical descritions (Servers/services), Business strcutures and logic and the whos is allowed to do what (security).&lt;/P&gt;&lt;P&gt;The most easy way using Eguide is connecting it to technical component like a workspace server. Adding business logic to that is making is more usefull but also more complicated to understand.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 16:16:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Client-server-work-flow-b-w-EG-and-App-server/m-p/150557#M11816</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-10-31T16:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: Client/server work flow(b/w EG and App server)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Client-server-work-flow-b-w-EG-and-App-server/m-p/150558#M11817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much Jaap Karman for your response,I appreciate it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 16:48:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Client-server-work-flow-b-w-EG-and-App-server/m-p/150558#M11817</guid>
      <dc:creator>sasprofile</dc:creator>
      <dc:date>2014-10-31T16:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: Client/server work flow(b/w EG and App server)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Client-server-work-flow-b-w-EG-and-App-server/m-p/150559#M11818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This was already a long post, if you have that and could explain to others than you can go to Eguide usage in more details. Then only the focus on metadata- workspace server usage.&lt;/P&gt;&lt;P&gt;Are you ready for that?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 17:03:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Client-server-work-flow-b-w-EG-and-App-server/m-p/150559#M11818</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-10-31T17:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: Client/server work flow(b/w EG and App server)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Client-server-work-flow-b-w-EG-and-App-server/m-p/150560#M11819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I already told you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;connect to a metadata server. It then receives a list of workspace servers that can be used.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There can be any number of workspace servers on any number of physical servers. The primary workspace server (which new project steps are automatically assigned to) is also defined in the metadata profile (Tools - Options - Administration - Connections - Server). Depending on the metadata, a user can have any number of workspace servers on any number of physical servers in his server list.&lt;/P&gt;&lt;P&gt;Every &lt;EM&gt;physical&lt;/EM&gt; server that hosts workspace/stored process servers needs to have an Object Spawner running, so that clients can request a server for connecting to (workspace servers are ususally started on demand, other servers may already be started)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The flow looks like that:&lt;/P&gt;&lt;P&gt;New step in Process Flow - EG assigns primary WS (user can manually assign another one)&lt;/P&gt;&lt;P&gt;Step is executed - EG checks if connection to assigned server is already up, if not, contact the object spawner on the physical server to request a server instance/connection&lt;/P&gt;&lt;P&gt;Code is sent to server&lt;/P&gt;&lt;P&gt;Server executes code&lt;/P&gt;&lt;P&gt;Results are sent to EG&lt;/P&gt;&lt;P&gt;EG displays results, according to settings&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 06:36:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Client-server-work-flow-b-w-EG-and-App-server/m-p/150560#M11819</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2014-11-03T06:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: Client/server work flow(b/w EG and App server)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Client-server-work-flow-b-w-EG-and-App-server/m-p/150561#M11820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So we have the basics (1),&amp;nbsp; by kurt the normal processing (2), than there is an additional part data&amp;nbsp; integration (3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data integration is the part causing a lot of confusion as it looks to the unaware person like the tool is different as described in (1) en (2).&lt;/P&gt;&lt;P&gt;There is a filetransfer in the tool you can drag and drop using files from windows to the file folder tabs.&lt;/P&gt;&lt;P&gt;The processing as SAS code is done at the server side, but you can access odbc excel outlook and other Windows datatypes.&lt;/P&gt;&lt;P&gt;What is happening there?&lt;/P&gt;&lt;P&gt;The data readed into a SAS datastep and in-stream data using the datalines approach.this can be uploaded to the SAS server and executed there.&lt;/P&gt;&lt;P&gt;There are some more dedicated Windows features but the principles of (1) and (2) are kept valid.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 19:48:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Client-server-work-flow-b-w-EG-and-App-server/m-p/150561#M11820</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-11-03T19:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: Client/server work flow(b/w EG and App server)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Client-server-work-flow-b-w-EG-and-App-server/m-p/150562#M11821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link active_link" data-avatarid="-1" data-externalid="" data-presence="null" data-userid="828210" data-username="KurtBremser" href="https://communities.sas.com/people/KurtBremser" id="jive-82821030440824211636186" style="padding: 0 3px 0 0; font-weight: inherit; font-style: inherit; font-size: 1.1em; font-family: inherit; color: #0e66ba;"&gt;KurtBremser,&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Thank you so much for your response,I really appreciate it.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;according to your explanation below is what I understood&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;When I start EG or DI it will initially connect to thr metadata server. The metadata server knows who the users are, where the data resides, and how to connect to SAS workspace servers and SAS Stored Process servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you hit the submit button in a project or job from EG or DI, the EG or DI is going to connect to an Object Spawner (daemon) to launch a SAS workspace wherein my SAS code is executed. Stored Process server is not involved. SAS metadata server is only involved in checking permissions and helping the client application find its object spawner.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but my question is in this whole process does stored process involvement will be there or it has nothing to do with this process ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 01:02:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Client-server-work-flow-b-w-EG-and-App-server/m-p/150562#M11821</guid>
      <dc:creator>sasprofile</dc:creator>
      <dc:date>2014-11-04T01:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: Client/server work flow(b/w EG and App server)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Client-server-work-flow-b-w-EG-and-App-server/m-p/150563#M11822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is of course possible to involve the stored process server when doing work with EG. Most of the time, one will create stored process with EG, and stored processes can be added to a project from the SAS Folders.&lt;/P&gt;&lt;P&gt;But access to datasets, queries, user written codes or procedure steps in the EG project will usually use a workspace server.&lt;/P&gt;&lt;P&gt;Stored processes are most useful when used with the web interface to permit users access to SAS without actually doing any SAS work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 06:44:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Client-server-work-flow-b-w-EG-and-App-server/m-p/150563#M11822</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2014-11-04T06:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: Client/server work flow(b/w EG and App server)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Client-server-work-flow-b-w-EG-and-App-server/m-p/150564#M11823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where can we see the object spawner? e.g. server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per &lt;A href="http://support.sas.com/documentation/cdl/en/biasag/61237/HTML/default/viewer.htm#spovrvw.htm" title="http://support.sas.com/documentation/cdl/en/biasag/61237/HTML/default/viewer.htm#spovrvw.htm"&gt;SAS(R) 9.2 Intelligence Platform: Application Server Administration Guide&lt;/A&gt;, object spawner is used for &lt;SPAN style="color: #000000; font-family: arial, 'Arial Unicode MS', geneva, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;for accessing the SAS Metadata Server. How it plays a role for accessing the &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;workspace server?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 12:42:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Client-server-work-flow-b-w-EG-and-App-server/m-p/150564#M11823</guid>
      <dc:creator>RamKumar</dc:creator>
      <dc:date>2014-11-04T12:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: Client/server work flow(b/w EG and App server)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Client-server-work-flow-b-w-EG-and-App-server/m-p/150565#M11824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you completely misinterpreted the graph, read the text.&lt;/P&gt;&lt;P&gt;The object spawner contacts the metadata server for information about the servers it is responsible for (IP ports, startup scripts).&lt;/P&gt;&lt;P&gt;The metadata server is always contacted directly by the clients.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 12:49:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Client-server-work-flow-b-w-EG-and-App-server/m-p/150565#M11824</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2014-11-04T12:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: Client/server work flow(b/w EG and App server)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Client-server-work-flow-b-w-EG-and-App-server/m-p/150566#M11825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much for all your prompt responses,I appreciate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you please answer my below questions,i would really appreciate for a quicker response from you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)How the performance tuning can be done,are there any different ways to do performance tuning.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)Can you explain What is the Architecture level difference between SAS 9.3 &amp;amp; SAS 9.4 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also features differences between 92/9/3/9.4 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)Can you explain the process we need to follow to migrate from 9.3 to 9.4&lt;/P&gt;&lt;P&gt;can you explain how we should handle SAS environment the migration process,what are the different things we should do?&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;/P&gt;&lt;P&gt;4)can you please explain me what are the activities involved before we are going for up gradation,we need to do some prerequisites for the migration activity,can you please explain what are prerequisites required for base sas 9.4.&lt;/P&gt;&lt;P&gt;am asking Hardware level and software level prerequisites ?&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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5)What are the different ways of deployment,there are two levels of deployment right,different ways of Migration ? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 18:52:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Client-server-work-flow-b-w-EG-and-App-server/m-p/150566#M11825</guid>
      <dc:creator>sasprofile</dc:creator>
      <dc:date>2014-11-04T18:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: Client/server work flow(b/w EG and App server)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Client-server-work-flow-b-w-EG-and-App-server/m-p/150567#M11826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The role of the objectspawner...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That process is starting all those subprocesses and does a user context&amp;nbsp; switch. Workspaces&amp;nbsp; (pooled/standard) and de Stored process servers.&lt;/P&gt;&lt;P&gt;To be able to do that the object spawner is needing all that information from the metadata-server. It will read that information when that object spawner process is started. That Includes the scritps ports userid-s and password-s. The user-ids/passwords are needed as shared/group accounts for the SP and pooled-WS.&lt;/P&gt;&lt;P&gt;These keys/passwords can be found/set at the general servers tab in the SAS-metadata (SMC).&amp;nbsp; This process of reading the metadataserver can be found in the metdataserver log. When more information is visible you can see the requests for users/passwords scripts.&lt;/P&gt;&lt;P&gt;When you have made errors in the metadata this information cannot be read anymore at startup. Your service will be down.&lt;/P&gt;&lt;P&gt;When the metadata server is not ready to handle requests for the objectspawner. The objectspawner may start but starting the services will fail.&lt;/P&gt;&lt;P&gt;The object spawner is connecting to the metadataserver there os text-configfile having the sastrust key being defined (and pswd) so it can connect (and do everything sastrust is allow to do).&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When&amp;nbsp; processes are running the objectspawner and metadataserver may be restarted without disturbing those running processes.&lt;/P&gt;&lt;P&gt;As a pitty in Unix it are dependent processes of the objectspawner, with thatl dependency they are going down also with that one. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stored process&lt;/P&gt;&lt;P&gt;As the are mentioned: there are several parts on those. 1/ The sas source 2/ the sas metadata conection to a sas server&amp;nbsp; 3/ the executing by either a WS or SP one.&lt;/P&gt;&lt;P&gt;The stored process approach makes sense when there is a SDLC (software Development Life Cycle) with a DTAP (Develop Test Acceptance Production) segregation.&lt;/P&gt;&lt;P&gt;Having approved tested/validated code deployed to production you can accept the usage of a shared/group account with limited usage. (no code changed allowed, validated users). &lt;/P&gt;&lt;P&gt;A webbased is a good example. AMO and Eguide can also use SP's (sas-code / metadata) either run by a SP or WS.&lt;/P&gt;&lt;P&gt;SAS DI is a development tool (only WS) that can generate the sas-code to be used in a SP definition (sas code / metadata).&lt;/P&gt;&lt;P&gt;The same word SP is used in several different meaningsm pinpoint on the meaning what it is about with every action.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 19:00:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Client-server-work-flow-b-w-EG-and-App-server/m-p/150567#M11826</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-11-04T19:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: Client/server work flow(b/w EG and App server)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Client-server-work-flow-b-w-EG-and-App-server/m-p/150568#M11827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sasprofile,&lt;/P&gt;&lt;P&gt;1/ performance starts at the OS level. That is not SAS specific there is al lot about that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;A href="http://blogs.sas.com/content/sgf/2014/10/08/configuring-sas-what-to-know-before-you-install/" title="http://blogs.sas.com/content/sgf/2014/10/08/configuring-sas-what-to-know-before-you-install/"&gt; Configuring hardware for SAS: what you should know before you install - SAS Users&lt;/A&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;2/ In the basic concepts 9.3 and 9.4 are not really different.&amp;nbsp; They changed as lot as example the VM-tools and the SAS/secure bundling.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;A href="http://support.sas.com/documentation/cdl/en/whatsnew/64788/PDF/default/whatsnew.pdf" title="http://support.sas.com/documentation/cdl/en/whatsnew/64788/PDF/default/whatsnew.pdf"&gt;http://support.sas.com/documentation/cdl/en/whatsnew/64788/PDF/default/whatsnew.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;3/ Migration is described at &lt;A href="http://support.sas.com/software/updates/index.html" title="http://support.sas.com/software/updates/index.html"&gt;Maintenance Releases and Product Upgrades&lt;/A&gt; All depends on what there is already running in the current situation&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; metadata based, solutions, batch grid or just only Foundation by terminal usage (like SAS studio).&lt;/P&gt;&lt;P&gt;4/ That inventarization is the fist thing needed to be done&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Pre-req is sufficient SAS knowledge to ask for the needed things (chicken/egg problem what is first)&lt;/P&gt;&lt;P&gt;5/ There are many ways of deployments (multi tier) all is dependent on the target environments and their req-s.&lt;/P&gt;&lt;P&gt;It is not unusual to be faced by the need for repackaging the installation. leaving the SDW to be used on a isolated first machine that will become the source-image.&lt;/P&gt;&lt;P&gt;There are two stages in this that ins the installation and that gets being followed by the configuration. The configuration can need a lot of attention when there are business requirements and policies that are having conflicts with the SAS default approach.&lt;/P&gt;&lt;P&gt;&amp;nbsp; Pre-req is sufficient SAS and business and applicable policies knowledge to ask for the needed things (chicken/egg problem what is first)&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;It looks to me you are uncertain on 4 and 5.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 19:20:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Client-server-work-flow-b-w-EG-and-App-server/m-p/150568#M11827</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-11-04T19:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: Client/server work flow(b/w EG and App server)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Client-server-work-flow-b-w-EG-and-App-server/m-p/150569#M11828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Regarding migration, your best approach is to read and investigate the SAS Support migration resources: &lt;A class="active_link" href="http://support.sas.com/rnd/migration/" title="http://support.sas.com/rnd/migration/"&gt;Migration&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then if you have any questions remaining to post them. Migration is such a large topic that putting a few "sound bites" in a post isn't going to cut it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also your migration strategy is highly dependent on your current SAS environment and what you are planning for your new SAS 9.4 deployment. Since we know very little of either of these we can't offer you any more than a few helpful hints.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FYI, we are in the middle of our own 9.3 to 9.4 migration. Be prepared for a project lasting several months is all I can say. Since our SAS 9.3 is running mission-critical applications, we decided to build a completely separate set of servers for SAS 9.4 so we could migrate and test with both versions running separately and in parallel. If you are not running mission-critcal applications you might not want to go to this extent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our experience is that code changes have been necessary to cater for 9.3/9.4 differences but these are relatively minor. If it is critical that SAS 9.4 give you the same results as 9.3 then all your production applications need to be tested to see that they run cleanly and really do produce the same results.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 20:01:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Client-server-work-flow-b-w-EG-and-App-server/m-p/150569#M11828</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2014-11-04T20:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: Client/server work flow(b/w EG and App server)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Client-server-work-flow-b-w-EG-and-App-server/m-p/150570#M11829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To be honest, I would consult your SAS Account Manager to clarify your questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The majority of answers are based on different SAS version which are different to one another, espeically when it comes to the process of executing, querying, etc. SAS 9.4 and Grid functionality will also play a big and different role in terms of processing, depending how your environment is set up. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAS documentation is great for guidance, but I would start by replicating exactly what you are trying to see:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 1. Enable additional logging&lt;/P&gt;&lt;P&gt; 2. Replicate whatever process you need information on, make sure you take note of the User ID and times your open a SAS Application, execute a job, etc.&lt;/P&gt;&lt;P&gt; 3. Go through the server logs based on the User ID and times you noted in point 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's the beauty of SAS, there is not just 1 way of setting servers / processes up. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 11:10:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Client-server-work-flow-b-w-EG-and-App-server/m-p/150570#M11829</guid>
      <dc:creator>BStone</dc:creator>
      <dc:date>2014-11-06T11:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: Client/server work flow(b/w EG and App server)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Client-server-work-flow-b-w-EG-and-App-server/m-p/150571#M11830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Getting Data into SAS from Pivotal(HAWQ)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can anyone help me how to get data which is located in Pivotal(HAWQ) into SAS.&lt;/P&gt;&lt;P&gt;am using SAS 9.2 on solaris 5.10.&lt;/P&gt;&lt;P&gt;please give me step by step process to get data using SAS/ACCESS Interface to ODBC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;am completely new to this i dont know how to do this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would really appreciate for all your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 13:57:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Client-server-work-flow-b-w-EG-and-App-server/m-p/150571#M11830</guid>
      <dc:creator>sasprofile</dc:creator>
      <dc:date>2015-02-12T13:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: Client/server work flow(b/w EG and App server)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Client-server-work-flow-b-w-EG-and-App-server/m-p/150572#M11831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should really start a new discussion for a new topic.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However here is a good starting point (page 42) assuming SAS/ACCESS Interface to ODBC is already installed and licensed and you have the Pivotal ODBC driver installed: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://support.sas.com/documentation/installcenter/en/ikfdtnunxcg/61994/PDF/default/config.pdf" title="http://support.sas.com/documentation/installcenter/en/ikfdtnunxcg/61994/PDF/default/config.pdf"&gt;http://support.sas.com/documentation/installcenter/en/ikfdtnunxcg/61994/PDF/default/config.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 23:12:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Client-server-work-flow-b-w-EG-and-App-server/m-p/150572#M11831</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2015-02-12T23:12:17Z</dc:date>
    </item>
  </channel>
</rss>

