<?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: Enabling the VA Feed in Environment Manager Service Architecture in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Enabling-the-VA-Feed-in-Environment-Manager-Service-Architecture/m-p/907067#M27668</link>
    <description>&lt;P&gt;Hi Greg&lt;/P&gt;
&lt;P&gt;Thanks very much for this, it confirms what I'd been beginning to think. I had a look at the copy2va macro in the emi-framework and found a bit of code which looked like it looked up the va.autoload.location property in the EVDLM library metadata and used that if "DEFAULT" was set. I have already changed that to a SMB share on the VA server so it looks like we should be good to go. Nice to have it confirmed. I'll see what's happened next week!&lt;/P&gt;</description>
    <pubDate>Fri, 08 Dec 2023 17:35:45 GMT</pubDate>
    <dc:creator>Nigel_Pain</dc:creator>
    <dc:date>2023-12-08T17:35:45Z</dc:date>
    <item>
      <title>Enabling the VA Feed in Environment Manager Service Architecture</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Enabling-the-VA-Feed-in-Environment-Manager-Service-Architecture/m-p/906976#M27665</link>
      <description>&lt;P&gt;SAS 9.4M7 (Windows Svr 2019) on four servers: Metadata, Mid-Tier, Compute (with EV) and Visual Analytics&lt;/P&gt;
&lt;P&gt;I'm looking for advice on enabling the VA Feed in Environment Manager Service Architecture. I've been following the documentation here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/evcdc/2.5_M1/evug/n1gacla7ui0covn1dv65l385uhch.htm" target="_self"&gt;SAS Help Center: Feeding Data from the Data Mart into SAS Visual Analytics&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Where it says&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;If SAS Visual Analytics and SAS Environment Manager are not running on the same machine, you must modify the&lt;/SPAN&gt;&lt;CODE class="xis-codeDefaultStyle"&gt;&lt;SPAN class="xis-userSuppliedValue"&gt;SAS_Config&lt;/SPAN&gt;/Lev1/Web/SASEnvironmentManager/emi-framework//sasev.properties&lt;/CODE&gt;&lt;SPAN&gt;file to identify the target location for the data tables that are to be loaded into SAS Visual Analytics. Modify the&lt;/SPAN&gt;&lt;CODE class="xis-codeDefaultStyle"&gt;vafeed.destDir=&lt;/CODE&gt;&lt;SPAN&gt;property to specify the location on the SAS Environment Manager machine where the data tables should be copied. The target directory that you specify must have a subdirectory named&lt;/SPAN&gt;&lt;CODE class="xis-codeDefaultStyle"&gt;/Formats&lt;/CODE&gt;&lt;SPAN&gt;. You must then move the data tables from the SAS Environment Manager machine to the SAS Visual Analytics machine. You can use techniques such as FTP transfer or NFS mounts to move the data tables.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;But it doesn't actually state where these folders should be. The vafeed.destDir property is currently set to "DEFAULT", which is not very helpful. Should this be somewhere within config\Lev1\Web\SASEnvironmentManager\emi-framework? In which case, the data tables presumably then have to be moved from there to the Autoload folder on the VA machine. It's not entirely clear, does this have to be something that I have to configure to happen, with a scheduled job or some such? Or is the default the VA.AutoLoad.Location value specified for the EVDMLA library as configured in the metadata? That's a Windows share so would be accessible from the EV server.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Dec 2023 15:13:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Enabling-the-VA-Feed-in-Environment-Manager-Service-Architecture/m-p/906976#M27665</guid>
      <dc:creator>Nigel_Pain</dc:creator>
      <dc:date>2023-12-08T15:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling the VA Feed in Environment Manager Service Architecture</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Enabling-the-VA-Feed-in-Environment-Manager-Service-Architecture/m-p/907025#M27667</link>
      <description>Hi Nigel,&lt;BR /&gt;&lt;BR /&gt;I think this section is referencing if the section above it is not true (the VA.AutoLoad.Location is not accessible to the Environment Manager Enablement Kit server machine). i.e. DEFAULT is the VA.AutoLoad.Location.&lt;BR /&gt;&lt;BR /&gt;So if the path specified in the library properties under VA.AutoLoad.Location is not accessible from the SAS Environment Manager Enablement Kit server machine (the one with emi-framework, typically compute), then both of these (vafeed.destdir and AutoLoad.Location) could be changed to an alternate shared path, or if you mounted  thee AutoLoad.Location to another path on the emi-framework host and then specify that path in vafeed.destdir, or point vafeed.destdir to some other path and have a regular process move the data to the drop zone.</description>
      <pubDate>Fri, 08 Dec 2023 16:50:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Enabling-the-VA-Feed-in-Environment-Manager-Service-Architecture/m-p/907025#M27667</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2023-12-08T16:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling the VA Feed in Environment Manager Service Architecture</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Enabling-the-VA-Feed-in-Environment-Manager-Service-Architecture/m-p/907067#M27668</link>
      <description>&lt;P&gt;Hi Greg&lt;/P&gt;
&lt;P&gt;Thanks very much for this, it confirms what I'd been beginning to think. I had a look at the copy2va macro in the emi-framework and found a bit of code which looked like it looked up the va.autoload.location property in the EVDLM library metadata and used that if "DEFAULT" was set. I have already changed that to a SMB share on the VA server so it looks like we should be good to go. Nice to have it confirmed. I'll see what's happened next week!&lt;/P&gt;</description>
      <pubDate>Fri, 08 Dec 2023 17:35:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Enabling-the-VA-Feed-in-Environment-Manager-Service-Architecture/m-p/907067#M27668</guid>
      <dc:creator>Nigel_Pain</dc:creator>
      <dc:date>2023-12-08T17:35:45Z</dc:date>
    </item>
  </channel>
</rss>

