<?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: %FSLOGIN error in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/FSLOGIN-error/m-p/683772#M20013</link>
    <description>&lt;P&gt;sounds like no sas-environment.xml was specified during the deployment.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/?cdcId=fscdc&amp;amp;cdcVersion=15.1&amp;amp;docsetId=fsag&amp;amp;docsetTarget=n0gizfk7ahih67n1ote6x4w6ontu.htm&amp;amp;locale=en"&gt;https://go.documentation.sas.com/?cdcId=fscdc&amp;amp;cdcVersion=15.1&amp;amp;docsetId=fsag&amp;amp;docsetTarget=n0gizfk7ahih67n1ote6x4w6ontu.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you can specify it after the fact in the sassw.config&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/?docsetId=bimtag&amp;amp;docsetTarget=n0s325xuzaji9tn16zvgq128dvb5.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en"&gt;https://go.documentation.sas.com/?docsetId=bimtag&amp;amp;docsetTarget=n0s325xuzaji9tn16zvgq128dvb5.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 14 Sep 2020 20:09:23 GMT</pubDate>
    <dc:creator>dpage</dc:creator>
    <dc:date>2020-09-14T20:09:23Z</dc:date>
    <item>
      <title>%FSLOGIN error</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/FSLOGIN-error/m-p/683755#M20010</link>
      <description>&lt;P&gt;All,&lt;/P&gt;
&lt;P&gt;i am getting below erro, when I try to run FSLOGIN macro. see below&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;28 %FSLOGIN(USER=test, PASSWORD=XXXX,&lt;BR /&gt;29 SASENVIRONMENT=default);&lt;/P&gt;
&lt;P&gt;NOTE: The data set WORK.FSKEYDAT has 1 observations and 3 variables.&lt;BR /&gt;NOTE: Compressing data set WORK.FSKEYDAT increased size by 100.00 percent. &lt;BR /&gt;Compressed is 2 pages; un-compressed would require 1 pages.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;real time 0.00 seconds&lt;BR /&gt;cpu time 0.01 seconds&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;NOTE: There were 1 observations read from the data set WORK.FSKEYDAT.&lt;BR /&gt;NOTE: The data set WORK.FSKEYDAT has 1 observations and 3 variables.&lt;BR /&gt;NOTE: Compressing data set WORK.FSKEYDAT increased size by 100.00 percent. &lt;BR /&gt;Compressed is 2 pages; un-compressed would require 1 pages.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;real time 0.00 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;/P&gt;
&lt;P&gt;NOTE: Assuming default middle-tier name based on login type: fsmain&lt;/P&gt;
&lt;P&gt;NOTE: Could not load classloader fsmain. Using default classloader.&lt;BR /&gt;NOTE: Could not initialize classpath. Classpath variable is not set.&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;ERROR: Could not initialize classpath from picklist file.&lt;/FONT&gt;&lt;BR /&gt;NOTE: The DATA step has been abnormally terminated.&lt;BR /&gt;java.io.FileNotFoundException: /opt/sas/home/SASVersionedJarRepository/picklist/forecastbat/forecastbat.txt (Permission denied)&lt;BR /&gt;at java.io.FileInputStream.open0(Native Method)&lt;BR /&gt;at java.io.FileInputStream.open(FileInputStream.java:195)&lt;BR /&gt;2 The SAS System Monday, September 14, 2020 08:07:00 PM&lt;/P&gt;
&lt;P&gt;at java.io.FileInputStream.&amp;lt;init&amp;gt;(FileInputStream.java:138)&lt;BR /&gt;at java.io.FileReader.&amp;lt;init&amp;gt;(FileReader.java:72)&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;real time 1.00 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2020 19:15:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/FSLOGIN-error/m-p/683755#M20010</guid>
      <dc:creator>sathya66</dc:creator>
      <dc:date>2020-09-14T19:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: %FSLOGIN error</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/FSLOGIN-error/m-p/683756#M20011</link>
      <description>&lt;P&gt;/opt/sas/home/SASVersionedJarRepository/picklist/forecastbat/forecastbat.txt (Permission denied)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Seems like the root cause - can you confirm the user executing the code (so your user, or the spawner identity for stored process / pooled workspace server) can see the contents of that file?&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>Mon, 14 Sep 2020 19:19:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/FSLOGIN-error/m-p/683756#M20011</guid>
      <dc:creator>dpage</dc:creator>
      <dc:date>2020-09-14T19:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: %FSLOGIN error</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/FSLOGIN-error/m-p/683771#M20012</link>
      <description>&lt;P&gt;Now I am getting diffrent ERROR&lt;/P&gt;
&lt;P&gt;NOTE: Assuming default middle-tier name based on login type: fsmain&lt;/P&gt;
&lt;P&gt;NOTE: Could not load classloader fsmain. Using default classloader.&lt;BR /&gt;NOTE: Could not initialize classpath. Classpath variable is not set.&lt;BR /&gt;&lt;FONT color="#FF6600"&gt;ERROR: Exception caught in FSLOGIN.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF6600"&gt;ERROR: NO_ENVIRONMENTS&lt;/FONT&gt;&lt;BR /&gt;com.sas.analytics.forecasting.client.api.exceptions.ForecastingException: NO_ENVIRONMENTS&lt;BR /&gt;at &lt;BR /&gt;com.sas.analytics.forecasting.client.api.ForecastingSessionFactory.createForecastingSession(ForecastingSessionFactory.java:156)&lt;BR /&gt;2 The SAS System Monday, September 14, 2020 08:56:00 PM&lt;/P&gt;
&lt;P&gt;at com.sas.analytics.forecasting.bridge.macros.ForecastStudioBridge.login(ForecastStudioBridge.java:3799)&lt;BR /&gt;Caused by: java.lang.IllegalStateException: NO_ENVIRONMENTS&lt;BR /&gt;... 2 more&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;real time 2.77 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2020 19:58:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/FSLOGIN-error/m-p/683771#M20012</guid>
      <dc:creator>sathya66</dc:creator>
      <dc:date>2020-09-14T19:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: %FSLOGIN error</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/FSLOGIN-error/m-p/683772#M20013</link>
      <description>&lt;P&gt;sounds like no sas-environment.xml was specified during the deployment.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/?cdcId=fscdc&amp;amp;cdcVersion=15.1&amp;amp;docsetId=fsag&amp;amp;docsetTarget=n0gizfk7ahih67n1ote6x4w6ontu.htm&amp;amp;locale=en"&gt;https://go.documentation.sas.com/?cdcId=fscdc&amp;amp;cdcVersion=15.1&amp;amp;docsetId=fsag&amp;amp;docsetTarget=n0gizfk7ahih67n1ote6x4w6ontu.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you can specify it after the fact in the sassw.config&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/?docsetId=bimtag&amp;amp;docsetTarget=n0s325xuzaji9tn16zvgq128dvb5.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en"&gt;https://go.documentation.sas.com/?docsetId=bimtag&amp;amp;docsetTarget=n0s325xuzaji9tn16zvgq128dvb5.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2020 20:09:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/FSLOGIN-error/m-p/683772#M20013</guid>
      <dc:creator>dpage</dc:creator>
      <dc:date>2020-09-14T20:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: %FSLOGIN error</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/FSLOGIN-error/m-p/683776#M20014</link>
      <description>Thanks,&lt;BR /&gt;I set it properly, when I tested that URL http://server-name:port/sas/sas-environment.xml&lt;BR /&gt;I can access that link too.&lt;BR /&gt;sassw.config in compute is also pointing to mid but no luck same error&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Sep 2020 20:38:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/FSLOGIN-error/m-p/683776#M20014</guid>
      <dc:creator>sathya66</dc:creator>
      <dc:date>2020-09-14T20:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: %FSLOGIN error</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/FSLOGIN-error/m-p/683911#M20031</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/93352"&gt;@sathya66&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11791"&gt;@dpage&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you folks probably won't need this as I see a lot progress here thanks to&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11791"&gt;@dpage&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The last error was queried in the communities in the past, it was resolved by SAS Tech Support, it seems a configuration issue indeed:&amp;nbsp;&lt;A href="https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/com-sas-analytics-forecasting-client-api-exceptions/td-p/474333" target="_blank" rel="noopener"&gt;https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/com-sas-analytics-forecasting-client-api-exceptions/td-p/474333&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would personally give a chance to this troubleshooting guide, at least in order to retrieve more information.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/kb/62/516.html" target="_blank" rel="noopener"&gt;https://support.sas.com/kb/62/516.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is the Forecast Studio Client (web and desktop) working OK?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Edit/Update: did you notice this?&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;NOTE: Assuming default middle-tier name based on login type: fsmain&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;NOTE: Could not load classloader &lt;STRONG&gt;fsmain&lt;/STRONG&gt;.&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This made me thing about a couple of things I remember from the past.&lt;/P&gt;
&lt;P&gt;1.&amp;nbsp;&lt;A href="https://documentation.sas.com/?docsetId=fsdskag&amp;amp;docsetTarget=fslogin.htm&amp;amp;docsetVersion=15.1&amp;amp;locale=en"&gt;https://documentation.sas.com/?docsetId=fsdskag&amp;amp;docsetTarget=fslogin.htm&amp;amp;docsetVersion=15.1&amp;amp;locale=en&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you tried to override a custom value for the option&amp;nbsp;&lt;STRONG&gt;MIDTIER=&lt;/STRONG&gt;&lt;SPAN class="xis-userSuppliedValue"&gt;&lt;STRONG&gt;label&lt;/STRONG&gt; ?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2.&amp;nbsp;&lt;A href="https://support.sas.com/kb/20/435.html" target="_blank"&gt;https://support.sas.com/kb/20/435.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;This is an note for another solution, not forecast, but it would be interesting to learn why cannot find the class fsmain or its loader. I wonder if you can re-apply this for&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;fsmain. &lt;/STRONG&gt;&lt;/EM&gt;You might need to find first the location of this jar.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2020 10:42:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/FSLOGIN-error/m-p/683911#M20031</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2020-09-15T10:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: %FSLOGIN error</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/FSLOGIN-error/m-p/683932#M20036</link>
      <description>thanks,&lt;BR /&gt;Yes, forecast studio Client (desktop) is working fine except FSLOGIN macro from SAS EG or from DI</description>
      <pubDate>Tue, 15 Sep 2020 11:44:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/FSLOGIN-error/m-p/683932#M20036</guid>
      <dc:creator>sathya66</dc:creator>
      <dc:date>2020-09-15T11:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: %FSLOGIN error</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/FSLOGIN-error/m-p/683939#M20037</link>
      <description>And&lt;BR /&gt;above macro was working fine before without any issues. It is happening only after applying latest sas security update on mid tier &lt;BR /&gt;&lt;A href="https://tshf.sas.com/techsup/download/hotfix/HF2/SAS_Security_Updates.html" target="_blank"&gt;https://tshf.sas.com/techsup/download/hotfix/HF2/SAS_Security_Updates.html&lt;/A&gt;&lt;BR /&gt;"SAS Security Update 2019-11       sas-security-update-2019-11-M6.zip"&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Sep 2020 12:27:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/FSLOGIN-error/m-p/683939#M20037</guid>
      <dc:creator>sathya66</dc:creator>
      <dc:date>2020-09-15T12:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: %FSLOGIN error</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/FSLOGIN-error/m-p/683942#M20038</link>
      <description>&lt;P&gt;Well, that is very relevant information, it would have been nice if reported in the beginning. But, as they say, better late than never! &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you have the chance to read and go through the instructions?&amp;nbsp;&lt;A href="https://tshf.sas.com/techsup/download/hotfix/HF2/security/sas-security-update-2020-08-M7/security-update-2020-08.pdf" target="_blank" rel="noopener"&gt;https://tshf.sas.com/techsup/download/hotfix/HF2/security/sas-security-update-2020-08-M7/security-update-2020-08.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It mentions a couple of things: install hotfixes, in order, once finished, rebuild and redeploy web applications, attention to horizontal and vertical clusters, etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In addition, and only in the case you actually did all of above, I wonder if some permissions are not in place or certificates (specially if you have SSL). But from the error it seems to me as the rebuild and redeploy is missing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2020 12:39:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/FSLOGIN-error/m-p/683942#M20038</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2020-09-15T12:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: %FSLOGIN error</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/FSLOGIN-error/m-p/683958#M20039</link>
      <description>Yes, I rebuilt and redeployed all the web apps. Everything is working fine except this FSLOGIN&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Sep 2020 14:19:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/FSLOGIN-error/m-p/683958#M20039</guid>
      <dc:creator>sathya66</dc:creator>
      <dc:date>2020-09-15T14:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: %FSLOGIN error</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/FSLOGIN-error/m-p/683964#M20040</link>
      <description>&lt;P&gt;We've hit all the obvious things I think there are to check - a tech support track is the best next step.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2020 14:25:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/FSLOGIN-error/m-p/683964#M20040</guid>
      <dc:creator>dpage</dc:creator>
      <dc:date>2020-09-15T14:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: %FSLOGIN error</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/FSLOGIN-error/m-p/684145#M20044</link>
      <description>&lt;P&gt;Thanks for this,&lt;BR /&gt;We have raised with SAS Tech.Keep you posted&lt;/P&gt;</description>
      <pubDate>Wed, 16 Sep 2020 09:27:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/FSLOGIN-error/m-p/684145#M20044</guid>
      <dc:creator>sathya66</dc:creator>
      <dc:date>2020-09-16T09:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: %FSLOGIN error</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/FSLOGIN-error/m-p/684157#M20050</link>
      <description>I found the issue is with picklist/forecastbat/forecastbat.txt file in Meta and compute. I think not with mid tier .&lt;BR /&gt;I tested in another environment.&lt;BR /&gt;Installed latest hot fixes in meta and compute only(including forecast server hotfixes).&lt;BR /&gt;I noticed it is over writing "forecastbat.txt".I replaced with original forecastbat.txt and FSlogin worked fine  but When I upgraded metadata(one of the post install step ) then FSLOGIN is not working again.&lt;BR /&gt;getting diffrent error now "ERROR: Could not initialize classpath from picklist file, root java folder not found"&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Sep 2020 09:25:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/FSLOGIN-error/m-p/684157#M20050</guid>
      <dc:creator>sathya66</dc:creator>
      <dc:date>2020-09-16T09:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: %FSLOGIN error</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/FSLOGIN-error/m-p/685624#M20121</link>
      <description>We resolved this issue as there is a forecast server version difference between client and between servers.&lt;BR /&gt;We resolved it by putting version check=false in JREOPTIONS for now</description>
      <pubDate>Tue, 22 Sep 2020 09:03:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/FSLOGIN-error/m-p/685624#M20121</guid>
      <dc:creator>sathya66</dc:creator>
      <dc:date>2020-09-22T09:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: %FSLOGIN error</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/FSLOGIN-error/m-p/685639#M20122</link>
      <description>&lt;P&gt;Many thanks for sharing your solution,&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/93352"&gt;@sathya66&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2020 09:45:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/FSLOGIN-error/m-p/685639#M20122</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2020-09-22T09:45:34Z</dc:date>
    </item>
  </channel>
</rss>

