<?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: Output to local server browser in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Output-to-local-server-browser/m-p/337825#M7719</link>
    <description>&lt;P&gt;OK, so you have the X Windows session, which has a unique display address (echo $DISPLAY). The not so funny thing is that this is completely disconnected from what Enterprise Guide or SAS Studio is doing, so we need to make that connection ourselves.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To start any application on the SAS server (outside of SAS), you need your workspace server configured to allow XCMD. Do this in Management Console / Server Manager. The (probably SASApp) Workspace Server (not the Logical ... Workspace Server) has that configuration option.&lt;/P&gt;
&lt;P&gt;Create your output as a HTML file.&lt;/P&gt;
&lt;P&gt;Next I'd set DISPLAY to the value from your X Windows session and then start firefox from the command line. My preferred method looks like this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;filename oscmd pipe "export DISPLAY=your_display_address;firefox html_filename 2&amp;gt;&amp;amp;1";

data _null_;
infile oscmd;
input;
put _infile_;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;You should at least see the system's response to your commands in the SAS log.&lt;/P&gt;</description>
    <pubDate>Fri, 03 Mar 2017 13:48:12 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2017-03-03T13:48:12Z</dc:date>
    <item>
      <title>Output to local server browser</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Output-to-local-server-browser/m-p/337804#M7707</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am quite new to SAS and recently deployed a 9.4 environment. Everything is looking good, however the professor would like the browser output to open a local server based firefox installation on the SAS server. If I understand that correctly, you would not need the Remote Browser Server installed on the remote workstation. Does anyone know how I would point the SAS output to the local browser? The OS is RHEL6.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2017 12:49:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Output-to-local-server-browser/m-p/337804#M7707</guid>
      <dc:creator>dwunder</dc:creator>
      <dc:date>2017-03-03T12:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: Output to local server browser</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Output-to-local-server-browser/m-p/337810#M7710</link>
      <description>&lt;P&gt;"local server based firefox" is an oxymoron.&lt;/P&gt;
&lt;P&gt;Either you want a local firefox to open, or one on the server. Which is it?&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2017 13:12:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Output-to-local-server-browser/m-p/337810#M7710</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-03-03T13:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: Output to local server browser</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Output-to-local-server-browser/m-p/337816#M7713</link>
      <description>&lt;P&gt;Wow...thanks for that! I would think you could answer your own question by looking at the subject line, but then you would not get to be so personable, huh?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like for server firefox to display output.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2017 13:27:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Output-to-local-server-browser/m-p/337816#M7713</guid>
      <dc:creator>dwunder</dc:creator>
      <dc:date>2017-03-03T13:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: Output to local server browser</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Output-to-local-server-browser/m-p/337820#M7716</link>
      <description>&lt;P&gt;Well, around here you are expected to state your questions in a clear and universally understandable way. Keep in mind that many here are not native English speakers/writers and will miss nuances.&lt;/P&gt;
&lt;P&gt;Your answer doesn't get you merit points either.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The question I have: if you open the browser that is installed on the server, who is supposed to see its output? EG or SAS Studio has no way of routing display output back to a remote client.&lt;/P&gt;
&lt;P&gt;Do you have a GUI session to the server active, like X Windows?&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2017 13:32:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Output-to-local-server-browser/m-p/337820#M7716</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-03-03T13:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: Output to local server browser</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Output-to-local-server-browser/m-p/337823#M7718</link>
      <description>&lt;P&gt;Noted...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not big on merit points anyway &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;Yes, we are using various X Server products on Microsoft Windows for the GUI session.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help BTW!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2017 13:40:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Output-to-local-server-browser/m-p/337823#M7718</guid>
      <dc:creator>dwunder</dc:creator>
      <dc:date>2017-03-03T13:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: Output to local server browser</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Output-to-local-server-browser/m-p/337825#M7719</link>
      <description>&lt;P&gt;OK, so you have the X Windows session, which has a unique display address (echo $DISPLAY). The not so funny thing is that this is completely disconnected from what Enterprise Guide or SAS Studio is doing, so we need to make that connection ourselves.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To start any application on the SAS server (outside of SAS), you need your workspace server configured to allow XCMD. Do this in Management Console / Server Manager. The (probably SASApp) Workspace Server (not the Logical ... Workspace Server) has that configuration option.&lt;/P&gt;
&lt;P&gt;Create your output as a HTML file.&lt;/P&gt;
&lt;P&gt;Next I'd set DISPLAY to the value from your X Windows session and then start firefox from the command line. My preferred method looks like this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;filename oscmd pipe "export DISPLAY=your_display_address;firefox html_filename 2&amp;gt;&amp;amp;1";

data _null_;
infile oscmd;
input;
put _infile_;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;You should at least see the system's response to your commands in the SAS log.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2017 13:48:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Output-to-local-server-browser/m-p/337825#M7719</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-03-03T13:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: Output to local server browser</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Output-to-local-server-browser/m-p/339607#M7848</link>
      <description>&lt;P&gt;Thank you sir for your help. I have been redirected to another project, but have provided your instructions to the individuals in need and believe it will satisfy their request.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2017 13:03:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Output-to-local-server-browser/m-p/339607#M7848</guid>
      <dc:creator>dwunder</dc:creator>
      <dc:date>2017-03-09T13:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: Output to local server browser</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Output-to-local-server-browser/m-p/339745#M7849</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/119636"&gt;@dwunder&lt;/a&gt;&amp;nbsp;for sharing your actions. Can you please mark the question as solved so others may learn from the thread in future.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind Regards,&lt;/P&gt;
&lt;P&gt;Michelle&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2017 19:12:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Output-to-local-server-browser/m-p/339745#M7849</guid>
      <dc:creator>MichelleHomes</dc:creator>
      <dc:date>2017-03-09T19:12:24Z</dc:date>
    </item>
  </channel>
</rss>

