<?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 How SAS knows the connection to SharePoint exists or not? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-SAS-knows-the-connection-to-SharePoint-exists-or-not/m-p/288018#M59341</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can someone help please help me find a solution to the below problem?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SAS reads data from sharepoint. But if the connection to SharePoint is broken SAS stops its process. &amp;nbsp;Could somebody please help me to find a method/SAS function to know that the connection to Sharepoint is broken. If my question is not clear please do let me know so I can elaborate it further more.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Fri, 29 Jul 2016 02:01:30 GMT</pubDate>
    <dc:creator>SASER</dc:creator>
    <dc:date>2016-07-29T02:01:30Z</dc:date>
    <item>
      <title>How SAS knows the connection to SharePoint exists or not?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-SAS-knows-the-connection-to-SharePoint-exists-or-not/m-p/288018#M59341</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can someone help please help me find a solution to the below problem?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SAS reads data from sharepoint. But if the connection to SharePoint is broken SAS stops its process. &amp;nbsp;Could somebody please help me to find a method/SAS function to know that the connection to Sharepoint is broken. If my question is not clear please do let me know so I can elaborate it further more.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jul 2016 02:01:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-SAS-knows-the-connection-to-SharePoint-exists-or-not/m-p/288018#M59341</guid>
      <dc:creator>SASER</dc:creator>
      <dc:date>2016-07-29T02:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: How SAS knows the connection to SharePoint exists or not?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-SAS-knows-the-connection-to-SharePoint-exists-or-not/m-p/288067#M59357</link>
      <description>&lt;P&gt;Why would your "connection" to Sharepoint be broken? &amp;nbsp;How is it connected? &amp;nbsp;You can setup a drive mapping in your OS directly to Sharepoint (your IT can provide information), and you just reference that network drive. &amp;nbsp;If you mean you might not have access to the internet or something at that time, then a simple check of fileexist('path_to_sharepoint\file.txt')=0, will result in 0 if that area does not exist (note replace the path, and the file with something you know is there).&lt;/P&gt;
&lt;P&gt;Do remember however that Sharepoint isn't a "working" environment for SAS, you shouldn't use it as a data warehouse or such like.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jul 2016 08:47:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-SAS-knows-the-connection-to-SharePoint-exists-or-not/m-p/288067#M59357</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-07-29T08:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: How SAS knows the connection to SharePoint exists or not?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-SAS-knows-the-connection-to-SharePoint-exists-or-not/m-p/288367#M59451</link>
      <description>&lt;P&gt;RW9,&lt;/P&gt;&lt;P&gt;Thank you for the reply. Due to certain restrictions in the company I have to use SP as a small dataware house. I know that SP is not a good one to rely on too. I do have a mapping file that connects to the SP. Sometimes SP is down(no connection) and at that time the datasets can not be read from SP.&amp;nbsp;&lt;BR /&gt;If I can type in a function that lets SAS know, that there is no connection to SP, then I can alter the program in such a way to go around such situations.Please do ask me for more details if that can help you suggest some solutions.&lt;/P&gt;</description>
      <pubDate>Sun, 31 Jul 2016 02:04:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-SAS-knows-the-connection-to-SharePoint-exists-or-not/m-p/288367#M59451</guid>
      <dc:creator>SASER</dc:creator>
      <dc:date>2016-07-31T02:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: How SAS knows the connection to SharePoint exists or not?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-SAS-knows-the-connection-to-SharePoint-exists-or-not/m-p/288381#M59461</link>
      <description>You can't be serious. SP can never act as a DW. Perhaps as a BI publishing place, but other uses, no. There's no misunderstanding of the concepts here? &lt;BR /&gt;You even got my attention, describe what your DW looks like and you deploy it in SharePoint. And what kind of data do you read, in what format?</description>
      <pubDate>Sun, 31 Jul 2016 08:36:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-SAS-knows-the-connection-to-SharePoint-exists-or-not/m-p/288381#M59461</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-07-31T08:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: How SAS knows the connection to SharePoint exists or not?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-SAS-knows-the-connection-to-SharePoint-exists-or-not/m-p/288384#M59465</link>
      <description>&lt;P&gt;I agree with&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13674"&gt;@LinusH﻿&lt;/a&gt;, Sharepoint is a Document Management Platform. &amp;nbsp;It has no features associated with data capture/collection/storage and using it as such will cause you many problem - as you are noting with this "connection" you talk about. &amp;nbsp;This mapping file you have must be something unique to your company, so nobody outside will be able to help you with that setup, nor is it a SAS problem. &amp;nbsp;I would advise you speak to your IT people and ask them to setup a network area to store data and programs on.&lt;/P&gt;</description>
      <pubDate>Sun, 31 Jul 2016 09:40:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-SAS-knows-the-connection-to-SharePoint-exists-or-not/m-p/288384#M59465</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-07-31T09:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: How SAS knows the connection to SharePoint exists or not?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-SAS-knows-the-connection-to-SharePoint-exists-or-not/m-p/288395#M59472</link>
      <description>&lt;P&gt;LinusH,&lt;/P&gt;&lt;P&gt;I apologize for the confusion. What I really ment is that SP is a publishing place from where SAS reads the data. I am not so good with DW, so I thought of it as a small scale DW. I think you have good experience with SAS and SP, can you please suggest me an idea to tackle my problem.?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Sun, 31 Jul 2016 14:17:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-SAS-knows-the-connection-to-SharePoint-exists-or-not/m-p/288395#M59472</guid>
      <dc:creator>SASER</dc:creator>
      <dc:date>2016-07-31T14:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: How SAS knows the connection to SharePoint exists or not?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-SAS-knows-the-connection-to-SharePoint-exists-or-not/m-p/288396#M59473</link>
      <description>&lt;P&gt;RW9,&lt;/P&gt;&lt;P&gt;Yes, the mapping file is created by the IT person, all it has are the Listing and Viewing IDs for the libraries that are used by sas in SP.&lt;/P&gt;&lt;P&gt;But in a jist this is how the process works...&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;1. SP has one library(lib-1) and inside that has 5 lists(list1-list5).&lt;BR /&gt;2. The Mapping file will have the List IDS for the Lists1-5.And the site path/address to reach the SP.&lt;BR /&gt;3. SAS reads the mapping file and goes to each of the Lists and gets the data from that list.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the connectivity to SP breaks/no connection then while doing step 3, SAS stops because there is no connection to SP. My problem is to find out a way to make sas know that the connection to SP is broken and so dont stop, do something else.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 31 Jul 2016 14:35:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-SAS-knows-the-connection-to-SharePoint-exists-or-not/m-p/288396#M59473</guid>
      <dc:creator>SASER</dc:creator>
      <dc:date>2016-07-31T14:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: How SAS knows the connection to SharePoint exists or not?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-SAS-knows-the-connection-to-SharePoint-exists-or-not/m-p/288397#M59474</link>
      <description>&lt;P&gt;As I mention above, you have some very odd setup, created specifically for your company, it is up to your IT group to supply the required information, be that as a feedback from this "connection" file, or some other method. &amp;nbsp;Again, this isn't a SAS problem, but a problem with your setup.&lt;/P&gt;</description>
      <pubDate>Sun, 31 Jul 2016 14:49:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-SAS-knows-the-connection-to-SharePoint-exists-or-not/m-p/288397#M59474</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-07-31T14:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: How SAS knows the connection to SharePoint exists or not?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-SAS-knows-the-connection-to-SharePoint-exists-or-not/m-p/288398#M59475</link>
      <description>Sorry, not that much experience. &lt;BR /&gt;SP is ok If you wish to publish reports and building simple applications. But it's not a good place to publish data. Data should be stored in a database suited for the application. For most DW applications that is relational data store such as SAS, SQL Server etc.</description>
      <pubDate>Sun, 31 Jul 2016 14:55:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-SAS-knows-the-connection-to-SharePoint-exists-or-not/m-p/288398#M59475</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-07-31T14:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: How SAS knows the connection to SharePoint exists or not?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-SAS-knows-the-connection-to-SharePoint-exists-or-not/m-p/289182#M59717</link>
      <description>&lt;P&gt;Thanks RW9. I will have to speak to my IT persons.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2016 12:24:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-SAS-knows-the-connection-to-SharePoint-exists-or-not/m-p/289182#M59717</guid>
      <dc:creator>SASER</dc:creator>
      <dc:date>2016-08-03T12:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: How SAS knows the connection to SharePoint exists or not?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-SAS-knows-the-connection-to-SharePoint-exists-or-not/m-p/289184#M59718</link>
      <description>&lt;P&gt;Thanks LinusH.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2016 12:25:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-SAS-knows-the-connection-to-SharePoint-exists-or-not/m-p/289184#M59718</guid>
      <dc:creator>SASER</dc:creator>
      <dc:date>2016-08-03T12:25:33Z</dc:date>
    </item>
  </channel>
</rss>

