<?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: Procedure NLIN not found in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Error-Procedure-NLIN-not-found/m-p/258564#M57362</link>
    <description>&lt;P&gt;Hi Experts,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;we are using SAS NLIN procedure in a stored process and it executes fine in Solaris 10 / Oracle 11g client.&lt;/P&gt;&lt;P&gt;However in Solaris 11, we receive the following error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Could not load /sas/SAS94/SASFoundation/9.4/sasexe/sasnlin (98 images loaded)&lt;BR /&gt;ERROR: ld.so.1: sas: fatal: libmtsk.so.1: open failed: No such file or directory&lt;BR /&gt;ERROR: Procedure NLIN not found.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;we have checked and confirmed that the SASNLIN library exists under the above SAS root folder (&lt;SPAN&gt;sas/SAS94/SASFoundation/9.4/sasexe/) and necc access rights are granted.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anybody advise?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 23 Mar 2016 15:34:30 GMT</pubDate>
    <dc:creator>SKR</dc:creator>
    <dc:date>2016-03-23T15:34:30Z</dc:date>
    <item>
      <title>Error: Procedure NLIN not found</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Error-Procedure-NLIN-not-found/m-p/258564#M57362</link>
      <description>&lt;P&gt;Hi Experts,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;we are using SAS NLIN procedure in a stored process and it executes fine in Solaris 10 / Oracle 11g client.&lt;/P&gt;&lt;P&gt;However in Solaris 11, we receive the following error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Could not load /sas/SAS94/SASFoundation/9.4/sasexe/sasnlin (98 images loaded)&lt;BR /&gt;ERROR: ld.so.1: sas: fatal: libmtsk.so.1: open failed: No such file or directory&lt;BR /&gt;ERROR: Procedure NLIN not found.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;we have checked and confirmed that the SASNLIN library exists under the above SAS root folder (&lt;SPAN&gt;sas/SAS94/SASFoundation/9.4/sasexe/) and necc access rights are granted.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anybody advise?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2016 15:34:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Error-Procedure-NLIN-not-found/m-p/258564#M57362</guid>
      <dc:creator>SKR</dc:creator>
      <dc:date>2016-03-23T15:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Procedure NLIN not found</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Error-Procedure-NLIN-not-found/m-p/258567#M57363</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;It looks like you have a tech support track on this already, but for the benefit of the community -- possible causes are:&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&lt;SPAN class="cs2A6A5239"&gt;1. SAS/STAT is not licensed on the server&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&lt;SPAN class="cs2A6A5239"&gt;2. SAS/STAT is licensed by not installed on the server&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&lt;SPAN class="cs2A6A5239"&gt;3. LD_LIBRARY_PATH_64 has been set&amp;nbsp;incorrectly (&lt;A href="http://support.sas.com/kb/34/579.html" target="_self"&gt;see this SAS Note&lt;/A&gt;)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&lt;SPAN class="cs2A6A5239"&gt;To check these, you would run (from the "problem" environment):&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC SETINIT;RUN;
PROC PRODUCT_STATUS;RUN;
&amp;nbsp;
data temp7;
length result $2000;
result=sysget('LD_LIBRARY_PATH_64');
put result;
run;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 23 Mar 2016 15:43:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Error-Procedure-NLIN-not-found/m-p/258567#M57363</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2016-03-23T15:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Procedure NLIN not found</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Error-Procedure-NLIN-not-found/m-p/258569#M57364</link>
      <description>&lt;P&gt;Hi Chris, thanks for the feedback. Yes. we have raised tech support and i am merely trying my luck to get it resolved&amp;nbsp;asap, while waitinf for TS response&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;we have verified and the license is valid and we dont have LD_LIBRARY_PATH64 and&amp;nbsp;only have LD_LIBRARY_PATH. Could this be a problem?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2016 16:02:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Error-Procedure-NLIN-not-found/m-p/258569#M57364</guid>
      <dc:creator>SKR</dc:creator>
      <dc:date>2016-03-23T16:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Procedure NLIN not found</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Error-Procedure-NLIN-not-found/m-p/258571#M57365</link>
      <description>&lt;P&gt;Reading the SAS note, I think that's likely. &amp;nbsp;You could &lt;A href="http://support.sas.com/kb/34/579.html" target="_self"&gt;try a test to define it per the note&lt;/A&gt; and see if that helps.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2016 16:07:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Error-Procedure-NLIN-not-found/m-p/258571#M57365</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2016-03-23T16:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Procedure NLIN not found</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Error-Procedure-NLIN-not-found/m-p/262733#M57688</link>
      <description>&lt;P&gt;Hi Chris, we managed to find the root cause.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One of the package file in solaris 11 was missing. The corresponding&amp;nbsp;package was installed by default in solaris 10 and hence the issues&amp;nbsp;happened only for solaris 11 OS. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks a lot for your help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Apr 2016 11:27:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Error-Procedure-NLIN-not-found/m-p/262733#M57688</guid>
      <dc:creator>SKR</dc:creator>
      <dc:date>2016-04-10T11:27:19Z</dc:date>
    </item>
  </channel>
</rss>

