<?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: Select Workspace server from a custom task in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Select-Workspace-server-from-a-custom-task/m-p/208846#M15639</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you mean 'application server'? as workspace server is just a SAS instance running on certain app server. We use the following code to instruct SAS connect to a specific app server, this can be inserted into your custom task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P id="bookpage"&gt;&lt;/P&gt;&lt;DIV class="xis-eDocBody"&gt;&lt;DIV class="xis-topic"&gt;&lt;DIV class="xis-subTopic"&gt;&lt;DIV class="xis-subSubTopic"&gt;&lt;DIV class="xis-codeBlock" id="p0lcxku9kfp9bzn1dn8jz0il0x5w"&gt;&lt;PRE class="xis-code"&gt;options metaserver="your metadata server name"&lt;/PRE&gt;&lt;PRE class="xis-code"&gt; metaport=8561 metaprotocol="bridge"&lt;/PRE&gt;&lt;PRE class="xis-code"&gt; metauser="your domain\your id" &lt;/PRE&gt;&lt;PRE class="xis-code"&gt;metapass="*******";&amp;nbsp; &lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P id="bookpage"&gt;&lt;/P&gt;&lt;DIV class="xis-eDocBody"&gt;&lt;DIV class="xis-topic"&gt;&lt;DIV class="xis-subTopic"&gt;&lt;DIV class="xis-subSubTopic"&gt;&lt;DIV class="xis-codeBlock" id="n188jsbm83dghnn157trk0okhp5l"&gt;&lt;PRE class="xis-code"&gt;signon server="your target app server name";&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Jul 2015 17:32:18 GMT</pubDate>
    <dc:creator>Haikuo</dc:creator>
    <dc:date>2015-07-22T17:32:18Z</dc:date>
    <item>
      <title>Select Workspace server from a custom task</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Select-Workspace-server-from-a-custom-task/m-p/208845#M15638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone know of a way to select a specific workspace server from a custom task?&lt;/P&gt;&lt;P&gt;I would like to submit the simple task (it executes an X cmd on the remote server) - but I need to submit it to a specific SASApp instance to ensure the Server has the appropriate packages installed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 14:45:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Select-Workspace-server-from-a-custom-task/m-p/208845#M15638</guid>
      <dc:creator>abbieagocs</dc:creator>
      <dc:date>2015-07-22T14:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: Select Workspace server from a custom task</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Select-Workspace-server-from-a-custom-task/m-p/208846#M15639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you mean 'application server'? as workspace server is just a SAS instance running on certain app server. We use the following code to instruct SAS connect to a specific app server, this can be inserted into your custom task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P id="bookpage"&gt;&lt;/P&gt;&lt;DIV class="xis-eDocBody"&gt;&lt;DIV class="xis-topic"&gt;&lt;DIV class="xis-subTopic"&gt;&lt;DIV class="xis-subSubTopic"&gt;&lt;DIV class="xis-codeBlock" id="p0lcxku9kfp9bzn1dn8jz0il0x5w"&gt;&lt;PRE class="xis-code"&gt;options metaserver="your metadata server name"&lt;/PRE&gt;&lt;PRE class="xis-code"&gt; metaport=8561 metaprotocol="bridge"&lt;/PRE&gt;&lt;PRE class="xis-code"&gt; metauser="your domain\your id" &lt;/PRE&gt;&lt;PRE class="xis-code"&gt;metapass="*******";&amp;nbsp; &lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P id="bookpage"&gt;&lt;/P&gt;&lt;DIV class="xis-eDocBody"&gt;&lt;DIV class="xis-topic"&gt;&lt;DIV class="xis-subTopic"&gt;&lt;DIV class="xis-subSubTopic"&gt;&lt;DIV class="xis-codeBlock" id="n188jsbm83dghnn157trk0okhp5l"&gt;&lt;PRE class="xis-code"&gt;signon server="your target app server name";&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 17:32:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Select-Workspace-server-from-a-custom-task/m-p/208846#M15639</guid>
      <dc:creator>Haikuo</dc:creator>
      <dc:date>2015-07-22T17:32:18Z</dc:date>
    </item>
  </channel>
</rss>

