<?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: Libname not resolved in Enterprise Guide in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Libname-not-resolved-in-Enterprise-Guide/m-p/447868#M28974</link>
    <description>&lt;P&gt;Hi Patrick... thanks for responding:&lt;/P&gt;
&lt;P&gt;.&lt;/P&gt;
&lt;P&gt;once you've connected to the metadata server can you open a session under the application server you want to run your code (done directly in EG by expanding/connecting to the server in the server pane of your EG window)?&lt;/P&gt;
&lt;P&gt;YES&lt;/P&gt;
&lt;P&gt;2. are you using the same credentials to connect to the metadata server in EG and in DIS?&lt;/P&gt;
&lt;P&gt;YES&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;in fact I found a solution by resolving all level of macros&amp;nbsp;@ autoexec.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks all for the time and support&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 22 Mar 2018 17:49:48 GMT</pubDate>
    <dc:creator>sanalitics</dc:creator>
    <dc:date>2018-03-22T17:49:48Z</dc:date>
    <item>
      <title>Libname not resolved in Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Libname-not-resolved-in-Enterprise-Guide/m-p/446371#M28873</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have created the macro&amp;nbsp;@ autoexec with following definition:&lt;/P&gt;
&lt;P&gt;%let&amp;nbsp;&lt;SPAN&gt;library_temp= C:\testing;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;%global lib_src=&amp;amp;library_temp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and the definition of the library in DI is:&lt;/P&gt;
&lt;P&gt;libname lib_test&amp;nbsp; "&amp;amp;lib_src"&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;this resolves in DI without any issues.... But the same library when opened from EG I get the following error while expanding Library:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;sas eg&amp;nbsp; sds.sds exception &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Target site assign&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kindly help me fix the issue&lt;/P&gt;</description>
      <pubDate>Fri, 16 Mar 2018 23:16:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Libname-not-resolved-in-Enterprise-Guide/m-p/446371#M28873</guid>
      <dc:creator>sanalitics</dc:creator>
      <dc:date>2018-03-16T23:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: Libname not resolved in Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Libname-not-resolved-in-Enterprise-Guide/m-p/446396#M28876</link>
      <description>&lt;P&gt;Two issues stand out as part of the syntax in the base SAS world.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your LIBNAME statement requires a semicolon at the end of it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;%GLOBAL statements can merely list names of global macro variables.&amp;nbsp; They cannot assign values.&lt;/P&gt;</description>
      <pubDate>Sat, 17 Mar 2018 00:16:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Libname-not-resolved-in-Enterprise-Guide/m-p/446396#M28876</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2018-03-17T00:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: Libname not resolved in Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Libname-not-resolved-in-Enterprise-Guide/m-p/446421#M28882</link>
      <description>And %global is implied when using %let in open code.&lt;BR /&gt;Not sure why you want to use two variables with the same value...</description>
      <pubDate>Sat, 17 Mar 2018 08:07:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Libname-not-resolved-in-Enterprise-Guide/m-p/446421#M28882</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2018-03-17T08:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: Libname not resolved in Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Libname-not-resolved-in-Enterprise-Guide/m-p/446433#M28884</link>
      <description>&lt;P&gt;Hi Both, Thanks for the response.&lt;/P&gt;
&lt;P&gt;kindly note that I have given logical statement and it’s not the perfect code copied.&lt;/P&gt;
&lt;P&gt;i am aware of the semicolon and macro declaration.&lt;/P&gt;
&lt;P&gt;the issue is that the macro is available&amp;nbsp;@ Metadata server .. and the library works fine in DI&lt;/P&gt;
&lt;P&gt;but the issue is when I open the library in EG... probably something to do with the app server macro variable resolution&lt;/P&gt;</description>
      <pubDate>Sat, 17 Mar 2018 12:27:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Libname-not-resolved-in-Enterprise-Guide/m-p/446433#M28884</guid>
      <dc:creator>sanalitics</dc:creator>
      <dc:date>2018-03-17T12:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: Libname not resolved in Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Libname-not-resolved-in-Enterprise-Guide/m-p/446518#M28887</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/33513"&gt;@sanalitics&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;I have no idea what &lt;EM&gt;@ autoexec&lt;/EM&gt;&amp;nbsp;is but it's certainly not&amp;nbsp;available under&amp;nbsp;&lt;EM&gt;@ Metadata server&lt;/EM&gt;&amp;nbsp;as such macros&amp;nbsp;get executed on the compute tier (workspace server) and not the SAS Metadata tier.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The error you mention&amp;nbsp;sounds more like you having some sort of connection issue with EG independent on what code you want to execute. If so then you should talk to your SAS Admin.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Questions&lt;/P&gt;
&lt;P&gt;1. once you've connected to the metadata server can you open a session under the application server you want to run your code (done directly in EG by expanding/connecting to the server in the server pane of your EG window)?&lt;/P&gt;
&lt;P&gt;2. are you using the same credentials to connect to the metadata server in EG and in DIS?&lt;/P&gt;</description>
      <pubDate>Sun, 18 Mar 2018 01:48:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Libname-not-resolved-in-Enterprise-Guide/m-p/446518#M28887</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2018-03-18T01:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: Libname not resolved in Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Libname-not-resolved-in-Enterprise-Guide/m-p/447868#M28974</link>
      <description>&lt;P&gt;Hi Patrick... thanks for responding:&lt;/P&gt;
&lt;P&gt;.&lt;/P&gt;
&lt;P&gt;once you've connected to the metadata server can you open a session under the application server you want to run your code (done directly in EG by expanding/connecting to the server in the server pane of your EG window)?&lt;/P&gt;
&lt;P&gt;YES&lt;/P&gt;
&lt;P&gt;2. are you using the same credentials to connect to the metadata server in EG and in DIS?&lt;/P&gt;
&lt;P&gt;YES&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;in fact I found a solution by resolving all level of macros&amp;nbsp;@ autoexec.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks all for the time and support&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Mar 2018 17:49:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Libname-not-resolved-in-Enterprise-Guide/m-p/447868#M28974</guid>
      <dc:creator>sanalitics</dc:creator>
      <dc:date>2018-03-22T17:49:48Z</dc:date>
    </item>
  </channel>
</rss>

