<?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: Connecting to OSI PI System? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Connecting-to-OSI-PI-System/m-p/131416#M35736</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, BJ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm the&amp;nbsp; newest of the new with regards to OSI PI, I didn't even know it existed until I saw your post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I took a look at their website, and it looks like you have a couple of options. I think the best is from the datasheet for the "PI Data Access" product, which states:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;SQL Data Access Tools expose the&lt;/P&gt;&lt;P&gt;PI System as a relational database&lt;/P&gt;&lt;P&gt;– with tables and relationships –&lt;/P&gt;&lt;P&gt;and make it accessible through&lt;/P&gt;&lt;P&gt;SQL queries. The PI Data Access&lt;/P&gt;&lt;P&gt;SQL tools support the three major&lt;/P&gt;&lt;P&gt;relational database standards&lt;/P&gt;&lt;P&gt;(OLE DB, ODBC and JDBC).&lt;/P&gt;&lt;P&gt;This allows you to integrate your&lt;/P&gt;&lt;P&gt;PI System data with external systems&lt;/P&gt;&lt;P&gt;and facilitates the development of&lt;/P&gt;&lt;P&gt;custom applications."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The SAS/Access suite of products can easily access both OLE DB and ODBC data sources, so this would be my first choice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another option is as a web service. Again, the "PI Data Access" sheet says:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"PI Web Services™ exposes&lt;/P&gt;&lt;P&gt;PI System data to Web Service client&lt;/P&gt;&lt;P&gt;applications based on the Simple&lt;/P&gt;&lt;P&gt;Object Access Protocol (SOAP).&lt;/P&gt;&lt;P&gt;This is ideal for systems integration/&lt;/P&gt;&lt;P&gt;orchestration scenarios and the&lt;/P&gt;&lt;P&gt;development of custom web and&lt;/P&gt;&lt;P&gt;mobile applications."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and SAS can consume web services. However, I assume you want to use SAS as a data analysis tools, which implies significant volume. If I'm after a large volume of data I feel that an ODBC-type connection will produce orders-of-magnitude better performance than a web service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck, let us know how it turns out!&lt;/P&gt;&lt;P&gt;&amp;nbsp; Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 09 Mar 2013 15:31:29 GMT</pubDate>
    <dc:creator>TomKari</dc:creator>
    <dc:date>2013-03-09T15:31:29Z</dc:date>
    <item>
      <title>Connecting to OSI PI System?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Connecting-to-OSI-PI-System/m-p/131415#M35735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi community,&amp;nbsp;&amp;nbsp; Does anyone know away to connect to OSI PI?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Mar 2013 21:27:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Connecting-to-OSI-PI-System/m-p/131415#M35735</guid>
      <dc:creator>bjbreitling</dc:creator>
      <dc:date>2013-03-08T21:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to OSI PI System?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Connecting-to-OSI-PI-System/m-p/131416#M35736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, BJ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm the&amp;nbsp; newest of the new with regards to OSI PI, I didn't even know it existed until I saw your post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I took a look at their website, and it looks like you have a couple of options. I think the best is from the datasheet for the "PI Data Access" product, which states:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;SQL Data Access Tools expose the&lt;/P&gt;&lt;P&gt;PI System as a relational database&lt;/P&gt;&lt;P&gt;– with tables and relationships –&lt;/P&gt;&lt;P&gt;and make it accessible through&lt;/P&gt;&lt;P&gt;SQL queries. The PI Data Access&lt;/P&gt;&lt;P&gt;SQL tools support the three major&lt;/P&gt;&lt;P&gt;relational database standards&lt;/P&gt;&lt;P&gt;(OLE DB, ODBC and JDBC).&lt;/P&gt;&lt;P&gt;This allows you to integrate your&lt;/P&gt;&lt;P&gt;PI System data with external systems&lt;/P&gt;&lt;P&gt;and facilitates the development of&lt;/P&gt;&lt;P&gt;custom applications."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The SAS/Access suite of products can easily access both OLE DB and ODBC data sources, so this would be my first choice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another option is as a web service. Again, the "PI Data Access" sheet says:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"PI Web Services™ exposes&lt;/P&gt;&lt;P&gt;PI System data to Web Service client&lt;/P&gt;&lt;P&gt;applications based on the Simple&lt;/P&gt;&lt;P&gt;Object Access Protocol (SOAP).&lt;/P&gt;&lt;P&gt;This is ideal for systems integration/&lt;/P&gt;&lt;P&gt;orchestration scenarios and the&lt;/P&gt;&lt;P&gt;development of custom web and&lt;/P&gt;&lt;P&gt;mobile applications."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and SAS can consume web services. However, I assume you want to use SAS as a data analysis tools, which implies significant volume. If I'm after a large volume of data I feel that an ODBC-type connection will produce orders-of-magnitude better performance than a web service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck, let us know how it turns out!&lt;/P&gt;&lt;P&gt;&amp;nbsp; Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Mar 2013 15:31:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Connecting-to-OSI-PI-System/m-p/131416#M35736</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2013-03-09T15:31:29Z</dc:date>
    </item>
  </channel>
</rss>

