<?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: Any experiences with MP CONNECT? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Any-experiences-with-MP-CONNECT/m-p/72516#M15628</link>
    <description>[pre]&lt;BR /&gt;
ERROR: Unable to resolve pipe name, mypipe, in the SAS Meta Data Server. Error message from Name Server component of Meta Data &lt;BR /&gt;
       Server is: &lt;BR /&gt;
Unable to bind to Domain Name Server. Check the values of META* options and check that the server is running.&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
I have specified all the options needed, I thought:&lt;BR /&gt;
&lt;BR /&gt;
[pre]&lt;BR /&gt;
  options metaserver="sas_metaserver" metauser="&amp;amp;user" metapass="&amp;amp;password" metarepository="Foundation" metaport=8561 metaprotocol=bridge;&lt;BR /&gt;
  &lt;BR /&gt;
  PROC METAOPERATE&lt;BR /&gt;
    SERVER="sas_metaserver" &lt;BR /&gt;
    PORT=8561&lt;BR /&gt;
    USERID="&amp;amp;user"&lt;BR /&gt;
    PASSWORD="&amp;amp;password"&lt;BR /&gt;
    PROTOCOL=BRIDGE&lt;BR /&gt;
    ACTION=STATUS;&lt;BR /&gt;
  RUN;&lt;BR /&gt;
  &lt;BR /&gt;
  libname outLib sasesock "mypipe" timeout=20;  &lt;BR /&gt;
  libname outlib list;&lt;BR /&gt;
  &lt;BR /&gt;
  data outLib.Intermediate;&lt;BR /&gt;
     do i=1 to 5;&lt;BR /&gt;
         put 'Writing row ' i;            &lt;BR /&gt;
         output; &lt;BR /&gt;
     end;&lt;BR /&gt;
  run;&lt;BR /&gt;
  quit;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
The "PROC METAOPERATE" works just fine.&lt;BR /&gt;
When I try to use "outlib" I get the above error.&lt;BR /&gt;
So what am I missing?&lt;BR /&gt;
&lt;BR /&gt;
The documentation for this use of SASESOCK is woefully lacking in how to make use of a metadata server for storing the autoassigned port.</description>
    <pubDate>Tue, 30 Mar 2010 21:13:36 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2010-03-30T21:13:36Z</dc:date>
    <item>
      <title>Any experiences with MP CONNECT?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Any-experiences-with-MP-CONNECT/m-p/72515#M15627</link>
      <description>Looking for experiences with MP Connect.&lt;BR /&gt;
&lt;BR /&gt;
More specifically with using libname SASESOCK "mypipe"; style of piping.&lt;BR /&gt;
This requires use of an Open SAS Meta Data Server.&lt;BR /&gt;
This is totally new to me, as I don't want to have to preconfigure pipes to use.&lt;BR /&gt;
&lt;BR /&gt;
So, what options do I need to set where?&lt;BR /&gt;
What do I need to know about setting up/using a SAS Metadata server for this?&lt;BR /&gt;
any other details/gotcha's I should know about?</description>
      <pubDate>Tue, 30 Mar 2010 18:49:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Any-experiences-with-MP-CONNECT/m-p/72515#M15627</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-03-30T18:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: Any experiences with MP CONNECT?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Any-experiences-with-MP-CONNECT/m-p/72516#M15628</link>
      <description>[pre]&lt;BR /&gt;
ERROR: Unable to resolve pipe name, mypipe, in the SAS Meta Data Server. Error message from Name Server component of Meta Data &lt;BR /&gt;
       Server is: &lt;BR /&gt;
Unable to bind to Domain Name Server. Check the values of META* options and check that the server is running.&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
I have specified all the options needed, I thought:&lt;BR /&gt;
&lt;BR /&gt;
[pre]&lt;BR /&gt;
  options metaserver="sas_metaserver" metauser="&amp;amp;user" metapass="&amp;amp;password" metarepository="Foundation" metaport=8561 metaprotocol=bridge;&lt;BR /&gt;
  &lt;BR /&gt;
  PROC METAOPERATE&lt;BR /&gt;
    SERVER="sas_metaserver" &lt;BR /&gt;
    PORT=8561&lt;BR /&gt;
    USERID="&amp;amp;user"&lt;BR /&gt;
    PASSWORD="&amp;amp;password"&lt;BR /&gt;
    PROTOCOL=BRIDGE&lt;BR /&gt;
    ACTION=STATUS;&lt;BR /&gt;
  RUN;&lt;BR /&gt;
  &lt;BR /&gt;
  libname outLib sasesock "mypipe" timeout=20;  &lt;BR /&gt;
  libname outlib list;&lt;BR /&gt;
  &lt;BR /&gt;
  data outLib.Intermediate;&lt;BR /&gt;
     do i=1 to 5;&lt;BR /&gt;
         put 'Writing row ' i;            &lt;BR /&gt;
         output; &lt;BR /&gt;
     end;&lt;BR /&gt;
  run;&lt;BR /&gt;
  quit;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
The "PROC METAOPERATE" works just fine.&lt;BR /&gt;
When I try to use "outlib" I get the above error.&lt;BR /&gt;
So what am I missing?&lt;BR /&gt;
&lt;BR /&gt;
The documentation for this use of SASESOCK is woefully lacking in how to make use of a metadata server for storing the autoassigned port.</description>
      <pubDate>Tue, 30 Mar 2010 21:13:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Any-experiences-with-MP-CONNECT/m-p/72516#M15628</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-03-30T21:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: Any experiences with MP CONNECT?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Any-experiences-with-MP-CONNECT/m-p/72517#M15629</link>
      <description>Hi Chuck.&lt;BR /&gt;
&lt;BR /&gt;
No need of Metadata Server for pipe parallelism, just need an available network port to use and SAS/CONNECT product licensed.&lt;BR /&gt;
&lt;BR /&gt;
The port can be explicitly specified, or you could assign it a name through the SERVICES file. &lt;BR /&gt;
&lt;BR /&gt;
Check this paper:&lt;BR /&gt;
&lt;A href="http://support.sas.com/rnd/papers/sugi30/pipeline.pdf" target="_blank"&gt;http://support.sas.com/rnd/papers/sugi30/pipeline.pdf&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Be aware that this technique relies totally on your system multitasking capabilities.&lt;BR /&gt;
&lt;BR /&gt;
Cheers from Portugal.&lt;BR /&gt;
&lt;BR /&gt;
Daniel Santos @ &lt;A href="http://www.cgd.pt" target="_blank"&gt;www.cgd.pt&lt;/A&gt;</description>
      <pubDate>Wed, 31 Mar 2010 07:26:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Any-experiences-with-MP-CONNECT/m-p/72517#M15629</guid>
      <dc:creator>DanielSantos</dc:creator>
      <dc:date>2010-03-31T07:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: Any experiences with MP CONNECT?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Any-experiences-with-MP-CONNECT/m-p/72518#M15630</link>
      <description>OK forget it.&lt;BR /&gt;
&lt;BR /&gt;
I figured out what you are trying to do.&lt;BR /&gt;
&lt;BR /&gt;
Have you set the connection options previously?&lt;BR /&gt;
[pre]&lt;BR /&gt;
options metaserver="a123.us.company.com"&lt;BR /&gt;
        metaport=9999&lt;BR /&gt;
        metauser="metaid"&lt;BR /&gt;
        metapass="metapwd"&lt;BR /&gt;
        metaprotocol=bridge&lt;BR /&gt;
        metarepository="myrepos";&lt;BR /&gt;
[/pre]&lt;BR /&gt;
Also the documentation states, that you shouldn't have the same alias in the SERVICES file.&lt;BR /&gt;
&lt;BR /&gt;
Cheers from Portugal.&lt;BR /&gt;
&lt;BR /&gt;
Daniel Santos @ &lt;A href="http://www.cgd.pt" target="_blank"&gt;www.cgd.pt&lt;/A&gt;</description>
      <pubDate>Wed, 31 Mar 2010 07:34:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Any-experiences-with-MP-CONNECT/m-p/72518#M15630</guid>
      <dc:creator>DanielSantos</dc:creator>
      <dc:date>2010-03-31T07:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: Any experiences with MP CONNECT?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Any-experiences-with-MP-CONNECT/m-p/72519#M15631</link>
      <description>I've had metarepository=default and metarepository=Foundation.&lt;BR /&gt;
&lt;BR /&gt;
As you can see from the code, I am setting the options prior to their use.&lt;BR /&gt;
&lt;BR /&gt;
The METAOPERATE works fine and returns what it is supposed to, so the server, port, user, pass and protocol are all set properly.</description>
      <pubDate>Wed, 31 Mar 2010 13:43:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Any-experiences-with-MP-CONNECT/m-p/72519#M15631</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-03-31T13:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: Any experiences with MP CONNECT?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Any-experiences-with-MP-CONNECT/m-p/72520#M15632</link>
      <description>SAS Support got me going, finally.&lt;BR /&gt;
&lt;BR /&gt;
It was about specifying the right mix of options:&lt;BR /&gt;
&lt;BR /&gt;
[pre]&lt;BR /&gt;
   options metaserver='local_meta_server';&lt;BR /&gt;
   options metaport=8561; &lt;BR /&gt;
   options metaprotocol='BRIDGE';&lt;BR /&gt;
   options metauser="&amp;amp;user";&lt;BR /&gt;
   options metapass="&amp;amp;password";&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
I was also getting confused by the timing/ordering of the log messages due to the asynchronous rsubmit(s).</description>
      <pubDate>Thu, 01 Apr 2010 17:03:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Any-experiences-with-MP-CONNECT/m-p/72520#M15632</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-04-01T17:03:07Z</dc:date>
    </item>
  </channel>
</rss>

