<?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: SAS Viya Transfer CLI: HTTP Connection Error on Import Command (HTTPS connection defined) in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Viya-Transfer-CLI-HTTP-Connection-Error-on-Import-Command/m-p/438863#M12358</link>
    <description>&lt;P&gt;Okay so a few points to note:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. As we are running our Viya instance on AWS we have defaulted all external traffic through our load balancer to Port 443.&lt;/P&gt;&lt;P&gt;The request then internally is converted into a port 80 request when it hits the server.&lt;/P&gt;&lt;P&gt;We temporarily had to open our Load Balancer to Port 80 to accept HTTP traffic for this to work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. When this occurred we received a report of the reports we were ingesting however it contained errors on the CLI import log.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;/var/log/sas/viya/importvaspk/default/&amp;lt;logfiles&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We checked in the log, and saw that a missing PNG Shared object in the renderer folder was stopping the ingest of report files. (Apparently we had installed the Golden Build too, good old SAS ;))&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Status: Report import failed. 1) error converting unknown page/section: unexpected java.lang.UnsatisfiedLinkError thrown. Message = "/opt/sas/viya/home/lib64/renderer/libCommonsJava.so.2.0.0: libpng12.so.0: cannot open shared object file: No such file or directory"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We then used YUM to install the 64 bit renderer&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;yum install libpng12&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And copied this file&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cp /usr/lib64/libpng12.so.0 /&lt;SPAN&gt;opt/sas/viya/home/lib64/renderer/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then we reran the process and reports uploaded successfully.&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;&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>Wed, 21 Feb 2018 03:53:17 GMT</pubDate>
    <dc:creator>daithi1990</dc:creator>
    <dc:date>2018-02-21T03:53:17Z</dc:date>
    <item>
      <title>SAS Viya Transfer CLI: HTTP Connection Error on Import Command (HTTPS connection defined)</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Viya-Transfer-CLI-HTTP-Connection-Error-on-Import-Command/m-p/437869#M12292</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried importing an SPK from a 9.4 VA Environment to a SAS Viya VA Environment. This is using the transfer CLI on windows. We have our Viya instance setup via AWS and for obvious security reasons have disabled access over http://, i.e. we are only accepting traffic over a https:// request. (and no reopening http is not an option) I've taken the following steps to get to the sticking point. I was wondering if anybody else had the same issue and if so what steps have they taken to resolve? It all looked to be going pretty good until push came to shove.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Step 1: Create the Profile&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;C:\Users\Folder&amp;gt;sas-transfer profile init&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Enter configuration options:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Service Endpoint&amp;gt;&amp;nbsp; https://site:7980&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Output type (text|json|fulljson)&amp;gt; text&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Saved 'Default' profile to C:\Users\Folder\.sas\config.json.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Step 2: Get an OAuth Token for profile&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;C:\Users\Folder&amp;gt;&lt;/SPAN&gt; sas-transfer authenticate login -u sasadmin -p password&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Login succeeded. Token saved.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Step 3: Upload SPK with Mapping File&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;C:\Users\Folder&amp;gt;&lt;/SPAN&gt; sas-transfer upload --spk package.spk --mapping mapping.yml&lt;BR /&gt;Id 3e253eb5-cfd5-47fd-b949-ba4d86f1082a&lt;BR /&gt;Name package.spk&lt;BR /&gt;INFO: Mapping file mapping.yml created.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Step 4: Import updated file and mapping (the puzzling bit)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;C:\Users\Folder&amp;gt;sas-transfer import -packageId 3e253eb5-cfd5-47fd-b949-ba4d86f1082a --mapping mapping.yml&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;running ....failed&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The following errors have occurred:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Get &lt;STRONG&gt;http://&lt;/STRONG&gt;site/SASHome/: dial tcp 10.10.10.10:80 : connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.&lt;BR /&gt;Http Status: 0&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Why would the cli default back to http:// especially when I've specified the request/site to be https://?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;David&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2018 04:07:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Viya-Transfer-CLI-HTTP-Connection-Error-on-Import-Command/m-p/437869#M12292</guid>
      <dc:creator>daithi1990</dc:creator>
      <dc:date>2018-02-16T04:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Viya Transfer CLI: HTTP Connection Error on Import Command (HTTPS connection defined)</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Viya-Transfer-CLI-HTTP-Connection-Error-on-Import-Command/m-p/437876#M12296</link>
      <description>This may help you&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Set the SSL_CERT_FILE Environment Variable&lt;BR /&gt;&lt;A href="http://go.documentation.sas.com/?cdcId=calcdc&amp;amp;cdcVersion=3.3&amp;amp;docsetId=calcli&amp;amp;docsetTarget=n1e2dehluji7jon1gk69yggc6i28.htm&amp;amp;locale=en&amp;amp;showBanner=walkup#p1uzque4o47w9vn1grux9p1askob" target="_blank"&gt;http://go.documentation.sas.com/?cdcId=calcdc&amp;amp;cdcVersion=3.3&amp;amp;docsetId=calcli&amp;amp;docsetTarget=n1e2dehluji7jon1gk69yggc6i28.htm&amp;amp;locale=en&amp;amp;showBanner=walkup#p1uzque4o47w9vn1grux9p1askob&lt;/A&gt;</description>
      <pubDate>Fri, 16 Feb 2018 05:10:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Viya-Transfer-CLI-HTTP-Connection-Error-on-Import-Command/m-p/437876#M12296</guid>
      <dc:creator>angian</dc:creator>
      <dc:date>2018-02-16T05:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Viya Transfer CLI: HTTP Connection Error on Import Command (HTTPS connection defined)</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Viya-Transfer-CLI-HTTP-Connection-Error-on-Import-Command/m-p/437877#M12297</link>
      <description>&lt;P&gt;Hey Angian,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Will give it a try &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2018 05:12:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Viya-Transfer-CLI-HTTP-Connection-Error-on-Import-Command/m-p/437877#M12297</guid>
      <dc:creator>daithi1990</dc:creator>
      <dc:date>2018-02-16T05:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Viya Transfer CLI: HTTP Connection Error on Import Command (HTTPS connection defined)</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Viya-Transfer-CLI-HTTP-Connection-Error-on-Import-Command/m-p/437878#M12298</link>
      <description>&lt;P&gt;What documentation are you looking at? I am not familiar with this specific CLI but normally you would need to run the import from the target Linux server?&amp;nbsp; Sorry to ask a question on your question.&amp;nbsp; My boss has actually worked with this CLI so I will get confirmation unless somebody beats me to it.&amp;nbsp; Also what is your target system? Viya 3.2 or 3.3?&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2018 05:16:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Viya-Transfer-CLI-HTTP-Connection-Error-on-Import-Command/m-p/437878#M12298</guid>
      <dc:creator>angian</dc:creator>
      <dc:date>2018-02-16T05:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Viya Transfer CLI: HTTP Connection Error on Import Command (HTTPS connection defined)</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Viya-Transfer-CLI-HTTP-Connection-Error-on-Import-Command/m-p/437881#M12299</link>
      <description>&lt;P&gt;Hi Angian,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the documentation i'm working with.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://documentation.sas.com/?cdcId=calcdc&amp;amp;cdcVersion=3.2&amp;amp;docsetId=calpromotion&amp;amp;docsetTarget=n0ihk3dsgoiqvtn15oce7kguif1s.htm&amp;amp;locale=en" target="_blank"&gt;http://documentation.sas.com/?cdcId=calcdc&amp;amp;cdcVersion=3.2&amp;amp;docsetId=calpromotion&amp;amp;docsetTarget=n0ihk3dsgoiqvtn15oce7kguif1s.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At the moment the target env is Viya 3.2 (soon to be upgraded though)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You effectively install the .exe from viya into the location you wish to transfer from (in this case windows)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So have updated the env variable and am getting a slightly different message.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;C:\Users\Folder&amp;gt;sas-transfer import -packageId d2dfe0c1-3b03-4de1-b962-4d91f2cd84b6 -mapping mapping.yml&lt;BR /&gt;running .....failed&lt;BR /&gt;The following errors have occurred:&lt;/P&gt;&lt;P&gt;Get http://url/SASHome/: dial tcp &amp;lt;insertiphere&amp;gt;:80: connectex: No connection could be made because the target machine actively refused it.&lt;BR /&gt;Http Status: 0&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2018 05:36:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Viya-Transfer-CLI-HTTP-Connection-Error-on-Import-Command/m-p/437881#M12299</guid>
      <dc:creator>daithi1990</dc:creator>
      <dc:date>2018-02-16T05:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Viya Transfer CLI: HTTP Connection Error on Import Command (HTTPS connection defined)</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Viya-Transfer-CLI-HTTP-Connection-Error-on-Import-Command/m-p/437950#M12309</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/188751"&gt;@daithi1990&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Either one you have entered incorrect address/port or you have a firewall between sas-trasfer and SAS Viya 3.2.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2018 12:22:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Viya-Transfer-CLI-HTTP-Connection-Error-on-Import-Command/m-p/437950#M12309</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2018-02-16T12:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Viya Transfer CLI: HTTP Connection Error on Import Command (HTTPS connection defined)</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Viya-Transfer-CLI-HTTP-Connection-Error-on-Import-Command/m-p/437955#M12310</link>
      <description>&lt;P&gt;Thanks alexal,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just breaking your comment down there a little.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. I was able to OAuth and upload .spks to the Viya instance, so that could in my own mind rules out the firewall/wrong address issue. i.e. I can connect and interface with the site.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. I noticed some Strange behaviour with the exe is despite the fact I've entered https:// it reverts to http:// on the import stage. I have an inkling that this is what's causing the problem, as our viya instance is setup only to accept https:// not http:// requests.&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, 16 Feb 2018 12:46:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Viya-Transfer-CLI-HTTP-Connection-Error-on-Import-Command/m-p/437955#M12310</guid>
      <dc:creator>daithi1990</dc:creator>
      <dc:date>2018-02-16T12:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Viya Transfer CLI: HTTP Connection Error on Import Command (HTTPS connection defined)</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Viya-Transfer-CLI-HTTP-Connection-Error-on-Import-Command/m-p/437956#M12311</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/188751"&gt;@daithi1990&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please add -verbose to your sas-transfer command and show me the outcome.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2018 13:04:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Viya-Transfer-CLI-HTTP-Connection-Error-on-Import-Command/m-p/437956#M12311</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2018-02-16T13:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Viya Transfer CLI: HTTP Connection Error on Import Command (HTTPS connection defined)</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Viya-Transfer-CLI-HTTP-Connection-Error-on-Import-Command/m-p/438863#M12358</link>
      <description>&lt;P&gt;Okay so a few points to note:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. As we are running our Viya instance on AWS we have defaulted all external traffic through our load balancer to Port 443.&lt;/P&gt;&lt;P&gt;The request then internally is converted into a port 80 request when it hits the server.&lt;/P&gt;&lt;P&gt;We temporarily had to open our Load Balancer to Port 80 to accept HTTP traffic for this to work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. When this occurred we received a report of the reports we were ingesting however it contained errors on the CLI import log.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;/var/log/sas/viya/importvaspk/default/&amp;lt;logfiles&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We checked in the log, and saw that a missing PNG Shared object in the renderer folder was stopping the ingest of report files. (Apparently we had installed the Golden Build too, good old SAS ;))&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Status: Report import failed. 1) error converting unknown page/section: unexpected java.lang.UnsatisfiedLinkError thrown. Message = "/opt/sas/viya/home/lib64/renderer/libCommonsJava.so.2.0.0: libpng12.so.0: cannot open shared object file: No such file or directory"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We then used YUM to install the 64 bit renderer&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;yum install libpng12&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And copied this file&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cp /usr/lib64/libpng12.so.0 /&lt;SPAN&gt;opt/sas/viya/home/lib64/renderer/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then we reran the process and reports uploaded successfully.&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;&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>Wed, 21 Feb 2018 03:53:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Viya-Transfer-CLI-HTTP-Connection-Error-on-Import-Command/m-p/438863#M12358</guid>
      <dc:creator>daithi1990</dc:creator>
      <dc:date>2018-02-21T03:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Viya Transfer CLI: HTTP Connection Error on Import Command (HTTPS connection defined)</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Viya-Transfer-CLI-HTTP-Connection-Error-on-Import-Command/m-p/438913#M12360</link>
      <description>Good catch. libjpeg-turbo is another package that is often overlooked. The documentation often is written with an assumption that the installation package group is one of the larger ones like “server with GUI”.&lt;BR /&gt;When you deploy a much more minimal package set for your base some prerequisites get missed.</description>
      <pubDate>Wed, 21 Feb 2018 12:15:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Viya-Transfer-CLI-HTTP-Connection-Error-on-Import-Command/m-p/438913#M12360</guid>
      <dc:creator>SimonDawson</dc:creator>
      <dc:date>2018-02-21T12:15:23Z</dc:date>
    </item>
  </channel>
</rss>

