<?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 ERROR: Unable to establish a SAS Metadata Server connection. Proc Upload in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-Unable-to-establish-a-SAS-Metadata-Server-connection-Proc/m-p/984192#M84117</link>
    <description>&lt;P&gt;Hi everone!&lt;/P&gt;
&lt;P&gt;I execute a proc upload statement as listed below:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
%let sashost=sasva01.myserver.com 7551;
options COMAMID=tcp;
libname vaload 'E:\SAS\VA';
signon sashost user='lasradm' password='mypassword';
rsubmit status=no;
libname SASDATA BASE "/opt/sas/sashome/DATA";
proc upload inlib=WORK outlib=SASDATA memtype=data;
select my_dataset;
run;
endrsubmit;
signoff;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;And I Get the following error:&lt;/P&gt;
&lt;P&gt;386 %let sashost=sasva01.myserver.com 7551;&lt;BR /&gt;387 options COMAMID=tcp;&lt;BR /&gt;388 libname vaload 'E:\SAS\VA';&lt;BR /&gt;NOTE: Libref VALOAD refers to the same physical library as VALOAD.&lt;BR /&gt;NOTE: Libref VALOAD was successfully assigned as follows: &lt;BR /&gt;Engine: V9 &lt;BR /&gt;Physical Name: E:\SAS\VA&lt;BR /&gt;389 signon sashost user='lasradm' password=XXXXXXXXXXXXX;&lt;BR /&gt;NOTE: Remote signon to SASHOST commencing (SAS Release 9.04.01M8P011823).&lt;BR /&gt;NOTE: SASPROPRIETARY encryption is being used to protect network traffic.&lt;BR /&gt;NOTE: Copyright (c) 2016 by SAS Institute Inc., Cary, NC, USA. &lt;BR /&gt;NOTE: SAS (r) Proprietary Software 9.4 (TS1M6) &lt;BR /&gt;Licensed to Company SA - VA DIST.ENV, Site 70141580.&lt;BR /&gt;NOTE: This session is executing on the Linux 3.10.0-1160.119.1.el7.x86_64 (LIN X64) platform.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;NOTE: Additional host information:&lt;/P&gt;
&lt;P&gt;Linux LIN X64 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue May 14 11:55:25 EDT 2024 x86_64 Red Hat Enterprise Linux Server release 7.9 &lt;BR /&gt;(Maipo)&lt;/P&gt;
&lt;P&gt;You are running SAS 9. Some SAS 8 files will be automatically converted &lt;BR /&gt;by the V9 engine; others are incompatible. Please see &lt;BR /&gt;&lt;A href="http://support.sas.com/rnd/migration/planning/platform/64bit.html" target="_blank"&gt;http://support.sas.com/rnd/migration/planning/platform/64bit.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;PROC MIGRATE will preserve current SAS file attributes and is &lt;BR /&gt;recommended for converting all your SAS libraries from any &lt;BR /&gt;SAS 8 release to SAS 9. For details and examples, please see&lt;BR /&gt;&lt;A href="http://support.sas.com/rnd/migration/index.html" target="_blank"&gt;http://support.sas.com/rnd/migration/index.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;This message is contained in the SAS news file, and is presented upon&lt;BR /&gt;initialization. Edit the file "news" in the "misc/base" directory to&lt;BR /&gt;display site-specific news and information in the program log.&lt;BR /&gt;The command line option "-nonews" will prevent this display.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;NOTE: SAS initialization used:&lt;BR /&gt;real time 0.07 seconds&lt;BR /&gt;cpu time 0.06 seconds&lt;BR /&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;ERROR: Unable to establish a SAS Metadata Server connection.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;The Visual Analytics machine is a linux server, whereas the machine in which the SAS Data Integration Studio is installed is a Windows machine.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;Any ideas?&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;Best Regards&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 27 Feb 2026 08:11:37 GMT</pubDate>
    <dc:creator>vfarmak</dc:creator>
    <dc:date>2026-02-27T08:11:37Z</dc:date>
    <item>
      <title>ERROR: Unable to establish a SAS Metadata Server connection. Proc Upload</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-Unable-to-establish-a-SAS-Metadata-Server-connection-Proc/m-p/984192#M84117</link>
      <description>&lt;P&gt;Hi everone!&lt;/P&gt;
&lt;P&gt;I execute a proc upload statement as listed below:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
%let sashost=sasva01.myserver.com 7551;
options COMAMID=tcp;
libname vaload 'E:\SAS\VA';
signon sashost user='lasradm' password='mypassword';
rsubmit status=no;
libname SASDATA BASE "/opt/sas/sashome/DATA";
proc upload inlib=WORK outlib=SASDATA memtype=data;
select my_dataset;
run;
endrsubmit;
signoff;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;And I Get the following error:&lt;/P&gt;
&lt;P&gt;386 %let sashost=sasva01.myserver.com 7551;&lt;BR /&gt;387 options COMAMID=tcp;&lt;BR /&gt;388 libname vaload 'E:\SAS\VA';&lt;BR /&gt;NOTE: Libref VALOAD refers to the same physical library as VALOAD.&lt;BR /&gt;NOTE: Libref VALOAD was successfully assigned as follows: &lt;BR /&gt;Engine: V9 &lt;BR /&gt;Physical Name: E:\SAS\VA&lt;BR /&gt;389 signon sashost user='lasradm' password=XXXXXXXXXXXXX;&lt;BR /&gt;NOTE: Remote signon to SASHOST commencing (SAS Release 9.04.01M8P011823).&lt;BR /&gt;NOTE: SASPROPRIETARY encryption is being used to protect network traffic.&lt;BR /&gt;NOTE: Copyright (c) 2016 by SAS Institute Inc., Cary, NC, USA. &lt;BR /&gt;NOTE: SAS (r) Proprietary Software 9.4 (TS1M6) &lt;BR /&gt;Licensed to Company SA - VA DIST.ENV, Site 70141580.&lt;BR /&gt;NOTE: This session is executing on the Linux 3.10.0-1160.119.1.el7.x86_64 (LIN X64) platform.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;NOTE: Additional host information:&lt;/P&gt;
&lt;P&gt;Linux LIN X64 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue May 14 11:55:25 EDT 2024 x86_64 Red Hat Enterprise Linux Server release 7.9 &lt;BR /&gt;(Maipo)&lt;/P&gt;
&lt;P&gt;You are running SAS 9. Some SAS 8 files will be automatically converted &lt;BR /&gt;by the V9 engine; others are incompatible. Please see &lt;BR /&gt;&lt;A href="http://support.sas.com/rnd/migration/planning/platform/64bit.html" target="_blank"&gt;http://support.sas.com/rnd/migration/planning/platform/64bit.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;PROC MIGRATE will preserve current SAS file attributes and is &lt;BR /&gt;recommended for converting all your SAS libraries from any &lt;BR /&gt;SAS 8 release to SAS 9. For details and examples, please see&lt;BR /&gt;&lt;A href="http://support.sas.com/rnd/migration/index.html" target="_blank"&gt;http://support.sas.com/rnd/migration/index.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;This message is contained in the SAS news file, and is presented upon&lt;BR /&gt;initialization. Edit the file "news" in the "misc/base" directory to&lt;BR /&gt;display site-specific news and information in the program log.&lt;BR /&gt;The command line option "-nonews" will prevent this display.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;NOTE: SAS initialization used:&lt;BR /&gt;real time 0.07 seconds&lt;BR /&gt;cpu time 0.06 seconds&lt;BR /&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;ERROR: Unable to establish a SAS Metadata Server connection.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;The Visual Analytics machine is a linux server, whereas the machine in which the SAS Data Integration Studio is installed is a Windows machine.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;Any ideas?&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;Best Regards&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Feb 2026 08:11:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-Unable-to-establish-a-SAS-Metadata-Server-connection-Proc/m-p/984192#M84117</guid>
      <dc:creator>vfarmak</dc:creator>
      <dc:date>2026-02-27T08:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Unable to establish a SAS Metadata Server connection. Proc Upload</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-Unable-to-establish-a-SAS-Metadata-Server-connection-Proc/m-p/984213#M84118</link>
      <description>&lt;P&gt;We have a slightly different setup, SAS Compute (corresponds to your DI Server I assume) is on the same host as LASR root (controller) node.&lt;/P&gt;
&lt;P&gt;How is your LASR defined in metadata, when it comes to Logical Server, hosts etc?&lt;/P&gt;
&lt;P&gt;Also, it doesn't look like you are using the&amp;nbsp;SAS LASR Analytic Server Loader transformation?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please share your Job diagram and the complete job code.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Feb 2026 13:21:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-Unable-to-establish-a-SAS-Metadata-Server-connection-Proc/m-p/984213#M84118</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2026-02-27T13:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Unable to establish a SAS Metadata Server connection. Proc Upload</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-Unable-to-establish-a-SAS-Metadata-Server-connection-Proc/m-p/984215#M84119</link>
      <description>&lt;P&gt;The code can be found below:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;/*==========================================================================* 
 * Step:            Proc Upload                           A5779UC5.BX00663Z * 
 * Transform:       User Written                                            * 
 * Description:                                                             * 
 *                                                                          * 
 * Source Table:    VA_LEADS_KPIS - work.LEADS_KPIS       A5779UC5.BZ0030RD * 
 *                                                                          * 
 * User Written:    SourceCode                                              * 
 *==========================================================================*/ 

%let transformID = %quote(A5779UC5.BX00663Z);
%let trans_rc = 0;
%let etls_stepStartTime = %sysfunc(datetime(), datetime20.); 

%let etls_recCheckExist = 0; 
%let etls_recnt = 0; 
%macro etls_recordCheck; 
   %let etls_recCheckExist = %eval(%sysfunc(exist(work.LEADS_KPIS, DATA)) or 
         %sysfunc(exist(work.LEADS_KPIS, VIEW))); 
   
   %if (&amp;amp;etls_recCheckExist) %then
   %do;
      %local etls_syntaxcheck; 
      %let etls_syntaxcheck = %sysfunc(getoption(syntaxcheck)); 
      /* Turn off syntaxcheck option to perform following steps  */ 
      options nosyntaxcheck;
      
      proc contents data = work.LEADS_KPIS out = work.etls_contents(keep = nobs) noprint; 
      run; 
      
      data _null_; 
         set work.etls_contents (obs = 1); 
         call symput("etls_recnt", left(put(nobs,32.))); 
      run;
      
      proc datasets lib = work nolist nowarn memtype = (data view);
         delete etls_contents;
      quit;
      
      /* Reset syntaxcheck option to previous setting  */ 
      options &amp;amp;etls_syntaxcheck; 
   %end;
%mend etls_recordCheck;
%etls_recordCheck;

%let SYSLAST = %nrquote(work.LEADS_KPIS); 

/* Runtime statistics macros  */ 
%etls_setPerfInit;
%perfstrt(txnname=%BQUOTE(_DISARM|&amp;amp;transformID|&amp;amp;syshostname|UserWritten), metrNam6=_DISROWCNT, metrDef6=Count32)   ;

%let _INPUT_count = 1;
%let _INPUT = work.LEADS_KPIS;
%let _INPUT_connect = ;
%let _INPUT_engine = ;
%let _INPUT_memtype = DATA;
%let _INPUT_options = %nrquote();
%let _INPUT_alter = %nrquote();
%let _INPUT_path = %nrquote(/VA_LEADS_KPIS_A5779UC5.BZ0030RD%(WorkTable%));
%let _INPUT_type = 1;
%let _INPUT_label = %nrquote();
%let _INPUT_filetype = WorkTable;

%let _INPUT1 = work.LEADS_KPIS;
%let _INPUT1_connect = ;
%let _INPUT1_engine = ;
%let _INPUT1_memtype = DATA;
%let _INPUT1_options = %nrquote();
%let _INPUT1_alter = %nrquote();
%let _INPUT1_path = %nrquote(/VA_LEADS_KPIS_A5779UC5.BZ0030RD%(WorkTable%));
%let _INPUT1_type = 1;
%let _INPUT1_label = %nrquote();
%let _INPUT1_filetype = WorkTable;

%let _OUTPUT_count = 0;
data VA_LEADS_KPIS;
	SET WORK.LEADS_KPIS;
RUN;

%let sashost=sasva01.dwh.gr 7551;
options COMAMID=tcp;
libname vaload 'E:\SAS\VA';
signon sashost user='lasradm' password='XXXXX';
rsubmit status=no;
libname SASDATA BASE "/opt/sas/sashome/DATA";
proc upload inlib=WORK outlib=SASDATA memtype=data;
select VA_LEADS_KPIS;
run;
endrsubmit;
signoff;
%rcSet(&amp;amp;syserr); 
%rcSet(&amp;amp;sqlrc); 
%perfstop(metrVal6=%sysfunc(max(&amp;amp;etls_recnt,-1)));
%let etls_recnt=-1;



/** Step end Proc Upload **/

&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I have also compressed the file including the image.&lt;/P&gt;
&lt;P&gt;The&amp;nbsp;&lt;SPAN&gt;SAS LASR Analytic Server Loader transformation I think that we do not have it (at least from the list option access options available in SAS Data Integration Studio.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV id="tinyMceEditorvfarmak_0" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Feb 2026 14:33:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-Unable-to-establish-a-SAS-Metadata-Server-connection-Proc/m-p/984215#M84119</guid>
      <dc:creator>vfarmak</dc:creator>
      <dc:date>2026-02-27T14:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Unable to establish a SAS Metadata Server connection. Proc Upload</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-Unable-to-establish-a-SAS-Metadata-Server-connection-Proc/m-p/984273#M84120</link>
      <description>&lt;P&gt;The transformation is available her:&lt;/P&gt;
&lt;DIV id="tinyMceEditorLinusH_0" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV id="tinyMceEditorLinusH_1" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Mon, 02 Mar 2026 13:33:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-Unable-to-establish-a-SAS-Metadata-Server-connection-Proc/m-p/984273#M84120</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2026-03-02T13:33:08Z</dc:date>
    </item>
  </channel>
</rss>

