<?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: problem with sas viya connection from java in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/problem-with-sas-viya-connection-from-java/m-p/613217#M179073</link>
    <description>Do you get the same error if you run the sample code from &lt;A href="https://developer.sas.com/guides/java.html#3373178c-af5b-45a9-91b2-51c181af05ed" target="_blank"&gt;https://developer.sas.com/guides/java.html#3373178c-af5b-45a9-91b2-51c181af05ed&lt;/A&gt;</description>
    <pubDate>Fri, 20 Dec 2019 11:12:34 GMT</pubDate>
    <dc:creator>JosvanderVelden</dc:creator>
    <dc:date>2019-12-20T11:12:34Z</dc:date>
    <item>
      <title>problem with sas viya connection from java</title>
      <link>https://communities.sas.com/t5/SAS-Programming/problem-with-sas-viya-connection-from-java/m-p/613213#M179070</link>
      <description>&lt;P&gt;meeting an exception while trying to connect to sas viya from java code&lt;BR /&gt;i have a simple code, but always run into exception&amp;nbsp;com/google/protobuf/InvalidProtocolBufferException&lt;/P&gt;
&lt;P&gt;what am i doing wrong?&lt;/P&gt;
&lt;PRE&gt;try (CASClientInterface client = new CASClient("sasclient.race.sas.com", 5570, "***", "***")) { // 1
            ServerStatusOptions options = new ServerStatusOptions(); // 2
            CASActionResults&amp;lt;CASValue&amp;gt; results = client.invoke(options);
            for (int i = 0; i &amp;lt; results.getResultsCount(); i++) {
                System.out.println(results.getResult(i));
            }
        }&lt;/PRE&gt;</description>
      <pubDate>Fri, 20 Dec 2019 10:44:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/problem-with-sas-viya-connection-from-java/m-p/613213#M179070</guid>
      <dc:creator>Turla</dc:creator>
      <dc:date>2019-12-20T10:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: problem with sas viya connection from java</title>
      <link>https://communities.sas.com/t5/SAS-Programming/problem-with-sas-viya-connection-from-java/m-p/613217#M179073</link>
      <description>Do you get the same error if you run the sample code from &lt;A href="https://developer.sas.com/guides/java.html#3373178c-af5b-45a9-91b2-51c181af05ed" target="_blank"&gt;https://developer.sas.com/guides/java.html#3373178c-af5b-45a9-91b2-51c181af05ed&lt;/A&gt;</description>
      <pubDate>Fri, 20 Dec 2019 11:12:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/problem-with-sas-viya-connection-from-java/m-p/613217#M179073</guid>
      <dc:creator>JosvanderVelden</dc:creator>
      <dc:date>2019-12-20T11:12:34Z</dc:date>
    </item>
  </channel>
</rss>

